::selection {
    background-color: #96EECF;
}

body {
    font-family: Jost;
    font-weight: 300;
    color: #454545;
    background: #fff;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent
}

* {
    margin: 0;
    padding: 0;
    border: 0
}

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

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 18px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    -webkit-text-decoration: 0;
    text-decoration: 0
}

ul li {
    list-style: none
}

img {
    vertical-align: top;
    pointer-events: none;
}

button {
    background-color: transparent;
    cursor: pointer
}

span {
    display: inline-block
}

a {
    display: inline-block;
    color: #000
}

strong, b {
    font-weight: 500
}

figure,
iframe,
video {
    max-width: 100%
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

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

.ct-container {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    width: min(100%, calc(90vw - 0px *2))
}

.main {
    margin-top: 93px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.w-700 {
    font-weight: 700
}

.btn {
    background: -o-linear-gradient(359.87deg, #3ca0d2 .12%, #48dca6 99.91%);
    background: linear-gradient(90.13deg, #3ca0d2 .12%, #48dca6 99.91%);
    border-radius: 10px;
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    padding: 13px 32px
}

.title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px
}

.block-title{
    margin-bottom: 32px;
}

.arrow-bot {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.arrow-bot path {
    -webkit-animation: arrow-left 2s infinite;
    animation: arrow-left 2s infinite
}

.arrow-bot path:nth-child(1) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.arrow-bot path:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.arrow-bot path:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.btn-hover::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(4.89%, #48dca6), color-stop(95.57%, #3ca0d2));
    background: -o-linear-gradient(left, #48dca6 4.89%, #3ca0d2 95.57%);
    background: linear-gradient(90deg, #48dca6 4.89%, #3ca0d2 95.57%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.btn-hover span {
    position: relative;
    z-index: 1;
    color: #fff
}

.btn-hover {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    background: -o-linear-gradient(332.44deg, #3ca0d2 11.28%, #48dca6 93.18%);
    background: linear-gradient(117.56deg, #3ca0d2 11.28%, #48dca6 93.18%);
    color: #fff;
    border: none;
    margin-bottom: 100px
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: none
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: 400;
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0
}

.impl-serv {
    display: none
}

.benefits__btn {
    max-width: 324px;
    width: 100%;
    background: -o-linear-gradient(359deg, #d1cb28 0, #48dca6 100%);
    background: linear-gradient(91deg, #d1cb28 0, #48dca6 100%);
    position: relative;
    -webkit-transform: translate(-50%, -4%) !important;
    -ms-transform: translate(-50%, -4%) !important;
    transform: translate(-50%, -4%) !important;
    left: 50%
}

.benefits__btn:hover::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(4.89%, #48dca6), color-stop(95.57%, #3ca0d2));
    background: -o-linear-gradient(left, #48dca6 4.89%, #3ca0d2 95.57%);
    background: linear-gradient(90deg, #48dca6 4.89%, #3ca0d2 95.57%)
}

.header._active {
    background: #2f303a;
    top: 0px;
}

.header._active.show .menu__list-link {
    color: #fff;
}

.logo__img.white {
    display: none
}

.header._active .logo__img.white {
    display: block
}

.header._active .logo__img {
    display: none
}

.header._active .salesforce__img2 path {
    fill: #fff
}

.header._active .salesforce__txt {
    color: #fff
}

.header._active .menu__icon span,
.header._active .menu__icon::after,
.header._active .menu__icon::before {
    background: #fff
}

.header {
    height: 94px;
    position: fixed;
    top: 0;
    left: 0;
    width: 99%;
    z-index: 1000;
    /* -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease */
}

.header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 94px
}


.header__btn {
    border-radius: 8px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    height: 51px;
    width: 100%
}

@keyframes yellow-button-pulse-1 {
    0%, 91.25% {
        opacity: 1;
        transform: scale(1);
    }

    93.12% {
        opacity: .8;
    }

    95% {
        opacity: .2;
        transform: scale(1.2, 1.6);
    }

    95.01% {
        opacity: 0;
    }

    95.02%, 96.25% {
        opacity: 1;
        transform: scale(1);
    }

    98.12% {
        opacity: .8;
    }

    99.99% {
        opacity: .2;
    }

    100% {
        opacity: 0;
        transform: scale(1.2, 1.6);
    }
}

@keyframes yellow-button-pulse-2 {
    0%, 93.75% {
        opacity: 1;
        transform: scale(1);
    }

    95.62% {
        opacity: .8;
    }

    97.5% {
        opacity: .2;
    }

    97.51%, 100% {
        opacity: 0;
        transform: scale(1.2, 1.6);
    }
}

.wrapper-banner {
    position: relative;
    margin-left: 20px;
}

.wrapper-banner:after, .wrapper-banner:before {
    animation: yellow-button-pulse-1 8s linear 0s infinite normal both;
    border: 4px solid #3CA0D2;
    border-radius: 13px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -3;
}

.wrapper-banner:before {
    animation: yellow-button-pulse-2 8s linear 0s infinite normal both;
    border: 4px solid #3CA0D2;
    border-radius: 13px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -3;
}

.header._active .wrapper-banner:after, .header._active .wrapper-banner::before {
    border-color: #48DCA6;
}

.header__btn::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border-radius: 8px;
    background: -o-linear-gradient(359.87deg, #3ca0d2 .12%, #48dca6 99.91%);
    background: linear-gradient(90.13deg, #3ca0d2 .12%, #48dca6 99.91%);
    z-index: -1
}

.logo {
    margin-right: 20px
}

.logo__img {
    width: 124px;
    height: 26px
}

.salesforce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.salesforce__img {
    width: 17px;
    height: 14px;
    margin-right: 2px;
    margin-top: 3px;
    display: block
}

.salesforce__img2 {
    width: 109px;
    height: 17px
}

.salesforce__txt {
    font-size: 13px;
    line-height: 17px;
    color: #454545
}

.salesforce__txt+.salesforce__txt {
    margin-left: 5px
}

.menu-top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu {
    position: absolute;
    top: 0;
    right: -150%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 12px 14px rgba(0, 0, 0, .15);
    box-shadow: 0 12px 14px rgba(0, 0, 0, .15);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 310px;
}

.menu__list li:first-of-type ul li:last-of-type a {
    /* font-weight: 500 !important; */
    /* color: #363636 !important */
}

#menu-item-731 .menu__list-link {
    font-weight: 500;
}

.menu__list>li {
    width: 100%;
    position: relative
}

.menu__sub-list {
    display: none;
    /* padding-left: 8px */
}

.menu__list .menu__item .menu__sub-list .menu__list-link.menu__list-link--has-children {
    font-weight: 500;
}

.menu__list li {
    position: relative !important
}

.menu__sub-list-link {
    font-size: 17px;
    line-height: 24px;
    color: #454545;
    font-weight: 300;
    position: relative;
    white-space: nowrap;
}

.menu__list-link::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100px;
    height: 25px;
    background: 0 0
}

.menu__sub-list-link::before {
    content: "";
    width: 100%;
    opacity: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    border-radius: 2px;
    position: absolute;
    background: -o-linear-gradient(359.87deg, #3ca0d2 .12%, #48dca6 99.91%);
    background: linear-gradient(90.13deg, #3ca0d2 .12%, #48dca6 99.91%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.menu__list li+li {
    margin-top: 30px
}

.menu__list li.open .menu__sub-list {
    display: block;
    position: static
}

.menu__list li.open li {
    margin-top: 0;
    padding: 8px 0;
    border-bottom: .5px solid #dfdfdf
}

.menu__list li.open li:first-child {
    margin-top: 15px
}

.menu__list li.open .menu__sub-list-link {
    color: #8f8c8c;
    font-weight: 300;
    width: 100%;
    display: inline-block
}

.menu__list li.menu__item--level-0.open>.menu_sub_arrow .menu__list-link-arrow,
.menu__list li.menu__item--level-1.open>.menu_sub_arrow .menu__list-link-arrow {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.menu__list li.menu__item--level-0.open>.menu_sub_arrow .menu__list-link-arrow path,
.menu__list li.menu__item--level-1.open>.menu_sub_arrow .menu__list-link-arrow path {
    stroke: #30BF98;
}

.menu__list-link {
    font-weight: 300;
    color: #454545;
    position: relative;
    font-size: 17px;
    text-wrap: nowrap;
}

.menu__item--level-0>.menu__list-link {
    font-weight: 500;
}


.menu__list-link-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    top: 5px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.menu__list-link::before {
    content: "";
    width: 100%;
    opacity: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    position: absolute;
    background: -o-linear-gradient(359.87deg, #3ca0d2 .12%, #48dca6 99.91%);
    background: linear-gradient(90.13deg, #3ca0d2 .12%, #48dca6 99.91%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2px
}

.menu__item--level-0>.menu__list-current-link {
    background: linear-gradient(117deg, #3CA0D2 11.27%, #48DCA6 67.35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu__list-current-link::before {
    opacity: 1
}

/* .menu__list li.open .menu__list-link::before {
    opacity: 1
} */

.menu_sub_arrow {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.menu__sub-list-alllink {
    color: #363636 !important;
    font-weight: 500
}

.menu__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px
}

.menu__social-img {
    width: 100%;
    height: 100%
}

.menu__social a+a {
    margin-left: 30px;
    display: inline-block
}

.menu__icon._active+.menu {
    position: absolute;
    top: 94px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    background: #fff;
    z-index: 20;
    width: 82%;
    max-width: 320px;
    padding: 26px 30px 26px 40px
}

.menu__icon {
    width: 30px;
    height: 18px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: auto
}

.menu__icon::before {
    content: "";
    width: 100%;
    height: 10%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.menu__icon::after {
    content: "";
    width: 100%;
    height: 10%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.menu__icon span {
    width: 100%;
    height: 10%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #000;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.menu__icon._active span {
    -webkit-transform: scale(0) translate(0, 0);
    -ms-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0)
}

.menu__icon._active::before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    -ms-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%)
}

.menu__icon._active::after {
    bottom: 50%;
    -webkit-transform: rotate(45deg) translate(0, 50%);
    -ms-transform: rotate(45deg) translate(0, 50%);
    transform: rotate(45deg) translate(0, 50%)
}

.breadcrumbs_wrapper {
    margin-bottom: 30px;
    /* margin-top: 25px;
    padding-top: 40px; */
    z-index: 999;
    position: relative;
}

.breadcrumbs_wrapper.white-color {
    margin-top: 50px;
}

.breadcrumbs_wrapper.white-color span a {
    background: none;
    color: #454545;
    -webkit-text-fill-color: #454545;
}

.breadcrumbs_wrapper span {
    color: #fff;
    font-family: Jost;
    font-size: 18.342px;
    font-weight: 300;
    line-height: normal;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}

.breadcrumbs_wrapper .breadcrumb_last {
    color: #fff;
}

.breadcrumbs_wrapper.white-color span {
    color: #454545;
}

.breadcrumbs_wrapper span span a {
    background: linear-gradient(117deg, #3CA0D2 11.27%, #48DCA6 67.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Jost;
    font-size: 18.342px;
    font-weight: 600;
    line-height: normal;
}

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

.banner__new {
    min-height: 600px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* max-height: 600px; */
    border-radius: 25px;
    padding: 0;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 94px
}

.container__new {
    padding-left: 10px
}

.banner__new .main-banner__title {
    padding-top: 0;
    max-width: 760px;
}

.sf-banner {
    padding-top: 30px;
    position: relative;
    margin-bottom: 50px
}

.sf-banner__title {
    margin-bottom: 10px
}

.sf-banner__txt {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px
}

.sf-banner__btn {
    position: relative;
    margin-bottom: 90px;
    overflow: hidden;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 1.4;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}

.sf-banner__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sf-banner__anime {
    position: relative;
    height: 380px;
    width: 100%
}

.man {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 230px;
    height: 284px
}

.grafs {
    position: absolute;
    top: 50%;
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.arrow-b {
    position: absolute;
    top: 50%;
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.svg-circle {
    position: absolute;
    top: 38%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 5;
    opacity: 0
}

.svg-circle2 {
    position: absolute;
    top: 32%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 5;
    opacity: 0
}

.sf-banner-video-bg {
    z-index: -1;
    width: 300px;
    height: 400px;
    position: absolute;
    top: -18px;
    left: -50px
}

.sf-banner-video-bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    z-index: 1
}

.sf-video-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: -1;
    max-height: 500px
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .sf-video-1 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .sf-video-2 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.sf-banner-video-bg2 {
    display: none
}

.sf-video-2 {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.sf-banner__anime.anime .arrow-b {
    -webkit-animation: arrow-b .5s linear forwards .2s;
    animation: arrow-b .5s linear forwards .2s
}

.sf-banner__anime.anime .grafs {
    -webkit-animation: grafs .3s linear forwards;
    animation: grafs .3s linear forwards
}

@-webkit-keyframes grafs {
    from {
        top: 50%;
        opacity: 0
    }

    to {
        top: 28%;
        opacity: 1
    }
}

@keyframes grafs {
    from {
        top: 50%;
        opacity: 0
    }

    to {
        top: 28%;
        opacity: 1
    }
}

@-webkit-keyframes arrow-b {
    from {
        top: 50%;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes arrow-b {
    from {
        top: 50%;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@-webkit-keyframes grafs2 {
    from {
        top: 50%;
        opacity: 0
    }

    to {
        top: 19%;
        opacity: 1
    }
}

@keyframes grafs2 {
    from {
        top: 50%;
        opacity: 0
    }

    to {
        top: 19%;
        opacity: 1
    }
}

@-webkit-keyframes arrow-b2 {
    from {
        top: 50%;
        opacity: 0
    }

    to {
        top: -90px;
        opacity: 1
    }
}

@keyframes arrow-b2 {
    from {
        top: 50%;
        opacity: 0
    }

    to {
        top: -90px;
        opacity: 1
    }
}

@keyframes arrow-b2 {
    from {
        top: 50%;
        opacity: 0
    }

    to {
        top: -90px;
        opacity: 1
    }
}

.circle-item {
    border-radius: 50%;
    background: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 8.53567px rgba(0, 0, 0, .15);
    box-shadow: 0 0 8.53567px rgba(0, 0, 0, .15);
    -webkit-backdrop-filter: blur(6.82854px);
    backdrop-filter: blur(6.82854px);
    z-index: 6;
    position: absolute;
    font-size: 11px;
    line-height: 15px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.circle-item-1 {
    width: 55px;
    height: 55px;
    background: -o-linear-gradient(332.44deg, #3ca0d2 11.28%, #48dca6 93.18%);
    background: linear-gradient(117.56deg, #3ca0d2 11.28%, #48dca6 93.18%);
    color: #fff;
    font-weight: 700;
    font-family: Nunito
}

.circle-item-2 {
    width: 50px;
    height: 50px
}

.circle-item-4 {
    width: 68px;
    height: 68px
}

.circle-item-5 {
    width: 100px;
    height: 100px
}

.circle-item-6 {
    width: 72px;
    height: 72px
}

.circle-box-6 {
    z-index: 5;
    position: relative
}

.circle-box-4 {
    z-index: 5;
    position: relative
}

.circle-box-1 {
    z-index: 5;
    position: relative
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0
}

.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    -webkit-transition: opacity .2s .5s linear;
    -o-transition: opacity .2s .5s linear;
    transition: opacity .2s .5s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important
}

.simplebar-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

@font-face {font-display:swap;
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    /* top: 50%; */
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    /* margin-top: calc(0px - var(--swiper-navigation-size)/ 2); */
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    /* bottom: 10px; */
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000) !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.sf-provide__body {
    position: relative
}

.sf-provide__link {
    background-image: -o-linear-gradient(.45deg, #3ca0d2 49.64%, #48dca6 63.32%);
    background-image: linear-gradient(89.55deg, #3ca0d2 49.64%, #48dca6 63.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700
}

.sf-provide__title {
    margin-bottom: 40px;
    text-align: center;
    position: relative
}

.sf-provide__title::after {
    content: "";
    position: absolute;
    right: 80px;
    bottom: -25px;
    width: 17px;
    height: 47px;
    background: url('/wp-content/themes/wp-RA/assets/img/new-r.svg') no-repeat;
    background-size: contain;
}

.sf-provide__title::before {
    content: "";
    position: absolute;
    left: 80px;
    bottom: -25px;
    width: 17px;
    height: 47px;
    background: url('/wp-content/themes/wp-RA/assets/img/new-l.svg') no-repeat;
    background-size: contain;
}

.sf-provide__slider {
    margin-bottom: 30px
}

.sf-provide__slide {
    padding: 30px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .298);
    box-shadow: 0 0 5px rgba(0, 0, 0, .298)
}

.sf-provide__img {
    width: 60px;
    height: 50px;
    margin-bottom: 2px
}

.sf-provide__slide-title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 17px;
    margin-bottom: 10px;
    position: relative
}

.sf-provide__slide-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -o-linear-gradient(359.87deg, #3ca0d2 .12%, #48dca6 99.91%);
    background: linear-gradient(90.13deg, #3ca0d2 .12%, #48dca6 99.91%)
}

.sf-provide__slide-txt {
    font-size: 18px;
    line-height: 27px
}

.sf-provide__btn {
    background: #d1cb28;
    border-radius: 7px;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    padding: 12px 30px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-bottom: 80px;
    width: 100%;
    color: #454545 !important;
    z-index: 999
}

.sf-provide__pagination {
    position: relative;
    bottom: -10px !important
}

.sf-provide__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d1cb28 !important;
}

.svg-arrow {
    display: none
}

.svg-arrow path:nth-child(1) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.svg-arrow path:nth-child(2) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.svg-arrow path:nth-child(3) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.svg-arrow path:nth-child(4) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.svg-arrow path:nth-child(5) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.svg-arrow path:nth-child(6) {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.svg-arrow path {
    -webkit-animation: arrow-left 1.5s infinite;
    animation: arrow-left 1.5s infinite
}

@-webkit-keyframes arrow-left {
    0% {
        opacity: .2
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes arrow-left {
    0% {
        opacity: .2
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.sf-provide__blocks {
    display: none
}

.sf-provide__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sf-provide__item {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 400px;
    padding: 40px;
    border-radius: 15.4px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .298);
    box-shadow: 0 0 5px rgba(0, 0, 0, .298);
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    height: 500px
}

.sf-provide__item:hover {
    background: -o-linear-gradient(332.44deg, #3ca0d2 11.28%, #48dca6 93.18%);
    background: linear-gradient(117.56deg, #3ca0d2 11.28%, #48dca6 93.18%);
    color: #fff
}

.sf-provide__item:hover .sf-provide__img {
    display: none
}

.sf-provide__item:hover .hide {
    display: block
}

.sf-provide__item.sf-provide__form:hover {
    background: #d1cb28;
    color: #454545
}

.sf-provide__item:hover {
    width: 780px
}

.sf-provide__item:hover .sf-provide__slide-title::before {
    background: #fff
}

.sf-provide__item+.sf-provide__item {
    margin-left: 30px
}

.sf-provide__slide-title {
    min-height: 81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.sf-provide__link {
    display: none
}

.sf-provide__slide {
    height: 360px
}

.long {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 500px
}

.long1._active .sf-provide__slide-txt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 140px;
    overflow: hidden
}

.long2._active .sf-provide__slide-txt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 140px;
    overflow: hidden
}

.long3._active .sf-provide__slide-txt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 140px;
    overflow: hidden
}

.long4._active .sf-provide__slide-txt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 140px;
    overflow: hidden
}

.sf-provide__link {
    display: none
}

.small-mob .sf-provide__slide-txt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 110px;
    overflow: hidden
}

.small-mob .sf-provide__link {
    display: inline-block
}

.small1._active .sf-provide__slide-txt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 140px;
    overflow: hidden
}

.small2._active .sf-provide__slide-txt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 140px;
    overflow: hidden
}

.small3._active .sf-provide__slide-txt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 140px;
    overflow: hidden
}

.small4._active .sf-provide__slide-txt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 140px;
    overflow: hidden
}

.small1._active .sf-provide__link {
    display: inline-block
}

.small2._active .sf-provide__link {
    display: inline-block
}

.small3._active .sf-provide__link {
    display: inline-block
}

.small4._active .sf-provide__link {
    display: inline-block
}

.long1._active .sf-provide__link {
    display: inline-block
}

.long2._active .sf-provide__link {
    display: inline-block
}

.long3._active .sf-provide__link {
    display: inline-block
}

.long4._active .sf-provide__link {
    display: inline-block
}

.sf-provide__form {
    background: #d1cb28
}

.sf-provide__front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-family: Nunito;
    font-weight: 700;
    font-size: 49px;
    line-height: 68px;
    text-align: center;
    max-width: 250px;
    margin: 0 auto
}

.sf-provide__back {
    display: none
}

.sf-provide__back-title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 49px;
    line-height: 68px;
    margin-bottom: 10px
}

.sf-provide__pol {
    color: rgba(69, 69, 69, .5);
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    max-width: 500px;
    margin-top: 5px;
}

.sf-provide__pol-2 {
    font-size: 20px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #454545;
    cursor: pointer
}

.sf-provide__pol-2-check {
    margin-right: 7px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.back__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.back__inputs {
    width: 500px
}

.back__input {
    background: 0 0;
    padding: 8px 0;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    background: #d1cb28
}

.back__input-label {
    border-bottom: 1px solid #454545;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.back__input-label {
    margin-bottom: 35px
}

.back__input-span {
    color: #454545;
    margin-right: 13px;
    font-size: 17px
}

.back__btn {
    display: inline-block;
    width: 189px;
    height: 220px;
    background: 0 0;
    color: #fff !important;
    font-family: Nunito;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    color: #454545;
    margin-left: 20px;
    border-radius: 20px;
    border: 2px solid #fff
}

.pol-link {
    font-weight: 500
}

input::-webkit-input-placeholder {
    color: rgba(69, 69, 69, .5);
    font-size: 17px;
    line-height: 25px
}

input::-moz-placeholder {
    color: rgba(69, 69, 69, .5);
    font-size: 17px;
    line-height: 25px
}

input:-ms-input-placeholder {
    color: rgba(69, 69, 69, .5);
    font-size: 17px;
    line-height: 25px
}

input::-ms-input-placeholder {
    color: rgba(69, 69, 69, .5);
    font-size: 17px;
    line-height: 25px
}

input::placeholder {
    color: rgba(69, 69, 69, .5);
    font-size: 17px;
    line-height: 25px
}

.hide {
    display: none
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 24px;
    margin-left: auto;
    top: -2px
}

.switch input {
    display: none
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #454545;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.checked+.switch-slider {
    background-color: #2196f3 !important
}

.checked+.switch-slider {
    -webkit-box-shadow: 0 0 1px #2196f3;
    box-shadow: 0 0 1px #2196f3
}

.checked+.switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.switch-slider.round {
    border-radius: 100px
}

.switch-slider.round:before {
    border-radius: 50%
}

.send .sf-provide__back {
    display: block !important
}

.send .sf-provide__front {
    display: none !important
}

.send {
    width: 780px
}

.no-webp .footer {
    background: #454545 url(/wp-content/themes/wp-RA/assets/css/img/footer.png) no-repeat
}

.footer {
    background-size: cover;
    position: relative;
    z-index: 2;
    width: 100%
}

.footer__body {
    padding: 60px 0
}

.footer__logo {
    margin-bottom: 30px
}

.footer__txt {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px
}

.footer__item-title {
    color: #fff;
    font-family: Nunito;
    font-weight: 600;
    font-size: 30px;
    line-height: 72px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.footer__contacts {
    margin-bottom: 15px
}

.footer__mail {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 32px;
    position: relative;
    transition: all 0.3s ease;
}

.footer__mail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url('/wp-content/themes/wp-RA/assets/img/mail.svg') no-repeat;
    background-size: cover
}

.footer__mail:hover::before {
    background: url('/wp-content/themes/wp-RA/assets/img/mail-white.svg') no-repeat;
}

.footer__adress {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding-left: 32px;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.footer__adress a {
    color: #fff !important;
}

.footer__adress::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url('/wp-content/themes/wp-RA/assets/img/adress.svg') no-repeat;
    background-size: cover
}

.footer__adress:hover::before {
    background: url('/wp-content/themes/wp-RA/assets/img/adress-white.svg') no-repeat;
}

.footer__phone {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding-left: 32px;
    position: relative;
    transition: all 0.3s ease;
}

.footer__phone::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 19px;
    height: 20px;
    background: url('/wp-content/themes/wp-RA/assets/img/phone.svg') no-repeat;
    background-size: cover
}

.footer__phone:hover::before {
    background: url('/wp-content/themes/wp-RA/assets/img/phone-white.svg') no-repeat;
}

.footer__social {
    margin-bottom: 20px
}

.footer__circle {
    margin-right: 40px;
    width: 45px;
    height: 45px;
    pointer-events: auto;
}

/* .footer__img {
    display: block;
    margin-bottom: 34px
} */


.footer__pol {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-align: center
}

.footer__pol-link {
    font-weight: 500;
    color: #363636
}

.footer.footer-2 {
    background: 0 0 !important
}

.footer-2 {
    background: 0 0;
    margin-bottom: 25px
}

.footer-2 .footer__body {
    border-radius: 20px;
    background: #363636;
    padding: 47px 25px
}

.footer-2 .footer__item-title {
    position: relative;
    margin-bottom: 10px;
    line-height: 1;
    margin-top: 17px;
    padding-bottom: 8px;
    height: 0;
    color: transparent
}

.footer-2 .footer-2__victory img {
    width: 50px;
    height: 54px
}

.footer-2 .footer__logo {
    position: relative;
    margin-bottom: 0;
    width: 213px;
    height: 50px
}

.footer-2 .footer__contacts {
    max-width: 370px
}

.footer-2 .footer__img {
    /* margin-bottom: 14px; */
    width: 60px;
    height: 42px;
    margin: 0 auto;
    display: block;
}

.footer-2 .footer__logo-link {
    position: relative;
    margin-bottom: 41px
}

.footer-2 .footer__txt {
    font-size: 17px;
    line-height: 25px;
    max-width: 300px
}

.footer-2 .footer__pol {
    font-size: 17px;
    line-height: 25px;
    max-width: 300px;
    text-align: left;
    display: none
}

.footer-2 .footer__logo-link::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: -o-linear-gradient(332.59deg, #3ca0d2 11.27%, #48dca6 67.35%);
    background: linear-gradient(117.41deg, #3ca0d2 11.27%, #48dca6 67.35%);
    border-radius: 1px
}

.footer-2 .footer__item-title::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -o-linear-gradient(332.59deg, #3ca0d2 11.27%, #48dca6 67.35%);
    background: linear-gradient(117.41deg, #3ca0d2 11.27%, #48dca6 67.35%);
    border-radius: 1px
}

.footer-2 .container {
    max-width: 1360px
}

.footer-2 .footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-2__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}


.footer-2__reviews-img {
    width: 44px;
    height: 50px;
}

.footer-2__reviews-img-chb {
    width: 44px;
    height: 50px;
}

.footer-2__reviews-img-chb {
    display: none;
}

.footer-2__reviews:hover .footer-2__reviews-img-chb {
    display: block;
}

.footer-2__reviews:hover .footer-2__reviews-img {
    display: none;
}

.footer-2__rating {
    margin-left: 6px;
    color: #FFF;
}

.footer-2__reviews:hover .footer-2__rating {
    color: #848484;
}

.footer-2__rating .span-white {
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px
}

.footer-2__rating-img {
    width: 100%;
    height: 100%;
    display: block
}

.footer-2__victory img+img {
    margin-left: 10px
}

.footer-2__bottom {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-2__bottom-title {
    color: #fff;
    font-family: Jost;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    max-width: 320px;
    position: relative;
    margin-bottom: 55px;
    margin-top: -10px
}

.footer-2__bottom-title::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 55px;
    right: -31px;
    width: 65px;
    height: 40px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/decoration/white-arrow-right.svg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.footer-2__bottom-link {
    max-width: 870px;
    border-radius: 7px;
    background: #fff;
    width: 100%;
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #454545;
    font-family: Nunito;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 24px
}

.footer-2__bottom-link:hover {
    background: #48dca6;
    color: #fff
}

.footer-2__bottom-link span {
    color: #197eb1;
    margin-left: 6px
}

.footer__bottom-copyright {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 20px
}

.go-to {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 400px
}

.go-to__links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.partner-link {
    padding: 8px 9px;
    border-radius: 7.53px;
    border: 1px solid transparent;
    background: linear-gradient(0deg, #3CA0D2 0.08%, #48DCA6 155.74%);
    box-shadow: inset 0px 0px 0px 100vw #363636;
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: 190px;
}
.partner-link__hubspot{
    max-width: 190px;
}

.partner-link .footer__img-white {
    display: none;
}

.partner-link:hover .footer__img-color {
    display: none;
}

.partner-link:hover .footer__img-white {
    display: block;
}

.partner-link__hubspot .hubspot-icon--white {
    display: none;
}

.partner-link__hubspot:hover .hubspot-icon--color {
    display: none;
}

.partner-link__hubspot:hover .hubspot-icon--white {
    display: block;
}

.partner-link__hubspot img {
    display: block;
    width: 100%;
}

.partner-name {
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-size: 12.3104px;
    line-height: 16px;
}

.footer__circle:hover {
    -webkit-filter: drop-shadow(0 0 10.9332857132px #48dca6);
    filter: drop-shadow(0 0 10.9332857132px #48dca6);
    cursor: pointer
}

.pre-footer {
    padding: 60px 0;
    background: rgba(150, 238, 207, 0.40);
    margin-bottom: 80px;
}

.pre-footer__top {
    position: relative;
    text-align: center;
}

/* .pre-footer__title span::before {
    content: "";
    position: absolute;
    bottom: -40px;
    right: -10px;
    background-size: contain !important;
    width: 12px;
    height: 47px;
    background: url('/wp-content/themes/wp-RA/assets/img/pre-footer3.svg') no-repeat
} */
.pre-footer__title {
    display: inline-block;
    position: relative;
    color: #454545;
    font-family: Nunito;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 40px;
}

/* .pre-footer__title span{
    background-image: -o-linear-gradient(.45deg, #3ca0d2 49.64%, #48dca6 63.32%);
    background-image: linear-gradient(89.55deg, #3ca0d2 49.64%, #48dca6 63.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 67px;
    text-align: center;
    position: relative;
    font-size: 43px;
    line-height: 46px;
    max-width: 307px;
    margin: 0 auto 30px
} */

/* .pre-footer__title::before {
    content: "";
    position: absolute;
    top: -12px;
    right: -15px;
    background-size: cover;
    width: 24px;
    height: 62px;
    background: url(/wp-content/themes/wp-RA/assets/img/pre-footer.svg) no-repeat
} */

/* .pre-footer__title span::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -10px;
    background-size: contain !important;
    width: 12px;
    height: 47px;
    background: url(/wp-content/themes/wp-RA/assets/img/pre-footer2.svg) no-repeat
} */

.pre-footer__label {
    position: relative;
    width: 100%;
    font-weight: 300;
    font-size: 17px;
    color: #454545;
    display: block;
    margin-bottom: 30px;
    padding: 5px 0
}

.pre-footer__label-file {
    position: relative
}

.pre-footer__switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pre-footer__label-file::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    background: url(/wp-content/themes/wp-RA/assets/img/pre-file.svg) no-repeat;
    background-size: cover;
    width: 33px;
    height: 22px
}

.pre-footer__label::before {
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: -o-linear-gradient(359.87deg, #3ca0d2 .12%, #48dca6 99.91%);
    background: linear-gradient(90.13deg, #3ca0d2 .12%, #48dca6 99.91%)
}

.pre-footer__label span {
    display: inline-block
}

.pre-footer__label input::-webkit-input-placeholder {
    color: #dfdfdf
}

.pre-footer__label input::-moz-placeholder {
    color: #dfdfdf
}

.pre-footer__label input:-ms-input-placeholder {
    color: #dfdfdf
}

.pre-footer__label input::-ms-input-placeholder {
    color: #dfdfdf
}

.pre-footer__label input::placeholder {
    color: #dfdfdf
}

.pre-footer__label::before {
    content: "";
    position: absolute;
    width: 100%
}

.pre-footer__input {
    font-size: 17px;
    line-height: 25px;
    max-width: 297px;
    font-weight: 300;
    font-family: Jost;
    display: inline-block
}

.pre-footer__textarea {
    width: 330px;
    max-width: 100%
}

.pre-footer__file {
    display: none
}

.pre-footer__pol {
    max-width: 393px;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 16px
}

.pre-footer__form-btn {
    background: #d1cb28;
    border-radius: 10px;
    color: #fff;
    font-family: Nunito;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    width: 100%;
    padding: 12px 0;
    margin-bottom: 10px;
    position: relative;
    min-height: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pre-footer__form-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 59px;
    background: #454545;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.pre-footer__form-btn span {
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.wpcf7-spinner {
    display: block;
    margin: 0 auto
}

.w-100 {
    width: 100%
}

.grad {
    background-image: -o-linear-gradient(.45deg, #3ca0d2 49.64%, #48dca6 63.32%);
    background-image: linear-gradient(89.55deg, #3ca0d2 49.64%, #48dca6 63.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.pre-footer .switch-slider {
    background: #dfdfdf
}

.pre-footer__item-left {
    display: none
}

.pre-footer__files {
    display: none
}

.pre-footer__item-pol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
    color: rgba(69, 69, 69, .5);
    margin-bottom: 20px
}

.pre-footer__item-pol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    color: rgba(69, 69, 69, .5);
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    cursor: pointer
}

.pre-footer__item-pol2::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #3CA0D2;
    border-radius: 50%
}

.pre-footer__item-pol2::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 3px;
    width: 9px;
    height: 9px;
    background: -o-linear-gradient(166.09deg, #3ca0d2 34.15%, #48dca6 55.75%);
    background: linear-gradient(283.91deg, #3ca0d2 34.15%, #48dca6 55.75%);
    border-radius: 50%;
    scale: 0
}

.pre-footer__radio {
    display: none
}

.checked+.pre-footer__item-pol2::after {
    scale: 1
}

.pol-link-gold {
    color: #d1cb28
}

.star-rating {
    display: inline-block;
    font-size: 0;
    position: relative;
    width: 100% !important;
    height: 24px !important;
    overflow: hidden
}

.star-rating::before {
    content: "★★★★★";
    font-size: 24px;
    color: #ccc
}

.star-rating::after {
    content: "★★★★★";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    color: #ffb953;
    overflow: hidden;
    width: calc(var(--rating)/ 5 * 100%)
}

.star-rating input[type=radio] {
    display: none
}

.faq {
    margin-bottom: 60px
}

.faq__top, .logos__top {
    position: relative
}

/* .faq__title, .logos__title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 12px;
    position: relative
} */

.logos__title {
    max-width: 360px;
}

.logos__title span {
    color: #3CA0D2;
}

.logos__title div {
    color: #48DCA6;
}

/* .faq__title::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 105px;
    background-size: cover;
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/wp-RA/assets/img/pre-footer.svg) no-repeat
} */

.faq__top, .logos__top {
    margin-bottom: 26px;
}

.faq__txt {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin: 0 auto 42px auto
}

.faq__bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.faq__bottom-content{
    width: 100%;
}
.faq__item:first-child {
    border-top: 1px solid #dfdfdf
}

.faq__item {
    cursor: pointer;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden
}

.faq__item-top {
    position: relative
}

.faq__item-top._active+.faq__item-txt-2 {
    height: auto;
    padding: 0 0 10px 30px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
}

.faq__item-top._active .faq__svg-path {
    opacity: 0
}

.faq__ban {
    position: absolute;
    display: none
}

.faq__ban::before {
    content: "";
    bottom: -1px;
    left: 0;
    background: #fff;
    position: absolute;
    height: 10px;
    width: 100%;
    z-index: 2
}

.faq__ban::after {
    content: "";
    top: 0;
    right: 0;
    background: #fff;
    position: absolute;
    height: 100%;
    width: 2px;
    z-index: 2
}

.faq__item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px
}

.faq__item-txt-2 {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #454545;
    padding: 0 0 0 30px;
    height: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: none;
}

.faq__svg {
    position: absolute;
    top: 11px;
    left: 0;
    z-index: -1
}

.faq__svg-arr, .logos__svg-arr {
    display: none;
    position: absolute;
    top: 50px;
    right: 0
}

.faq__svg-arr path, .logos__svg-arr path {
    -webkit-animation: arrow-left 2s infinite;
    animation: arrow-left 2s infinite
}

.faq__svg-arr path:nth-child(1), .logos__svg-arr path:nth-child(1) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.faq__svg-arr path:nth-child(2), .logos__svg-arr path:nth-child(2) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.faq__svg-arr path:nth-child(3), .logos__svg-arr path:nth-child(3) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.faq__svg-arr path:nth-child(4), .logos__svg-arr path:nth-child(3) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.faq__svg-arr path:nth-child(5), .logos__svg-arr path:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.faq__svg-arr path:nth-child(6), .logos__svg-arr path:nth-child(3) {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.articles {
    margin-top: 80px;
    margin-bottom: 200px
}
.articles__title{
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 64px;
    line-height: 76px;
    text-align: center;
    color: #454545;
    margin-bottom: 40px;
}
.articles__btns-link {
    font-family: Jost;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 42px;
    font-weight: 500;
    color: #454545
}
.articles__btns-link img {
    width: 18px;
    margin-left: 12px;
    margin-top: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 100%
}
.articles__btn {
    width: 100%;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    height: 50px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(91deg, #d1cb28 0, #48dca6 100%);
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}
.articles__item-img{
    padding: 6px 7px;
}
.articles__item-img img{
    display: block;
    width: 100%;
    border-radius: 12.537px;
}
.articles__item{
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    background: #FFFFFF;
    border-radius: 12.537px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
}
.articles__item:hover{
    filter: none;
    transition: all 0.3s ease;

    border: 2px solid #454545;
    border-radius: 10px;
}
.articles__item-name{
    font-family: 'Jost';
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #363636;
    padding-bottom: 20px;
}
.articles__items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 68px;
}
.articles__item-border{
    width: 100%;
    height: 0.75px;
    background: linear-gradient(117.41deg, #3ca0d2 11.27%, #48dca6 67.35%);
    border-radius: 1px;
    margin-top: auto;
}
.articles__item-bottom{
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}




.stories {
    margin-top: 80px;
    margin-bottom: 80px
}

.stories__slider {
    overflow: visible
}

.stories__top {
    position: relative;
    margin-bottom: 26px;
}

.stories__title {
    font-family: Nunito;
    font-weight: 700;
    text-align: center;
    /* font-size: 35px; */
    /* line-height: 42px; */
    /* max-width: 280px; */
    /* margin: 0 auto 45px; */
    position: relative
}

/*.stories__title::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 10px;
    width: 33px;
    height: 35px;
    background: url(/wp-content/themes/wp-RA/assets/img/stories-title-svg2.svg) no-repeat !important;
    background-size: cover !important
}*/

/* .stories__title::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 20px;
    width: 30px;
    height: 90px;
    background-image: url('/wp-content/themes/wp-RA/assets/img/stories-title-svg.svg');
    background-size: cover !important
} */

.stories__svg-arr {
    display: none
}

.stories__slider-wrapper {
    margin-bottom: 60px
}

.stories__slide {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 439px;
    color: #fff;
    padding: 30px 20px 34px 20px
}

.stories__slide-wrap.swiper-slide-active::before {
    opacity: 1;
    visibility: visible
}

.stories__slide-wrap.swiper-slide-active .stories__slide-bottom {
    max-height: 199px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.stories__slide-wrap:hover .stories__slide-bottom {
    max-height: 199px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.stories__slide-wrap:hover {
    padding-bottom: 60px;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.stories__slide-wrap:hover::before {
    visibility: visible;
    opacity: 1
}

.stories__slide-wrap.swiper-slide-active:hover::before {
    opacity: 1;
    visibility: visible
}

.stories__slide-wrap.swiper-slide-active:hover .stories__slide-bottom {
    max-height: 199px
}

.stories__slide-wrap {
    position: relative;
    height: 439px;
    border-radius: 15px;
    overflow: hidden
}

.stories__slide-wrap::before {
    content: "";
    background: -webkit-gradient(linear-gradient(180deg, rgba(72, 220, 166, 0.8) 20%, rgba(60, 160, 210, 0.9) 50%));
    /* background: -o-linear-gradient(top, rgba(72, 220, 166, .6) 19.79%, #3ca0d2 47.4%); */
    background: linear-gradient(180deg, rgba(72, 220, 166, 0.8) 20%, rgba(60, 160, 210, 0.9) 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.stories__slide-top {
    position: relative;
    z-index: 2
}

.stories__span {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
    text-decoration-line: underline
}

.stories__span+.stories__span {
    margin-left: 20px
}

.stories__slide-title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 9px;
    border-bottom: .5px solid #fff
}

.stories__slide-bottom {
    max-height: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    z-index: 2
}

.stories__slide-txt {
    margin-top: 30px;
    font-size: 20px;
    line-height: 29px
}

.swiper {
    width: 100%;
    height: 100%
}

.stories__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: -o-linear-gradient(332.44deg, #3ca0d2 11.28%, #48dca6 93.18%);
    background: linear-gradient(117.56deg, #3ca0d2 11.28%, #48dca6 93.18%)
}

.stories__slider .swiper-pagination-bullet {
    width: 16px;
    height: 16px
}

.stories__svg-arr path:nth-child(1) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.stories__svg-arr path:nth-child(2) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.stories__svg-arr path:nth-child(3) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.stories__svg-arr path:nth-child(4) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.stories__svg-arr path:nth-child(5) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.stories__svg-arr path:nth-child(6) {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.stories__svg-arr path {
    -webkit-animation: arrow-left 1.5s infinite;
    animation: arrow-left 1.5s infinite
}

.stories__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.articles__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
}

.stories__btns-link {
    font-family: Jost;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 42px;
    font-weight: 500;
    color: #454545
}

.stories__btns-link img {
    width: 18px;
    margin-left: 12px;
    margin-top: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 100%
}

.stories__btn {
    width: 100%;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    height: 50px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(91deg, #d1cb28 0, #48dca6 100%);
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}

.blog-more__btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 32px;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    color: #454545
}

.blog-more__btn span {
    color: #454545
}

.benefits-more__btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 32px;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    height: 50px;
    position: relative;
    margin: 25px auto 0 auto;
    color: #454545
}

.benefits-more__btn span {
    color: #454545
}

.reviews {
    margin-bottom: 45px;
    margin-top: 60px
}

.reviews .swiper-pagination {
    top: auto;
    transform: none;
    bottom: 0 !important;
}

.reviews .swiper-pagination .swiper-pagination-bullet {
    background: 0 0 !important;
}

.reviews__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
}

.reviews__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reviews__circle {
    width: 641px;
    height: 659px;
    background: -o-linear-gradient(332.44deg, #3ca0d2 11.28%, #48dca6 93.18%);
    background: linear-gradient(117.56deg, #3ca0d2 11.28%, #48dca6 93.18%);
    border-radius: 50%;
    position: relative
}

.page-id-27228 .reviews__circle {
    background: linear-gradient(180deg, #ECA135 0%, #E35A4F 100%);
}

.reviews__circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/wp-content/themes/wp-RA/assets/img/circle-before.svg) no-repeat;
    background-size: cover;
    width: 717px;
    height: 739px
}

.page-id-27228 .reviews__circle::before {
    background: url(/wp-content/themes/wp-RA/assets/img/circle-before-yellow.svg) no-repeat;
    background-size: cover;
}

.reviews__title {
    position: relative;
    color: #fff;
    text-align: center;
    font-family: Nunito;
    margin-top: 51px;
    font-weight: 700;

    font-size: 36px;
    line-height: 46px;
    margin-bottom: 8px;
}

.reviews__title::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 198px;
    width: 45px;
    height: 38px;
    background: url(/wp-content/themes/wp-RA/assets/img/reviews-two.svg) no-repeat;
    background-size: cover
}

.reviews__text {
    display: block;
    text-align: center;
    color: #fff;
    max-width: 400px;
    margin: 0 auto 20px;

    font-size: 22px;
    line-height: 28px;
}

.reviews__slider {
    height: 512px;
    width: 700px;
    padding-bottom: 80px;
    overflow: visible
}

.reviews__slide-wrap {
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    visibility: hidden
}

.reviews__slider .reviews__slide-wrap.swiper-slide-prev {
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(10.9005px);
    backdrop-filter: blur(10.9005px);
    width: 364px !important;
    padding: 30px;
    scale: .75;
    -webkit-transform: translate(33%, 0);
    -ms-transform: translate(33%, 0);
    transform: translate(33%, 0);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 30px;
    visibility: visible
}

.reviews__slider .reviews__slide-wrap.swiper-slide-next {
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(10.9005px);
    backdrop-filter: blur(10.9005px);
    width: 364px !important;
    padding: 30px;
    scale: .75;
    -webkit-transform: translate(-55%, 0);
    -ms-transform: translate(-55%, 0);
    transform: translate(-55%, 0);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 30px;
    visibility: visible
}

.reviews__slider .reviews__slide-wrap.swiper-slide-active {
    background: #fff;
    padding: 20px;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 30px;
    width: 326px !important;
    -webkit-transform: translate(-25px, 0);
    -ms-transform: translate(-25px, 0);
    transform: translate(-25px, 0);
    visibility: visible
}

.reviews__slide-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

.reviews__slide-img {
    width: 66px;
    height: 66px
}

.reviews__slide-top-item {
    margin-left: 23px
}

.reviews__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    display: block;
    color: #000
}

.reviews__org {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    margin-bottom: 7px
}

.reviews__center-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
    position: relative
}

.reviews__center-title::before {
    display: none
}

.reviews__center-txt {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    position: relative
}

.reviews__center-txt::before {
    display: none
}

.reviews__pagination {
    position: absolute;
    bottom: 40px !important
}

.reviews__row {
    display: none
}

.reviews__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reviews__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

.reviews__slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: 0 0;
    opacity: 1
}

.reviews .swiper-button-prev {
    display: none
}

.reviews .swiper-button-next {
    display: none
}

.reviews .swiper-button-prev:after {
    content: "";
    background: url(/wp-content/themes/wp-RA/assets/img/reviews-arr-l.svg) no-repeat;
    background-size: contain;
    width: 40px;
    height: 66px
}

.reviews .swiper-button-prev.reviews__prev {
    width: 40px;
    height: 66px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    top: 511px;
    left: 450px
}

.reviews .swiper-button-next:after {
    content: "";
    background: url(/wp-content/themes/wp-RA/assets/img/reviews-arr-r.svg) no-repeat;
    background-size: contain;
    width: 40px;
    height: 66px
}

.reviews .swiper-button-next.reviews__next {
    width: 40px;
    height: 66px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    top: 511px;
    right: 450px
}

.reviews .swiper-button-next.reviews__next:hover {
    opacity: .6
}

.reviews .swiper-button-prev.reviews__prev:hover {
    opacity: .6
}

.reviews .reviews__pagination {
    z-index: -1
}

.reviews__btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #d1cb28;
    border-radius: 10px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.reviews__btn span {
    position: relative;
    z-index: 1
}

.reviews__btn {
    display: none;
    height: 50px;
    border: none;
    background: #454545;
    color: #f2f2f2;
    padding: 10px;
    font-size: 18px;
    border-radius: 10px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 329px;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    overflow: hidden
}

.reviews__btn:hover::before {
    width: 100%;
    height: 100%
}

.reviews__btn:hover {
    color: #454545
}

.reviews__bottom-mob {
    display: none;
    max-width: 329px
}

.choose::before {
    content: "";
    position: absolute;
    top: -140px;
    left: 0;
    width: 500px;
    height: 800px;
    display: none;
}

.choose {
    padding-top: 65px;
    padding-bottom: 25px;
    /* background: #454545; */
    position: relative;
    margin-bottom: 20px;
    min-height: 600px
}

.choose__body {
    position: relative
}

.choose__btn {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    margin-top: 20px;
    margin-bottom: 40px;
    overflow: hidden;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}

.choose__title {
    background-image: -o-linear-gradient(.45deg, #3ca0d2 49.64%, #48dca6 63.32%);
    background-image: linear-gradient(89.55deg, #3ca0d2 49.64%, #48dca6 63.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Nunito;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 65px
}

.choose__slider {
    padding-top: 158px;
    width: 100% !important;
    height: 835px !important;
    padding-bottom: 70px;
    display: none
}

.choose__mob {
    position: absolute;
    display: none
}

.choose__slide-wrap {
    background: rgba(255, 255, 255, .9);
    border-radius: 37.1664px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    padding: 83px 19px 22px 19px;
    width: 262px !important;
    margin-top: 125px;
    height: 420px !important;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    overflow: hidden
}

.choose__slide-title {
    font-family: Nunito;
    font-weight: 700
}

.choose__slide-txt {
    font-size: 19px;
    line-height: normal;
    color: #fff;
}

.choose__pagination {
    position: absolute;
    top: 215px;
    left: 170px !important
}

.choose__slider .choose__slide-wrap.swiper-slide-active {
    height: 588px !important;
    width: 320px !important;
    margin-top: 0;
    scale: 1
}

.choose__slider .choose__slide-wrap.swiper-slide-active .choose__slide-title {
    font-size: 28px !important;
    line-height: 38px !important
}

.choose__slider .choose__slide-wrap.swiper-slide-active .choose__slide-txt {
    font-size: 20px !important;
    line-height: 30px !important
}

.choose__slider .swiper-pagination-bullet {
    width: 10.28px;
    height: 10.28px;
    border: 1px solid #454545;
    background: 0 0
}

.choose__slider2 .swiper-pagination-bullet {
    width: 10.28px;
    height: 10.28px;
    background: #dfdfdf !important;
    opacity: 1
}

.choose__slider2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d1cb28 !important;
}

.choose__slider2 {
    padding-bottom: 70px;
    padding-top: 2px;
    padding-right: 1px;
    overflow: visible;
    max-width: 330px
}

.choose__slide-wrap2 {
    background: #454545;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.70);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.70);
    padding: 34px 28px 28px 28px;
    width: 100% !important;
    cursor: pointer;
    height: 375px !important;
}

.choose__slide-title2 {
    font-family: Nunito;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 10px;
    line-height: 33px;
    max-width: 290px;
    min-height: 55px;

    background: -o-linear-gradient(303deg, #3ca0d2 0, #3ca2d1 .01%, #48dca6 100%);
    background: linear-gradient(147deg, #3ca0d2 0, #3ca2d1 .01%, #48dca6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.choose .swiper-button-prev {
    display: none
}

.choose .swiper-button-next {
    display: none
}

.choose .swiper-button-prev:after {
    content: "";
    background: url(/wp-content/themes/wp-RA/assets/img/choose-arr-l.svg) no-repeat;
    background-size: cover;
    width: 38px;
    height: 66px
}

.choose .swiper-button-prev.choose__prev {
    width: 38px;
    height: 66px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    left: 630px;
    top: 215px
}

.choose .swiper-button-next:after {
    content: "";
    background: url(/wp-content/themes/wp-RA/assets/img/choose-arr-r.svg) no-repeat;
    background-size: cover;
    width: 38px;
    height: 66px
}

.choose .swiper-button-next.choose__next {
    width: 38px;
    height: 66px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    right: 276px;
    top: 215px;
    opacity: 1
}

.choose .swiper-button-next.choose__next:hover {
    opacity: .6
}

.choose .swiper-button-prev.choose__prev:hover {
    opacity: .6
}

.choose .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    z-index: 0;
    bottom: 10px;
    top: auto;
}

.num-choose {
    position: absolute;
    top: 5px;
    right: 10px;
    font-family: Nunito;
    font-weight: 700;
    font-size: 190px;
    color: #fff;
    opacity: .06
}

.row {
    margin-top: 80px;
    margin-bottom: 80px
}

.row__img {
    width: 142px;
    height: 100%;
    margin: 0 10px
}

.row__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 90px
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.main-banner {
    position: relative;
    margin-top: -94px;
    margin-bottom: 60px
}

.main-banner__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2
}

.main-banner__body {
    color: #fff;
    position: relative;
    z-index: 2
}

.main-banner__title {
    padding-top: 90px;
    font-family: Nunito;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;

    font-size: 36px;
    line-height: 46px;
}

.main-banner__sub-title {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 26px;
}

.main-banner__btn {
    width: 100%;
    position: relative;
    cursor: pointer;
    background: -o-linear-gradient(179.7deg, #3ca0d2 1.98%, #48dca6 99.74%);
    background: linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}

.main-banner__btn.main-page--button {
    /* max-width: 637px;
    width: 100%; */
    margin-top: 26px;
    position: relative;
    z-index: 9;
}

.main-circle {
    margin-bottom: 200px;
    display: none
}

.main-circle__list-txt a {
    color: #16719E;
}

.main-circle__list-txt:hover a {
    color: #30BF98;
}

.main-circle__circ {
    position: relative;
    padding-top: 78px;
    height: 800px
}

.main-circle__svg {
    position: absolute;
    top: 0;
    margin-left: auto;
    overflow: hidden;
    right: -25px;
    width: 389px;
    height: 819px
}

.main-circle__list {
    position: absolute;
    width: 500px;
    right: 0;
    top: 0
}

.main-circle__list-item {
    max-width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    cursor: pointer
}

.main-circle__list-left {
    margin-right: 32px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-circle__list-title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    text-align: right;
    color: #454545;
    margin-bottom: 10px
}

.main-circle__list-txt {
    text-align: right;
    color: #454545;
    font-size: 14px;
    line-height: 20px
}

.main-circle__btn {
    background: -o-linear-gradient(359.78deg, #d1cb28 9.5%, #48dca6 94.58%);
    background: linear-gradient(90.22deg, #d1cb28 9.5%, #48dca6 94.58%);
    border-radius: 10px;
    font-family: Nunito;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    width: 434px;
    height: 66px;
    color: #fff;
    position: absolute;
    top: 790px;
    right: 500px;
    overflow: hidden;
    opacity: 0;
    scale: 0;
    display: none
}

.main-circle__btn::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: -o-linear-gradient(179.78deg, #d1cb28 9.5%, #48dca6 94.58%);
    background: linear-gradient(270.22deg, #d1cb28 9.5%, #48dca6 94.58%);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-circle__btn span {
    position: relative;
    z-index: 2
}

.main-circle__list-img {
    width: 50px;
    height: 50px
}

.circ {
    right: 0;
    position: absolute;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-position: right !important;
    width: 320px;
    height: 660px;
    background: url(/wp-content/themes/wp-RA/assets/img/circ-768.svg) no-repeat
}

.circ__content {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-left: auto;
    margin-right: 10px;
    max-width: 282px
}

.circ__content::before {
    content: "";
    position: absolute;
    top: -20px;
    width: 50px;
    height: 43px;
    background: url(/wp-content/themes/wp-RA/assets/img/ra-team.svg) no-repeat;
    background-size: contain;
    display: none
}

.circ__title {
    font-family: Nunito;
    font-weight: 700;
    color: #fff;
    text-align: left;
    font-size: 38px;
    line-height: 44px
}

.circ__text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    color: #fff
}

.circ-1 {
    top: -34px;
    left: 30px
}

.circ-2 {
    left: -120px;
    top: 88px
}

.circ-3 {
    left: -165px;
    top: 220px;
    max-width: 330px
}

.circ-4 {
    top: 390px;
    left: -154px
}

.circ-5 {
    top: 560px;
    left: -55px
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 4041
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    from {
        stroke-dashoffset: 4041
    }

    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes scale {
    from {
        opacity: 0;
        scale: 0
    }

    to {
        opacity: 1;
        scale: 1
    }
}

@keyframes scale {
    from {
        opacity: 0;
        scale: 0
    }

    to {
        opacity: 1;
        scale: 1
    }
}

.main-circle__circ.dash .circ-1 {
    -webkit-animation: scale .3s linear forwards .2s;
    animation: scale .3s linear forwards .2s
}

.main-circle__circ.dash .circ-2 {
    -webkit-animation: scale .3s linear forwards .7s;
    animation: scale .3s linear forwards .7s
}

.main-circle__circ.dash .circ-3 {
    -webkit-animation: scale .3s linear forwards 1.2s;
    animation: scale .3s linear forwards 1.2s
}

.main-circle__circ.dash .circ-4 {
    -webkit-animation: scale .3s linear forwards 1.7s;
    animation: scale .3s linear forwards 1.7s
}

.main-circle__circ.dash .circ-5 {
    -webkit-animation: scale .3s linear forwards 2.2s;
    animation: scale .3s linear forwards 2.2s
}

.main-circle__circ.dash .main-circle__btn {
    -webkit-animation: scale .3s linear forwards 2.6s;
    animation: scale .3s linear forwards 2.6s
}

.main-circle__circ.dash .circ {
    right: 0
}

.main-circle2 {
    position: relative;
    height: 600px;
    margin-bottom: 190px
}

.main-circle2__title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    color: #454545;
    max-width: 310px;
    margin: 0 auto 12px;
    position: relative
}

/* .main-circle2__title::before {
    content: "";
    position: absolute;
    top: -22px;
    right: 0;
    width: 29px;
    height: 45px;
    background: url(/wp-content/themes/wp-RA/assets/img/blobs.svg) no-repeat
} */

.main-circle2__txt {
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 330px
}

.main-circle2__slider {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 30px;
    padding: 30px 21px;
    background: #fff
}

.main-circle2__list-left {
    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
}

.main-circle2__list-title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
    color: #454545;
    max-width: 100%
}

.main-circle2__list-txt {
    font-size: 20px;
    line-height: 29px;
    text-align: right;
    text-align: center;
    color: #454545
}

.main-circle2__svg {
    position: absolute;
    top: 200px;
    right: -170px
}

.main-circle2__list-img {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
    -o-object-fit: contain;
    object-fit: contain
}

/* .main-circle2::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: url(/wp-content/themes/wp-RA/assets/img/green-bg-left.svg) no-repeat;
    width: 800px;
    height: 900px
} */

.main-circle2 .swiper-pagination-bullet {
    background: 0 0;
    border: 1px solid #454545
}

.main-circle2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000
}

.main-circle2 .arrow-bot {
    top: 570px
}

.main-circle2__next {
    right: 0;
    /* top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); */
    position: relative
}

.main-circle2__next::after {
    background: url(/wp-content/themes/wp-RA/assets/img/arrow-gradient.svg) no-repeat;
    width: 26px;
    height: 44px;
    background-size: contain;
    content: ""
}

.main-circle2__prev::after {
    background: url(/wp-content/themes/wp-RA/assets/img/arrow-gradient-left.svg) no-repeat;
    width: 25px;
    height: 44px;
    background-size: contain;
    content: ""
}

.main-circle2__prev {
    left: 0;
    /* top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); */
    position: relative
}

.main-circle2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    z-index: 2 !important;
    position: absolute
}

.explore .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(0, -210%);
    -ms-transform: translate(0, -210%);
    transform: translate(0, -210%);
    z-index: 2 !important;
    position: absolute
}

.circle__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 195px;
    margin: 15px auto 0 auto;
    height: 50px;
    width: 100%
}

.key::before {
    content: "";
    position: absolute;
    top: 48px;
    right: -90px;
    background: url(/wp-content/themes/wp-RA/assets/img/key-bg2.svg) no-repeat;
    background-size: cover;
    width: 340px;
    height: 510px;
    z-index: 2
}

.key {
    width: 100%;
    position: relative;
    background: #454545
}

.key__body {
    position: relative
}

.key__arrow-left {
    position: absolute;
    top: 15px;
    left: 0;
    display: none
}

.key__arrow-right {
    position: absolute;
    top: 15px;
    right: 0;
    display: none
}

.key__title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    padding-top: 50px;
    background: -o-linear-gradient(332.44deg, #3ca0d2 11.28%, #48dca6 93.18%);
    background: linear-gradient(117.56deg, #3ca0d2 11.28%, #48dca6 93.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px
}

.key__txt {
    font-size: 21px;
    line-height: 28px;
    color: #fff;
    display: none
}

.key__txt-mob {
    display: block;
    max-width: 600px
}

.animate-arrow-left path:nth-child(1) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.animate-arrow-left path:nth-child(2) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.animate-arrow-left path:nth-child(3) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.animate-arrow-left path:nth-child(4) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.animate-arrow-left path:nth-child(5) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.animate-arrow-left path:nth-child(6) {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.animate-arrow-left path {
    -webkit-animation: arrow-left 1.5s infinite;
    animation: arrow-left 1.5s infinite
}

.choose-key .swiper-button-next::after {
    background: url(/wp-content/themes/wp-RA/assets/img/keu-next.svg) no-repeat
}

.choose-key .swiper-button-prev::after {
    background: url(/wp-content/themes/wp-RA/assets/img/key-prev.svg) no-repeat
}

.choose-key {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px)
}

.choose-key .swiper-button-prev.choose__prev {
    top: 113px
}

.choose-key .swiper-button-next.choose__next {
    top: 113px
}

.choose-key .choose__pagination {
    top: 116px
}

.choose-key .choose__slide-wrap.swiper-slide-active {
    padding-top: 180px
}

.num-choose-2 {
    position: absolute;
    top: 0;
    left: 10px;
    font-family: Nunito;
    font-weight: 700;
    font-size: 99px;
    line-height: 136px;
    color: #fff;
    display: block
}

.choose-key .choose__slide-wrap.swiper-slide-active .num-choose-2 {
    display: block
}

.choose-key .choose__slide-wrap.swiper-slide-active .black-arrow {
    display: block
}

.black-arrow {
    position: absolute;
    top: 30px;
    right: 90px
}

.choose-key .choose__slide-wrap2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 120px
}

.impl-serv .main-banner__btn {
    display: none
}

.impl-serv::before {
    content: "";
    top: -100px;
    left: -71px;
    width: 600px;
    height: 700px;
    background: url(/wp-content/themes/wp-RA/assets/img/green-bg.svg) no-repeat;
    position: absolute;
    background-size: contain
}

.impl-serv {
    margin-bottom: 170px;
    position: relative
}

.impl-serv__body {
    position: relative;
    margin-bottom: 30px
}

.impl-serv__btn-mob {
    width: 100%;
    margin-top: 100px;
    display: block !important
}

.impl-serv__title {
    font-size: 35px;
    line-height: 42px;
    max-width: 322px;
    margin-bottom: 12px
}

.impl-serv__txt {
    display: none
}

.impl-serv__slider {
    overflow: visible
}

.impl-serv__slider .choose__slide-wrap2 {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    height: 376px !important
}

.impl-serv__slider .choose__slide-title2 {
    font-size: 28px;
    line-height: 39px
}

.impl-serv__slider .choose__slide-txt {
    max-width: 300px
}

.impl-serv__slider .choose__slide-wrap2.swiper-slide-active {
    background: #454545
}

.impl-serv__slider .choose__slide-wrap2.swiper-slide-active .choose__slide-txt {
    color: #fff
}

.impl-serv__slider .choose__slide-wrap2.swiper-slide-active .choose__slide-title2 {
    background: -o-linear-gradient(316.5deg, #3ca0d2 -27.05%, #48dca6 67.03%);
    background: linear-gradient(133.5deg, #3ca0d2 -27.05%, #48dca6 67.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 8px rgba(72, 220, 166, .2)
}

.impl-serv__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -74px
}

.impl-serv__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d1cb28
}

.impl-serv__slider .swiper-pagination-bullet {
    background: 0 0;
    width: 11px;
    background: rgba(69, 69, 69, .5);
    height: 11px
}

.impl-serv__slider .swiper-button-next {
    bottom: -80px;
    top: auto;
    right: 450px;
    display: none
}

.impl-serv__slider .swiper-button-prev {
    bottom: -80px;
    top: auto;
    left: 450px;
    display: none
}

.impl-serv__slider .swiper-button-next::after {
    background: url(/wp-content/themes/wp-RA/assets/img/keu-next.svg) no-repeat;
    width: 40px;
    height: 60px;
    background-size: contain;
    content: "";
    display: inline-block
}

.impl-serv__slider .swiper-button-prev::after {
    background: url(/wp-content/themes/wp-RA/assets/img/key-prev.svg) no-repeat;
    width: 40px;
    height: 60px;
    background-size: contain;
    content: "";
    display: inline-block
}

.impl-serv__txt-mob {
    display: block;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px
}

.steps .circ {
    background: url(/wp-content/themes/wp-RA/assets/img/big-circle-2.svg) no-repeat !important;
    background-position: left !important;
    right: auto;
    left: 0;
    display: none
}

.steps .main-circle__svg {
    left: -47px;
    right: auto
}

.steps {
    margin-bottom: 200px;
    display: none
}

.steps .circ__content::before {
    display: none
}

.steps .main-circle__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.steps .main-circle__list-title {
    text-align: left
}

.steps .main-circle__list-txt {
    text-align: left
}

.steps .main-circle__list-left {
    margin-right: 0;
    margin-left: 32px
}

.steps .circ-1 {
    top: -324px;
    left: 270px
}

.steps .circ-2 {
    top: -124px;
    left: 480px
}

.steps .circ-3 {
    top: 100px;
    left: 575px
}

.steps .circ-4 {
    top: 350px;
    left: 575px
}

.steps .circ-5 {
    top: 600px;
    left: 485px
}

.steps .circ-6 {
    top: 800px;
    left: 285px
}

.steps .main-circle__circ.dash .circ-6 {
    -webkit-animation: scale .3s linear forwards 2.7s;
    animation: scale .3s linear forwards 2.7s
}

.steps .main-circle__circ.dash .circ-7 {
    -webkit-animation: scale .3s linear forwards 2.9s;
    animation: scale .3s linear forwards 2.9s
}

.steps .circ__content {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-right: 0;
    max-width: 442px;
    margin-left: 0;
    left: 0;
    margin-left: 100px
}

.steps .circ__content-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.steps .circ__content-left .circ__title {
    font-size: 196px
}

.steps .circ__title {
    font-size: 80px;
    text-align: left;
    position: relative;
    text-transform: lowercase;
}

/* .steps .circ__content-right .circ__title::before {
    content: "";
    position: absolute;
    top: -25px;
    right: 40px;
    background: url(/wp-content/themes/wp-RA/assets/img/blobs-white-right.svg) no-repeat;
    width: 50px;
    height: 55px
} */

.steps .circ__text {
    font-size: 33px;
    line-height: 40px;
    max-width: 300px;
    text-align: left;
    margin-bottom: 12px;
    font-weight: 300;
    text-transform: none;
}

.circ__content-btn {
    margin-top: 38px;
    padding: 15px 40px;
    width: 380px;
    height: 59px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #454545;
    background: #fff;
    border-radius: 10px;
    margin-left: 12px;
    position: relative;
    overflow: hidden;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}

.circ__content-btn::before {
    content: "";
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    width: 0;
    background: #d1cb28;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 100%
}

.circ__content-btn span {
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.steps2 .swiper-pagination-bullet {
    background: 0 0;
    border: 1px solid #454545
}

.steps2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000
}

.steps2 .swiper-pagination {
    top: 248px;
}

.steps2 .circ__title {
    color: #454545;
    font-weight: 700;
    font-size: 125px;
    line-height: 141px
}

.steps2 .circ__content-right .circ__title {
    color: #454545;
    font-size: 51px;
    line-height: 57px;
    position: relative
}

/* .steps2 .circ__content-right .circ__title::before {
    content: "";
    position: absolute;
    top: -25px;
    right: 34px;
    width: 40px;
    height: 45px;
    background: url(/wp-content/themes/wp-RA/assets/img/blobs.svg) no-repeat
} */

.steps2 .circ__content-right {
    margin-left: 10px;
    width: 100%;
}

.steps2 .circ__text {
    color: #454545;
    font-size: 21px;
    line-height: 25px;
    max-width: 200px;
    margin-top: 6px
}

.steps2 .circ__content {
    position: static;
    -webkit-transform: translate(60px, 100px);
    -ms-transform: translate(60px, 100px);
    transform: translate(60px, 100px);
    margin: 0 auto
}

.steps2 .circ__content-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.steps2 {
    margin-bottom: 550px;
    position: relative
}

.steps2__slider {
    width: 300px;
    overflow: visible;
    position: absolute;
    top: 310px;
    left: 70px
}

.steps2__svg {
    position: absolute;
    top: 100px;
    left: -150px
}

.steps2__slide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.steps2__list-left {
    margin-left: 10px
}

.steps2__pagination {
    position: absolute;
    top: 0
}

.steps2__list-title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px
}

.steps2__list-txt {
    font-size: 20px;
    line-height: 30px;
    color: #454545
}

.steps2__list-img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block
}

.steps2 .swiper-pagination-bullet {
    background: #fff
}

.steps2 .arrow-bot {
    top: 500px
}

.steps2__next {
    right: 55px;
    top: 228px
}

.steps2__next::after {
    background: url(/wp-content/themes/wp-RA/assets/img/arrow-gradient.svg) no-repeat;
    width: 25px;
    height: 43px;
    content: ""
}

.steps2__prev::after {
    background: url(/wp-content/themes/wp-RA/assets/img/arrow-gradient-left.svg) no-repeat;
    width: 25px;
    height: 43px;
    content: ""
}

.steps2__prev {
    left: 55px;
    top: 228px
}

.faq-impl .faq__svg-arr {
    display: none
}

.faq-impl .faq__title::before {
    top: -10px;
    right: 31px
}

.industries__body {
    margin-top: 94px
}

.industries__main-title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 43px;
    line-height: 48px;
    color: #454545;
    margin-bottom: 10px;
    padding-top: 20px
}

.industries__sub-title {
    font-size: 20px;
    line-height: 26px;
    color: #454545;
    margin-bottom: 50px
}

.industries__sub-title-desc {
    display: none
}

.industries-filter {
    width: 100%;
    position: relative;
    z-index: 2
}

.industries-filter__txt {
    cursor: pointer;
    background: -o-linear-gradient(359.89deg, rgba(60, 160, 210, .2) 10.38%, rgba(72, 220, 166, .2) 97.95%), #fff;
    background: linear-gradient(90.11deg, rgba(60, 160, 210, .2) 10.38%, rgba(72, 220, 166, .2) 97.95%), #fff;
    border-radius: 14px 0 0 14px;
    font-weight: 300;
    font-size: 18px;
    color: #454545;
    padding: 14px 0 14px 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.industries-filter__txt::-webkit-input-placeholder {
    font-size: 25px;
    color: #454545
}

.industries-filter__txt::-moz-placeholder {
    font-size: 25px;
    color: #454545
}

.industries-filter__txt:-ms-input-placeholder {
    font-size: 25px;
    color: #454545
}

.industries-filter__txt::-ms-input-placeholder {
    font-size: 25px;
    color: #454545
}

.industries-filter__txt::placeholder {
    font-size: 25px;
    color: #454545
}

.industries-filter__btn {
    display: none
}

.industries-filter__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    height: 54px;
    margin-bottom: 4px;
    max-width: 600px
}

.industries-filter__right {
    background: -o-linear-gradient(42.88deg, #48dca6 -14.18%, #d1cb28 104.75%);
    background: linear-gradient(47.12deg, #48dca6 -14.18%, #d1cb28 104.75%);
    border-radius: 0 14px 14px 0;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58px;
    flex: 0 0 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.industries-filter__bot {
    font-size: 14px;
    position: relative;
    z-index: 0;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 50px
}

/*.industries-filter__bot::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -8px;
    width: 8px;
    height: 21px;
    background-size: cover;
    background: url(/wp-content/themes/wp-RA/assets/img/arrow-ind.svg) no-repeat
}*/

/*.industries-filter__bot::after {
    display: none
}*/

.industries-filter__options {
    position: absolute;
    bottom: -180px;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    border-radius: 16px 0 16px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: none;
    padding: 15px;
    max-width: 600px
}

.industries-filter__link {
    color: #363636;
}

.industries-filter__wrap {
    width: 100%;
    height: 150px
}

.industries-filter__option {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: #454545;
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.industries-filter__option-arrow {
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 2px
}

.industries-cards {
    background: #96eecf;
    border-radius: 15px;
    margin: 0 -15px;
    padding: 15px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    /* -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px; */
    margin-bottom: 70px
}

.industries-cards__item {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 15px 15px 15px;
    margin-bottom: 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.industries-cards__item-top {
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    height: 100%
}

.industries-cards__text {
    display: none
}

.industries-cards__text a {
    color: #16719E;
    transition: all 0.3s ease;
}

.industries-cards__text a:hover {
    color: #30BF98;
}

.industries-cards__text-more {
    background: -o-linear-gradient(340.68deg, #3ca0d2 64.53%, #48dca6 79.63%);
    background: linear-gradient(109.32deg, #3ca0d2 64.53%, #48dca6 79.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500
}

.text-more {
    background: -o-linear-gradient(340.68deg, #3ca0d2 64.53%, #48dca6 79.63%);
    background: linear-gradient(109.32deg, #3ca0d2 64.53%, #48dca6 79.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500
}

.industries-cards__item-arrow {
    position: absolute;
    top: -15px;
    left: auto;
    right: 0
}

.industries-cards__center {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%
}

.industries-cards__title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    color: #454545;
    z-index: 3;
}

.industries-card-1 {
    height: 130px
}

.industries-card-2 {
    height: 180px
}

.industries-card-3 {
    height: 180px
}

.industries-card-4 {
    height: 180px
}

.industries-card-5 {
    height: 160px
}

.industries-card-6 {
    height: 160px
}

.industries-card-7 {
    height: 130px
}

.industries-card-8 {
    height: 130px
}

.industries-card-9 {
    height: 180px
}

.industries-card-10 {
    height: 180px
}

.industries-card-11 {
    height: 180px
}

.industries-card-12 {
    height: 160px
}

.industries-card-13 {
    height: 160px
}

.industries-card-14 {
    height: 130px
}

.industries-card-15 {
    height: 180px
}

.industries-card-16 {
    height: 180px
}

.industries-card-1 .industries-cards__img {
    width: 94px;
    height: 39px
}

.industries-card-2 .industries-cards__img {
    width: 92px;
    height: 47px
}

.industries-card-3 .industries-cards__img {
    width: 94px;
    height: 48px
}

.industries-card-4 .industries-cards__img {
    width: 92px;
    height: 47px
}

.industries-card-5 .industries-cards__img {
    width: 94px;
    height: 44px
}

.industries-card-6 .industries-cards__img {
    width: 38px;
    height: 45px
}

.industries-card-7 .industries-cards__img {
    width: 91px;
    height: 47px
}

.industries-card-8 .industries-cards__img {
    width: 72px;
    height: 40px
}

.industries-card-9 .industries-cards__img {
    width: 71px;
    height: 47px
}

.industries-card-10 .industries-cards__img {
    width: 94px;
    height: 45px
}

.industries-card-11 .industries-cards__img {
    width: 94px;
    height: 36px
}

.industries-card-12 .industries-cards__img {
    width: 93px;
    height: 51px
}

.industries-card-13 .industries-cards__img {
    width: 88px;
    height: 51px
}

.industries-card-14 .industries-cards__img {
    width: 78px;
    height: 39px
}

.industries-card-15 .industries-cards__img {
    width: 69px;
    height: 47px
}

.industries-card-15 .industries-cards__img {
    width: 75px;
    height: 54px
}

.industries-choose__title {
    display: inline-block;
    font-family: Nunito;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    position: relative;
    margin-bottom: 45px;
    max-width: 313px
}

.industries-choose__title::before {
    content: "";
    position: absolute;
    top: -14px;
    right: 0;
    background-size: cover;
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/wp-RA/assets/img/pre-footer.svg) no-repeat
}

.industries-choose__title span {
    background: -webkit-gradient(linear, left top, right top, from(#48dca6), color-stop(25.46%, #3ca0d2));
    background: -o-linear-gradient(left, #48dca6 0, #3ca0d2 25.46%);
    background: linear-gradient(90deg, #48dca6 0, #3ca0d2 25.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline
}

.industries-choose__title-desc {
    display: none
}

.animate__fadeInDown.delay-1 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.animate__fadeInDown.delay-2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.animate__fadeInDown.delay-3 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.animate__fadeInDown.delay-4 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.simplebar-track.simplebar-vertical {
    background: #d9d9d9;
    width: 4px
}

.simplebar-scrollbar:before {
    top: 0;
    opacity: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(11.18%, #48dca6), color-stop(80.32%, #3fa0d2));
    background: -o-linear-gradient(left, #48dca6 11.18%, #3fa0d2 80.32%);
    background: linear-gradient(90deg, #48dca6 11.18%, #3fa0d2 80.32%);
    border-radius: 2px
}

.ind-single {
    background-size: cover !important;
    width: 100%;
    max-height: 800px;
    -webkit-transform: translate(0, -84px);
    -ms-transform: translate(0, -84px);
    transform: translate(0, -84px);
    position: relative;
    padding-top: 84px;
    margin-bottom: -84px
}

.ind-single__body {
    padding-bottom: 290px
}

.ind-single__title {
    color: #fff;
    padding-top: 50px;
    font-family: Nunito;
    font-weight: 700;
    font-size: 43px;
    line-height: 48px;
    margin-bottom: 10px
}

.ind-single__title span {
    background: -o-linear-gradient(339.38deg, #3ca0d2 33.75%, #48dca6 67.45%);
    background: linear-gradient(110.62deg, #3ca0d2 33.75%, #48dca6 67.45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ind-single__sub-title {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 50px
}

.ind-single__btn {
    background: -o-linear-gradient(330deg, #d1cb28 .12%, #48dca6 99.91%);
    background: linear-gradient(120deg, #d1cb28 .12%, #48dca6 99.91%);
    width: 100%;
    height: 51px;
    border-radius: 7px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}

.ind-single__img-container {
    position: absolute;
    z-index: -1;
    right: 0;
    /* bottom: 0; */
}

.ind-single__img {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 230px;
    height: auto;
    z-index: -1
}

.post-banner {
    margin-bottom: 140px;
    display: none
}

.post-banner__title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.post-banner__title-txt {
    text-align: center;
    max-width: 610px;
    margin-bottom: 30px
}

.post-banner__arrow-left {
    position: absolute;
    left: 0;
    top: 20px;
    -webkit-transform: translate(-60%, 0);
    -ms-transform: translate(-60%, 0);
    transform: translate(-60%, 0);
    width: 135px;
    height: 34px
}

.post-banner__arrow-right {
    position: absolute;
    right: 0;
    top: 20px;
    -webkit-transform: translate(60%, 0);
    -ms-transform: translate(60%, 0);
    transform: translate(60%, 0);
    width: 135px;
    height: 34px
}

.post-banner__text {
    font-size: 24px;
    line-height: 35px;
    text-align: justify;
    color: #363636
}

.post-banner__text-desc {
    display: none
}

.single-center__top {
    position: relative
}

.single-center__top::before {
    content: "";
    top: 150px;
    left: 0;
    width: 260px;
    height: 400px;
    background-size: contain;
    z-index: 2;
    background-image: url(/wp-content/themes/wp-RA/assets/img/bg/white-left-bg.svg);
    position: absolute;
    background-repeat: no-repeat
}

.single-center__top::after {
    content: "";
    top: 250px;
    -webkit-transform: rotate(190deg);
    -ms-transform: rotate(190deg);
    transform: rotate(190deg);
    right: -100px;
    width: 260px;
    height: 400px;
    background-size: contain;
    z-index: 2;
    background-image: url(/wp-content/themes/wp-RA/assets/img/bg/white-left-bg.svg);
    position: absolute;
    background-repeat: no-repeat
}

.single-center__top-body {
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.30);
    border-radius: 15px;
    padding: 13px 12px 30px 12px;
    position: relative;
    z-index: 3;
}

.single-center__top-title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-center__top-title span {
    text-align: center;
    position: relative;
}

/*.single-center__top-title span::before {
    content: "";
    position: absolute;
    top: -13px;
    right: 7px;
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/wp-RA/assets/img/pre-footer.svg) no-repeat;
}*/

.single-center__top-sub-title {
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-bottom: 20px;
    display: none
}

.single-center__top-btn {
    background: -o-linear-gradient(330deg, #d1cb28 .12%, #48dca6 99.91%);
    background: linear-gradient(120deg, #d1cb28 .12%, #48dca6 99.91%);
    border-radius: 7px;
    width: 100%;
    height: 51px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}

.content-item {
    margin-bottom: 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden
}

.content-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.content-item__top::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #363636;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.content-item__top-before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    pointer-events: none;
    margin-right: 12px;
    align-self: flex-start;
    top: 12px;
    position: relative;
}

.content-item__top-title {
    pointer-events: none;
    font-family: Nunito;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.content-item__top-arrow {
    pointer-events: none;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    height: 22px
}

.content-item__top-text {
    margin-top: 15px;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    height: 0;
    padding-left: 15px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.single-center__bottom-body {
    background: #fff;
    -webkit-box-shadow: 0 -4px 17px rgba(0, 0, 0, .3);
    box-shadow: 0 -4px 17px rgba(0, 0, 0, .3);
    border-radius: 15px;
    padding: 40px 10px 40px 10px;
    width: 100%;
    margin-bottom: -78%;
    max-width: 365px;
    margin-bottom: -50%;
    max-width: 100%;
}

.single-center__bottom-img {
    display: none
}

.single-center__bottom-title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-center__bottom-title span {
    text-align: center;
    position: relative;
    max-width: 260px
}

/*.single-center__bottom-title span::before {
    content: "";
    position: absolute;
    left: 3px;
    top: -33px;
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/wp-RA/assets/img/pre-footer.svg) no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
*/

.single-center__bottom-text {
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-bottom: 72px
}

.single-center__bottom-text::before {
    content: "";
    position: absolute;
    bottom: -35px;
    right: 0;
    width: 16px;
    height: 44px;
    background: url(/wp-content/themes/wp-RA/assets/img/pre-footer3.svg) no-repeat;
    background-size: 100% auto
}

.single-center__bottom-content {
    position: relative
}

.single-center__bottom-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-center__bottom-items::before {
    content: "";
    position: absolute;
    top: -90px;
    left: -10px;
    width: 360px;
    background-size: cover;
    background-position: center;
    height: 390px;
    background-image: url('/wp-content/themes/wp-RA/assets/img/bg/circles2.png');
}

.single-center__bottom-item-img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.single-center__bottom-item {
    position: relative;
    height: 104px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.1%;
    flex: 0 0 49.1%;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    padding: 0 12px 10px 12px;
    margin-bottom: 30px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-center__bottom-item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding-top: 30px
}

/* .all::before {
    content: "";
    top: 0;
    -webkit-transform: translate(0, -97%);
    -ms-transform: translate(0, -97%);
    transform: translate(0, -97%);
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1200px;
    background: #363636;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
} */

.all::after {
    content: "";
    bottom: 50px;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    left: 0;
    z-index: -1;
    width: 100%;
    min-height: 600px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/bg/circles-bottom-bg.svg);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.all {
    background: #363636;
    border-radius: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 500px
}

.reviews .single-center__top-btn {
    display: none
}

.reviews-item {
    position: relative
}

.reviews-item::before {
    content: "";
    top: -68px;
    left: -65px;
    width: 207px;
    height: 403px;
    z-index: 0;
    background-image: url(/wp-content/themes/wp-RA/assets/img/bg/left-green.svg);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat
}

.reviews-item::after {
    content: "";
    top: 388px;
    right: -65px;
    width: 207px;
    height: 403px;
    z-index: 0;
    background-image: url(/wp-content/themes/wp-RA/assets/img/bg/right-green.svg);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat
}

.clouds-banner .container {
    height: 100%
}

.play2 {
    -webkit-animation: clouds2 3s linear infinite;
    animation: clouds2 3s linear infinite
}

.clouds-banner {
    width: 100%;
    position: relative;
    height: 100vh;
    margin-bottom: 50px;
    background: -o-linear-gradient(269.14deg, #10577a -1.03%, #197eb1 12.03%, #fff 87.25%);
    background: linear-gradient(180.86deg, #10577a -1.03%, #197eb1 12.03%, #fff 87.25%);
    margin-top: -94px;
    padding-top: 94px
}

.clouds-banner__img-left {
    max-width: 390px
}

.clouds-banner__box-2 {
    position: absolute;
    left: 0;
    top: 50%;
    will-change: transform;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.clouds-banner__img-right {
    max-width: 250px
}

.clouds-banner__img-dog {
    position: absolute;
    top: 48px;
    left: 25px;
    z-index: 2;
    max-width: 170px
}

.clouds-banner__box {
    position: absolute;
    right: 0;
    top: 5%
}

.clouds-banner__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.clouds-banner__title {
    padding-top: 20px;
    font-family: Nunito;
    font-weight: 700;
    font-size: 43px;
    line-height: 48px;
    margin-bottom: 10px
}

.clouds-banner__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px
}

.clouds-banner__text-desc {
    display: none
}

.clouds-banner__btn {
    background: -o-linear-gradient(359.87deg, #d1cb28 .12%, #48dca6 99.91%);
    background: linear-gradient(90.13deg, #d1cb28 .12%, #48dca6 99.91%);
    border-radius: 12px;
    max-width: 511px;
    height: 50px;
    font-weight: 500;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}

.clouds-banner__btn span {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@-webkit-keyframes clouds {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    50% {
        -webkit-transform: translate(0, -55%);
        transform: translate(0, -55%)
    }
}

@keyframes clouds {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    50% {
        -webkit-transform: translate(0, -55%);
        transform: translate(0, -55%)
    }
}

@-webkit-keyframes clouds2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, 5%);
        transform: translate(0, 5%)
    }
}

@keyframes clouds2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, 5%);
        transform: translate(0, 5%)
    }
}

.clouds-wrapper {
    z-index: 3;
    margin-top: 0;
    position: relative;
    background-color: #fff;
    -webkit-transform: translate(0, 0) translate3d(0, 0, 0);
    transform: translate(0, 0) translate3d(0, 0, 0)
}

.no-webp .clouds-wrapper::before {
    background-image: url(/wp-content/themes/wp-RA/assets/img/clouds/parallax.png)
}

.clouds-wrapper::before {
    content: "";
    position: absolute;
    top: -170px;
    left: 0;
    width: 100%;
    height: 400px;
    background-position: top;
    z-index: -1;
    pointer-events: none;
    background-size: cover;
    /* display: none; */
}

.no-webp .clouds-wrapper::after {
    background-image: url(/wp-content/themes/wp-RA/assets/img/clouds/parallax.png)
}

.clouds-wrapper::after {
    content: "";
    position: absolute;
    top: -270px;
    right: 0;
    width: 100%;
    height: 400px;
    background-position: top;
    z-index: -1;
    pointer-events: none;
    background-size: cover;
    display: none
}

.slow-animation {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.clouds-filter__title {
    text-align: center;
    margin: 0 auto 15px;
    max-width: 526px
}

.clouds-filter__title span {
    position: relative
}

.clouds-filter__title span::before {
    content: "";
    position: absolute;
    left: 15px;
    top: -30px;
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/wp-RA/assets/img/pre-footer.svg) no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: none;
}

.clouds-filter__text {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    max-width: 340px;
    margin: 0 auto 45px
}

.clouds-wrapper .industries-card-2 {
    height: 239px
}

.clouds-wrapper .industries-cards__img {
    width: 100px;
    height: 59px
}

.clouds-wrapper .industries-card-1 {
    height: 160px
}

.clouds-wrapper .industries-card-5 {
    height: 130px
}

.clouds-wrapper .industries-card-6 {
    height: 180px
}

.clouds-wrapper .industries-card-7 {
    height: 180px
}

.clouds-wrapper .industries-card-8 {
    height: 160px
}

.clouds-wrapper .industries-card-10 {
    height: 160px
}

.clouds-wrapper .industries-card-11 {
    height: 160px
}

.clouds-wrapper .gap {
    display: none
}

.industries-cards__item-btn {
    height: 70px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    background: #d1cb28;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    font-family: Nunito;
    font-weight: 700;
    font-size: 19px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff
}

.clouds-wrapper .industries-cards {
    background: #197eb1
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@-webkit-keyframes tail2 {
    0% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }

    50% {
        -webkit-transform: rotate(-15deg) translateX(-15px);
        transform: rotate(-15deg) translateX(-15px)
    }
}

@keyframes tail2 {
    0% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }

    50% {
        -webkit-transform: rotate(-15deg) translateX(-15px);
        transform: rotate(-15deg) translateX(-15px)
    }
}

@-webkit-keyframes tail3 {
    0% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }

    50% {
        -webkit-transform: rotate(-10deg) translateX(-10px);
        transform: rotate(-10deg) translateX(-10px)
    }
}

@keyframes tail3 {
    0% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }

    50% {
        -webkit-transform: rotate(-10deg) translateX(-10px);
        transform: rotate(-10deg) translateX(-10px)
    }
}

#tail2 {
    -o-object-fit: contain !important;
    object-fit: contain !important;
    position: absolute;
    width: 29px;
    height: 61px;
    object-fit: contain !important;
    position: absolute;
    top: 43px;
    left: 58px;
    -webkit-animation: tail3 .3s linear infinite;
    animation: tail3 .3s linear infinite
}

.dogy {
    position: relative;
    top: 0;
    right: 0;
    z-index: 2
}

.main-banner-2 {
    margin-bottom: 86px
}

.main-banner-2__container {
    max-width: 345px;
    max-width: 100%;
    margin: 0 auto
}

.main-banner-2__body {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    min-height: 600px;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
    /* padding-top: 110px; */
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.main-banner-2__titles {
    font-family: Nunito;
    position: relative;
    color: #fff;
    font-weight: 700;
    margin-bottom: 22px;
    z-index: 2;
    margin-top: 0;

    font-size: 30px;
    line-height: 38px;
}

.main-banner-2__titles::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    background-size: contain;
    height: 38px;
    width: 172px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/before-main.svg);
    background-repeat: no-repeat
}

.main-banner-2__titles::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 63px;
    background-size: contain;
    height: 39px;
    width: 123px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/after-main.svg);
    background-repeat: no-repeat
}

.main-banner-2__text {
    color: #fff;
    font-family: Jost;

    font-size: 20px;
    line-height: 26px;
}

.main-banner-2__img {
    position: absolute;
    width: 200px;
    right: -13px;
    bottom: -35px;
    height: 250px;
    object-fit: contain;
}

.sales {
    margin-bottom: 149px
}

.sales__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sales__title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 35px;
    position: relative;
    margin-bottom: 15px;
    line-height: 38px;
    max-width: 300px
}

/*.sales__title::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/brusg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: -30px;
    right: 78px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 40px;
    height: 40px
}*/

.sales__title span {
    background: -o-linear-gradient(333deg, #3ca0d2 -20%, #48dca6 67.35%);
    background: linear-gradient(117deg, #3ca0d2 -20%, #48dca6 67.35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.sales__text {
    font-size: 20px;
    line-height: 29px;
    max-width: 272px;
    margin-bottom: 33px;
    position: relative
}

.sales__text::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -25px;
    width: 25px;
    height: 60px;
    background: url(/wp-content/themes/wp-RA/assets/img/main/real-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.sales__arrow {
    display: none
}

.sales__right {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sales-card.anime {
    background: -o-linear-gradient(149.06deg, #3ca0d2 -1.58%, #48dca6 104.6%);
    background: linear-gradient(300.94deg, #3ca0d2 -1.58%, #48dca6 104.6%)
}

.sales-card.anime .sales-card__img {
    display: none
}

.sales-card.anime .sales-card__img-hover {
    display: block
}

.sales-card.anime .sales-card__title {
    color: #fff
}

.sales-card.anime .sales-card__text {
    color: #fff
}

.sales-card.anime .sales-card__title::before {
    background: #fff
}

.sales-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    -webkit-box-shadow: 0 0 7px rgba(128, 128, 128, .411);
    box-shadow: 0 0 7px rgba(128, 128, 128, .411);
    margin-bottom: 12px;
    max-width: 315px
}

.sales-card__img {
    margin-bottom: 20px
}

.sales-card__img-hover {
    display: none
}

.sales-card__title {
    font-family: Nunito;
    font-weight: 700;
    position: relative;
    font-size: 25px;
    line-height: 30px;
    max-width: 243px;
    margin-bottom: 22px;
    color: #454545
}

.sales-card__title::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    background: -o-linear-gradient(332.44deg, #3ca0d2 11.28%, #48dca6 93.18%);
    background: linear-gradient(117.56deg, #3ca0d2 11.28%, #48dca6 93.18%)
}

.sales-card__text {
    color: #454545;
    font-size: 18px;
    line-height: 26px;
    max-width: 248px
}

.simple {
    margin-bottom: 130px
}

.simple__title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    max-width: 280px;
    margin: 0 auto 85px
}

.simple__title span {
    position: relative
}

.simple__title span::before {
    content: "";
    position: absolute;
    top: -15px;
    right: -25px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/simple-br.svg);
    width: 32px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat
}

.simple__title span::after {
    content: "";
    position: absolute;
    top: 39px;
    right: 58px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/simple-circle.svg);
    width: 150px;
    height: 47px;
    background-size: contain;
    background-repeat: no-repeat
}

.simple__text {
    display: none
}

.simple__text a {
    color: #16719E;
    transition: all 0.3s ease;
}

.simple__text a:hover {
    color: #30BF98;
}

.simple__bottom{
    padding-top: 20px;
}

.simple-bottom__item {
    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;
    position: relative;
    margin-bottom: 60px
}

.simple-bottom__img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -20px;
    right: 100px;
    z-index: -1
}

.simple-bottom__title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 55px;
    line-height: 75px;
    text-align: center
}

.simple-bottom__text {
    text-align: center;
    max-width: 260px;
    font-size: 18px;
    line-height: 26px
}

.simple-bottom__text a {
    color: #197EB1;
    transition: all 0.3s ease;
    font-weight: 500;
    text-decoration: underline;
}

.simple-bottom__text a:hover {
    color: #30BF98;
}

.hear {
    position: relative;
    margin-bottom: 146px
}

.hear .modal-overlay .modal .hear__btn {
    display: none
}

.hear__bg-1 {
    position: absolute;
    top: -124px;
    left: -33px;
    z-index: -1;
    width: 314px;
    opacity: .5
}

.hear__bg-2 {
    position: absolute;
    top: 77px;
    right: -145px;
    z-index: -1;
    opacity: .5;
    width: 334px
}

.hear__title {
    font-size: 35px;
    line-height: 42px;
    font-family: Nunito;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 35px;
    position: relative
}

.hear__title span:nth-child(2) {
    background: -o-linear-gradient(333deg, #3ca0d2 -20%, #48dca6 67.35%);
    background: linear-gradient(117deg, #3ca0d2 -20%, #48dca6 67.35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.hear__tile-span {
    position: relative
}

.hear__tile-span::before {
    content: "";
    position: absolute;
    top: -23px;
    left: 50px;
    width: 54px;
    height: 47px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/hear-img.svg)
}

.hear__left {
    display: none
}

.hear__left-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hear__card {
    cursor: pointer;
    padding: 30px;
    position: relative;
    background: #fff;
    z-index: 1;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 7px rgba(128, 128, 128, .336);
    box-shadow: 0 0 7px rgba(128, 128, 128, .336);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 376px;
    flex: 0 0 376px;
    margin-bottom: 26px;
    max-height: 280px;
    -webkit-transition: -webkit-transform .5s ease, -webkit-box-shadow .3s ease;
    transition: -webkit-transform .5s ease, -webkit-box-shadow .3s ease;
    -o-transition: transform .5s ease, box-shadow .3s ease;
    transition: transform .5s ease, box-shadow .3s ease;
    transition: transform .5s ease, box-shadow .3s ease, -webkit-transform .5s ease, -webkit-box-shadow .3s ease;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.hear__text-hidden {
    display: none
}

.hear__title-hidden {
    display: none
}

.hear__card-bottom {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    position: relative
}

.hear__card-bottom::before {
    content: "";
    top: -15px;
    left: -10px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/top.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 39px;
    height: 34px;
    position: absolute;
    opacity: .6
}

.hear__card-bottom::after {
    content: "";
    bottom: 0;
    right: 0;
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 39px;
    height: 34px;
    position: absolute;
    opacity: .6
}

.hear__tight-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    margin-bottom: 26px;
    gap: 17px;
}



.hear__right-rating-top {
    font-weight: 700;
    font-size: 27.6303px;
    line-height: 40px;
    margin-bottom: 5px;
}

.hear__rigth-rating-stars {
    display: flex;
    gap: 3px;
    margin-top: 15px;
}

.hear__rating-separator {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 27.6303px;
    line-height: 40px;
    color: #979797;
    padding: 0 10px;
}

.hear__right-rating-all {
    font-weight: 300;
    font-size: 27.6303px;
    line-height: 40px;
    color: #979797;
}

.hear__btn {
    margin-top: 25px;
    font-family: Jost;
    font-size: 26px;
    line-height: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    font-weight: 500;
    line-height: 0;
    position: relative;
    color: #454545
}

.hear__btn:hover::before {
    -webkit-transform: translate(10px, -40%);
    -ms-transform: translate(10px, -40%);
    transform: translate(10px, -40%)
}

.modal-content .hear__btn::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);
    right: -45px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/arrow-reviews.svg);
    width: 30px;
    height: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.modal-content .hear__btn:hover::before {
    -webkit-transform: translate(10px, -40%);
    -ms-transform: translate(10px, -40%);
    transform: translate(10px, -40%)
}

.hear__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 40px
}

.hear__slider .reviews__slider {
    height: 425px
}

.discovery {
    margin-bottom: 143px
}

.discovery__body {
    background: #454545;
    border-radius: 20px;
    padding: 60px 15px;
    color: #fff;
    position: relative
}

.discovery__body-img {
    position: absolute;
    width: 100px;
    top: 158px;
    left: -10px
}

.discovery__body-img-2 {
    width: 129px;
    position: absolute;
    bottom: 277px;
    right: -14px
}

.discovery__title {
    font-size: 35px;
    line-height: 42px;
    font-family: Nunito;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 74px
}

.discovery__title-span span {
    background: -o-linear-gradient(333deg, #3ca0d2 -20%, #48dca6 67.35%);
    background: linear-gradient(117deg, #3ca0d2 -20%, #48dca6 67.35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.discovery__title-span::before {
    content: "";
    position: absolute;
    top: 39px;
    left: 8px;
    width: 28px;
    height: 35px;
    background-size: contain;
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/white-brusg.svg);
    background-repeat: no-repeat
}

.discovery__title-span::after {
    content: "";
    position: absolute;
    top: 118px;
    right: 43px;
    width: 18px;
    height: 54px;
    background-size: contain;
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/white-arrow.svg);
    background-repeat: no-repeat
}

.discovery__text {
    display: none
}

.discovery__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 123px
}

.discovery__item:first-child .discovery__item-wrap::before {
    display: none
}

.discovery__item-img {
    width: 94px;
    /* margin-bottom: 10px; */
    object-fit: contain
}

.discovery__item-wrap {
    position: relative
}

.discovery__item-wrap::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 39px;
    width: 17px;
    height: 109px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/bot-arr.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.discovery__item:last-child {
    margin-bottom: 0
}

.discovery__content-title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.discovery__content-text {
    font-size: 20px;
    line-height: 29px;
    text-align: center
}

.logos {
    /* display: none; */
    /* margin-bottom: 200px; */
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.logos__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.logos__body img {
    margin: 0 10px;
    margin-bottom: 20px;
    width: 142px;
    height: 100%;
}

.logos__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.logos__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.explore {
    margin-bottom: 143px
}

.explore__title {
    font-size: 35px;
    line-height: 40px;
    font-family: Nunito;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 331px
}

.explore__title-span {
    position: relative
}

/*.explore__title-span::before {
    content: "";
    position: absolute;
    top: -29px;
    left: -22px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/brusg.svg);
    width: 29px;
    height: 47px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}*/

/*.explore__title-span::after {
    content: "";
    position: absolute;
    top: 100px;
    right: -20px;
    width: 21px;
    height: 75px;
    background: url(/wp-content/themes/wp-RA/assets/img/main/real-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain
}*/

/*.explore__title-span span {
    background: -o-linear-gradient(333deg, #3ca0d2 -20%, #48dca6 67.35%);
    background: linear-gradient(117deg, #3ca0d2 -20%, #48dca6 67.35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}*/

.explore__content {
    display: none
}

.explore__item {
    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
}

.explore__item-img {
    width: 88px;
    margin-bottom: 20px;
    margin-top: 0;
}

.explore__item-title {
    font-size: 20px;
    line-height: 26px;
    font-family: Nunito;
    font-weight: 700;
    /* max-width: 290px; */
    text-align: center;
    margin: 0 auto 15px;
}

.explore__item-text {
    /* max-width: 300px; */
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}

.explore__item-text a {
    color: #16719E;
    transition: all 0.3s ease;
}

.explore__item-text a:hover {
    color: #30BF98;
}

.explore__mob .swiper-pagination-bullets.swiper-pagination-horizontal {
    /* bottom: 20px; */
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.explore__mob .swiper-pagination-bullet-active {
    background: #454545
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

.modal-overlay.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.result {
    /* margin-bottom: 150px; */
    position: relative
}

.result__title {
    position: relative;
    font-size: 35px;
    line-height: 40px;
    font-family: Nunito;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 12px
}

.stories-case__title {
    position: relative;
    font-size: 35px;
    line-height: 40px;
    font-family: Nunito;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 256px
}

/*.result__title span::before {
    content: "";
    position: absolute;
    top: 37px;
    right: 30px;
    width: 129px;
    height: 40px;
    background: url(/wp-content/themes/wp-RA/assets/img/main/real-circle.svg);
    background-repeat: no-repeat;
    background-size: cover
}*/

/*.stories-case__title span::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 10px;
    width: 145px;
    height: 45px;
    background: url(/wp-content/themes/wp-RA/assets/img/main/real-circle.svg);
    background-repeat: no-repeat;
    background-size: cover
}*/

.result__title>span::after {
    content: "";
    position: absolute;
    top: 23px;
    right: 6px;
    width: 20px;
    height: 45px;
    background: url(/wp-content/themes/wp-RA/assets/img/main/real-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain
}

/*.stories-case__title span::after {
    content: "";
    position: absolute;
    top: 60px;
    right: 40px;
    width: 20px;
    height: 45px;
    background: url(/wp-content/themes/wp-RA/assets/img/main/real-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain
}*/

.result__text {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    margin: 0 auto 35px;
    max-width: 300px
}

.result__content {
    display: none
}

.result__content-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.result__item-mob {
    position: relative;
    margin-bottom: 30px
}

.result__item-mob .stories__slide {
    position: static;
    height: 380px
}

.result__item {
    border-top: 1px solid #dfdfdf
}

.result__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .85);
    z-index: 2;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.result__item:last-child {
    border-bottom: 1px solid #dfdfdf
}

.result__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0
}

.result__item.active .result__img {
    opacity: 1
}

.result__item.active .result__item-category {
    font-weight: 700
}

.result__item.active .result__item-bottom {
    height: 370px;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.result__item.active .result__item-title::before {
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/minus-pkus.svg);
    width: 15px;
    height: 15px;
    left: -21px;
    top: 5px
}

.result__item-top {
    padding-left: 30px;
    position: relative;
    z-index: 2
}

.result__item-category {
    margin-top: 10px;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 14px;
    position: relative
}

.result__item-category::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border: 1px solid rgba(69, 69, 69, .4117647059)
}

.result__item-title {
    font-size: 20px;
    line-height: 24px;
    font-family: Nunito;
    font-weight: 700;
    padding-bottom: 15px;
    max-width: 290px;
    position: relative
}

.result__item-title::before {
    background-repeat: no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    background-size: contain;
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/plu-minuss.svg);
    position: absolute;
    top: -4px;
    background-position: center;
    left: -30px
}

.result__item-bottom {
    z-index: 2;
    padding-left: 30px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    display: none;
    padding-bottom: 26px;
    padding-bottom: 0;
    position: relative;
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

.result__arrow {
    display: none
}

.result__item-text {
    font-size: 18px;
    line-height: 26px;
    max-width: 305px;
    margin-bottom: 28px
}

.result__bottom {
    /* margin-top: 30px */
}

.result__btn {
    background: -o-linear-gradient(359.87deg, #d1cb28 .12%, #48dca6 99.91%);
    background: linear-gradient(90.13deg, #d1cb28 .12%, #48dca6 99.91%);
    color: #fff;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    border-radius: 10px;
    height: 51px;
    font-size: 17px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
    max-width: 415px;
    display: block;
    margin: 0 auto;
}

.result__bottom .hear__btn {
    font-size: 20px;
    margin-bottom: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.result__bottom .hear__btn-arrow {
    margin-left: 10px
}

.result .hear__bg-1 {
    left: -180px
}

.single-case-banner {
    margin-bottom: 70px
}

.single-case-banner__body {
    width: 100%;
    /* height: calc(100vh - 93px); */
    min-height: 600px;
    background-size: cover;
    border-radius: 25px;
    /* overflow: hidden; */
    padding: 50px 5px 45px 20px;
    background-position: center center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-case-banner__body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(69, 69, 69, .85);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 25px;
}

.single-case-banner__label {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #3ca0d2), color-stop(70%, #48dca6));
    background: -o-linear-gradient(left, #3ca0d2 30%, #48dca6 70%);
    background: linear-gradient(90deg, #3ca0d2 30%, #48dca6 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
    font-family: Jost;
    font-size: 21px;
    margin-bottom: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    letter-spacing: 3px
}

.single-case-banner__title {
    font-family: Nunito;
    max-width: 320px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    line-height: 30px
}

.single-case-banner__bottom {
    position: relative;
    z-index: 1
}

.single-case-banner__column {
    color: #fff
}

.single-case-banner__column+.single-case-banner__column {
    margin-top: 40px
}

.single-case-banner__column-title {
    padding-left: 15px;
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    max-width: 290px;
    margin-bottom: 15px
}

.single-case-banner__column-title::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 1px;
    background: -o-linear-gradient(332.44deg, #48dca6 11.28%, #3ca0d2 93.18%);
    background: linear-gradient(117.56deg, #48dca6 11.28%, #3ca0d2 93.18%)
}

.single-case-banner__column-title::after {
    content: "";
    position: absolute;
    top: -12px;
    left: -4px;
    width: 22px;
    height: 20px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/bullets/white-arrow-case.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.single-case-banner__column-text {
    font-family: Jost;
    font-size: 18px;
    font-weight: 300;
    max-width: 290px;
    line-height: normal
}

.case-review__body {
    border-radius: 0 30px;
    background: rgba(60, 160, 210, .1764705882);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px 50px 30px;
    position: relative
}

.case-review__body::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 10px;
    width: 70px;
    height: 60px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/case/top.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .5
}

.case-review__body::after {
    opacity: .5;
    content: "";
    position: absolute;
    bottom: -30px;
    right: 10px;
    width: 70px;
    height: 60px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/case/bottom.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.case-review__body p {
    color: #454545;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px
}

.case-review__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px
}

.case-review__top>img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68px;
    flex: 0 0 68px;
    height: 68px;
    -o-object-fit: cover;
    object-fit: cover
}

.case-review__info {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 320px
}

.case-review__info div {
    color: #000;
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px
}

.case-review__info span {
    color: #000;
    font-family: Jost;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 5px
}

.case-review__info img {
    width: 100px;
    height: 17px
}

.case-tags__body {
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 9.8390808105px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 9.8390808105px 0 rgba(0, 0, 0, .1);
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.case-tags__body img {
    display: none !important
}

.case-tags__title {
    color: #454545;
    font-family: Nunito;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    margin-bottom: 20px
}

.case-tags__title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/faqsvg2.svg);
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.case-tags__text {
    color: #363636;
    font-family: Jost;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    max-width: 680px
}

.case-tags__text span {
    color: #3ca0d2;
    font-weight: 600
}

.studies-case {
    margin-bottom: 100px;
}

.case-category_name {
    display: block;
}

.studies-case__body {
    width: 100%;
    /* max-height: calc(100vh - 83px); */
    min-height: 600px;
    background-size: cover;
    border-radius: 25px;
    background-position: 89% center;
    overflow: hidden;
    padding: 50px 5px 50px 20px;
    position: relative
}

.studies-case__body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: -o-linear-gradient(359deg, #000 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(91deg, #000 0, rgba(0, 0, 0, 0) 100%)
}

.studies-case__label {
    margin-top: 40px
}

.studies-case__text-mob {
    color: #fff;
    font-family: Jost;
    font-size: 20px;
    line-height: 26px;
    position: relative;
    z-index: 1
}

.studies-case__title {
    max-width: 270px;
    font-family: Nunito;
    font-size: 43px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 20px;
    position: relative
}

/*.studies-case__title::before {
    content: "";
    position: absolute;
    top: 95px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/case/arround.svg);
    width: 153px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -16px
}*/

.studies-case__bottom {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto
}

.studies-case__item {
    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-flex: 0;
    -ms-flex: 0 0 262px;
    flex: 0 0 262px
}

.studies-case__item-img {
    max-height: 87px;
    width: 100%;
    height: 100%;
    max-width: 120px;
    margin-bottom: 20px
}

.studies-case__text {
    color: #fff;
    text-align: center;
    font-family: Jost;
    font-size: 20px;
    font-weight: 300;
    line-height: normal
}

.studies-case__pagination {
    margin-top: 40px
}

.studies-case-reviews {
    margin-bottom: 100px;
    position: relative;
    margin-top: 100px;
}

.studies-case-reviews__body .hear__title {
    margin-bottom: 25px
}

.studies-case-reviews__bg-1 {
    top: -11px
}

.studies-case-reviews__text {
    margin-bottom: 100px;
    font-size: 33px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    display: none
}

.studies-case-reviews__navigation {
    position: relative;
    max-width: 330px;
    margin: 30px auto 0 -20px;
    height: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.studies-case-reviews__navigation .swiper-button-next:after {
    content: "";
    background-image: url(/wp-content/themes/wp-RA/assets/img/bullets/main-next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0
}

.studies-case-reviews__navigation .swiper-button-prev::after {
    content: "";
    background-image: url(/wp-content/themes/wp-RA/assets/img/bullets/main-prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0
}

.studies-case-reviews__navigation .reviews__pagination {
    top: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: auto !important
}

.studies-case-reviews__navigation .reviews__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #454545;
    background: 0 0
}

.studies-case-reviews__navigation .reviews__pagination .swiper-pagination-bullet-active {
    background: #454545
}

.studies-case-reviews__navigation .reviews__prev {
    top: 50%
}

.studies-case-reviews__navigation .reviews__next {
    top: 50%
}

.studies-case-reviews .reviews__slide-wrap.swiper-slide-active {
    -webkit-transform: translate(-25px, 0);
    -ms-transform: translate(-25px, 0);
    transform: translate(-25px, 0)
}

.studies-case-reviews__text+.reviews__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 45px
}

.case-block {
    margin-bottom: 100px
}

.case-block__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 100px;
    justify-content: center;
    gap: 20px;
}

.case-block__top .post-filter+.post-filter {
    margin-top: 20px
}

.case-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.case-block__card {
    margin-bottom: 10px
}

.post-filter {
    position: relative;
    /* max-width: 352px; */
    width: 100%
}

.post-filter.is-open .post-filter__label-arr {
    display: none
}

.post-filter.is-open .post-filter__label-cross {
    display: block
}

.post-filter.is-open .post-filter__label {
    background: #454545
}

.post-filter.is-open .post-filter__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.post-filter__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post-filter__input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    color: #979797;
    font-weight: 300;
    font-family: Jost;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    font-size: 20px;
    padding: 14px 0 14px 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px
}

.post-filter__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 0 11px 11px 0;
    background: -o-linear-gradient(303deg, #3ca0d2 0, #48dca6 100%);
    background: linear-gradient(147deg, #3ca0d2 0, #48dca6 100%);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.post-filter__label-cross {
    display: none
}

.post-filter__options {
    width: 100%;
    height: 150px
}

.post-filter__wrap {
    position: absolute;
    bottom: -200px;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: none;
    padding: 15px;
    width: 352px
}

.post-filter__option {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: #454545;
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.post-filter__option-link {
    cursor: pointer
}

.post-filter__option-arrow {
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 2px
}

.case-card {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    padding: 10px
}

.case-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(99deg, rgba(60, 160, 210, .91) 0, rgba(72, 220, 166, .91) 100%);
    background: linear-gradient(351deg, rgba(60, 160, 210, .91) 0, rgba(72, 220, 166, .91) 100%);
    -webkit-backdrop-filter: blur(6.5px);
    backdrop-filter: blur(6.5px);
    border-radius: 17px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.case-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.case-card__wrap-img {
    width: 100%;
    max-width: 120px;
    height: 91px;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 123px;
    flex: 0 0 123px
}

.case-card__img {
    border-radius: 5px;
    width: 100%;
    max-height: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.case-card__title {
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px
}

.case-card__bottom {
    display: none
}

.case-card__bottom .case-card__title {
    color: #fff;
    font-family: Nunito;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 43px;
    max-width: 490px
}

.case-card__text {
    position: relative;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    color: #fff;
    max-width: 460px
}

.case-card__text::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff
}

.post-pagination {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 270px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.post-pagination__page-numbers+.post-pagination__page-numbers {
    margin-left: 15px
}

.post-pagination__current {
    position: relative
}

.post-pagination__current::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    background-size: contain;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(/wp-content/themes/wp-RA/assets/img/case/circle-pag.svg);
    background-repeat: no-repeat
}

.post-pagination__next {
    background: #454545;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.search__input {
    height: 100%;
    width: 100%;
    padding: 0 20px;
    border-radius: 10px 0 0 10px;
    font-size: 18px;
    background-color: #fff;
}

.search__input::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 19px;
    color: #979797;
}

.search__input::-moz-placeholder {
    font-weight: 300;
    font-size: 19px;
    color: #979797;
}

.search__input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 19px;
    color: #979797;
}

.search__input::-ms-input-placeholder {
    font-weight: 300;
    font-size: 19px;
    color: #979797;
}

.search__input::placeholder {
    font-weight: 300;
    font-size: 19px;
    color: #979797;
}

.search__btn {
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53px;
    flex: 0 0 53px;
    border-radius: 0 10px 10px 0;
    /* background: -o-linear-gradient(359deg, #3ca0d2 0, #48dca6 100%);
    background: linear-gradient(91deg, #3ca0d2 0, #48dca6 100%); */
    position: relative
}

.search__btn::before {
    content: "";
    background-image: url(/wp-content/themes/wp-RA/assets/img/base/search.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.search__btn-span {
    display: none
}

.sidebar-filtr.open .sidebar-filtr__list {
    display: block
}

.sidebar-filtr.open .sidebar-filtr__title::before {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg)
}

.sidebar-filtr__title {
    color: #454545;
    font-family: Jost;
    font-size: 19px;
    position: relative;
    padding: 20px 0;
    cursor: pointer
}

.sidebar-filtr__title::before {
    content: "";
    background-image: url(/wp-content/themes/wp-RA/assets/img/base/arrow-bottom.svg);
    width: 19px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.sidebar-filtr__list {
    display: none;
    position: relative;
    padding: 15px 0
}

.sidebar-filtr__list::before {
    content: "";
    background: -o-linear-gradient(332.59deg, #3ca0d2 11.27%, #48dca6 67.35%);
    background: linear-gradient(117.41deg, #3ca0d2 11.27%, #48dca6 67.35%);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.sidebar-filtr__list::after {
    content: "";
    background: -o-linear-gradient(332.59deg, #3ca0d2 11.27%, #48dca6 67.35%);
    background: linear-gradient(117.41deg, #3ca0d2 11.27%, #48dca6 67.35%);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.sidebar-filtr__list li {
    margin: 0 0 9px 0;
    color: #363636;
    font-family: Jost;
    font-size: 19px;
    font-weight: 300;
    cursor: pointer
}

.sidebar-filtr__list li.sidebar-filtr__current {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: Jost;
    font-size: 19px;
    font-weight: 600;
    background: -o-linear-gradient(318deg, #3ca0d2 0, #48dca6 100%);
    background: linear-gradient(132deg, #3ca0d2 0, #48dca6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative
}

.sidebar-filtr__list li:hover {
    font-family: Jost;
    font-size: 19px;
    font-weight: 600;
    background: -o-linear-gradient(318deg, #3ca0d2 0, #48dca6 100%);
    background: linear-gradient(132deg, #3ca0d2 0, #48dca6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative
}

.sidebar-filtr__list li:hover::after {
    content: "";
    background: -o-linear-gradient(332.59deg, #3ca0d2 11.27%, #48dca6 67.35%);
    background: linear-gradient(117.41deg, #3ca0d2 11.27%, #48dca6 67.35%);
    height: 1px;
    width: 50%;
    position: absolute;
    left: 0;
    bottom: -3px
}

.sidebar-filtr__current::after {
    content: "";
    background: -o-linear-gradient(332.59deg, #3ca0d2 11.27%, #48dca6 67.35%);
    background: linear-gradient(117.41deg, #3ca0d2 11.27%, #48dca6 67.35%);
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    padding: 10px;
    width: 100%
}

.news-card:hover {
    opacity: 1;
    -webkit-animation: shadow-pop-br .3s cubic-bezier(.47, 0, .745, .715) both;
    animation: shadow-pop-br .3s cubic-bezier(.47, 0, .745, .715) both
}

.news-card+.news-card {
    margin: 10px 0 0 0
}

.news-card__wrap-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 123px;
    flex: 0 0 123px;
    height: 92px;
    margin: 0 8px 0 0;
    border-radius: 10px;
    overflow: hidden
}

.news-card__img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
    object-fit: cover; */
    border-radius: 10px;
    overflow: hidden
}

.news-card__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6px
}

.news-card__tag {
    color: #454545;
    font-family: Jost;
    font-size: 8px;
    font-weight: 600;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #454545;
    text-transform: uppercase
}

.news-card__title {
    color: #363636;
    font-family: Jost;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    max-width: 185px;
    position: relative;
    margin-bottom: 12px
}

.news-card__title::before {
    content: "";
    width: 100%;
    height: .9px;
    background: -o-linear-gradient(341.55deg, #48dca6 11.01%, #3ca0d2 69.29%);
    background: linear-gradient(108.45deg, #48dca6 11.01%, #3ca0d2 69.29%);
    position: absolute;
    bottom: -5px
}

.news-card__center {
    display: none
}

.news-card__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 17px 0 0
}

.news-card__time-img {
    margin: 0 6px 0 0;
    width: 12px;
    height: 12px
}

.news-card__time-text {
    color: #454545;
    font-family: Jost;
    font-size: 11px;
    font-weight: 300
}

.news-card__date {
    color: #454545;
    font-family: Jost;
    font-size: 19px;
    font-weight: 300;
    line-height: normal;
    margin-left: auto;
}

@-webkit-keyframes shadow-pop-br {
    0% {
        -webkit-box-shadow: 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545;
        box-shadow: 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545;
        border-radius: 8px;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    100% {
        -webkit-box-shadow: 1px 1px #3e3e3e, 2px 2px #454545, 3px 3px #454545, 4px 4px #454545, 5px 5px #454545, 6px 6px #454545, 7px 7px #454545, 8px 8px #454545;
        box-shadow: 1px 1px #3e3e3e, 2px 2px #454545, 3px 3px #454545, 4px 4px #454545, 5px 5px #454545, 6px 6px #454545, 7px 7px #454545, 8px 8px #454545;
        border-radius: 8px;
        -webkit-transform: translateX(-8px) translateY(-8px);
        transform: translateX(-8px) translateY(-8px)
    }
}

@keyframes shadow-pop-br {
    0% {
        -webkit-box-shadow: 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545;
        box-shadow: 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545, 0 0 #454545;
        border-radius: 8px;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    100% {
        -webkit-box-shadow: 1px 1px #3e3e3e, 2px 2px #454545, 3px 3px #454545, 4px 4px #454545, 5px 5px #454545, 6px 6px #454545, 7px 7px #454545, 8px 8px #454545;
        box-shadow: 1px 1px #3e3e3e, 2px 2px #454545, 3px 3px #454545, 4px 4px #454545, 5px 5px #454545, 6px 6px #454545, 7px 7px #454545, 8px 8px #454545;
        border-radius: 8px;
        -webkit-transform: translateX(-8px) translateY(-8px);
        transform: translateX(-8px) translateY(-8px)
    }
}

.blog {
    margin-top: 40px
}

.blog-categories {
    margin-top: 40px
}

.blog__title {
    color: #464546;
    text-align: center;
    font-family: Nunito;
    font-size: 43px;
    font-weight: 700;
    line-height: 48px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-bottom: 31px
}

.blog__title::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    width: 30px;
    height: 25px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/faqsvg2.svg)
}

.blog__body {
    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;
    margin-bottom: 100px
}

.blog__sidebar {
    width: 100%;
    display: none
}

.blog__sidebar .featured {
    margin-bottom: 80px;
    display: none
}

.blog__sidebar .linkedin {
    display: none
}

.blog__search {
    margin-bottom: 20px;
}

.blog__content {
    width: 100%;
}

.blog__content .post-filter .post-filter__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53px;
    flex: 0 0 53px;
    height: 48px
}

.blog__content .post-filter .post-filter__input {
    font-size: 19px;
    height: 48px;
    padding: 14px 0 14px 20px
}

.blog__content .post-filter {
    margin-bottom: 40px
}

.ajax-posts {
    padding: 20px;
    border-radius: 20px;
    background: #ececec;
    margin: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.blog__news {


    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin: 0 -9px */
}

.blog-categories .blog__news {
    justify-content: center;
}

.blog__pagination {
    margin-top: 40px
}

.featured__title {
    font-family: Jost;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 60px
}

.featured__title::before {
    content: "";
    background: -o-linear-gradient(332.59deg, #3ca0d2 11.27%, #48dca6 67.35%);
    background: linear-gradient(117.41deg, #3ca0d2 11.27%, #48dca6 67.35%);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.featured__title span {
    position: relative
}

.featured__title span::after {
    content: "";
    background-image: url(/wp-content/themes/wp-RA/assets/img/faqsvg2.svg);
    position: absolute;
    top: -5px;
    right: -20px;
    width: 22px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat
}

.featured__img {
    width: 100%;
    margin-bottom: 30px
}

.featured__sub-title {
    max-width: 270px;
    font-family: Jost;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px
}

.featured__text {
    max-width: 280px;
    color: #000;
    font-family: Jost;
    font-size: 14px;
    line-height: 18px
}

.linkedin__title {
    font-family: Jost;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 29px !important;
    /* max-width: 250px; */
    margin-bottom: 30px;
    position: relative;
    /* margin-top: 30px */
    padding-top: 40px !important;
}

.linkedin__title::before {
    content: "";
    background-image: url(/wp-content/themes/wp-RA/assets/img/base/super-arrow.svg);
    position: absolute;
    bottom: -15px;
    right: 10px;
    width: 17px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat
}

.linkedin__btn {
    border-radius: 8px;
    width: 100%;
    padding: 14px 13px;
    text-align: center;
    background: #48dca6;
    color: #fff;
    font-family: Nunito;
    font-size: 25px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.linkedin__btn:hover {
    background: #d1cb28
}

.linkedin__btn span {
    font-weight: 700;
    color: #197eb1
}

.single-blog__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.single-blog__item {
    border-radius: 3px;
    border: 1px solid #454545;
    padding: 5px 10px;
    color: #454545;
    font-family: Jost;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1.2;
}

.single-blog__title {
    color: #363636;
    font-family: Nunito;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px
}

/* .single-blog__title-span {
    display: none
} */

.single-blog__img-wrap {
    height: 245px;
    width: 100%;
    margin-bottom: 20px
}

.single-blog__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.single-blog__sidebar {
    padding: 20px !important
}

.single-blog .featured {
    margin-bottom: 60px
}

.card-post-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    cursor: pointer
}

.card-post-news__wrap-img {
    margin-bottom: 20px;
    height: 200px
}

.card-post-news__wrap-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover
}

.card-post-news__title {
    color: #454545;
    font-family: Jost;
    font-size: 19px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
    max-width: 240px
}

.card-post-news__text {
    color: #000;
    font-family: Jost;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 15px;
    max-width: 240px
}

.card-post-news__link {
    color: #454545;
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    position: relative
}

.card-post-news__link::after {
    content: "";
    background-size: contain;
    background: url(/wp-content/themes/wp-RA/assets/img/base/kot-arrow.svg);
    background-repeat: no-repeat;
    width: 34px;
    height: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(10px, -36%);
    -ms-transform: translate(10px, -36%);
    transform: translate(10px, -36%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.card-post-news__link:hover::after {
    -webkit-transform: translate(15px, -36%);
    -ms-transform: translate(15px, -36%);
    transform: translate(15px, -36%)
}

.contact-news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 9.8390808105px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 9.8390808105px 0 rgba(0, 0, 0, .1);
    padding: 30px
}

.contact-news-card__wrap-img {
    width: 153px;
    height: 153px;
    margin-bottom: 10px
}

.contact-news-card__wrap-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.contact-news-card__title {
    font-family: Nunito;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    background: -o-linear-gradient(359deg, #3ca0d2 0, #48dca6 100%);
    background: linear-gradient(91deg, #3ca0d2 0, #48dca6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: 0 auto;
    max-width: 260px;
    margin-bottom: 17px
}

.contact-news-card__text {
    color: #000;
    font-family: Jost;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    max-width: 260px;
    margin-bottom: 37px
}

.contact-news-card__btn {
    width: 100%;
    height: 51px;
    font-size: 18px;
    border-radius: 8px;
    font-weight: 500;
    background: -o-linear-gradient(359deg, #d1cb28 0, #48dca6 100%);
    background: linear-gradient(91deg, #d1cb28 0, #48dca6 100%);
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-news-card__btn a {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: Jost
}

.contact-news-card__btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(4.89%, #48dca6), color-stop(95.57%, #3ca0d2));
    background: -o-linear-gradient(left, #48dca6 4.89%, #3ca0d2 95.57%);
    background: linear-gradient(90deg, #48dca6 4.89%, #3ca0d2 95.57%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0
}

.contact-news-card__btn:hover::before {
    opacity: 1
}

.reaction__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reaction__list-item {
    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;
    cursor: pointer
}

.reaction__wrap-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #fff;
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, .15));
    margin-bottom: 10px
}

.reaction__wrap-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 24px;
    height: 23px
}

.reaction__num {
    width: 6px;
    height: 19px;
    color: #454545;
    text-align: center;
    font-family: Jost;
    font-size: 14px;
    font-weight: 300
}

.reaction__list-item+.reaction__list-item {
    margin-left: 16px
}

.reaction__list-item-checked {
    -webkit-filter: drop-shadow(0 0 6px #48dca6);
    filter: drop-shadow(0 0 6px #48dca6)
}

.reaction__list-item:hover {
    -webkit-filter: drop-shadow(0 0 6px #48dca6);
    filter: drop-shadow(0 0 6px #48dca6)
}

.discover-card {
    width: 390px;
    min-height: 370px;
    position: relative;
    padding: 40px 10px 10px 35px;
    margin-bottom: 20px
}

.discover-card:hover .discover-card__front-bg {
    width: 440px;
    height: 365px;
    -webkit-transform: translate(-4px, 0);
    -ms-transform: translate(-4px, 0);
    transform: translate(-4px, 0)
}

.discover-card:hover .discover-card__back-img {
    opacity: 0
}

.discover-card__back-img {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 390px
}

.discover-card__front-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    height: 360px
}

.discover-card__front-icon {
    position: relative;
    z-index: 1;
    margin-left: -11px;
    /* margin-bottom: 15px; */
    pointer-events: none
}

.discover-card__title {
    position: relative;
    z-index: 1;
    color: #454545;
    font-family: Nunito;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
    max-width: 326px;
    pointer-events: none;
    margin-bottom: 10px;
    margin-top: 10px;
}

.discover-card__text {
    position: relative;
    z-index: 1;
    color: #454545;
    font-family: Jost;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    max-width: 316px;
    pointer-events: none
}

.benefits-section {
    margin-bottom: 200px;
    position: relative
}

.benefits-section .studies-case-reviews__bg-1 {
    top: -240px;
    opacity: 1
}

.benefits-section .studies-case-reviews__bg-2 {
    opacity: 1
}

.benefits-section__title {
    font-size: 35px;
    line-height: 42px;
    color: #454545;
    text-align: center;
    font-family: Nunito;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative
}

/*.benefits-section__title::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/wp-RA/assets/img/decoration/grad-obv.svg);
    top: 0;
    width: 363px;
    height: 97px;
    left: 50%;
    -webkit-transform: translate(-21%, -10%);
    -ms-transform: translate(-21%, -10%);
    transform: translate(-21%, -10%);
    display: none
}*/

.benefits-section__sub-text {
    display: none
}

/*.benefits-section__title span {
    max-width: 300px;
    position: relative;
    background: -o-linear-gradient(303deg, #3ca0d2 0, #3ca2d1 .01%, #48dca6 100%);
    background: linear-gradient(147deg, #3ca0d2 0, #3ca2d1 .01%, #48dca6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}*/

/*.benefits-section__title span::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/wp-RA/assets/img/decoration/left-bruzg.svg);
    top: 0;
    left: 0;
    width: 57px;
    height: 50px;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px)
}*/

/*.benefits-section__title> span::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/wp-RA/assets/img/decoration/arrow-bottom-black.svg);
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    width: 20px;
    height: 60px
}*/

.benefits-section__choose {
    display: block
}

.benefits-section__row {
    display: none
}

.error-404 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 80% center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.error-404__content {
    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;
    padding: 15px;
    position: relative
}

.error-404__title {
    color: #363636;
    font-family: Nunito;
    font-weight: 700;
    font-size: 80px;
    text-align: center;
    margin-bottom: 5px
}

.error-404__title::before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/wp-RA/assets/img/base/spray.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0
}

.error-404__wrap-img {
    max-width: 280px;
    margin-bottom: 10px
}

.error-404__text {
    color: #363636;
    text-align: center;
    font-family: Jost;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 15px
}

.error-404__btn {
    position: relative;
    color: #fff;
    font-family: Jost;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    border-radius: 9px;
    background: -o-linear-gradient(359deg, #d1cb28 0, #48dca6 100%);
    background: linear-gradient(91deg, #d1cb28 0, #48dca6 100%);
    width: 120px;
    height: 30px;
    overflow: hidden;
    text-align: center
}

.error-404__btn--color-gradient {
    background: -o-linear-gradient(190deg, #3ca0d2 0, #48dca6 100%);
    background: linear-gradient(260deg, #3ca0d2 0, #48dca6 100%)
}

.error-404__btn::before {
    border-radius: 9px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(190deg, #3ca0d2 0, #48dca6 100%);
    background: linear-gradient(260deg, #3ca0d2 0, #48dca6 100%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
}

.error-404__btn:hover::before {
    opacity: 1;
}

.error-404__btn--color-gradient:hover::before {
    border-radius: 9px;
    background: -o-linear-gradient(359deg, #d1cb28 0, #48dca6 100%);
    background: linear-gradient(91deg, #d1cb28 0, #48dca6 100%);
}

.error-404__btn span {
    position: relative;
    z-index: 1;
}

.post-case {
    margin-bottom: 60px;
}

.post-case a{
    color: #197EB1;
    transition: all 0.3s ease;
    font-weight: 500;
    text-decoration: underline;
}
.post-case a:hover{
    color: #30BF98;
}

.block-case_tools {
    margin-top: 40px;
}

.stories__slide-wrap .stories__slide {
    background-repeat: no-repeat;
    background-size: contain;
}

.result__item-mob .stories__slide {
    background-repeat: no-repeat;
    background-size: cover;
}

/* .popmake-content .pre-footer__title span{
    font-size: 58px;
} */

.result .result__item .hear__btn {
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    transition: all .3s ease;
}

.result .result__item.active .hear__btn {
    opacity: 1;
    visibility: visible;
}

.page-content {
    padding: 40px 0;
}

.page-content p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.post-filter__input.changed {
    background: -webkit-gradient(linear, left top, right top, from(#48dca6), color-stop(25.46%, #3ca0d2));
    background: -o-linear-gradient(left, #48dca6 0, #3ca0d2 25.46%);
    background: linear-gradient(90deg, #48dca6 0, #3ca0d2 25.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.form_blog-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 9.83908px 0 rgba(0, 0, 0, .1);
    border-radius: 15px;
    padding: 40px 20px 40px 20px
}

.part-image {
    flex: 33%;
    max-width: 33%
}

.part-image img {
    width: 100%;
    height: 100%;
    padding: 10px
}

.part-content {
    max-width: 67%;
    flex: 67%
}

.content-button_btn {
    background-image: linear-gradient(113deg, #d1cb28 0, #48dca6 100%);
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    border-radius: 9px;
    padding: 15px;
    line-height: 1.3;
    text-align: center
}

.content-title {
    font-family: Nunito;
    background: var(--main-gradient-horizontal, linear-gradient(90deg, #3ca0d2 .12%, #48dca6 99.91%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34.437px;
    font-style: normal;
    font-weight: bold;
    line-height: 41.485px;
    padding-top: 10px;
    padding-bottom: 17px
}

.content-text {
    color: #000;
    font-family: Jost;
    font-size: 19.678px;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

.content-button_btn {
    width: 100%;
    margin-top: 25px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.content-button_btn:hover {
    border-color: #04c3ec;
    color: #fff;
    background-image: linear-gradient(126deg, #48dca6 0, #d1cb28 100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.blog_title-form {
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
    line-height: normal;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 34px;
    color: #454545;
}

#popmake-17560 {
    padding-bottom: 0 !important
}

.blog-related-title {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5
}

.blog-related-posts {
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 100px
}

.blog-related-posts-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.related-post-link {
    position: relative;
    width: 100%;
    z-index: 0
}

.related-post-title a {
    font-size: 16px;
    margin: 15px 0 0 0;
    font-weight: 600;
    line-height: 1.5;
    transition: all .3s ease
}

.related-post-title a:hover {
    color: #3ca0d2
}

.related-post-image {
    display: block;
    width: 100%;
    height: auto
}

.related-post-data {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400px
}

/* ======== Events ======== */
.events {
    margin-bottom: 200px;
}

.events-blocks {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.events-image {
    width: 100%;
    max-width: 680px;
}

.events-image img {
    width: 100%;
    display: block;
}

.events-adresses {
    width: 76%;
    padding: 0 0 0 35px;
}

.adress-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
    gap: 15px;
}

.adress-item {
    color: #363636;
    font-size: 22.153px;
    font-weight: 300;
    line-height: normal;
    padding: 10px;
}

.events__title {
    max-width: 100%;
    font-size: 80px;
    line-height: 85px;
    margin: 0 auto 25px;
    text-align: center;
    font-family: Nunito;
}

.events__subtitle {
    font-weight: 300;
    display: block;
    font-size: 33px;
    line-height: 40px;
    text-align: center;
    max-width: 1040px;
    margin: 0 auto 45px;
}

.events-button {
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 353px;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    position: relative;
    background: -o-linear-gradient(91deg, #d1cb28 0, #48dca6 100%);
    background: linear-gradient(91deg, #d1cb28 0, #48dca6 100%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #FFF;
    font-family: Jost;
    position: relative;
    overflow: hidden;
    height: 60px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}

.events-button span {
    position: relative;
    z-index: 2;
}

.events-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
    background: linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.events-button:hover::after {
    opacity: 1;
}

/* ======== End Events ======== */

/* ======== Cookies ======== */
#cookie-notice {
    min-width: auto !important;
    max-width: 1365px;
    width: 100%;
    left: 50% !important;
    transform: translateX(-50%);
    filter: drop-shadow(0px 0px 12.3px rgba(0, 0, 0, 0.17));
    box-shadow: 0px 0px 12.3px rgba(0, 0, 0, 0.17);
    backdrop-filter: blur(23.350000381469727px);
    border-radius: 15px;
}

#cookie-notice.cn-position-bottom .cookie-notice-container {
    padding: 23px !important;
    display: flex;
    align-items: center;
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container {
    display: none !important;
}

#cn-notice-text {
    font-family: Jost;
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
    text-align: left;
    margin-bottom: 0;
}

#cn-notice-text a {
    text-decoration: underline;
}

#cn-notice-buttons {
    display: flex;
    align-items: center;
}

.cookie-notice-container .cn-close-icon {
    margin-top: 0;
    right: 3px;
    top: 3px;
    width: 22px;
    height: 22px;
    opacity: 1;
}

.cn-close-icon:after, .cn-close-icon:before {
    background-color: #363636 !important;
}

#cn-accept-cookie {
    border-radius: 8px !important;
    transition: all .3s ease;
    position: relative;
    width: 100%;
    color: #fff !important;
    background-color: transparent !important;
    font-weight: 500 !important;
    line-height: normal !important;
    font-size: 17px !important;
    font-family: Jost !important;
    padding: 10px 16px !important;
}

#cn-accept-cookie:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border-radius: 8px;
    background: linear-gradient(91deg, #d1cb28 0, #48dca6 100%);
    z-index: -1;
}

#cn-accept-cookie:hover {
    background-color: #fff !important;
    color: #454545 !important;
}

#cn-refuse-cookie {
    border-radius: 8px !important;
    transition: all .3s ease;
    position: relative;
    width: 100%;
    color: #fff !important;
    background-color: #fff !important;
    color: #454545 !important;
    font-weight: 500 !important;
    line-height: normal !important;
    font-size: 17px !important;
    font-family: Jost !important;
    padding: 10px 16px !important;
}

#cn-refuse-cookie:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border-radius: 8px;
    background: linear-gradient(91deg, #d1cb28 0, #48dca6 100%);
    z-index: -1;
}

#cn-refuse-cookie:hover {
    background-color: initial !important;
    color: #fff !important;
}

/* ======== End Cookies ======== */

.wp-block-image img {
    width: 100%;
    height: auto
}

.pre-footer__switch .switch .wpcf7-list-item-label {
    font-size: 0;
}

.pre-footer__items {
    gap: 20px;
}

.pre-footer__items .pre-footer__pol {
    width: 100%;
}

.pre-footer__items .pre-footer__item-pol {
    width: 100%;
}

.pre-footer__item-pol .wpcf7-form-control-wrap {
    width: 0;
}

.wpcf7-list-item {
    margin-left: 0;
}

.page-industries .discover-card__front-icon, .page-clouds .discover-card__front-icon, .page-services .discover-card__front-icon {
    margin-top: 25px;
}

.blog-category_title {
    color: #454545;
    font-family: Jost;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.text-noresults {
    color: #454545;
    font-family: Jost;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin: 0 auto;
}

.wpcf7-list-item-label {
    font-size: 0;
}

.footer__menus {
    display: grid;
    grid-template-areas:
        "footer1 footer2 footer3 footer4"
        "footer1 footer2 footer3 footer5";
    margin-top: 60px;
    justify-content: space-between;
}

.footer__menus-1 {
    grid-area: footer1;
    width: 301px;
}

.footer__menus-2 {
    grid-area: footer2;
    width: 301px;
}

.footer__menus-3 {
    grid-area: footer3;
    width: 188px;
}

.footer__menus-4 {
    grid-area: footer4;
    width: 191px;
}

.footer__menus-last {
    grid-area: footer5;
}

.footer__menu-title {
    color: #FFF;
    font-family: Jost;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 5px;
}

.footer__menus .menu-item a {
    color: #FFF;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-transform: capitalize;
}

.footer__menus .menu-item a:hover {
    text-shadow: 0px 0px 7px #fff;
}

.footer__menus a.footer__menu-title:hover {
    text-shadow: 0px 0px 7px #fff;
}

.footer__menu-3 {
    margin-top: 30px;
}

.footer__menus-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-content p, .page-content ul {
    display: block;
    line-height: 29px;
    font-size: 20px !important;
    color: #454545;
    margin-block-end: 1em;
}

#pum-21053 {
    fill: rgba(70, 69, 70, 0.26);
    backdrop-filter: blur(5.5px);
}

#popmake-21053 {
    box-shadow: 2px 4px 5.3px 0px rgba(0, 0, 0, 0.41);
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0 !important;
}

#pum-21053::before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/themes/wp-RA/assets/img/main/hero-game-new.png');
    background-repeat: no-repeat;
    width: 300px;
    height: 310px;
    background-position: bottom left;
    z-index: 9999999999;
    background-size: contain;
    bottom: 0;
}

#popmake-21053 .popmake-title {
    color: #454545;
    text-align: center;
    font-family: Nunito;
    font-size: 35px;
    font-weight: 800;
    line-height: 41.372px;
}

#popmake-21053 .events-image {
    margin: 0 auto;
}

#popmake-21053 .events-button {
    width: 100%;
    max-width: 353px;
}

.cloud-shadow {
    display: none;
}

.image-cloud {
    z-index: 2;
    width: 360px;
    height: 210px;
    position: relative;
    top: -30px;
    display: block;
}

.image-cloud-hover {
    z-index: 2;
    width: 360px;
    height: 210px;
    position: relative;
    top: -30px;
    display: none;
}

a.industries-cards__item:hover .image-cloud {
    display: none;
}

a.industries-cards__item:hover .image-cloud-hover {
    display: block;
}

.single-blog__date {
    color: #454545;
    font-family: Jost;
    font-size: 18.318px;
    font-weight: 300;
    line-height: normal;
    /* -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px); */
}

.is-style-fill a {
    text-decoration: none !important;
}

.pre-footer__textarea {
    max-height: 34px;
    position: relative;
    top: 12px;
}

.pre-footer__textarea::placeholder {
    font-size: 17px;
    line-height: 25px;
    color: #dfdfdf;
}

.header-anchors {
    display: none;
}






@media(max-width: 1439px) {
    .menu__list {
        overflow-y: scroll;
        padding-right: 10px;
    }
}

@media(max-width: 1440px) {
    .menu__sub-list--level-2 {
        display: none !important;
    }

    .menu__item--level-1.open .menu__sub-list--level-2 {
        display: block !important;
        padding-left: 10px;
    }

    .menu__item--level-1 .menu_sub_arrow {
        top: 8px;
    }

    .menu__item--level-2 {
        border-bottom: none !important;
    }
}

@media(min-width: 1440px) {
    .header._active+.header-anchors {
        content-visibility: visible;
        opacity: 1;
        position: fixed;
        top: 94px;
        width: 100%;
        z-index: 999;
    }

    .header-anchors {
        content-visibility: hidden;
        opacity: 0;
        transition: opacity .3s ease-in-out, top .3s ease-in-out;
        background: #2F303A;
        display: block;
        border-top: 2px solid #D1CB28;
    }

    .header-anchors-wrapper {
        display: flex;
        align-items: center;
        gap: 30px;
        padding: 10px 0;
        overflow: hidden;
    }

    .header-anchors__logo img {
        display: block;
    }

    .header-anchors__list {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .header-anchors__item {
        font-family: 'Jost';
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 25px;
        color: #FFFFFF;
        position: relative;
        transition: all 0.3s ease;
    }

    .header-anchors__button {
        margin-left: auto;
        cursor: pointer;
    }

    .header-anchors__item.active-item {
        background: linear-gradient(117.41deg, #3CA0D2 11.27%, #48DCA6 67.35%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .header-anchors__item:after {
        content: '';
        position: absolute;
        right: -25px;
        top: 50%;
        background-image: url('/wp-content/themes/wp-RA/assets/img/arrow-active.svg');
        background-repeat: no-repeat;
        width: 80px;
        height: 65px;
        transform: translateY(-50%);
        background-size: contain;
        opacity: 0;
        visibility: hidden;
    }

    .header-anchors__item.active-item.last-active-item:after {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease;
    }
}

@media (min-width:768px) {
    .pre-footer__item-pol2 {
        font-size: 22px;
        line-height: normal;
    }

    .container {
        max-width: 748px;
        max-width: 100%;
    }

    .title {
        font-size: 43px;
        line-height: 48px
    }

    .logo {
        margin-right: 44px
    }

    .logo__img {
        width: 194px;
        height: 45px
    }

    .salesforce__img {
        width: 30px;
        height: 25px;
        margin-top: 0
    }

    .salesforce__img2 {
        width: 200px;
        height: 30px
    }

    .salesforce__txt {
        font-size: 23px;
        line-height: 30px
    }

    .menu__icon._active+.menu {
        max-width: 300px
    }

    .menu__icon {
        width: 70px;
        height: 36px
    }

    .banner__new {
        background-position: center right;
        padding-left: 65px;
        min-height: 767px;
        margin-top: 93px;
        border-radius: 20px
    }

    .container__new {
        max-width: 748px;
        max-width: 100%;
    }

    .sf-banner {
        margin-bottom: 140px
    }

    .sf-banner__title {
        font-size: 80px;
        line-height: 90px;
        max-width: 409px;
        margin-bottom: 32px
    }

    .sf-banner__txt {
        font-size: 30px;
        max-width: 580px;
        line-height: 43px
    }

    .sf-banner__btn {
        margin-bottom: 276px;
        max-width: 329px;
        height: 60px
    }

    .man {
        width: 375px;
        height: 480px
    }

    .grafs {
        width: 300px
    }

    .arrow-b {
        width: 300px
    }

    .sf-banner-video-bg {
        width: 700px;
        height: 800px
    }

    .sf-video-1 {
        max-width: 100%;
        z-index: -1;
        max-height: 100%
    }

    .sf-banner__anime.anime .arrow-b {
        -webkit-animation: arrow-b2 .5s linear forwards .2s;
        animation: arrow-b2 .5s linear forwards .2s
    }

    .sf-banner__anime.anime .grafs {
        -webkit-animation: grafs2 .3s linear forwards;
        animation: grafs2 .3s linear forwards
    }

    .circle-item {
        font-size: 17px
    }

    .circle-item-1 {
        width: 90px;
        height: 90px
    }

    .circle-item-2 {
        width: 71px;
        height: 71px
    }

    .circle-item-4 {
        width: 100px;
        height: 100px
    }

    .circle-item-5 {
        width: 113px;
        height: 113px
    }

    .circle-item-6 {
        width: 139px;
        height: 139px
    }

    .sf-provide__title {
        max-width: 525px;
        margin: 0 auto 50px
    }

    .sf-provide__title::after {
        display: none
    }

    .sf-provide__title::before {
        display: none
    }

    .sf-provide__btn {
        max-width: 252px
    }

    .sf-provide__slide {
        height: 360px
    }

    .footer-2 .footer__body {
        padding: 47px
    }

    .footer-2 .footer__item-title {
        padding-bottom: 17px;
        margin-bottom: 35px;
        height: auto;
        color: #fff
    }

    .footer-2 .footer-2__victory img {
        width: 90px;
        height: 97px
    }

    /* .footer-2 .footer__img {
        width: 186px;
        height: 55px
    } */

    .footer-2 .footer__pol {
        display: block
    }

    .footer-2__reviews-img {
        width: 59px;
        height: 67px
    }

    .footer-2__reviews-img-chb {
        width: 59px;
        height: 67px
    }

    .footer-2__rating {
        margin-left: 18px
    }

    .footer-2__bottom {
        margin-top: 70px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer-2__bottom-title {
        margin-bottom: 0;
        margin-top: auto;
        font-size: 28px
    }

    .footer-2__bottom-title::before {
        width: 95px;
        height: 50px;
        top: -35px;
        right: -20px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .go-to {
        max-width: 100%
    }

    .go-to__links {
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 25px;
    }

    /* .pre-footer__title span::before {
        background-size: cover;
        width: 24px;
        height: 62px;
        right: -30px;
        bottom: -30px
    } */

    /* .pre-footer__title span{
        max-width: 336px;
        margin: 0 auto 67px;
        font-size: 50px;
        line-height: 60px
    } */

    /* .pre-footer__title::before {
        top: -5px;
        right: -2rem;
    } */

    /* .pre-footer__title span::after {
        background-size: cover;
        bottom: -25px;
        left: -30px;
        width: 24px;
        height: 62px
    } */

    .pre-footer__label {
        font-size: 23px
    }

    .pre-footer__input {
        font-size: 23px;
        max-width: 100%;
        width: 370px;
        line-height: 23px
    }

    .pre-footer__pol {
        max-width: 100%;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 23px
    }

    .faq__title, .logos__title {
        /* text-align: left; */
        /* font-size: 50px; */
        /* line-height: 60px; */
        /* margin-bottom: 30px */
    }

    .faq__top, .logos__top {
        margin-bottom: 28px;
    }

    .logos__title {
        max-width: 450px;
    }

    /* .faq__title::before {
        right: 0;
        left: 100px
    } */

    .faq__txt {
        text-align: left;
        margin: 0 0 42px 0;
        font-size: 30px;
        line-height: 43px;
        max-width: 50%;
    }

    .faq__item-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
        padding: 23px 0 23px 30px
    }

    .faq__item-txt-2 {
        font-size: 24px;
        line-height: 35px
    }

    .faq__svg {
        top: 30px
    }

    .faq__svg-arr, .logos__svg-arr {
        display: block
    }

    .stories__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center */
    }

    .stories__title {
        text-align: right;
        /* font-size: 53px; */
        /* line-height: 65px; */
        /* max-width: 400px; */
        margin-left: auto
    }
    .stories__top{
        margin-bottom: 28px;
    }

    /*.stories__title::before {
        left: 80px
    }*/

    /* .stories__title::after {
        left: 80px;
        bottom: -10px
    } */

    .stories__svg-arr {
        display: block;
        /* margin-top: 15px; */
    }

    .stories__btns {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .articles__btns {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .stories__btns-link {
        margin-bottom: 0
    }
    .articles__btns-link {
        margin-bottom: 0
    }

    .stories__btn {
        max-width: 420px;
        height: 51px
    }
    .articles__btn {
        max-width: 420px;
        height: 51px
    }

    .reviews {
        margin-top: 100px
    }

    .reviews__title {
        font-size: 46px;
        line-height: 54px;
        margin-bottom: 8px;
    }

    .reviews__text{
        font-size: 22px;
        line-height: 28px;
    }

    .reviews__bottom-mob {
        width: 329px
    }

    .choose::before {
        top: -140px;
        left: 0;
        width: 560px;
        height: 836px
    }

    .choose__title {
        font-size: 50px;
        line-height: 60px;
        text-align: right;
        max-width: 500px;
        margin-left: auto
    }

    .choose__slider2 {
        padding-top: 2px
    }

    .choose__slide-wrap2 {
        width: 320px !important
    }

    .main-banner {
        margin-bottom: 60px
    }

    .main-banner__title {
        /* max-width: 690px; */
        margin-bottom: 8px;
        padding-top: 100px;

        font-size: 54px;
        line-height: 64px;
    }

    .main-banner__sub-title {
        max-width: 600px;

        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .main-banner__btn {
        width: 523px;
        height: 51px;
        font-weight: 500;
        font-size: 20px;
        line-height: 29px;
    }
    .main-banner__btn.main-page--button{
        margin-top: 30px;
    }

    .main-circle {
        margin-bottom: 150px
    }

    .main-circle2__title {
        font-size: 50px;
        line-height: 60px;
        max-width: 100%
    }

    /* .main-circle2__title::before {
        top: -19px;
        right: 25px
    } */

    .main-circle2__txt {
        max-width: 600px;
        font-size: 30px;
        line-height: 43px;
        margin: 0 auto 60px
    }

    .main-circle2__slider {
        padding: 20px
    }

    .main-circle2__list-txt {
        max-width: 540px
    }

    .key__title {
        margin-bottom: 20px;
        font-size: 50px;
        padding-top: 70px;
        line-height: 60px
    }

    .key__txt-mob {
        font-size: 30px;
        line-height: 43px
    }

    .black-arrow {
        right: 70px
    }

    .impl-serv__arr {
        right: 51px;
        top: 14px
    }

    .impl-serv__btn-mob {
        width: 100% !important;
        height: 51px
    }

    .impl-serv__txt {
        display: block;
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 50px
    }

    .impl-serv__slider .choose__slide-wrap2 {
        width: 500px !important;
        height: 335px !important
    }

    .impl-serv__slider .choose__slide-title2 {
        font-size: 30px;
        max-width: 100%;
        line-height: 41px;
        margin-bottom: 15px
    }

    .impl-serv__slider .choose__slide-txt {
        max-width: 438px;
        font-size: 18px;
        line-height: 27px
    }

    .impl-serv__slider .swiper-pagination-bullet {
        width: 16px;
        height: 16px
    }

    .impl-serv__txt-mob {
        display: none
    }

    .steps2 .circ__title {
        font-size: 195px;
        line-height: 220px
    }

    .steps2 .circ__content-right .circ__title {
        font-size: 79px;
        line-height: 89px
    }

    /* .steps2 .circ__content-right .circ__title::before {
        top: -11px;
        right: -40px
    } */

    .steps2 .circ__text {
        font-size: 32px;
        line-height: 40px
    }

    .steps2 .circ__content {
        -webkit-transform: translate(-21px, 62px);
        -ms-transform: translate(-21px, 62px);
        transform: translate(-21px, 62px)
    }

    .steps2 {
        margin-bottom: 520px
    }

    .steps2__slider {
        width: 450px;
        top: 329px;
        left: 135px
    }

    .steps2__svg {
        left: -91px
    }

    .steps2__list-title {
        font-size: 34px;
        line-height: 40px
    }

    .steps2__list-txt {
        font-size: 21px;
        line-height: 30px
    }

    .steps2__next {
        right: 90px
    }

    .steps2__prev {
        left: 90px
    }

    .faq-impl .faq__title::before {
        left: 625px
    }

    .industries__main-title {
        font-size: 80px;
        line-height: 90px;
        max-width: 514px;
        margin-bottom: 36px;
        padding-top: 80px
    }

    .industries__sub-title {
        font-size: 24px;
        line-height: 35px;
        max-width: 604px;
        margin-bottom: 80px
    }

    .industries-filter__txt {
        height: 60px;
        font-size: 27px;
        padding-left: 27px
    }

    .industries-filter__top {
        height: 60px;
        margin-bottom: 11px
    }

    .industries-filter__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px
    }

    .industries-filter__arr {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .industries-filter__bot {
        font-size: 26px;
        line-height: 37px;
        padding-left: 27px;
        margin-bottom: 100px
    }

    /* .industries-filter__bot::before {
        background: url(/wp-content/themes/wp-RA/assets/img/arrow-ind2.svg) no-repeat;
        width: 20px;
        height: 49px;
        background-size: contain;
        bottom: -29px;
        right: -19px
    }*/

    .industries-cards {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        margin-bottom: 120px
    }

    .industries-choose__title {
        display: none;
        max-width: 610px
    }

    .industries-choose__title-desc {
        display: block;
        font-size: 53px;
        line-height: 65px;
        margin-bottom: 75px
    }

    .ind-single {
        max-height: 1025px;
        margin-bottom: 0
    }

    .ind-single__body {
        padding-bottom: 196px
    }

    .ind-single__title {
        font-size: 80px;
        line-height: 90px;
        margin-bottom: 36px;
        /* padding-top: 140px; */
        padding-top: 0px;
    }

    .ind-single__sub-title {
        font-size: 30px;
        line-height: 43px;
        max-width: 605px;
        margin-bottom: 60px
    }

    .ind-single__btn {
        height: 60px;
        font-size: 20px
    }

    .ind-single__img {
        width: 380px;
        height: auto;
        right: 0;
        /* bottom: 0; */
        top: 50%;
        transform: translateY(-50%);
    }

    .post-banner {
        display: block
    }

    .post-banner__arrow-left {
        -webkit-transform: translate(-130px, 20px) scale(2.1);
        -ms-transform: translate(-130px, 20px) scale(2.1);
        transform: translate(-130px, 20px) scale(2.1)
    }

    .post-banner__arrow-right {
        -webkit-transform: translate(130px, 20px) scale(2.1);
        -ms-transform: translate(130px, 20px) scale(2.1);
        transform: translate(130px, 20px) scale(2.1)
    }

    .single-center__top::before {
        background-image: none
    }

    .single-center__top::after {
        background-image: none
    }

    .single-center__top-body {
        padding: 50px 50px 30px 50px;
        border-radius: 40px;
        -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, .15);
        box-shadow: 0 0 23px rgba(0, 0, 0, .15)
    }

    .single-center__top-title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 25px
    }

    .single-center__top-title span {
        max-width: 500px
    }

    /*  .single-center__top-title span::before {
        top: -6px;
        right: -10px
    }
	*/

    .single-center__top-sub-title {
        font-size: 30px;
        line-height: 36px;
        max-width: 594px;
        margin-bottom: 35px
    }

    .single-center__top-btn {
        width: 100%;
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        height: 60px
    }

    .content-item__top-title {
        font-weight: 600
    }

    .content-item__top-text {
        font-size: 24px;
        line-height: 35px
    }

    .single-center__bottom-body {
        padding: 70px 75px 66px 75px;
        border-radius: 40px;
        max-width: 728px;
        margin-bottom: -25%;
        max-width: 100%;
        margin: 0 auto -25% auto;
    }

    .single-center__bottom-title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px
    }

    .single-center__bottom-title span {
        max-width: 370px
    }

    /*   .single-center__bottom-title span::before {
        left: 20px;
        top: -29px
    }*/

    .single-center__bottom-text {
        font-size: 30px;
        line-height: 36px;
        max-width: 465px;
        margin-bottom: 65px
    }

    .single-center__bottom-items::before {
        width: 650px;
        top: -140px;
        height: 650px;
        left: -30px
    }

    .single-center__bottom-item-img {
        width: 60px;
        height: 60px
    }

    .single-center__bottom-item {
        height: 160px;
        padding: 0 20px 15px 20px;
        margin-bottom: 50px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%
    }

    .single-center__bottom-item-title {
        font-size: 23px;
        line-height: 29px
    }

    .all::before {
        background: 0 0;
        background: url(/wp-content/themes/wp-RA/assets/img/bg/circles-top-bg.png) no-repeat;
        background-size: cover;
        width: 100%;
        height: auto;
        min-height: 768px;
        -webkit-transform: translate(0, -80%);
        -ms-transform: translate(0, -80%);
        transform: translate(0, -80%)
    }

    .all::after {
        background-position: bottom left
    }

    .reviews-item::before {
        left: 0;
        top: -169px;
        width: 380px;
        height: 790px;
        background-position: center
    }

    .reviews-item::after {
        right: 0;
        top: 0;
        width: 380px;
        height: 790px;
        background-position: center
    }

    .clouds-banner__img-left {
        max-width: 600px
    }

    .clouds-banner__img-right {
        max-width: 400px
    }

    .clouds-banner__img-dog {
        top: 110px;
        left: 60px;
        max-width: 200px
    }

    .clouds-banner__title {
        font-size: 80px;
        padding-top: 0;
        line-height: 90px;
        max-width: 410px
    }

    .clouds-banner__text {
        display: none
    }

    .clouds-banner__text-desc {
        display: block;
        font-size: 24px;
        line-height: 35px;
        max-width: 604px
    }

    .clouds-filter__title {
        font-size: 53px;
        line-height: 69px
    }

    .clouds-filter__text {
        font-size: 30px;
        line-height: 36px;
        max-width: 516px
    }

    .clouds-wrapper .industries-card-2 {
        height: 327px
    }

    .clouds-wrapper .industries-card-1 {
        height: 220px
    }

    .clouds-wrapper .industries-card-3 {
        height: 233px
    }

    .clouds-wrapper .industries-card-4 {
        height: 248px
    }

    .clouds-wrapper .industries-card-5 {
        height: 180px
    }

    .clouds-wrapper .industries-card-6 {
        height: 248px
    }

    .clouds-wrapper .industries-card-7 {
        height: 260px
    }

    .clouds-wrapper .industries-card-8 {
        height: 261px
    }

    .clouds-wrapper .industries-card-9 {
        height: 246px
    }

    .clouds-wrapper .industries-card-10 {
        height: 220px
    }

    .clouds-wrapper .industries-card-11 {
        height: 179px
    }

    .clouds-wrapper .industries-cards__title {
        font-size: 26px;
        line-height: 36px
    }

    .industries-cards__item-btn {
        height: 218px;
        font-size: 26px;
        line-height: 30px
    }

    .clouds-wrapper .industries-cards {
        position: relative
    }

    #tail2 {
        top: 111px;
        left: 101px
    }

    .main-banner-2 {
        margin-bottom: 112px
    }

    .main-banner-2__container {
        max-width: 710px;
        max-width: 100%;
    }

    .main-banner-2__body {
        min-height: 789px;
        background-size: cover
    }

    .main-banner-2__titles {
        max-width: 665px;
        margin-bottom: 12px;

        font-weight: 700;
        font-size: 46px;
        line-height: 58px;
    }

    .main-banner-2__titles::before {
        top: -3px;
        left: -13px;
        height: 95px;
        width: 380px
    }

    .main-banner-2__titles::after {
        bottom: 8px;
        right: 75px;
        height: 81px;
        width: 267px
    }

    .main-banner-2__text {
        max-width: 440px;

        font-size: 22px;
        line-height: 28px;
    }

    .main-banner-2__img {
        width: 350px;
        right: -15px;
        height: auto;
    }

    .sales {
        margin-bottom: 140px
    }

    .sales__title {
        font-size: 53px;
        line-height: 65px;
        text-align: center;
        max-width: 600px;
        margin: 0 auto 15px
    }

    /* .sales__title::before {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        right: auto;
        left: 116px;
        top: -20px
    }*/

    .sales__text {
        margin: 0 auto 50px;
        max-width: 510px;
        font-size: 30px;
        line-height: 36px;
        text-align: center
    }

    .sales__text::before {
        top: 15px;
        right: -8px
    }

    .sales__right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .simple__title {
        font-size: 53px;
        line-height: 65px;
        max-width: 351px;
        margin: 0 auto 80px
    }

    .simple__title span::after {
        width: 192px;
        height: 60px;
        top: 67px;
        right: 49px
    }

    .simple-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 40px;
    }

    .simple-bottom__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .simple-bottom__item:nth-child(3) {
        margin: 0 auto
    }

    .simple-bottom__img {
        width: 140px;
        height: 140px;
        top: -40px;
        right: 60px
    }

    .simple-bottom__title {
        font-size: 95px;
        line-height: 131px
    }

    .simple-bottom__text {
        font-size: 20px;
        line-height: 29px
    }

    .hear__tile-span::before {
        left: 86px
    }

    .hear__right {
        width: 100%;
        position: relative
    }

    .hear__tight-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .hear__rigth-rating {
        margin-left: 40px
    }

    .hear__right-clutch {
        /* position: absolute; */
        /* right: 0; */
        /* bottom: -20px; */
    }

    .discovery__body {
        padding-top: 78px;
        padding-bottom: 80px
    }

    .discovery__body-img {
        top: 45px;
        left: -10px
    }

    .discovery__body-img-2 {
        bottom: 68px
    }

    .discovery__title {
        font-size: 53px;
        line-height: 65px;
        max-width: 500px;
        margin: 0 auto 20px
    }

    .discovery__title-span {
        position: relative
    }

    .discovery__title-span::before {
        top: -29px;
        left: -16px;
        width: 50px;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat
    }

    .discovery__title-span::after {
        top: 40px;
        right: -35px;
        width: 36px;
        height: 91px;
        background-size: contain;
        background-repeat: no-repeat
    }

    .discovery__text {
        display: block;
        font-size: 25px;
        line-height: 30px;
        max-width: 600px;
        text-align: center;
        margin: 0 auto 95px
    }

    .discovery__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 0
    }

    .discovery__item+.discovery__item {
        margin-top: 60px
    }

    .discovery__item-img {
        width: 124px;
        height: 110px;
        margin-bottom: 0;
        margin-right: 25px;
        object-fit: contain
    }

    .discovery__item-wrap::before {
        top: -65px;
        left: 58px;
        width: 1px;
        height: 79px;
        background-image: url(/wp-content/themes/wp-RA/assets/img/main/tree.svg);
        background-size: cover
    }

    .discovery__content-title {
        text-align: left;
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .discovery__content-text {
        text-align: left;
        font-size: 20px;
        line-height: 25px;
        max-width: 500px
    }
    
    .explore__item{
        max-width: 323px;
    }
    .explore__item-img{
        width: 100px;
        margin-bottom: 24px;
    }
    .explore__item-title{
        font-size: 20px;
        line-height: 24px;
        margin: 0 auto 15px;
    }
    .explore__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
        row-gap: 35px;
        column-gap: 55px;
    }

    .explore__item-text {
        /* max-width: 312px; */
        /* margin: 0 0 40px 0 */
        font-size: 20px;
        line-height: 32px;
    }

    .explore__mob {
        display: none
    }

    .result__title {
        max-width: 510px;
        font-size: 53px;
        line-height: 65px
    }

    .stories-case__title {
        font-size: 53px;
        line-height: 65px
    }

    /* .result__title span::before {
        width: 214px;
        height: 68px;
        top: 62px;
        right: 18px
    }*/

    /* .stories-case__title span::before {
        width: 214px;
        height: 68px;
        top: 62px;
        right: 18px
    }*/

    .result__title>span::after {
        top: 30px;
        right: -19px;
        width: 40px;
        height: 75px
    }

    /*.stories-case__title span::after {
        top: 30px;
        right: -19px;
        width: 40px;
        height: 75px
    }*/

    .result__text {
        font-size: 30px;
        line-height: 40px;
        max-width: 600px
    }

    .result__item-mob {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
        flex: 0 0 52%
    }

    .result__item-mob .stories__slide {
        height: 439px
    }

    .result__item-category {
        font-size: 20px;
        margin-top: 15px
    }

    .result__item-title {
        max-width: 650px;
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 20px
    }

    .result__item-text {
        font-size: 20px;
        line-height: 25px;
        max-width: 550px
    }

    .result .hear__bg-1 {
        left: 0
    }

    .single-case-banner__title {
        max-width: 500px
    }

    .single-case-banner__column-text {
        max-width: 500px
    }

    .case-review__body {
        border-radius: 0 38px;
        padding: 65px
    }

    .case-review__body::before {
        top: -10px;
        left: -60px;
        width: 118px;
        height: 101px
    }

    .case-review__body::after {
        bottom: -10px;
        right: -60px;
        width: 118px;
        height: 101px
    }

    .case-review__body p {
        font-size: 30px;
        line-height: 36px
    }

    .case-tags__title {
        font-size: 40px
    }

    .case-tags__text {
        font-size: 24px
    }

    .studies-case__body::before {
        display: none
    }

    .studies-case__label {
        margin-top: 0
    }

    .studies-case__text-mob {
        display: none
    }

    .studies-case__title {
        max-width: 430px;
        margin-bottom: 50px
    }

    /* .studies-case__title::before {
        top: 47px
    }*/

    .studies-case__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .studies-case__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%
    }

    .studies-case__item:first-child {
        max-width: 190px
    }

    .studies-case__item:last-child {
        max-width: 190px
    }

    .studies-case-reviews__text {
        display: block
    }

    .case-block__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 800px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        gap: 40px;
    }

    .case-block__top .post-filter+.post-filter {
        margin-top: 0
    }



    .search {
        height: 60px
    }

    .search__btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 134px;
        flex: 0 0 134px;
        position: relative;
    }

    .search__btn:before, .search__btn:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: -1;
        border-radius: 0 10px 10px 0;
        transition: 0.5s;
    }

    .search__btn::after {
        background: linear-gradient(to right, #3fa0d2 0%, #48dca6 100%);
        opacity: 0;
        height: auto;
        width: 100%;
        transform: none;
    }

    .search__btn::before {
        background: linear-gradient(to right, #48dca6 0%, #3fa0d2 100%);
        opacity: 1;
        height: auto;
        width: 100%;
        transform: none;
    }

    .search__btn:hover:before {
        opacity: 0;
        transition: 0.5s;
    }

    .search__btn:hover:after {
        opacity: 1;
        transition: 0.5s;
    }

    .search__btn-span {
        display: block;
        color: #fff;
        font-family: Jost;
        font-size: 19px;
        font-weight: 500
    }

    .sidebar-filtr__title::before {
        display: none
    }

    .sidebar-filtr__list {
        display: block
    }

    .news-card {
        max-width: 500px
    }

    .blog__title {
        margin-bottom: 20px
    }

    .blog__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 100px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .blog__sidebar {
        display: block
    }

    .blog__sidebar .featured {
        display: block
    }

    .blog__sidebar .linkedin {
        display: block
    }

    .blog__search {
        margin-bottom: 30px
    }

    .blog__content {
        margin-left: 20px;
        width: 100%
    }

    .blog__content .post-filter {
        display: none
    }

    .single-blog__item {
        padding: 5px 10px;
        border-radius: 5px
    }

    .single-blog__img-wrap {
        height: auto;
    }

    .card-post-news {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .card-post-news__content {
        margin: 0 0 0 20px
    }

    .contact-news-card {
        padding: 48px 40px 76px 40px
    }

    .contact-news-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .contact-news-card__wrap-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 223px;
        flex: 0 0 223px;
        height: 223px
    }

    .contact-news-card__cotent {
        margin-left: 30px
    }

    .contact-news-card__title {
        max-width: 504px;
        font-size: 35px;
        line-height: 42px;
        text-align: left
    }

    .contact-news-card__text {
        max-width: 523px;
        font-size: 20px;
        margin-bottom: 25px;
        text-align: left
    }

    .reaction__list {
        max-width: 642px
    }

    .reaction__wrap-img {
        width: 85px;
        height: 85px
    }

    .reaction__wrap-img img {
        width: 44px;
        height: 44px
    }

    .reaction__num {
        font-size: 25px
    }

    .sidebar {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: baseline;
        align-self: baseline;
        padding: 10px 10px 30px 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 327px;
        flex: 0 0 327px;
        width: 100%;
        border-radius: 10px;
        background: #fff;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        position: sticky;
        top: 100px
    }
}

@media (min-width:768px) {
    .key::before {
        width: 375px;
        height: 495px
    }
}

@media (any-hover:hover) and (min-width:768px) {
    .result__item:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (min-width:1440px) {
    #menu-top .menu__sub-list--level-2 {
        position: absolute;
        left: 100%;
        top: -25px;
        right: 0;
        width: 100%;

        padding-left: 0;
        display: block;
        /* background: #fff; */
        right: auto;
        /* -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .1); */
        /* box-shadow: 0 5px 14px rgba(0, 0, 0, .1); */
        padding: 25px 16px 25px 0;
        /* border-radius: 0 20px 20px 20px; */
        opacity: 0;
        visibility: hidden;
        min-width: 190px;
    }

    #menu-top .menu__item--level-1.menu-item-has-children:hover .menu__sub-list--level-2 {
        opacity: 1;
        visibility: visible;
    }







    .choose__btn {
        font-size: 25px;
    }

    .pre-footer__item-pol2 {
        font-size: 14px;
        line-height: normal;
    }

    .container {
        max-width: 1230px
    }

    .main {
        margin-top: 93px;
    }

    .page-industries {
        padding-top: 26px;
    }

    .benefits__btn {
        -webkit-transform: translate(-50%, 100%) !important;
        -ms-transform: translate(-50%, 100%) !important;
        transform: translate(-50%, 100%) !important;
        max-width: 400px;
    }

    .header._active .menu__item--level-0>.menu__list-link {
        color: #fff;
    }

    .header._active .header__btn {
        -webkit-text-fill-color: #fff;
        background: 0 0;
        background-image: -o-linear-gradient(.45deg, #3ca0d2 49.64%, #48dca6 63.32%);
        background-image: linear-gradient(89.55deg, #3ca0d2 49.64%, #48dca6 63.32%);
        -webkit-background-clip: text;
        border-style: solid;
        -o-border-image: -o-linear-gradient(332.44deg, #3ca0d2 11.28%, #48dca6 93.18%) 1;
        border-image: linear-gradient(117.56deg, #3ca0d2 11.28%, #48dca6 93.18%) 1
    }

    .header {
        height: 94px;
        background-color: #fff;
    }

    .header__body {
        height: 94px
    }

    .header__container {
        max-width: 1360px
    }

    .header__btn {
        /* margin-left: 20px; */
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 160px
    }

    .menu {
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu {
        position: static;
        margin-left: auto
    }

    .menu__list {
        width: auto;
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

    .menu__list>li {
        width: auto;
        position: static
    }

    .menu__sub-list {
        padding-left: 0;
        display: block;
        position: absolute;
        top: 35px;
        /* background: #fff; */
        right: auto;
        /* -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .1); */
        /* box-shadow: 0 5px 14px rgba(0, 0, 0, .1); */
        padding: 26px 0px 26px 0px;
        /* border-radius: 0 20px 20px 20px; */
        opacity: 0;
        visibility: hidden;
        min-width: 190px;
        width: auto;
    }

    .menu__sub-list li+li {
        margin-left: 0 !important;
        margin-top: 10px !important
    }

    .menu__item--level-1,
    .menu__item--level-2 {
        padding: 8px 16px 8px 0;
    }

    .menu__item--level-1:not(:first-child),
    .menu__item--level-2:not(:first-child) {
        margin-top: 10px !important;
    }

    .menu__list li+li {
        margin-left: 30px;
        margin-top: 0
    }

    .menu__list-link-arrow {
        display: none;
    }

    .menu__list-link-arrow {
        display: block;
    }

    .menu__item--level-0>.menu__list-link.menu__list-link--has-children+.menu_sub_arrow {
        opacity: 0;
        visibility: hidden;
    }

    .menu__item--level-1 .menu_sub_arrow {
        width: 100%;
        position: relative;
        height: auto;
    }

    .menu__item--level-1 .menu_sub_arrow svg.menu__list-link-arrow {
        left: 5px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        transition: all 0.5s ease;
    }

    .menu__item--level-1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu__item--level-1:hover .menu_sub_arrow svg.menu__list-link-arrow {
        left: 100%;
        transition: all 0.5s ease;
    }

    .menu__item--level-1:hover .menu_sub_arrow svg.menu__list-link-arrow path {
        stroke: #30BF98;
    }

    .menu__social {
        margin-top: 0;
        margin-bottom: 0;
        display: none
    }

    .menu__icon._active+.menu {
        max-width: auto
    }

    .menu__icon {
        display: none
    }

    .container__new {
        max-width: 1388px;
        /* padding-left: 32px */
    }

    .sf-banner {
        margin-bottom: 0
    }

    .sf-banner__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sf-banner__txt {
        font-size: 24px;
        line-height: 35px;
        max-width: 522px
    }

    .sf-banner__btn {
        padding: 16px 40px;
        background: -o-linear-gradient(359.87deg, #3ca0d2 .12%, #48dca6 99.91%);
        background: linear-gradient(90.13deg, #3ca0d2 .12%, #48dca6 99.91%);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        width: 276px;
        font-size: 25px;
        line-height: 29px;
    }

    .sf-banner__btn::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: -o-linear-gradient(179.7deg, #3ca0d2 1.98%, #48dca6 99.74%);
        background: linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    .sf-banner__btn span {
        position: relative;
        z-index: 2
    }

    .sf-banner__right {
        width: 615px
    }

    .sf-banner__anime {
        top: -75px
    }

    .sf-banner-video-bg {
        position: absolute;
        top: -18px;
        left: -50px;
        min-height: 745px;
        min-width: 770px;
        background-size: cover
    }

    .sf-banner-video-bg2 {
        display: block;
        position: absolute;
        top: -180px;
        z-index: -1;
        left: 0;
        min-height: 300px;
        min-width: 560px;
        background-size: cover
    }

    .sf-banner__anime.anime .arrow-b {
        -webkit-animation: arrow-b2 .5s linear forwards .5s;
        animation: arrow-b2 .5s linear forwards .5s
    }

    .sf-banner__anime.anime .grafs {
        -webkit-animation: grafs2 .3s linear forwards .3s;
        animation: grafs2 .3s linear forwards .3s
    }

    .sf-provide__link {
        font-size: 24px;
        line-height: 35px;
        display: none
    }

    .sf-provide__title {
        max-width: 750px;
        text-align: right;
        font-size: 80px;
        line-height: 90px;
        margin: 0 0 150px auto
    }

    .sf-provide__slider {
        display: none
    }

    .sf-provide__slide-title {
        font-size: 33px;
        line-height: 45px;
        min-height: 110px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .sf-provide__slide-txt {
        font-size: 24px;
        line-height: 35px
    }

    .sf-provide__btn {
        display: none
    }

    .svg-arrow {
        display: inline-block;
        margin-left: -70px;
        position: absolute;
        top: 15px
    }

    .sf-provide__blocks {
        display: block;
        margin-bottom: 150px
    }

    .footer__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__item {
        max-width: 370px
    }

    .footer-2 .footer__item:first-child {
        max-width: 301px
    }

    .footer-2 .footer__item:nth-child(2) {
        max-width: 301px
    }

    .footer-2 .footer__item:nth-child(3) {
        max-width: 188px
    }

    .footer-2 .footer__item:last-child {
        max-width: 191px
    }

    .footer-2__bottom-link {
        font-size: 30px
    }

    /* .pre-footer {
        margin-bottom: 150px
    } */

    /* .pre-footer__title span{
        font-size: 80px;
        line-height: 85px;
        max-width: 100%
    } */

    /* .pre-footer__title::before {
        right: -4rem;
        background-image: url('/wp-content/themes/wp-RA/assets/img/pre-footer11.svg') no-repeat;
        width: 60px;
        height: 60px;
        top: 0px
    } */

    /* .pre-footer__title span::after {
        bottom: -40px;
        left: -50px
    } */

    /* .pre-footer__title span::before{
        right: -50px;
        bottom: -40px;
    } */

    .pre-footer__form-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px
    }

    .pre-footer__label {
        width: 100%;
        padding: 10px 0;
        font-size: 17px
    }

    .pre-footer__label-file {
        display: none
    }

    .pre-footer__items-left {
        width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .pre-footer__items-left .pre-footer__pol {
        max-width: 546px
    }

    .pre-footer__label input::-webkit-input-placeholder {
        font-size: 17px;
        line-height: 25px
    }

    .pre-footer__label input::-moz-placeholder {
        font-size: 17px;
        line-height: 25px
    }

    .pre-footer__label input:-ms-input-placeholder {
        font-size: 17px;
        line-height: 25px
    }

    .pre-footer__label input::-ms-input-placeholder {
        font-size: 17px;
        line-height: 25px
    }

    .pre-footer__label input::placeholder {
        font-size: 17px;
        line-height: 25px
    }

    .pre-footer__textarea::placeholder {
        font-size: 17px;
        line-height: 25px
    }

    .pre-footer__form-bot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px
    }

    .pre-footer__label-message {
        width: 100%;
        display: none
    }

    .pre-footer__label-message span {
        width: 100%;
        margin-bottom: 20px
    }

    .pre-footer__pol {
        max-width: 100%;
        margin-bottom: 13px
    }

    .pre-footer__form-btn {
        font-size: 25px;
        padding: 15px 0;
        height: 65px
    }

    .pre-footer__form-btn::before {
        height: 65px
    }

    .w-100 {
        width: 370px
    }

    .pre-hide {
        display: none
    }

    .pre-footer__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .pre-footer__item-left {
        display: block;
        width: 532px
    }

    .pre-footer__item-file {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer
    }

    .pre-footer__item-title {
        font-size: 17px;
        line-height: 25px;
        font-weight: 500
    }

    .pre-footer__item-txt {
        font-size: 17px;
        line-height: 25px;
        color: rgba(0, 0, 0, .5)
    }

    .pre-footer__item-blocks {
        margin-left: 20px
    }

    .pre-footer__item-right {
        width: 100%
    }

    .pre-footer__item-pol2 {
        margin-bottom: 34px;
        font-size: 16px
    }

    .pre-footer__radio {
        margin-right: 7px
    }

    .faq {
        margin-bottom: 194px
    }

    .faq__top, .logos__top {
        margin-bottom: 32px;
    }

    .faq__title, 
    .logos__title {
        text-align: left !important;
    }

    .faq .faq__title {
        /* max-width: 800px; */
        width: 50%;
        margin-bottom: 12px;
    }

    .logos__title {
        max-width: 650px;
    }

    /* .faq__title::before {
        left: 44%;
        background: url(/wp-content/themes/wp-RA/assets/img/faqsvg2.svg) no-repeat;
        width: 55px;
        height: 55px
    } */

    .faq__txt {
        font-size: 33px;
        line-height: 40px;
        text-align: left !important;
        margin: 0 !important;
    }

    .faq__item {
        width: 100%;
    }

    .faq__ban {
        right: 0;
        top: 100px;
        display: block;
        width: 347px;
        height: 510px;
        position: sticky;
    }

    .faq__item-title {
        font-size: 28px;
        line-height: 41px;
        font-weight: 500
    }

    .faq__svg-arr, .logos__svg-arr {
        width: 45%;
        height: 168px;
        top: 0;
        right: 0 !important;
    }

    .stories {
        margin-bottom: 200px
    }

    .stories__slider {
        overflow: hidden
    }

    .stories__title {
        text-align: right;
        /* font-size: 80px; */
        /* line-height: 90px; */
        max-width: 477px;
        margin-left: auto;
        /* margin-bottom: 80px */
    }

    /*.stories__title::before {
        left: 0
    }*/

    /* .stories__title::after {
        left: 0;
        bottom: 20px
    } */

    .stories__svg-arr {
        /* width: 680px; */
        width: 50%;
        height: auto;
        /* margin-bottom: 50px */
    }

    .stories__slide-wrap.swiper-slide-active::before {
        opacity: 0;
        visibility: hidden
    }

    .stories__slide-wrap.swiper-slide-active .stories__slide-bottom {
        max-height: 0
    }

    .stories__slide-wrap {
        height: 439px
    }

    .stories__slide-title {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 9px
    }

    .stories__btns-link {
        font-size: 23px
    }
    .articles__btns-link {
        font-size: 23px
    }

    .stories__btns-link img {
        width: 26px;
        height: 100%
    }
    .articles__btns-link img {
        width: 26px;
        height: 100%
    }

    .stories__btn {
        height: 60px;
        font-size: 25px;
    }
    .articles__btn {
        height: 60px;
        font-size: 25px;
    }

    .stories__btn::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: -o-linear-gradient(179.7deg, #3ca0d2 1.98%, #48dca6 99.74%);
        background: linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }
    .articles__btn::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: -o-linear-gradient(179.7deg, #3ca0d2 1.98%, #48dca6 99.74%);
        background: linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    .stories__btn span {
        position: relative;
        z-index: 2
    }
    .articles__btn span {
        position: relative;
        z-index: 2
    }

    .reviews {
        margin-bottom: 30px;
        margin-top: 0
    }

    .reviews__circle {
        width: 1288px;
        height: 1324px
    }

    .reviews__circle::before {
        width: 1440px;
        height: 1482px
    }

    .reviews__title {
        margin-top: 200px;

        font-weight: 700;
        font-size: 64px;
        line-height: 76px;
    }

    .reviews__title::before {
        top: -30px;
        left: 380px;
        width: 87px;
        height: 73px
    }

    .reviews__text {
        margin-bottom: 110px;
        max-width: 550px;
        margin-top: 12px;

        font-weight: 300;
        font-size: 26px;
        line-height: 31px;
    }

    .reviews__center {
        -webkit-transform: translate(0, -12%);
        -ms-transform: translate(0, -12%);
        transform: translate(0, -12%)
    }

    .reviews__slider {
        height: 552px;
        width: auto
    }

    .reviews__slider .reviews__slide-wrap.swiper-slide-prev {
        width: 854px !important;
        padding: 30px;
        scale: .7;
        -webkit-transform: translate(25%, 0);
        -ms-transform: translate(25%, 0);
        transform: translate(25%, 0)
    }

    .reviews__slider .reviews__slide-wrap.swiper-slide-next {
        width: 854px !important;
        padding: 30px;
        scale: .7;
        -webkit-transform: translate(-131%, 0);
        -ms-transform: translate(-131%, 0);
        transform: translate(-131%, 0)
    }

    .reviews__slider .reviews__slide-wrap.swiper-slide-active {
        padding: 40px;
        border-radius: 30px;
        width: 854px !important;
        -webkit-transform: translate(-319px, 0);
        -ms-transform: translate(-319px, 0);
        transform: translate(-319px, 0)
    }

    .reviews__slide-top {
        margin-bottom: 62px
    }

    .reviews__slide-img {
        width: 100px;
        height: 100px
    }

    .reviews__name {
        font-size: 23px;
        line-height: 32px
    }

    .reviews__org {
        font-size: 23px;
        line-height: 32px;
        margin-bottom: 16px
    }

    .reviews__center-title {
        font-size: 23px;
        line-height: 32px;
    }

    .reviews__center-title::before {
        display: block;
        content: "";
        position: absolute;
        top: -25px;
        left: -10px;
        width: 62px;
        height: 51px;
        background-size: cover;
        background: url(/wp-content/themes/wp-RA/assets/img/reviews-tho2.svg) no-repeat
    }

    .reviews__center-txt {
        font-weight: 300;
        font-size: 23px;
        line-height: 32px
    }

    .reviews__center-txt::before {
        display: block;
        content: "";
        position: absolute;
        bottom: -20px;
        right: 40px;
        width: 62px;
        height: 51px;
        background-size: cover;
        background: url(/wp-content/themes/wp-RA/assets/img/reviews-bot.svg) no-repeat
    }

    .reviews__pagination {
        bottom: 20px !important
    }

    .reviews__row {
        display: block;
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .reviews__slider .swiper-pagination-bullet {
        width: 16.05px;
        height: 16.05px
    }

    .reviews .swiper-button-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .reviews .swiper-button-next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .reviews__btn {
        display: block;
        height: 59px;
        font-size: 25px;
    }

    .reviews__bottom-mob {
        display: none
    }

    .choose .container {
        max-width: 1232px
    }

    .choose::before {
        top: -330px;
        left: 0;
        width: 1300px;
        height: 1360px
    }

    .choose {
        margin-bottom: 250px;
        min-height: 900px;
        background: 0 0;
        padding-top: 0;
        padding-bottom: 0
    }

    .choose__btn span {
        position: relative;
        z-index: 2
    }

    .choose__btn {
        width: 400px;
        -webkit-transform: translate(610px, -80px);
        -ms-transform: translate(610px, -80px);
        transform: translate(610px, -80px);
        margin-bottom: 0;
        margin-top: -60px;
        height: 60px;
        position: relative;
        z-index: 2
    }

    .choose__btn::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: -o-linear-gradient(179.7deg, #3ca0d2 1.98%, #48dca6 99.74%);
        background: linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    .choose__title {
        font-size: 78px;
        line-height: 85px;
        position: absolute;
        right: 0;
        top: 0;
        max-width: 776px;
        margin-bottom: 0
    }

    .choose__slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 1212px !important
    }

    .choose__mob {
        display: block;
        width: 400px;
        height: 800px;
        left: -42px
    }

    .choose__slide-title {
        font-size: 22px;
        line-height: 28px;
        max-width: 300px;
        margin-bottom: 21px;
        min-height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .choose__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 1px solid #454545;
        background: #454545
    }

    .choose__slider2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 1px solid #454545;
        background: #454545
    }

    .choose__slider2 {
        display: none
    }

    .choose .swiper-button-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .choose .swiper-button-next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .row {
        margin-top: 140px;
        margin-bottom: 200px
    }

    .logos {
        margin-top: 250px;
    }

    .main-banner {
        margin-top: -93px;
        margin-bottom: 60px;
    }

    .main-banner__video {
        min-height: 928px !important
    }

    .main-banner__title {
        max-width: 900px;
        margin-bottom: 12px;
        padding-top: 120px;

        font-weight: 800;
        font-size: 72px;
        line-height: 80px;
    }

    .main-banner__sub-title {
        max-width: 600px;
        margin-bottom: 30px;

        font-weight: 300;
        font-size: 26px;
        line-height: 31px;
    }

    .main-banner__btn {
        /* width: 400px; */
        height: 60px;
        font-size: 25px;
    }

    .circ__content-btn {
        font-size: 25px;
        line-height: 29px;
    }

    .main-banner__btn::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: -o-linear-gradient(359.87deg, #3ca0d2 .12%, #48dca6 99.91%);
        background: linear-gradient(90.13deg, #3ca0d2 .12%, #48dca6 99.91%);
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        border-radius: 8px
    }

    .main-banner__btn span {
        position: relative;
        z-index: 2
    }

    .main-circle {
        display: block
    }

    .main-circle__circ {
        height: 1350px
    }

    .main-circle__svg {
        top: 0;
        margin-left: auto;
        right: -14px;
        width: 720px;
        height: 1300px
    }

    .main-circle__list {
        position: relative;
        width: auto
    }

    .main-circle__list-item {
        max-width: 100%;
        width: 750px
    }

    .main-circle__list-title {
        font-size: 30px;
        line-height: 40px
    }

    .main-circle__list-txt {
        font-size: 24px;
        line-height: 35px
    }

    .main-circle__btn {
        display: block
    }

    .main-circle__list-img {
        width: 90px;
        height: 90px
    }

    .no-webp .circ {
        background: url(/wp-content/themes/wp-RA/assets/img/elipse.png) no-repeat
    }

    .circ {
        width: 1117px;
        height: 1151px
    }

    .circ__content {
        margin-right: 100px;
        max-width: 482px
    }

    /* .circ__content::before {
        display: block;
        right: 365px;
    } */

    .circ__title {
        font-size: 62px;
        line-height: 70px;
        text-align: right
    }

    .circ__text {
        font-size: 28px;
        line-height: 37px;
        text-align: right
    }

    .circ-1 {
        top: -336px;
        left: -36px
    }

    .circ-2 {
        top: -124px;
        left: -212px
    }

    .circ-3 {
        max-width: 630px;
        top: 131px
    }

    .circ-4 {
        left: -259px;
        top: 370px
    }

    .circ-5 {
        top: 590px;
        left: -150px
    }

    .main-circle2 {
        display: none
    }

    .key::before {
        display: none
    }

    .key {
        margin-bottom: 60px;
        background: 0 0
    }

    .key__arrow-left {
        display: block
    }

    .key__arrow-right {
        display: block
    }

    .key__title {
        padding-top: 0;
        max-width: 1000px;
        font-size: 80px;
        line-height: 90px;
        text-align: center;
        -webkit-text-fill-color: #454545;
        margin: 0 auto;
        -webkit-background-clip: content;
        background: 0 0;
        margin-bottom: 15px
    }

    .key__txt {
        display: block;
        font-size: 33px;
        line-height: 40px;
        text-align: center;
        color: #000;
        max-width: 1000px;
        margin: 0 auto
    }

    .key__txt-mob {
        display: none
    }

    .choose-key {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .num-choose-2 {
        display: none;
        font-size: 150px;
        line-height: 205px
    }

    .choose-key .choose__slide-wrap.swiper-slide-active .num-choose {
        display: none
    }

    .choose-key .choose__slide-wrap {
        margin-top: 75px
    }

    .choose-key .choose__slide-wrap.swiper-slide-active .num-choose {
        font-size: 250px
    }

    .black-arrow {
        display: none;
        top: 50px;
        right: 20px
    }

    .impl-serv .main-banner__btn {
        display: block
    }

    .impl-serv::before {
        left: -200px;
        top: 320px
    }

    .impl-serv::after {
        content: "";
        top: -20px;
        right: -75px;
        width: 600px;
        height: 700px;
        background: url(/wp-content/themes/wp-RA/assets/img/green-bg2.svg) no-repeat;
        position: absolute;
        background-size: contain
    }

    .impl-serv {
        margin-bottom: 350px
    }

    .impl-serv__body {
        margin-bottom: 80px
    }

    .impl-serv__arr {
        right: -100px
    }

    .impl-serv__btn-mob {
        display: none !important
    }

    .impl-serv__title {
        font-size: 80px;
        line-height: 90px;
        margin-bottom: 40px
    }

    .impl-serv__txt {
        font-size: 27px;
        line-height: 40px;
        margin-bottom: 60px
    }

    .impl-serv__slider .choose__slide-wrap2 {
        width: 580px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 350px !important
    }

    .impl-serv__slider .choose__slide-title2 {
        font-size: 33px;
        line-height: 45px;
        max-width: 100%
    }

    .impl-serv__slider .choose__slide-txt {
        font-size: 20px;
        line-height: 30px;
        max-width: 100%
    }

    .impl-serv__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #454545
    }

    .impl-serv__slider .swiper-pagination-bullet {
        background: 0 0;
        width: 11px;
        height: 11px;
        border: 1px solid #454545
    }

    .impl-serv__slider .swiper-button-next {
        display: block
    }

    .impl-serv__slider .swiper-button-prev {
        display: block
    }

    .steps .circ {
        display: block;
        left: 0
    }

    .steps .main-circle__circ.dash .circ {
        left: 0
    }

    .steps {
        display: block;
        margin-bottom: 100px
    }

    .steps2 {
        display: none
    }

    .faq .faq__txt{
        max-width: 634px;
    }

    .faq-impl .faq__svg-arr {
        /* left: 1040px; */
        display: block;
    }

    .faq-impl .faq__txt {
        /* max-width: 100% */
    }

    .faq-impl .faq__top {
        margin-bottom: 32px;
    }

    .faq-impl .faq__title::before {
        display: none
    }

    .industries__body {
        margin-top: 94px;
        margin-bottom: 200px
    }

    .industries__main-title {
        font-size: 80px;
        line-height: 90px;
        max-width: 100%;
        margin-bottom: 32px;
        text-align: center;
        padding-top: 30px
    }

    .industries__sub-title {
        font-size: 24px;
        display: none;
        line-height: 35px;
        text-align: center;
        max-width: 1000px;
        margin: 0 auto 50px
    }

    .industries__sub-title-desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .industries-filter {
        max-width: 880px;
        display: block;
        margin: 0 auto
    }

    .industries-filter__top {
        margin-bottom: 20px;
        max-width: 100%
    }

    .industries-filter__bot {
        margin: 0 auto;
        width: 100%;
        text-align: center
    }

    /* .industries-filter__bot::before {
        right: 420px
    }*/

    /*.industries-filter__bot::after {
        content: "";
        position: absolute;
        bottom: -29px;
        background: url(/wp-content/themes/wp-RA/assets/img/arrow-ind3.svg) no-repeat;
        left: 440px;
        display: block;
        width: 20px;
        height: 49px;
        background-size: contain
    }*/

    .industries-filter__options {
        max-width: 698px
    }

    .gap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
        flex: 0 0 380px
    }

    .industries-cards {
        margin-bottom: 150px;
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        background: 0 0
    }

    .industries-cards__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 385px;
        flex: 0 0 385px;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 100%;
        padding: 20px 20px 20px 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 20px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .industries-cards__item-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 90px;
        padding-bottom: 36px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .industries-cards__item-top::before {
        content: "";
        position: absolute;
        bottom: 18px;
        left: 0;
        width: 100%;
        height: 1px;
        background: -o-linear-gradient(341.55deg, #48dca6 11.01%, #3ca0d2 69.29%);
        background: linear-gradient(108.45deg, #48dca6 11.01%, #3ca0d2 69.29%)
    }

    .industries-cards__text {
        display: block;
        font-weight: 300;
        font-size: 20px;
        line-height: 29px;
        color: #454545;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .industries-cards__item-arrow {
        display: none
    }

    .industries-cards__center {
        height: auto;
        width: auto
    }

    .industries-cards__title {
        font-size: 28px;
        line-height: 34px;
        margin-left: 5px
    }

    .industries-card-1 {
        height: auto
    }

    .industries-card-2 {
        height: auto
    }

    .industries-card-3 {
        height: auto
    }

    .industries-card-4 {
        height: auto
    }

    .industries-card-5 {
        height: auto
    }

    .industries-card-6 {
        height: auto
    }

    .industries-card-7 {
        height: auto
    }

    .industries-card-8 {
        height: auto
    }

    .industries-card-9 {
        height: auto
    }

    .industries-card-10 {
        height: auto
    }

    .industries-card-11 {
        height: auto
    }

    .industries-card-12 {
        height: auto
    }

    .industries-card-13 {
        height: auto
    }

    .industries-card-14 {
        height: auto
    }

    .industries-card-15 {
        height: auto
    }

    .industries-card-16 {
        height: auto
    }

    .industries-choose__title::before {
        display: none
    }

    .industries-choose__title-desc {
        position: absolute;
        max-width: 776px;
        right: 0;
        font-size: 70px;
        line-height: 80px;
        top: -20px
    }

    .ind-single {
        max-height: auto;
        -webkit-transform: translate(0, -94px);
        -ms-transform: translate(0, -94px);
        transform: translate(0, -94px);
        height: 100vh
    }

    .ind-single__body {
        padding-bottom: 70px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .ind-single__btn {
        max-width: 383px;
        font-size: 25px;
    }

    .ind-single__img-container {
        top: 50%;
        transform: translateY(-50%);
    }

    .ind-single__img {
        position: relative;
        width: 743px;
        height: auto;
        /* -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); */
        right: 0;
        top: initial;
        transform: initial;
    }

    .post-banner__title {
        font-size: 70px;
        line-height: 90px
    }

    .post-banner__title-txt {
        max-width: 990px;
        margin-bottom: 50px
    }

    .post-banner__arrow-left {
        width: 220px;
        height: 55px;
        -webkit-transform: translate(-130px, 40px) scale(2.1);
        -ms-transform: translate(-130px, 40px) scale(2.1);
        transform: translate(-130px, 40px) scale(2.1)
    }

    .post-banner__arrow-right {
        width: 220px;
        height: 55px;
        -webkit-transform: translate(130px, 40px) scale(2.1);
        -ms-transform: translate(130px, 40px) scale(2.1);
        transform: translate(130px, 40px) scale(2.1)
    }

    .post-banner__text {
        display: none
    }

    .post-banner__text-desc {
        display: block
    }

    .single-center__top::before {
        display: none;
        content: "";
        top: -150px;
        left: 0;
        width: 570px;
        height: 980px;
        background-size: contain;
        z-index: 2;
        background-image: url(/wp-content/themes/wp-RA/assets/img/bg/left-green.svg);
        position: absolute;
        background-repeat: no-repeat
    }

    .single-center__top::after {
        content: "";
        display: none;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        top: -462px;
        right: 0;
        width: 583px;
        height: 1203px;
        z-index: 2;
        background-image: url(/wp-content/themes/wp-RA/assets/img/bg/right-green.svg);
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat
    }

    .single-center__top-body {
        padding: 80px 50px 30px 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .single-center__top-title {
        font-size: 70px;
        line-height: 80px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .single-center__top-title span {
        max-width: 832px
    }

    /* .single-center__top-title span::before {
        width: 40px;
        height: 50px;
        background-size: cover;
        top: -10px;
        right: -3px
    }
	*/

    .single-center__top-sub-title {
        font-size: 28px;
        line-height: 35px;
        max-width: 842px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: block
    }

    .single-center__top-content {
        margin-bottom: 44px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        position: relative;
        max-width: 494px
    }

    .single-center__top-btn {
        max-width: 420px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        font-size: 20px;
        margin-bottom: 44px;
        font-size: 25px;
    }

    .events-button {
        font-size: 25px;
    }

    .content-item {
        max-width: 490px;
        margin-bottom: 10px;
        height: auto
    }

    .content-item__top {
        padding-bottom: 10px
    }

    .content-item__top-title {
        font-weight: 700;
        font-size: 30px;
        line-height: 40px
    }

    .content-item__top-arrow {
        opacity: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px
    }

    .content-item__top-text {
        position: absolute;
        right: -617px;
        display: block;
        top: -15px;
        height: auto;
        max-width: 590px;
        max-height: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .content-top__item.active+.content-item__top-text {
        max-height: 800px
    }

    .content-top__item.active .content-item__top-arrow {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    .content-top__item.active .content-item__top::before {
        background: -o-linear-gradient(339.38deg, #3ca0d2 33.75%, #48dca6 67.45%);
        background: linear-gradient(110.62deg, #3ca0d2 33.75%, #48dca6 67.45%)
    }

    .content-top__item.active .content-item__top-title {
        background: -o-linear-gradient(339.38deg, #3ca0d2 33.75%, #48dca6 67.45%);
        background: linear-gradient(110.62deg, #3ca0d2 33.75%, #48dca6 67.45%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .content-top__item.active .content-item__top-before path {
        stroke: url(#paint2);
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .content-top__item.active .content-item__top-arrow path {
        fill: url(#paint3);
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .single-center__bottom-body {
        padding: 79px 100px 80px 100px;
        max-width: 1200px
    }

    .single-center__bottom-img {
        display: block;
        position: absolute;
        top: -85px;
        left: -100px;
        width: 540px;
        height: 503px
    }

    .single-center__bottom-title {
        font-size: 70px;
        line-height: 80px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }

    .single-center__bottom-title span {
        max-width: 1000px
    }

    /*  .single-center__bottom-title span::before {
        background-size: 100% auto;
        left: -23px;
        top: -29px;
        width: 40px;
        height: 54px
    }*/

    .single-center__bottom-text {
        font-size: 33px;
        line-height: 40px;
        max-width: 842px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 115px
    }

    .single-center__bottom-text::before {
        width: 32px;
        height: 84px
    }

    .single-center__bottom-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .single-center__bottom-items {
        max-width: 530px
    }

    .single-center__bottom-items::before {
        width: 685px;
        top: -188px;
        height: 672px;
        left: -95px;
        background-size: cover;
        background-position: center
    }

    .single-center__bottom-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        border-radius: 15px
    }

    .all .logos {
        margin-top: 220px;
    }

    .all .reviews__text {
        margin-bottom: 103px
    }

    .all::before {
        background: url(/wp-content/themes/wp-RA/assets/img/bg/top-bg.png) no-repeat;
        width: 100%;
        -webkit-transform: translate(0, -53%);
        -ms-transform: translate(0, -53%);
        transform: translate(0, -53%);
        left: 0;
        right: 0;
        height: 100%;
        background-size: cover;
        background-position: center center
    }

    .all::after {
        display: none
    }

    .all {
        margin-bottom: 550px
    }

    .reviews .single-center__top-btn {
        display: block
    }

    .reviews-item::before {
        content: "";
        top: 150px;
        left: -65px;
        width: 570px;
        height: 980px;
        background-size: contain;
        z-index: 2;
        background-image: url(/wp-content/themes/wp-RA/assets/img/bg/left-green.svg);
        position: absolute;
        background-repeat: no-repeat
    }

    .reviews-item::after {
        content: "";
        top: -182px;
        right: -100px;
        width: 549px;
        height: 1145px;
        background-image: url(/wp-content/themes/wp-RA/assets/img/bg/right-green.svg);
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat
    }

    .clouds-content {
        margin-top: 100px
    }

    .clouds-banner {
        margin-top: -94px;
        padding-top: 94px;
        margin-bottom: 0
    }

    .clouds-banner__img-left {
        max-width: 100%
    }

    .clouds-banner__img-right {
        max-width: 100%
    }

    .clouds-banner__img-dog {
        max-width: 310px;
        top: 190px;
        left: 90px
    }

    .clouds-banner__box {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 50%
    }

    .clouds-banner__title {
        margin-bottom: 32px
    }

    .clouds-banner__text-desc {
        max-width: 522px;
        margin-bottom: 50px
    }

    .clouds-banner__btn {
        height: 60px;
        font-size: 25px;
    }

    .clouds-wrapper {
        padding-top: 100px
    }

    .clouds-wrapper::before {
        display: block;
        height: 700px;
        background-size: auto;
        background-position: center left;
        top: -350px
    }

    .clouds-wrapper::after {
        display: block;
        top: -350px;
        height: 700px;
        background-size: auto;
        background-position: center right
    }

    .clouds-filter__title {
        font-size: 80px;
        line-height: 90px;
        max-width: 740px;
    }

    .clouds-filter__title span::before {
        width: 50px;
        height: 60px;
        background-size: cover;
        left: 155px;
        top: -35px;
        display: block;
    }

    .clouds-filter__text {
        font-size: 33px;
        line-height: 40px;
        max-width: 600px
    }

    .clouds-wrapper .industries-cards__item {
        height: auto !important
    }

    .clouds-wrapper .industries-cards__img {
        width: 320px;
        /* height: 170px; */
        height: auto;
        margin-bottom: 28px;
        z-index: 2;
    }

    .cloud-shadow {
        position: absolute;
        z-index: 1;
        display: block;
        width: 100%;
        height: auto;
    }

    .clouds-wrapper .industries-card-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .clouds-wrapper .industries-card-2 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .clouds-wrapper .industries-card-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .clouds-wrapper .industries-card-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .clouds-wrapper .industries-card-5 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .clouds-wrapper .industries-card-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .clouds-wrapper .industries-card-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .clouds-wrapper .industries-card-8 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .clouds-wrapper .industries-card-9 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .clouds-wrapper .industries-card-10 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .clouds-wrapper .industries-card-11 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .clouds-wrapper .gap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
        flex: 0 0 380px;
        display: block;
        -webkit-box-ordinal-group: 111112;
        -ms-flex-order: 111111;
        order: 111111
    }

    .industries-cards__item-btn {
        display: none
    }

    .clouds-wrapper .industries-cards {
        background: #fff;
        padding-bottom: 0
    }

    .clouds-wrapper .industries-cards__item-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 310px;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal
    }

    .clouds-wrapper .industries-cards__title {
        margin-left: 0;
        /* min-height: 70px; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    #tail2 {
        -webkit-animation: tail2 .3s linear infinite;
        animation: tail2 .3s linear infinite;
        top: 192px;
        left: 150px;
        width: 45px;
        height: 95px
    }

    .main-banner-2 {
        margin-bottom: 120px
    }

    .main-banner-2__container {
        max-width: 1365px;
        padding-left: 10px
    }

    .main-banner-2__body {
        margin-top: 10px;
        min-height: 767px;
        background-size: cover;
        background-position: center center;
        border-radius: 20px;
        padding-left: 80px;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-banner-2__titles {
        margin-top: 0
    }

    .main-banner-2__text {
        font-weight: 300;
        max-width: 637px;

        font-size: 26px;
        line-height: 31px;
    }

    .main-banner-2__img {
        right: -32px;
        width: 615px;
        height: 100%;
    }

    .sales {
        margin-bottom: 200px
    }

    .sales__body {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .sales__left {
        position: sticky;
        top: 124px;
        max-height: 600px
    }

    .sales__title {
        font-size: 80px;
        line-height: 75px;
        margin-bottom: 25px;
        text-align: left
    }

    /*  .sales__title::before {
        right: auto;
        top: -30px;
        left: -40px;
        width: 54px;
        height: 47px
    }*/

    .sales__text {
        font-weight: 300;
        font-size: 33px;
        line-height: 40px;
        max-width: 500px;
        margin: 0 0 60px 0;
        text-align: left
    }

    .sales__text::before {
        display: none
    }

    .sales__arrow {
        display: block
    }

    .sales__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 635px;
        flex: 0 0 635px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sales-card {
        border-radius: 15px;
        padding: 31px;
        margin-bottom: 34px;
        max-width: 100%
    }

    .sales-card__img {
        margin-bottom: 0
    }

    .sales-card__title {
        max-width: 100%;
        font-size: 26px;
        line-height: 36px
    }

    .sales-card__text {
        max-width: 100%;
        font-weight: 300;
        font-size: 19px;
        line-height: 28px
    }

    .simple {
        margin-bottom: 240px
    }

    .simple__title {
        max-width: 100%;
        font-size: 80px;
        line-height: 85px;
        margin: 0 auto 25px
    }

    .simple__title span::before {
        top: -20px;
        right: -45px;
        width: 48px;
        height: 46px
    }

    .simple__title span::after {
        top: -2px;
        right: -25px;
        background-image: url(/wp-content/themes/wp-RA/assets/img/main/simple-circle.svg);
        width: 288px;
        height: 90px
    }

    .simple__text {
        font-weight: 300;
        display: block;
        font-size: 33px;
        line-height: 40px;
        text-align: center;
        max-width: 1040px;
        margin: 0 auto 125px
    }

    .simple-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 44px;
    }

    .simple-bottom__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 0
    }

    .simple-bottom__img {
        width: 155px;
        height: 153px;
        top: -44px;
        right: 160px
    }

    .simple-bottom__title {
        font-size: 100px;
        margin-bottom: 15px
    }

    .simple-bottom__text {
        font-size: 24px;
        line-height: 35px;
        max-width: 385px;
        min-height: 70px;
        text-align: left
    }

    .hear {
        margin-bottom: 200px
    }

    .hear__bg-1 {
        top: -140px;
        top: 0;
        left: 0;
        width: auto
    }

    .hear__bg-2 {
        width: auto;
        top: 150px;
        right: 0;
        z-index: -1;
        opacity: .5
    }

    .hear__title {
        max-width: 1160px;
    }

    .hear__tile-span::before {
        top: 70px;
        left: -40px;
        background-image: url(/wp-content/themes/wp-RA/assets/img/main/brusg.svg);
        width: 54px;
        height: 47px
    }

    .hear__text {
        font-size: 33px;
        line-height: 40px;
        text-align: center;
        margin: 0 auto 65px;
        width: 100%
    }

    .hear__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .hear__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .hear__left-mobile {
        display: none
    }

    .hear__card {
        padding: 30px;
        border-radius: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 376px;
        flex: 0 0 376px;
        margin-bottom: 26px;
        max-height: 280px
    }

    .hear__card.hidden {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        opacity: 0;
        pointer-events: none
    }

    .hear__card.visible {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }

    .hear__card:nth-child(even) {
        margin-left: 26px
    }

    .hear__card-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px
    }

    .hear__card-img {
        width: 62px;
        height: 62px;
        border-radius: 50%;
        margin-right: 18px
    }

    .hear__card-data {
        min-height: 87px;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .hear__card-name {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 5px
    }

    .hear__card-company {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px
    }

    .hear__card-bottom {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        min-height: 108px;
        max-width: 315px
    }

    .hear__card-bottom::before {
        top: -15px;
        left: -10px;
        width: 39px;
        height: 34px
    }

    .hear__card-bottom::after {
        bottom: 0;
        right: 0;
        width: 39px;
        height: 34px
    }

    .hear__right {
        width: auto
    }

    .hear__right {
        position: sticky;
        top: 124px;
        max-height: fit-content;
    }

    .hear__tight-top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .hear__rigth-rating {
        margin-left: 0
    }

    .hear__right-clutch {
        /* position: static */
    }

    .hear__btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 26px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .hear__btn-arrow {
        margin-top: 5px;
        margin-left: 15px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .main-row {
        display: none
    }

    .discovery {
        margin-bottom: 200px
    }

    .discovery__body {
        border-radius: 59px;
        padding: 86px 70px 122px 70px;
        overflow: hidden
    }

    .discovery__body-img {
        top: 40px;
        width: auto;
        left: 0
    }

    .discovery__body-img-2 {
        width: auto;
        bottom: 150px;
        right: -70px
    }

    .discovery__top {
        position: relative;
        z-index: 1;
        color: #fff
    }

    .discovery__title {
        font-size: 80px;
        line-height: 90px;
        max-width: 680px;
        margin: 0 auto 20px
    }

    .discovery__title-span::before {
        top: -30px;
        left: -35px;
        width: 50px;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat
    }

    .discovery__title-span::after {
        top: 80px
    }

    .discovery__text {
        display: block;
        font-size: 28px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        max-width: 1068px;
        margin: 0 auto 63px
    }

    .discovery__bottom {
        position: relative;
        z-index: 1;
        color: #fff
    }

    .discovery__content {
        max-width: 914px;
        position: relative
    }

    .discovery__content-text {
        text-align: left;
        font-size: 24px;
        line-height: 35px;
        max-width: 100%
    }

    .logos {
        display: block;
        opacity: 1;
        visibility: visible;
        height: auto;
        margin-bottom: 100px;
    }

    .explore {
        margin-bottom: 210px
    }

    .explore__title {
        font-size: 75px;
        line-height: 85px;
        max-width: 1180px;
        margin: 0 auto 65px
    }

    /* .explore__title-span::before {
        top: -25px;
        left: -40px;
        background-image: url(/wp-content/themes/wp-RA/assets/img/main/brusg.svg);
        width: 54px;
        height: 47px
    }*/

    /*.explore__title-span::after {
        top: 130px;
        right: 200px;
        width: 40px;
        height: 75px
    }*/

    .explore__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        padding: 0 12.5px;
        margin-bottom: 24px;
    }

    .explore__item-img {
        margin-left: -10px;
        width: 150px;
        margin-bottom: 24px;
    }

    .explore__item-title {
        text-align: left;
        font-size: 26px;
        line-height: 32px;
        max-width: 320px;
        margin: 0 0 26px 0;
    }

    .explore__item-text {
        text-align: left;
        /* margin: 0 0 20px 0; */
        /* max-width: 340px; */
        font-size: 24px;
        line-height: 36px;
    }

    .modal-overlay .hear__card {
        width: 1210px;
        min-height: 690px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
        border-radius: 50px;
        padding: 85px
    }

    .modal-overlay .hear__card-img {
        width: 130px;
        height: 130px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .modal-overlay .hear__card-name {
        font-size: 31px
    }

    .modal-overlay .hear__card-company {
        font-size: 30px;
        line-height: 44px
    }

    .modal-overlay .hear__card-bottom {
        font-size: 30px;
        line-height: 43px;
        max-width: 100%;
        min-height: auto;
        margin-bottom: 30px
    }

    .modal-overlay .hear__card-top {
        margin-bottom: 30px
    }

    .modal-overlay .hear__text-hidden {
        display: block;
        font-size: 29px;
        line-height: 43px
    }

    .modal-overlay .hear__card-bottom::before {
        display: none
    }

    .modal-overlay .hear__card-bottom::after {
        display: none
    }

    .modal-overlay .hear__btn {
        margin-top: 50px
    }

    .result {
        /* margin-bottom: 230px; */
    }

    .result__title {
        font-size: 80px;
        line-height: 90px;
        max-width: 660px;
        margin: 0 auto 25px
    }

    /*  .result__title span::before {
        top: 83px;
        right: -4px;
        width: 305px;
        height: 96px
    }*/

    .result__title>span::after {
        top: 74px;
        right: -31px;
        width: 40px;
        height: 75px
    }

    .stories-case__title {
        font-size: 80px;
        line-height: 90px;
        margin: 0 auto 85px;
        max-width: 100%
    }

    /* .stories-case__title span::before {
        top: -10px;
        left: 195px;
        width: 321px;
        height: 102px
    }*/

    /*.stories-case__title span::after {
        top: 74px;
        right: -31px;
        width: 40px;
        height: 75px
    }*/

    .result__text {
        font-size: 33px;
        line-height: 40px;
        max-width: 700px;
        margin: 0 auto 65px
    }

    .result__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .result__content-mob {
        display: none
    }

    .result__item {
        background: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
        box-shadow: 0 0 15px rgba(0, 0, 0, .15);
        border-radius: 15px;
        padding: 15px 30px 15px 60px;
        cursor: pointer;
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
        border-top: none
    }

    .result__item:last-child {
        border-top: none
    }

    .result__item.active .result__item-bottom {
        height: 165px;
        padding-bottom: 26px
    }

    .result__item.active .result__item-right {
        opacity: 1
    }

    .result__item-top {
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 115px
    }

    .result__item-category {
        font-size: 26px;
        margin-bottom: 0;
        margin-top: 0
    }

    .result__item-category::before {
        display: none
    }

    .result__item-title {
        max-width: 480px;
        min-width: 480px;
        padding-bottom: 0
    }

    .result__item-title::before {
        display: none
    }

    .result__item-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .result__item-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

    .result__item-right {
        max-width: 480px;
        margin-left: auto;
        opacity: 0;
        -webkit-transition: opacity .2s ease .1s;
        -o-transition: opacity .2s ease .1s;
        transition: opacity .2s ease .1s
    }

    .result__arrow {
        position: absolute;
        bottom: 56px;
        left: 0;
        width: 360px;
        height: 96px
    }

    .result__item-text {
        max-width: 480px;
        font-size: 20px;
        line-height: 29px
    }

    .result__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .result__btn {
        width: 354px;
        font-size: 25px;
        height: 60px;
    }

    .result__bottom .hear__btn {
        margin-bottom: 0;
        font-size: 26px;
        width: 100%;
    }

    .result__bottom .hear__btn-arrow {
        margin-left: 20px
    }

    .single-case-banner {
        margin-bottom: 60px
    }

    .single-case-banner__body {
        padding: 170px 90px 140px 90px;
        max-height: calc(100vh - 123px);
        border-radius: 40px;
        max-height: 765px
    }

    .single-case-banner__label {
        font-family: Jost;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        font-size: 41px;
        letter-spacing: 7px;
        margin-bottom: 60px;
        justify-content: center
    }

    .single-case-banner__title {
        font-size: 45px;
        font-weight: 700;
        line-height: 54px;
        max-width: 964px;
        margin: 0 auto 60px;
        text-align: center
    }

    .single-case-banner__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .single-case-banner__column:first-child {
        max-width: 690px;
        width: 100%
    }

    .single-case-banner__column:last-child {
        max-width: 300px;
        width: 100%
    }

    .single-case-banner__column+.single-case-banner__column {
        margin-top: 0
    }

    .single-case-banner__column-title {
        font-size: 35px;
        max-width: 700px
    }

    .single-case-banner__column-title::after {
        top: -18px;
        left: -11px;
        width: 40px;
        height: 32px
    }

    .single-case-banner__column-text {
        max-width: 700px;
        font-size: 24px
    }

    .case-tags__body {
        padding: 50px
    }

    .case-tags__body img {
        display: block !important;
        margin-right: 20px !important;
        height: 46px !important;
        -webkit-transform: translate(0, 40%) !important;
        -ms-transform: translate(0, 40%) !important;
        transform: translate(0, 40%) !important
    }

    .case-tags__title {
        font-size: 60px;
        margin-bottom: 20px
    }

    .case-tags__title::before {
        width: 39px;
        height: 34px
    }

    .studies-case {
        margin-bottom: 60px
    }

    .studies-case__body {
        padding: 170px 90px 140px 90px;
        max-height: calc(100vh - 123px);
        max-height: 820px;
        border-radius: 20px
    }

    .studies-case__title {
        max-width: 1070px;
        color: #fff;
        text-align: center;
        font-size: 75px;
        font-weight: 600;
        line-height: 80px
    }

    /* .studies-case__title::before {
        top: 0;
        left: auto;
        right: 65px;
        width: 248px;
        height: 78px
    }*/

    .studies-case-reviews__bg-1 {
        width: 660px
    }

    .studies-case-reviews__bg-2 {
        width: 660px;
        top: -136px
    }

    .studies-case-reviews__navigation {
        -webkit-transform: translate(-30%, 0);
        -ms-transform: translate(-30%, 0);
        transform: translate(-30%, 0)
    }

    .studies-case-reviews .reviews__slide-wrap.swiper-slide-active {
        -webkit-transform: translate(-275px, 0);
        -ms-transform: translate(-275px, 0);
        transform: translate(-275px, 0)
    }

    .studies-case-reviews__text+.reviews__center {
        display: block;
        margin-left: -75px
    }

    .case-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%
    }

    .case-card__img {
        border-radius: 15px
    }

    .sidebar-filtr__title {
        max-width: 220px;
        font-size: 30px;
        font-weight: 600;
        line-height: 36px;
    }

    .news-card {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 390px;
        padding: 0;
        margin-bottom: 20px
    }

    /* .blog-categories .news-card{
        margin-left: 15px !important;
        margin-right: 15px !important;
    } */
    .blog-categories .news-card {
        max-width: 420px;
    }

    .news-card+.news-card {
        margin: 0 0 20px 0
    }

    .news-card__wrap-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 291px;
        flex: 0 0 291px;
        height: 284px;
        height: 298px;
        margin: 0 0 30px 0
    }

    .news-card__content {
        padding: 0 20px 70px 20px
    }

    .news-card__tag {
        font-size: 12px;
        padding: 3px 9px;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 4px
    }

    .news-card__title {
        font-size: 23px;
        max-width: 100%;
        line-height: normal
    }

    .news-card__title::before {
        height: 1px;
        bottom: -2px
    }

    .news-card__center {
        display: block;
        margin-bottom: 26px
    }

    .news-card__center-text {
        color: #000;
        font-family: Jost;
        font-size: 19px;
        font-weight: 300;
        line-height: 25px;
        margin-bottom: 28px
    }

    .news-card__center-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .news-card__center-link:hover .news-card__center-span {
        margin-right: 20px
    }

    .news-card__center-span {
        color: #454545;
        font-family: Jost;
        font-size: 19px;
        font-weight: 500;
        margin: 0 13px 0 0;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .news-card__time {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .news-card__time-img {
        width: 20px;
        height: 20px
    }

    .news-card__time-text {
        font-size: 19px
    }

    .blog__title {
        display: none
    }

    .blog-categories .blog__news {
        justify-content: space-between;
    }

    /* .blog__news {
        margin: 0;
        padding: 20px
    } */

    .single-blog__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .single-blog__content {
        margin-right: 50px
    }

    .single-blog__title {
        font-size: 40px;
        line-height: 48px;
    }

    .single-blog__title-span {
        display: inline-block;
        color: #454545;
        font-family: Jost;
        font-size: 20px;
        font-weight: 300;
        /* -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        transform: translate(0, -5px); */
        text-align: center
    }

    .card-post-news {
        padding: 45px
    }

    .card-post-news__title {
        font-size: 20px;
        max-width: 453px
    }

    .card-post-news__text {
        max-width: 512px;
        margin-bottom: 50px
    }

    .sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 347px;
        flex: 0 0 347px;
        padding: 10px 30px 30px 30px;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
    }

    .benefits-section {
        margin-bottom: 250px
    }

    .benefits-section__title {
        font-size: 75px;
        line-height: 80px;
        margin-bottom: 15px
    }

    /* .benefits-section__title::before {
        display: block
    }*/

    .benefits-section__sub-text {
        display: block;
        max-width: 1100px;
        text-align: center;
        font-size: 33px;
        line-height: 40px;
        margin: 0 auto 20px auto;
    }

    /*.benefits-section__title span {
        max-width: 723px;
        background: 0 0;
        -webkit-text-fill-color: #454545
    }*/

    /*.benefits-section__title span::before {
        -webkit-transform: translate(-60%, -25px);
        -ms-transform: translate(-60%, -25px);
        transform: translate(-60%, -25px)
    }*/

    .benefits-section__choose {
        display: none
    }

    .benefits-section__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .error-404__title {
        font-size: 125px
    }

    .error-404__title::before {
        width: 54px;
        height: 46px;
        top: -10px
    }

    .error-404__wrap-img {
        max-width: 420px;
        width: 100%;
        margin-bottom: 15px
    }

    .error-404__text {
        font-size: 32px;
        margin-bottom: 25px
    }

    .error-404__btn {
        width: 220px;
        height: 47px;
        font-size: 18px
    }

    .error-404__btn+.error-404__btn {
        margin-left: 35px
    }
}

@media (any-hover:hover) and (min-width:1440px) {
    .header._active .header__btn:hover {
        background: -o-linear-gradient(359.87deg, #3ca0d2 .12%, #48dca6 99.91%);
        background: linear-gradient(90.13deg, #3ca0d2 .12%, #48dca6 99.91%)
    }

    .header._active .header__btn {
        background: #2f303a
    }

    .stories__btns-link:hover img {
        /* margin-left: 20px; */
        transform: translateX(10px);
    }
    .articles__btns-link:hover img {
        /* margin-left: 20px; */
        transform: translateX(10px);
    }

    .result__item:hover {
        -webkit-box-shadow: 0 3px 19px #3cd244;
        box-shadow: 0 3px 19px #3cd244
    }
}

@media (min-width:1440px) and (any-hover:hover) {
    .industries-cards__item:hover {
        background: -o-linear-gradient(332.59deg, rgba(60, 160, 210, .1725490196) 11.27%, rgba(72, 220, 166, .1725490196) 67.35%);
        background: linear-gradient(117.41deg, rgba(60, 160, 210, .1725490196) 11.27%, rgba(72, 220, 166, .1725490196) 67.35%);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 0 40px
    }

    .industries-cards__item:hover .industries-cards__item-top {
        -webkit-transform: translate(30px, 0);
        -ms-transform: translate(30px, 0);
        transform: translate(30px, 0);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .industries-cards__item:hover .industries-cards__text {
        -webkit-transform: translate(30px, 0);
        -ms-transform: translate(30px, 0);
        transform: translate(30px, 0);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .clouds-content .industries-cards__item:hover {
        background: 0 0;
        transition: none;
        transform: none
    }

    .clouds-content .industries-cards__item:hover .industries-cards__item-top {
        transition: none;
        transform: none
    }

    .clouds-content .industries-cards__item:hover .industries-cards__text {
        transition: none;
        transform: none
    }
}

@media (min-width:1920px) {
    .clouds-banner__img-left {
        width: 900px
    }

    .clouds-banner__box-2 {
        top: 55%
    }
}

@media (max-width:1440px) {
    .content-top__item.active .content-item__top-arrow {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .content-top__item.active .content-item__top-text {
        height: auto;
        padding: 0 0 10px 15px
    }

    .content-top__item.active .content-item__top::before {
        background: -o-linear-gradient(339.38deg, #3ca0d2 33.75%, #48dca6 67.45%);
        background: linear-gradient(110.62deg, #3ca0d2 33.75%, #48dca6 67.45%)
    }

    .content-top__item.active .content-item__top-title {
        background: -o-linear-gradient(339.38deg, #3ca0d2 33.75%, #48dca6 67.45%);
        background: linear-gradient(110.62deg, #3ca0d2 33.75%, #48dca6 67.45%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .content-top__item.active .content-item__top-before path {
        stroke: url(#paint2);
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .content-top__item.active .content-item__top-arrow path {
        fill: url(#paint6);
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .all+.faq .faq__title::before {
        left: 330px;
        top: -6px
    }

    .image-cloud {
        top: 0px;
        width: 100%;
        height: auto;
    }

    .image-cloud-hover {
        top: 0px;
        width: 100%;
        height: auto;
    }

    .pre-footer__textarea {
        top: 8px;
        width: 100%;
    }

    .single-blog__img-wrap {
        height: auto;
        margin-bottom: 35px;
    }
}

@media (min-width:1024px) and (max-width:1439px) {
    .container {
        max-width: 1024px;
    }

    .main-banner-2__container {
        max-width: 1024px;
    }

    .main-banner-2__img {
        width: 480px;
    }

    .blog__news {
        justify-content: center;
        gap: 15px;
    }

    /*.explore__title-span::after{
        top: 100px;
        right: -25px;
    }*/
}

@media (max-width:1439px) {
    .reviews .reviews__pagination {
        left: -32px
    }

    .choose-key .num-choose {
        left: 50%;
        -webkit-transform: translate(-70%, 0);
        -ms-transform: translate(-70%, 0);
        transform: translate(-70%, 0);
        right: 0;
        top: 50px;
        font-size: 200px
    }
}

@media (max-width:768px) {
    .all+.faq .faq__title::before {
        left: 340px;
        top: -15px
    }
}

@media (any-hover:hover) {
    .btn-hover:hover::before {
        opacity: 1;
        visibility: visible
    }

    .header__btn:hover {
        background: #fff;
        color: #454545
    }

    .menu__list-link__list-link:hover::before {
        opacity: 1
    }

    .menu__list-link:hover::before {
        opacity: 1
    }

    .menu__sub-list-link:hover::before {
        opacity: 1
    }

    /* .menu__list li:hover .menu__sub-list {
        opacity: 1;
        visibility: visible
    } */

    .menu__sub-list.sub_show {
        opacity: 1;
        visibility: visible
    }

    .sf-banner__btn:hover::after {
        opacity: 1
    }

    .pre-footer__form-btn:hover::before {
        width: 100%;
        height: 100%
    }

    .pre-footer__form-btn:hover {
        color: #454545;
        cursor: pointer
    }

    .stories__btn:hover::after {
        opacity: 1
    }
    .articles__btn:hover::after {
        opacity: 1
    }

    .choose__btn:hover::after {
        opacity: 1
    }

    .main-banner__btn:hover::after {
        opacity: 1
    }

    .main-circle__list-item:hover .main-circle__list-left {
        -webkit-transform: translate(-30px, 0);
        -ms-transform: translate(-30px, 0);
        transform: translate(-30px, 0)
    }

    .main-circle__btn:hover::before {
        opacity: 1
    }

    .impl-serv__slider .choose__slide-wrap2:hover .choose__slide-title2 {
        background: -o-linear-gradient(316.5deg, #3ca0d2 -27.05%, #48dca6 67.03%);
        background: linear-gradient(133.5deg, #3ca0d2 -27.05%, #48dca6 67.03%);
        -webkit-background-clip: text;
        text-shadow: 0 0 8px rgba(72, 220, 166, .2);
        -webkit-text-fill-color: transparent
    }

    .impl__serv-main .choose__slide-wrap2:hover .choose__slide-title2 {
        background: -o-linear-gradient(316.5deg, #3ca0d2 -27.05%, #48dca6 67.03%);
        background: linear-gradient(133.5deg, #3ca0d2 -27.05%, #48dca6 67.03%);
        -webkit-background-clip: text;
        text-shadow: 0 0 8px rgba(72, 220, 166, .2);
        -webkit-text-fill-color: transparent
    }

    .impl-serv__slider .choose__slide-wrap2:hover .choose__slide-txt {
        color: #fff
    }

    .impl-serv__slider .choose__slide-wrap2:hover .choose__slide-txt {
        color: #fff
    }

    .impl__serv-main .choose__slide-wrap2:hover .choose__slide-txt {
        color: #fff
    }

    .impl-serv__slider .choose__slide-wrap2:hover {
        background: #454545;
        position: relative;
        z-index: 2
    }

    .impl__serv-main .choose__slide-wrap2:hover {
        background: #454545
    }

    .circ__content-btn:hover::before {
        width: 100%;
        height: 100%
    }

    .circ__content-btn:hover {
        color: #454545
    }

    .industries-filter__option:hover .industries-filter__option-arrow {
        opacity: 1;
        margin-left: 12px
    }

    .industries-filter__option:hover {
        background: -webkit-gradient(linear, left top, right top, from(#48dca6), color-stop(25.46%, #3ca0d2));
        background: -o-linear-gradient(left, #48dca6 0, #3ca0d2 25.46%);
        background: linear-gradient(90deg, #48dca6 0, #3ca0d2 25.46%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .industries-cards__item-btn:hover {
        background: #48dca6
    }

    .sales-card:hover {
        background: -o-linear-gradient(149.06deg, #3ca0d2 -1.58%, #48dca6 104.6%);
        background: linear-gradient(300.94deg, #3ca0d2 -1.58%, #48dca6 104.6%)
    }

    .sales-card:hover .sales-card__img {
        display: none
    }

    .sales-card:hover .sales-card__img-hover {
        display: block
    }

    .sales-card:hover .sales-card__title {
        color: #fff
    }

    .sales-card:hover .sales-card__text {
        color: #fff
    }

    .sales-card:hover .sales-card__title::before {
        background: #fff
    }

    .hear__btn:hover .hear__btn-arrow {
        -webkit-transform: translate(10px, 0);
        -ms-transform: translate(10px, 0);
        transform: translate(10px, 0)
    }

    .hear__card:hover {
        -webkit-box-shadow: 0 3px 19px #3ca0d2;
        box-shadow: 0 3px 19px #3ca0d2
    }

    .result__item:hover {
        -webkit-box-shadow: 0 3px 19px #3cd244;
        box-shadow: 0 3px 19px #3cd244
    }

    .post-filter__option:hover .post-filter__option-arrow {
        opacity: 1;
        margin-left: 12px
    }

    .post-filter__option:hover {
        background: -webkit-gradient(linear, left top, right top, from(#48dca6), color-stop(25.46%, #3ca0d2));
        background: -o-linear-gradient(left, #48dca6 0, #3ca0d2 25.46%);
        background: linear-gradient(90deg, #48dca6 0, #3ca0d2 25.46%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        cursor: pointer
    }

    .case-card:hover::after {
        visibility: visible;
        opacity: 1
    }

    .case-card:hover .case-card__bottom {
        opacity: 1;
        visibility: visible
    }
}

.webp .footer {
    background: #454545 url(/wp-content/themes/wp-RA/assets/img/footer.webp) no-repeat
}

/* .webp .clouds-wrapper::before {
    background-image: url(/wp-content/themes/wp-RA/assets/img/clouds/parallax.webp)
} */

/* .webp .clouds-wrapper::after {
    background-image: url(/wp-content/themes/wp-RA/assets/img/clouds/parallax.webp)
} */

@media (min-width:1440px) {
    .webp .circ {
        background: url(/wp-content/themes/wp-RA/assets/img/elipse.webp) no-repeat
    }

    a.industries-cards__item:hover {
        background: rgba(141 203 232 / 15%) !important;
    }
    .hear__tight-top:first-child {
        margin-bottom: 56px;
    }
    .stories__top{
        margin-bottom: 32px;
    }
}

@media(max-width:1440px) {
    .choose__slide-title2 {
        min-height: auto
    }

    .benefits-section .studies-case-reviews__bg-1 {
        top: 75px;
        /* filter: invert(1) */
    }

    .benefits-section .studies-case-reviews__bg-2 {
        /* filter: invert(1); */
        top: -151px
    }

    /* .benefits-section__title {
        color: #fff
    } */

    .black-arrow {
        right: 115px
    }

    /*.page-services .benefits-section__title span::before{
        left: 70px;
    }*/
    /* .page-clouds .benefits-section__title span::before{
        left: -5px;
    }*/

    /* .benefits-section__title span::before {
        top: -30px;
        left: 38px;
        width: 31px;
        height: 40px;
        filter: invert(1)
    }*/

    .choose__slider2-wrapper .choose__slide-wrap2 {
        height: auto !important;
    }
}

@media(min-width:1440px) {
    .discover-card__front-icon {
        /* margin-top: 15px */
    }

    .discover-card__title {
        font-size: 24px
    }

    .discover-card__text {
        font-size: 20px;
        line-height: normal
    }

    /* .benefits-section__title::before {
        background-image: url(/wp-content/themes/wp-RA/assets/img/decoration/gard-obv-big.svg);
        width: 480px;
        height: 172px;
        left: 50%;
        -webkit-transform: translate(-18%, -4%);
        -ms-transform: translate(-18%, -4%);
        transform: translate(-18%, -4%)
    }*/
    /* .popmake-content .pre-footer__title span{
        max-width: 100%;
    } */
}



/* new styles */
.ind-single__btn {
    max-width: 450px;
}

.footer-2 .footer__txt {
    max-width: 1300px;
}

.after-arrow-top {
    position: relative;
}

/* .after-arrow-top::before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/wp-RA/assets/img/pre-footer.svg) no-repeat;
    top: -30px;
    right: -40px;
    background-size: contain;
    width: 45px;
    height: 45px;
} */

.after-arrow-left-top {
    position: relative;
}

.after-arrow-left-top::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -40px;
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/brusg.svg);
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-banner-stroke-around {
    position: relative;
    z-index: 1;
}

.main-banner-stroke-around::before {
    content: "";
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    background-clip: border-box;
    background-size: 100% 100%;
    background-image: url(/wp-content/themes/wp-RA/assets/img/main/before-main.svg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.main-banner-2__titles::before {
    display: none;
}

.main-banner-2__titles::after {
    display: none;
}

.colored-text {
    background: -o-linear-gradient(333deg, #3ca0d2 -20%, #48dca6 67.35%);
    background: linear-gradient(117deg, #3ca0d2 -20%, #48dca6 67.35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.post-filter__wrap {
    width: 100%;
}

.case-card {
    max-width: 800px;
}

.arrow-left-down {
    position: relative;
}

.arrow-left-down::before {
    content: "";
    position: absolute;
    bottom: -29px;
    background: url(/wp-content/themes/wp-RA/assets/img/arrow-ind3.svg) no-repeat;
    left: -20px;
    display: block;
    width: 20px;
    height: 49px;
    background-size: contain;
}

.after-right-down {
    position: relative;
}

.after-right-down::after {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/wp-RA/assets/img/arrow-ind2.svg) no-repeat;
    width: 20px;
    height: 49px;
    display: block;
    background-size: contain;
    bottom: -29px;
    right: -20px;
}

@media (max-width: 767px) {
    .arrow-left-down::before {
        bottom: -10px;
        left: -8px;
        width: 8px;
        height: 21px;
    }

    .after-right-down::after {
        bottom: -10px;
        right: -8px;
        width: 8px;
        height: 21px;

    }
}

@media (max-width: 1439px) {
    .case-block__content {
        justify-content: space-around;
    }
}

@media (max-width:375px) {
    .main-banner-2__container {
        padding: 0 10px;
    }
}

@media (min-width:376px) and (max-width:1024px) {
    .main-banner-2__container {
        padding: 0 30px;
    }
}

@media (min-width:1025px) and (max-width:1440px) {
    .main-banner-2__container {
        padding: 0 30px;
    }
}

@media (min-width: 768px) {
    .explore__content {
        margin: 0;
    }

    .stories__svg-arr, .stories__title {
        /* margin-right: 20px; */
    }

}

@media (max-width: 767px) {
    .wrapper-rewiews {
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    /* .after-arrow-top::before {
        top: -25px;
        right: -35px;
        width: 35px;
        height: 35px;
    } */

    .after-arrow-left-top::before {
        top: -25px;
        left: -35px;
        width: 35px;
        height: 35px;
    }
}

@media (min-width: 1440px) {
    .stories__svg-arr {
        /* flex: 1 1 200px; */
    }

    .stories__title {
        /* max-width: 1000px; */
        /* flex: 2 1 200px; */
        text-align: right !important;
    }
}


/* New blocks Main page */
.section-services {
    margin: 115px 0 150px 0;
}

.section-services .tab-content {
    display: none;
    height: 100%;
    padding: 32px 40px 32px 60px;
    border-radius: 0 25px 25px 0;
    background: #FFF;
    box-shadow: 0px 0px 5.6px 0px rgba(60, 160, 210, 0.64);
    position: relative;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.services-tabs {
    display: grid;
    grid-template-columns: minmax(275px, 380px) 1fr;
}

.services-tabs__sidebar {
    border-radius: 25px;
    border: 3px solid #454545;
    background: #E8F5FB;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 56px 20px;
}

.page-id-27228 .services-tabs__sidebar {
    background: #DFDFDF;
}

.services-tabs__sidebar-list .tabs-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.services-tabs__sidebar-list .tab {
    color: #454545;
    font-family: Nunito;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    cursor: pointer;
    padding: 15px 18px;
    min-width: 380px;
    border: 3px solid transparent;
    text-align: left !important;
}

.services-tabs__sidebar-list .tab:hover {
    z-index: 9;
    border-radius: 0px 10px 10px 0px;
    border-color: #454545;
    background: #30BF98;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.services-tabs__sidebar-list .tab.active {
    z-index: 9;
    border-radius: 0px 10px 10px 0px;
    border-color: #454545;
    background: #30BF98;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.page-id-27228 .services-tabs__sidebar-list .tab.active {
    background: #ECA135;
}

.page-id-27228 .services-tabs__sidebar-list .tab:hover {
    background: #ECA135;
}

.services-tabs__sidebar-list .tab.active::after {
    display: none;
}

.services-tabs__content {
    margin: 30px 0;
}

.section-services .tab-content::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 55px;
    width: 400px;
    height: 10px;
    background-color: #30BF98;
    z-index: -1;
}

.page-id-27228 .section-services .tab-content::before {
    background-color: #454545;
}

.section-services .tab-content::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 55px;
    width: 400px;
    height: 10px;
    background-color: #D1CB28;
    z-index: -1;
}

.page-id-27228 .section-services .tab-content::after {
    background-color: #ECA135;
}

.services-tabs__content-title {
    color: #454545;
    font-family: 'Nunito';
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 10px;
}

.services-tabs__content-subtitle {
    color: #454545;
    font-family: Jost;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.services-tabs__content-text {
    margin-top: 50px;
    display: grid;
    gap: 20px;
}

.services-tabs__content-text.modified-flex {
    grid-template-columns: repeat(2, 1fr);
}

.content-item__title, .services-tabs__content-item a {
    color: #454545;
    font-family: Jost;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    cursor: pointer;
    text-decoration: underline;
}

.services-tabs__content-item p:first-child {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}

a.content-item__title {
    text-decoration-line: underline;
}

a.content-item__title:hover, .services-tabs__content-item a:hover {
    color: #30BF98;
    transition: all 0.3s ease;
}

.content-item__text, .services-tabs__content-item {
    color: #454545;
    font-family: Jost;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 5px;
}

.services-tabs__content-item ul li {
    color: #454545;
    font-family: Jost;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    position: relative;
    padding-left: 45px;
}

.services-tabs__content-item ul li::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/wp-RA/assets/img/icons/icon-list-service.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17.518px;
    height: 14.632px;
}

.services-tabs .tab-content_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.services-tabs__content-link {
    color: #197EB1;
    text-align: right;
    font-family: Jost;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: fit-content;
    margin-left: auto;
    margin-top: 25px;
}

.services-tabs__content-link img {
    transition: all 0.3s ease;
}

.services-tabs__content-link:hover img {
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0);
}

/* Block Products */
.section-products {
    margin: 150px 0;
}

.tab-content_product {
    display: none;
}

.tab-content_product.active {
    display: block;
}

.products-sutitle {
    color: #454545;
    text-align: center;
    font-family: Jost;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
}

.tabs-container--products {
    display: flex;
    align-items: center;
    border-radius: 20px;
    /* margin-top: 40px; */
    flex-wrap: wrap;
    justify-content: center;
}

.wrapper-tab {
    padding: 0 13px;
    position: relative;
}

.tab-product {
    color: #454545;
    font-family: Nunito;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-wrap: nowrap;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
}

.wrapper-tab:not(:first-child):before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    background-color: #454545;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.tab-product.active {
    color: #D1CB28;
    text-shadow: 0px 0px 4px #000;
    position: relative;
    background: #454545;
    box-shadow: 2px 2px 4px #D1CB28;
    border-radius: 10px 0px;
}

.tab-content_body--product {
    display: flex;
    gap: 40px;
}

.tab-content_product-image {
    width: 50%;
    border-radius: 25px;
    border: 5px solid #FFF;
    background: linear-gradient(113deg, rgba(255, 255, 255, 0.90) 3.51%, rgba(255, 255, 255, 0.90) 111.71%);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.12);
    /* backdrop-filter: blur(28.25px); */
    position: relative;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 23px;
}

.tab-content_product-image::before {
    content: '';
    position: absolute;
    top: -13px;
    left: -13px;
    width: 55%;
    height: 87px;
    border-radius: 25px 0px;
    background: #30BF98;
    z-index: -1;
}

.tab-content_product-image::after {
    content: '';
    position: absolute;
    bottom: -13px;
    right: -13px;
    width: 90%;
    height: 103px;
    border-radius: 25px 0px;
    background: #8DCBE8;
    z-index: -1;
}

.tab-content_product-name {
    border-radius: 25px 0px;
    border: 5px solid #D1CB28;
    background: #454545;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: Nunito;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    padding: 16px 33px;
    left: -40px;
    position: relative;
}

.tab-content_product-description {
    color: #454545;
    font-family: Jost;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 13px;
}

.tab-content_product-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tab-content_product-item p:first-child {
    color: #454545;
    font-family: Jost;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 5px;
}

.tab-content_product-item p {
    color: #454545;
    font-family: Jost;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 5px;
}

.tab-content_product-item a {
    color: #454545;
    font-family: Jost;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
}

.tab-content_product-item a:hover {
    color: #30BF98;
    transition: all 0.3s ease;
}

.tab-content_product-item ul li {
    color: #454545;
    font-family: Jost;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    position: relative;
    padding-left: 45px;
}

.tab-content_product-item ul li::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 14px;
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/wp-RA/assets/img/icons/icon-list-service.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17.518px;
    height: 14.632px;
}


/* ====================================================================================================================== */
#chatbase-bubble-button{
    bottom: 5rem !important;
}
#chatbase-bubble-window{
    bottom: 9rem !important;
}
#gt_float_wrapper{
    z-index: 9999999999 !important;
}

.reviews-banner{
    position: relative;
    padding: 83px 0 128px 0;
}
.reviews-banner__video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: -2;
}
.reviews-banner__title{
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 80px;
    line-height: 85px;
    text-align: center;
    color: #363636;
}
.reviews-banner__text{
    font-weight: 300;
    font-size: 33px;
    line-height: 40px;
    text-align: center;
    color: #363636;
    max-width: 630px;
    margin: 25px auto 0 auto;
}
.section-reviews{
    margin: 110px 0;
}
:root {
    --reviews-padding: 20px;
}
.reviews-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: calc(-1 * var(--reviews-padding));
}
.review-item {
    display: flex;
    align-items: center;
    padding: var(--reviews-padding);
}
.review-item__block {
    background: #FFFFFF;
    border-radius: 20px;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
    padding: 34px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}
.review-item.add-news {
    grid-column: span 2;
    display: flex;
    flex-wrap: nowrap;
}
.review-item.add-news .review-item__block {
    flex: 0 0 calc(50% - var(--reviews-padding));
    max-width: calc(50% - var(--reviews-padding));
}
.review-item.add-news .review-item__news {
    flex: 1 1 auto;
    box-sizing: border-box;
    padding: 15px 0;
}
.review-item.add-news:not(:has(.review-item__news)) .review-item__block {
    flex: 1 1 100%;
    max-width: 100%;
}




.review-item__top{
    display: flex;
    gap: 20px;
    align-items: center;
}
.review-item__image img{
    width: 106px;
    height: 106px;
}
.review-item__data-name{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #454545;
}
.review-item__data-company{
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #454545;
}
.review-item__title{
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #454545;
    margin-top: 16px;
}
.review-item__content{
    margin-top: 16px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #454545;
}
.review-item__data-rating {
    position: relative;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    margin-top: 15.85px;
}
.review-item__data-rating::before {
    content: "★★★★★";
    color: #ccc; /* Цвет пустых звёзд */
}
.review-item__data-rating::after {
    content: "★★★★★";
    color: #ffb953; /* Цвет залитых звёзд */
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: calc(var(--rating) / 5 * 100%);
    pointer-events: none;
}
.related-news{
    padding: 0 35px 35px 35px;
}
.related-news.article-styles{
    background: #DDEFF8;
}
.related-news.case-styles{
    background: #E0FAF1;
}
.related-news.article-styles .related-news__label{
    background: #3CA0D2;
}
.related-news.article-styles .related-news__link a{
    color: #197EB1;
}
.related-news.case-styles .related-news__label{
    background: #48DCA6;
}
.related-news.case-styles .related-news__link a{
    color: #30BF98;
}
.related-news__label{
    border-radius: 0px 0px 20px 20px;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.related-news__categories{
    margin-top: 15px;
}
.article-styles .related-news__categories{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}
.article-styles .related-news__categories a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.33333px 8.57015px;
    border: 0.857015px solid #454545;
    border-radius: 4.28508px;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #454545;
}
.case-styles .related-news__categories{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.case-styles .related-news__categories a{
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
    color: #454545;
    text-decoration: underline;
}
.related-news__name{
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #454545;
    margin-top: 15px;
}
.related-news__excerpt{
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #454545;
    margin-top: 15px;
}
.review-item__news.position-left {
    order: -1; /* новость слева */
}
.review-item__news.position-right {
    order: 1; /* новость справа */
}
.related-news__link a{
    margin-top: 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
}
.related-news__link a::after{
    content: '→'; /* Простая стрелка */
    margin-left: 8px;
    font-size: 26px;
    transition: transform 0.3s;
    display: inline-block;
}
.related-news__link a:hover::after {
    transform: translateX(4px);
}



@media (max-width: 1439px) {
    .wrapper-banner {
        margin-left: 0;
    }
}

@media (max-width: 1440px) {
    .news-card__date {
        font-size: 12px;
        font-weight: 300;
    }
    .steps2 .swiper-pagination {
        top: 240px;
    }
    .main-circle2 .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 20px;
    }
    .menu__list-link {
        text-wrap: auto;
    }
    .hear__tight-top{
        justify-content: center;
    }
    .hear__right{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hear__tight-top{
        width: 50%;
    }
    .faq__svg-arr, 
    .logos__svg-arr{
        display: none;
    }
    .logos__top{
        justify-content: center;
        margin-bottom: 28px;
    }
    .stories__top{
        justify-content: center;
        display: flex;
    }
    .stories__title{
        margin-left: initial;
    }
    .stories__svg-arr{
        display: none;
    }
}

@media (min-width: 1025px) {
    .case-block__card {
        margin-bottom: 70px
    }

    .case-card {
        min-height: 600px;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0
    }

    .case-card::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: -o-linear-gradient(341.55deg, #48dca6 11.01%, #3ca0d2 69.29%);
        background: linear-gradient(108.45deg, #48dca6 11.01%, #3ca0d2 69.29%)
    }

    .case-card__top {
        display: block
    }

    .case-card__wrap-img {
        height: 412px;
        margin-bottom: 30px;
        max-width: 100%;
        margin-right: 0;
        border-radius: 15px
    }

    .case-card__title {
        font-size: 30px;
        line-height: normal;
        max-width: 600px
    }

    .case-card__bottom {
        display: block;
        position: absolute;
        top: 150px;
        left: 20px;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
}

@media (max-width: 1024px) {
    .block-title{
        margin-bottom: 28px;
    }
    #pum-21053::before {
        background-size: 250px;
        background-position-x: 0%;
    }

    .news-card {
        margin-top: 10px
    }

    .events-image {
        width: 100%
    }

    .events-blocks {
        flex-wrap: wrap;
        gap: 25px
    }

    .events-adresses {
        width: 100%
    }

    .footer__top {
        display: grid;
        gap: 45px;
        grid-template-columns: repeat(2, 1fr);
    }

    .partner-link {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .partner-name {
        text-align: left;
        margin-bottom: 0;
    }

    .footer-2__reviews {
        margin-bottom: 0;
    }

    .wrapper-rewiews {
        display: flex;
        align-items: center;
        gap: 17px;
    }

    .footer-2__victory {
        display: flex;
        gap: 18px;
    }

    .footer-2 .footer__body {
        padding: 40px 30px;
    }

    .discovery__item {
        justify-content: center;
    }

    .reviews__center-txt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
    }

    #cn-notice-buttons {
        gap: 15px;
    }

    #cn-accept-cookie {
        margin: 0 !important;
    }

    #cn-refuse-cookie {
        margin: 0 !important;
    }

    .services-tabs {
        grid-template-columns: minmax(275px, 275px) 1fr;
    }

    .services-tabs__sidebar {
        padding: 30px 10px;
    }

    .services-tabs__content-text.modified-flex {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .services-tabs__sidebar-list .tabs-container {
        gap: 2px;
    }

    .services-tabs__sidebar-list .tab {
        font-size: 20px;
        line-height: 24px;
        min-width: 275px;
        padding: 13px 15px;
    }

    .section-services .tab-content {
        padding: 20px 20px 20px 30px;
    }

    .services-tabs__content::before {
        width: 210px;
    }

    .services-tabs__content::after {
        width: 210px;
    }

    .services-tabs__content-title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 8px;
    }

    .services-tabs__content-subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .services-tabs__content-text {
        margin-top: 25px;
    }

    .content-item__title {
        font-size: 18px;
        line-height: 20px;
    }

    .services-tabs__content-item ul li {
        font-size: 18px;
        line-height: 20px;
    }

    .services-tabs__content-link {
        font-size: 20px;
        line-height: 24px;
        gap: 16px;
    }

    .content-item__title, .services-tabs__content-item a {
        font-size: 20px;
        line-height: 26px;
    }

    .content-item__text, .services-tabs__content-item{
        font-size: 18px;
        line-height: 28px;
    }

    .products-sutitle {
        line-height: 24px;
        font-size: 20px;
    }

    .tab-product {
        font-size: 18px;
        line-height: 22px;
    }

    .tab-content_body--product {
        flex-wrap: wrap;
    }

    .tab-content_product-image {
        width: 100%;
        min-height: auto;
    }

    .tab-content_product-text {
        width: 100%;
    }

    .tab-content_product-name {
        padding: 22px 33px;
        font-size: 32px;
        line-height: 40px;
    }

    .tab-content_product-description {
        font-size: 18px;
        line-height: 28px;
    }

    .tab-content_product-item p:first-child {
        font-size: 20px;
        line-height: 26px;
    }

    .tab-content_product-item p {
        font-size: 18px;
        line-height: 28px;
    }

    .tab-content_product-item ul li {
        font-size: 18px;
        line-height: 28px;
    }
    .reviews-banner{
        padding: 62px 0 74px 0;
    }
    .reviews-banner__title{
        font-size: 54px;
        line-height: 64px;
    }
    .reviews-banner__text{
        font-size: 22px;
        line-height: 28px;
        max-width: 448px;
    }
    .section-reviews{
        margin: 90px 0;
    }
    :root {
        --reviews-padding: 10px;
    }
    .review-item__block{
        padding: 17px;
    }
    .review-item__top{
        gap: 14px;
    }
    .review-item__image img{
        width: 79px;
        height: 79px;
    }
    .review-item__data-name{
        font-size: 16px;
        line-height: 20px;
    }
    .review-item__data-company{
        font-size: 16px;
        line-height: 24px;
    }
    .review-item__title{
        font-size: 16px;
        line-height: 24px;
    }
    .review-item__content{
        font-size: 16px;
        line-height: 24px;
    }
    .review-item__data-rating{
        font-size: 20px;
    }
    .related-news__label{
        font-size: 18px;
        line-height: 22px;
    }
    .case-styles .related-news__categories a{
        font-size: 16px;
        line-height: 23px;
    }
    .related-news__name{
        font-size: 20px;
        line-height: 24px;
    }
    .related-news__excerpt{
        font-size: 16px;
        line-height: 24px;
    }
    .articles__title{
        font-size: 46px;
        line-height: 54px;
        margin-bottom: 28px;
    }
}

@media (max-width: 992px) {
    #pum-21053::before {
        background-size: 200px;
        width: 200px;
        height: 260px;
    }

    .stories__title::before {
        display: none;
    }

    .footer-2__bottom {
        gap: 20px;
    }

    .footer-2__bottom-title {
        font-size: 20px;
    }

    .footer__item-title {
        font-size: 26px;
    }

    .footer-2 .footer-2__victory img {
        width: 61px;
        height: 66px;
    }

    .footer-2__reviews-img {
        width: 44.672px;
        height: 51.033px;
    }

    .footer-2__reviews-img-chb {
        width: 44.672px;
        height: 51.033px;
    }

    .footer-2__rating {
        margin-left: 10px;
    }

    .footer__menus .footer__menus-3 {
        display: none;
    }

    .footer__menus {
        grid-template-areas:
            "footer1 footer2 footer4"
            "footer1 footer2 footer5";
    }

    .footer__menus-1, .footer__menus-2, .footer__menus-4 {
        width: 100%;
    }
}

@media (max-width: 900px) {
    #cn-accept-cookie {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 768px) {
    .articles__items{
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .articles__title{
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 18px;
    }
    .articles__item-bottom{
        padding: 17px;
    }
    .articles__item-name{
        padding-bottom: 17px;
    }
    .articles__item-name{
        font-size: 18px;
        line-height: 24px;
    }
    #popmake-21053 {
        min-width: auto;
    }

    .post-case .stk_2 .qubely-row {
        flex-wrap: inherit;
        align-items: center
    }

    .block-case_tools .qubely-row {
        flex-wrap: inherit;
        align-items: center
    }

    .post-case .stk_2 .qubely-column-front {
        max-width: fit-content
    }

    .form_blog-wrapper {
        flex-direction: column;
        text-align: center
    }

    .part-content {
        max-width: 100%;
        flex: 100%
    }

    .part-image {
        flex: 60%;
        max-width: 60%
    }

    .events__title {
        font-weight: 700;
        font-size: 35px;
        line-height: 42px;
        text-align: center;
        max-width: 100%;
    }

    .events__subtitle {
        font-size: 30px;
        line-height: 36px;
        margin: 0 auto 80px
    }

    .events-button {
        height: 51px
    }

    .events-adresses {
        padding: 0
    }

    .search__btn {
        background: -o-linear-gradient(359deg, #3ca0d2 0, #48dca6 100%);
        background: linear-gradient(91deg, #3ca0d2 0, #48dca6 100%);
    }

    .ind-single__img {
        bottom: 0;
    }

    .ind-single__img-container {
        bottom: 0;
    }

    .main-banner__sub-title.career {
        margin: 0 auto;
    }

    .pre-footer {
        padding: 40px 0 68px 0;
    }

    .pre-footer__label span {
        line-height: 1.2;
    }

    .breadcrumbs_wrapper.white-color {
        margin-top: 0;
    }

    .pre-footer__title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 45px;
    }

    .benefits-section {
        margin-bottom: 60px;
        padding-bottom: 0;
    }

    .reviews {
        padding-top: 40px;
    }

    .hear__right {
        text-align: center;
    }

    .hear__tight-top {
        justify-content: center;
        width: 100%;
    }

    .benefits-more__btn {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .block-title{
        margin-bottom: 26px;
    }
    #popmake-21053 .popmake-title {
        font-size: 30px;
        line-height: 36px;
    }

    .adress-items {
        grid-template-columns: repeat(1, 1fr);
    }

    .events-adresses {
        gap: 40px;
    }

    .stories__title::before {
        display: block;
    }

    .footer__top {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .footer-2__bottom {
        gap: 0;
        margin-top: 60px;
    }

    .footer-2__bottom-title {
        font-size: 25px;
    }

    .footer__menus {
        grid-template-areas:
            "footer1 footer2"
            "footer4 footer5";
        gap: 30px;
        margin-top: 30px;
    }

    .footer__bottom-copyright {
        display: block;
        text-align: center;
        max-width: 355px;
        margin: 20px auto 0 auto;
    }

    .footer__copy {
        display: inline-block;
    }

    .footer-2 .footer__logo-link {
        margin-bottom: 25px;
    }

    .footer__txt {
        margin-bottom: 0;
    }

    .footer__contacts {
        margin-top: 15px;
    }

    .footer__social {
        margin-bottom: 0;
    }

    .wrapper-rewiews {
        justify-content: space-between;
    }

    .footer__top .footer__item:nth-child(3) {
        order: 2;
        flex-direction: column-reverse;
    }

    .partner-link__hubspot {
        max-width: 189px;
    }

    .partner-link {
        padding: 10px;
    }

    .partner-name {
        font-size: 12px;
    }

    .footer-2 .footer__img {
        width: 48px;
        height: auto;
    }

    .logos__top {
        margin-bottom: 26px;
    }

    .cookie-notice-container {
        flex-direction: column;
        gap: 10px;
    }

    .single-center__top-title span::before {
        display: none;
    }

    .single-center__top:before {
        content: "";
        top: -9em;
        left: -60px;
        width: 400px;
        height: 400px;
        background-size: cover;
        z-index: -1;
        background-image: url(/wp-content/themes/wp-RA/assets/img/bg/ellipse-left.svg);
        position: absolute;
        background-repeat: no-repeat;
    }

    .single-center__top:after {
        content: "";
        top: 9em;
        right: -12em;
        width: 400px;
        height: 400px;
        background-size: cover;
        z-index: -1;
        background-image: url(/wp-content/themes/wp-RA/assets/img/bg/ellipse-right.svg);
        position: absolute;
        background-repeat: no-repeat;
    }

    .services-tabs__sidebar {
        display: none;
    }

    .services-tabs {
        display: block;
    }

    .tabs-slider .slick-track {
        padding: 10px 0;
        display: flex;
    }

    .section-services .tab-content {
        border-radius: 15px;
        margin: 0 10px;
        padding: 10px;
        margin-bottom: 15px;
    }

    .section-services .tab-content::before {
        width: 210px;
        left: 15px;
    }

    .section-services .tab-content::after {
        width: 210px;
        right: 15px;
    }

    .content-item__text, .services-tabs__content-item{
        font-size: 16px;
        line-height: 22px;
    }

    .tabs-slider {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .tabs-slider .slick-dots {
        display: flex;
        justify-content: center;
        gap: 18px;
        margin-bottom: 20px;
    }

    .tabs-slider .slick-dots li {
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        transition: 0.5s;
        border: 1px solid #454545;
    }

    .tabs-slider .slick-dots li.slick-active {
        background: #454545;
    }

    .tabs-slider .slick-dots li button {
        padding: 0;
        opacity: 0;
    }

    .services-tabs__content-title {
        text-align: center;
        font-size: 26px;
        line-height: 34px;
    }

    .services-tabs__content-subtitle {
        text-align: center;
    }

    .tabs-slider_products .slick-dots {
        display: flex;
        justify-content: center;
        gap: 18px;
        margin-bottom: 18px;
        margin-top: 18px;
    }

    .tabs-slider_products .slick-dots li {
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        transition: 0.5s;
        border: 1px solid #454545;
    }

    .tabs-slider_products .slick-dots li.slick-active {
        background: #454545;
    }

    .tabs-slider_products .slick-dots li button {
        padding: 0;
        opacity: 0;
    }

    .tabs-container--products {
        display: none !important;
    }

    .tab-content_body--product {
        flex-direction: column !important;
    }

    .wrapper-tabs_content {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .tab-content_product-image::before {
        display: none;
    }

    .tab-content_product-image::after {
        display: none;
    }

    .tab-content_product-name {
        left: auto;
        box-shadow: none;
        text-align: center;
        padding: 20px 30px;
        color: #D1CB28;
        font-size: 24px;
        line-height: 30px;
        text-shadow: 0px 0px 4px #000;
        border: none;
        border-radius: 10px;
    }

    .tab-content_product-image {
        background: none;
        padding: 0;
        border: none;
        box-shadow: none;
    }

    .tab-content_body--product {
        gap: 15px;
        margin-top: 0;
    }

    .tab-content_product-item ul li{
        font-size: 16px;
        line-height: 22px;
    }

    .tab-content_product-item p{
        font-size: 16px;
        line-height: 22px;
    }

    .tab-content_product-item a{
        font-size: 16px;
        line-height: 22px;
    }

    .tab-content_product-text{
        gap: 10px;
    }

    .tab-content_product-description {
        font-size: 16px;
        line-height: 22px;
        margin-top: 18px;
    }

    .tab-content_product-item p:first-child{
        font-size: 18px;
        line-height: 24px;
    }

    .section-services {
        margin: 80px 0;
    }

    .section-products {
        margin: 80px 0;
    }

    .services-tabs__content-item {
        margin-bottom: 0;
    }

    .services-tabs__content-item a,
    .services-tabs__content-item p:first-child,
    .all::after {
        font-size: 18px;
        line-height: 24px;
    }

    .services-tabs__content-text.modified-flex {
        gap: 15px;
    }

    .main-circle2 {
        height: auto;
    }

    .go-to__links {
        flex-direction: column;
        gap: 17px;
    }
    .reviews-banner__title{
        font-size: 36px;
        line-height: 46px;
    }
    .reviews-banner__text{
        font-size: 20px;
        line-height: 26px;
        max-width: 258px;
    }
    .section-reviews{
        margin-top: 20px;
    }
    .reviews-list{
        display: initial;
    }
    .review-item.add-news{
        flex-direction: column;
    }
    .review-item__news.position-left{
        order: 1;
    }
    .review-item.add-news .review-item__block{
        max-width: 100%;
    }
    .review-item.add-news .review-item__news{
        padding: 0 16px;
    }
    .review-item__title{
        font-size: 14px;
        line-height: 20px;
    }
    .review-item__content{
        font-size: 14px;
        line-height: 20px;
    }
    .related-news{
        padding: 0 20px 20px 20px;
    }
    .reviews-banner{
        padding: 60px 0;
    }
    .reviews-banner .breadcrumbs_wrapper.center{
        text-align: center;
    }
}

@media (max-width: 426px) {
    .footer__bottom-copyright {
        flex-direction: column-reverse;
        align-items: center
    }

    .main .post-case p,
    .main .post-case ul,
    .main .single-blog p,
    .main .single-blog ul,
    .page-content p, .page-content ul {
        font-size: 18px !important
    }

    .arr-right {
        left: 95% !important
    }

    .arr-left {
        right: 95% !important
    }

    .blog-related-posts-items {
        grid-template-columns: repeat(1, 1fr)
    }

    .content-title {
        font-size: 26px;
        line-height: 30px
    }

    .content-text {
        font-size: 18px
    }

    .content-button_btn {
        font-size: 18.912px;
        font-weight: 500;
        line-height: normal
    }

    .benefits-section__title {
        font-size: 35px;
        padding-top: 30px;
    }

    .page-services .benefits-section__title span::before {
        left: 70px;
    }

    .choose {
        padding-top: 0
    }

    .career-button {
        width: 320px !important;
        text-align: center
    }

    .adress-item {
        padding-left: 0;
        width: 100%
    }

    .events-blocks {
        margin-top: 20px
    }

    .events__subtitle {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 33px;
        position: relative
    }

    .breadcrumbs_wrapper {
        padding-top: 0;
        margin-top: 0;
    }

    .breadcrumbs_wrapper.center {
        text-align: initial;
    }

    .breadcrumbs_wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }

    .blog .breadcrumbs_wrapper {
        text-align: center;
    }

    .video-container video {
        display: none;
    }

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

    .flex-reverse .qubely-row {
        flex-direction: column-reverse;
    }

    .flex-reverse .wp-block-qubely-column.stk_2 .qubely-row {
        flex-direction: inherit;
        justify-content: center;
    }

    .ind-single__img {
        bottom: 0;
    }

    .ind-single__img-container {
        bottom: 0;
    }

    .pre-footer__textarea {
        width: 100%;
    }

    #pum-21053::before {
        background-size: contain;
        width: 110px;
        height: 140px;
    }

    .pre-footer__title {
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 30px;
    }
}