@font-face {
    font-family: "MarkyMarkerNFW01-Regular rus by";
    src: url("../fonts/markymarkernfw01-regular_rus_by.eot");
    /* IE 9 Compatibility Mode */
    src: url("../fonts/markymarkernfw01-regular_rus_by.eot?#iefix") format("embedded-opentype"),
        url("../fonts/markymarkernfw01-regular_rus_by.woff2") format("woff2"),
        url("../fonts/markymarkernfw01-regular_rus_by.woff") format("woff"),
        url("../fonts/markymarkernfw01-regular_rus_by.ttf") format("truetype"),
        url("../fonts/markymarkernfw01-regular_rus_by.svg#markymarkernfw01-regular_rus_by") format("svg");
    /* Chrome < 4, Legacy iOS */
}

* {
    box-sizing: border-box;
    position: relative;
}

section {
    overflow: hidden;
}

.my-wrap {
    text-align: left;
}

.my-wrap a:hover {
    opacity: 0.7;
    transition: all 0.3s linear;
}

.single-process-box {
    padding-top: 40px;
    background-image: url("../img/single-process.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 60px;
    margin-bottom: 40px;
}

.contain {
    max-width: 1385px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
}

.single-process-top {
    max-width: 780px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.345455px;
    color: #0b1218;
    text-align: center;
    margin: 0 auto;
}

.single-process-top p {
    margin: 0;
}

.single-process-top a {
    font-style: normal;
    font-weight: 600;
    font-size: 15.4324px;
    line-height: 21px;
    letter-spacing: 0.672413px;
    color: #ffffff;
    padding: 8.81853px 17.6371px;
    background: #00a9ff;
    border-radius: 5.51158px;
    margin-top: 39px;
    text-decoration: none;
}

.big-title {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 64px;
    text-align: center;
    letter-spacing: -0.8px;
    color: #0b1218;
    margin-bottom: 24px;
}

.big-title span.blue {
    color: #00a9ff;
}

.single-process {
    margin-top: 36px;
    background: #effbff;
    border-radius: 30px;
    padding: 58px 58px 69px;
}

.single-process__title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-align: center;
    margin-bottom: 46px;
}

.single-process__subtitle {
    white-space: nowrap;
    margin-top: 80px;
    font-style: normal;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

/* Вкладки (табы)
-----------------------------------------------------*/
/* бaзовый контейнер вкладок(табов) */
.tabs-box {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

/* панель вкладок */
ul.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    width: 100%;
}

ul.tabs li {
    list-style: none;
    font-style: normal;
    padding: 23px 58px 23px 38px;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    text-align: left;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.tabs-text-laptop {
    display: none;
}

.tabs li:nth-child(1) {
    background: #e5f8ff;
    color: #000000;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.tabs li:nth-child(1).tab_first {
    border-bottom-right-radius: 0px;
}

.tabs li:nth-child(2),
.tabs li:nth-child(3) {
    color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.tabs li:nth-child(2) {
    background: #335ce9;
}

.tabs li:nth-child(3) {
    background: #262a51;
}

.tabs li:nth-child(1).active~li:nth-child(2) {
    border-bottom-left-radius: 30px;
}

.tabs_last.active li:nth-child(2) {
    border-bottom-left-radius: 0;
    z-index: 2;
}

ul.tabs li:nth-child(1)::before,
ul.tabs li:nth-child(1)::after,
ul.tabs li:nth-child(2)::before,
ul.tabs li:nth-child(3)::before,
ul.tabs li:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    min-width: 30px;
    width: 30px;
    min-height: 30px;
    height: 30px;
    bottom: 0;
    opacity: 0;
}

ul.tabs li:nth-child(1)::after {
    background: #e5f8ff;
    right: -30px;
}

ul.tabs li:nth-child(1)::before {
    background: #e5f8ff;
    left: 0px;
    bottom: -30px;
    opacity: 1;
}

ul.tabs li:nth-child(2)::before {
    left: -30px;
    background: #335ce9;
}

ul.tabs li:nth-child(2)::after {
    right: -30px;
    background: #335ce9;
}

ul.tabs li:nth-child(1).active,
ul.tabs li:nth-child(3).active,
ul.tabs li:nth-child(2).active {
    z-index: 1;
}

.tab_last::after {
    content: "";
    display: block;
    min-width: 30px;
    width: 30px;
    min-height: 30px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #262a51;
    opacity: 1;
}

ul.tabs li:nth-child(3)::before {
    background: #262a51;
    left: -30px;
    width: 60px;
}

ul.tabs li:nth-child(2).active~.tab_last {
    z-index: 2;
}

ul.tabs li:nth-child(3).active~.tab_first::after,
ul.tabs li:nth-child(2).active~.tab_last::after,
ul.tabs li:nth-child(1).active::after,
ul.tabs li:nth-child(2).active::before,
ul.tabs li:nth-child(3).active::before,
ul.tabs li:nth-child(2).active::after {
    opacity: 1;
}

/* стили активных вкладок */
ul.tabs li.active {
    display: block;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

ul.tabs li:nth-child(2).tab_two {
    border-bottom-right-radius: 30px;
}

ul.tabs li.tab_last.active,
ul.tabs li:nth-child(2).active~.tab_last {
    border-bottom-left-radius: 30px;
}

ul.tabs li.tab_last.active~li {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#tab2.active {
    border-top-left-radius: 30px;
}

#tab3.active {
    border-top-left-radius: 30px;
    border-top-right-radius: 0px;
}

/* контейнер вкладок первого уровня 
  включающий в себя панели заголовков аккордеона
*/
.tab_container {
    width: 100%;
    position: relative;
    z-index: 3;
}

.tab_container .tab_content:nth-child(2) {
    background: #e5f8ff;
}

.tab_container .tab_content:nth-child(4) {
    background: #335ce9;
}

.tab_container .tab_content:nth-child(6) {
    background: #262a51;
}

/* блоки с содержанием по-умолчанию скрыты */
.tab_content {
    padding: 38px;
    display: none;
    color: #c2d7e0;
    border-radius: 30px;
    border-top-left-radius: 0px;
    padding-bottom: 100px;
    margin-top: -1px;
}

#tab1 {
    color: #000000;
}

/* аккордеон скрыт в режиме вкладок */
.tab_accordion {
    display: none;
}

.tab_content ol {
    list-style-type: none;
    counter-reset: num;
    padding: 0;
}

.for-whom-bottom {
    position: unset;
}

.tab_content ol li {
    margin: 0 0 0 0;
    display: flex;
    position: unset;
}

.tab_content ol li>div {
    cursor: pointer;
    margin-bottom: 32px;
    align-items: center;
}

.tab_content ol li>div.tab-img {
    margin-bottom: 0;
}

.tab_content ol li span {
    width: 60px;
    min-width: 60px;
    height: 35px;
    min-height: 35px;
    margin-right: 24px;
    background: transparent;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 27.4766px;
    line-height: 28px;
    color: #cbe1eb;
    border: 3px solid #d4e7f0;
    border-radius: 18px;
}

.tab_content ol {
    position: relative;
}

.tab_content ol p {
    max-width: 390px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}

#tab1.tab_content ol li.hover span,
#tab1.tab_content ol li:hover span {
    color: #00a9ff;
    border: 3px solid #00a9ff;
}

#tab1.tab_content ol li.hover p,
#tab1.tab_content ol li:hover p {
    color: #00a9ff;
    font-weight: 600;
}

#tab3.tab_content ol li.hover span,
#tab3.tab_content ol li:hover span,
#tab2.tab_content ol li.hover span,
#tab2.tab_content ol li:hover span {
    color: #fff;
    border: 3px solid #fff;
}

#tab3.tab_content ol li.hover p,
#tab3.tab_content ol li:hover p,
#tab2.tab_content ol li.hover p,
#tab2.tab_content ol li:hover p {
    color: #fff;
    font-weight: 600;
}

.tab-img,
.tab_content ol img {
    position: absolute;
    top: 0;
    right: 30px;
    opacity: 0;
    max-width: 553px;
    width: 50%;
    visibility: hidden;
}

.tab_content .tab-img img {
    width: unset;
}

.tab_content ol li.hover .tab-img {
    opacity: 1;
    visibility: visible;
}

.tab_content ol li.hover img {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transition: all 0.6s linear;
}

.tab-img {
    width: 50%;
    right: 0;
    height: 100%;
}

.tab-img img.t1 {
    right: 80px;
    top: 40px;
    transform: translate(0px, 120%);
    opacity: 0;
}

.tab-img img.t2 {
    top: 85px;
    right: 93px;
    transform: translate(0px, 120%);
    opacity: 0;
}

.tab-img img.t3 {
    top: 157px;
    right: 93px;
    transform: translate(0px, 120%);
    opacity: 0;
}

.tab-img img.t4 {
    top: 229px;
    right: 93px;
    transform: translate(0px, 120%);
    opacity: 0;
}

.tab-img img.t5 {
    top: 230px;
    right: 96px;
    transform: translate(0px, 120%);
    opacity: 0;
}

.tab-img img.t6 {
    top: 271px;
    right: 96px;
    transform: translate(0px, 120%);
    opacity: 0;
}

.tab-img img.t7 {
    top: 377px;
    right: 96px;
    transform: translate(0px, 120%);
    opacity: 0;
}

.tab-img img.t8 {
    top: 415px;
    right: 96px;
    transform: translate(0px, 120%);
    opacity: 0;
}

.tab-img img.ta1 {
    top: 56px;
    right: 496px;
    transform: translate(0px, 120%);
    opacity: 0;
}

.tab-img img.ta2 {
    top: 85px;
    right: 333px;
    transform: translate(0px, 120%);
    opacity: 0;
}

.tab-img img.ta3 {
    top: 186px;
    right: 333px;
    transform: translate(0px, 120%);
    opacity: 0;
}

.tab-img img.ta4 {
    top: 168px;
    right: 40px;
    /* transform: translate(0px, 120%);
	opacity: 0; */
}

.tab-img img.ta5 {
    top: 219px;
    right: 31px;
    /* transform: translate(0px, 120%);
	opacity: 0; */
}

.tab_content .tab-img img:first-child {
    transition: all 0.2s linear;
}

.tab-img img.tas1 {
    top: 42px;
    right: 96px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    transform: translate(0px, 120%);
    opacity: 0;
}

.tab-img img.tas2 {
    top: 106px;
    right: 93px;
    transform: translate(0px, 120%);
    opacity: 0;
}

.tab-img img.tas3 {
    top: 270px;
    right: 93px;
    transform: translate(0px, 120%);
    opacity: 0;
}

.tab-img img.tas4 {
    top: 300px;
    right: 93px;
    transform: translate(0px, 120%);
    opacity: 0;
}

#tab1.active .t1._active,
#tab1.active .t2._active,
#tab1.active .t3._active,
#tab1.active .t5._active,
#tab1.active .t4._active,
#tab1.active .t6._active,
#tab1.active .t7._active,
#tab1.active .t8._active,
#tab2.active .ta1,
#tab2.active .ta2,
#tab2.active .ta3,
#tab2.active .ta4,
#tab2.active .ta5,
#tab3.active .tas1,
#tab3.active .tas2,
#tab3.active .tas3,
#tab3.active .tas4 {
    transform: translate(0px, 0px);
    opacity: 1;
}

#tab3.active .tas1,
#tab2.active .ta1,
#tab1.active .t1._active {
    transition: all 0.2s linear;
}

#tab1.active .t2._active {
    transition: all 0.3s linear;
}

#tab3.active .tas2,
#tab2.active .ta2,
#tab1.active .t3._active {
    transition: all 0.4s linear;
}

#tab1.active .t5._active,
#tab1.active .t4._active {
    transition: all 0.5s linear;
}

#tab3.active .tas3,
#tab2.active .ta3,
#tab1.active .t6._active {
    transition: all 0.6s linear;
}

#tab3.active .tas4,
#tab2.active .ta4,
#tab1.active .t7._active {
    transition: all 0.8s linear;
}

#tab1.active .t8._active {
    transition: all 0.9s linear;
}

#tab2.active .ta5 {
    transition: all 1s linear;
}

.tab_content ol div,
.for-whom-bottom__btn {
    display: flex;
}

.faq {
    display: inline-block;
    padding: 9px 18px;
    font-style: normal;
    font-weight: 600;
    font-size: 15.4324px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.672413px;
    color: #00a9ff;
    border: 2.2px solid #00a9ff;
    border-radius: 5.51158px;
}

.order {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 15.4324px;
    line-height: 21px;
    letter-spacing: 0.672413px;
    color: #ffffff;
    background: #00a9ff;
    padding: 8.81853px 17.6371px;
    border-radius: 5.51158px;
}

#tab2 .order,
#tab3 .order {
    color: #000000;
    background: #ffffff;
}

.for-whom-bottom__text {
    font-family: "MarkyMarkerNFW01-Regular rus by";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    position: absolute;
    bottom: 40px;
    right: 19%;
    color: #06b4ff;
}

.accordions-wrap {
    margin-top: 40px;
}

.panels {
    display: none;
    transition: all 0.5s linear;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.panels {
    padding-left: 60px;
}

.panels p {
    margin-top: 15px;
}

.panels a {
    color: #00a9ff;
    text-decoration: underline;
}

.accordion__content {
    position: relative;
}

.accordions {
    position: relative;
    padding: 16px 0px 18px 60px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    cursor: pointer;
}

.accordions::after {
    content: "";
    display: block;
    background: url("../img/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    min-width: 27px;
    height: 22px;
    min-height: 22px;
    position: absolute;
    top: 26%;
    left: 0;
    transition: 0.2s;
}

.accordion__content.open .accordions {
    color: #00a9ff;
}

.accordion__content.open .accordions::after {
    background: url("../img/arrow2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

.catch-flow {
    padding-bottom: 16vw;
    padding-top: 100px;
    margin: 0px 0 -8vw;
}

.catch-flow-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 31px;
}

.catch-flow-card {
    border-radius: 30px;
    padding: 38px 40px;
}

.catch-flow-title {
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 116px;
}

.catch-flow-grid div:nth-child(1) .catch-flow-title {
    background: linear-gradient(308.01deg, #6ad9ff -47.87%, #335ce9 105.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.catch-flow-grid div:nth-child(1) .catch-flow-title span {
    background: linear-gradient(308.01deg, #6ad9ff -47.87%, #335ce9 105.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.catch-flow-grid div:nth-child(2) .catch-flow-title {
    background: linear-gradient(308.01deg, #6ad9ff -47.87%, #335ce9 105.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.catch-flow-grid div:nth-child(2) .catch-flow-title span {
    background: linear-gradient(308.01deg, #6ad9ff -47.87%, #335ce9 105.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.catch-flow-grid div:nth-child(3) .catch-flow-title {
    background: radial-gradient(91.62% 390.03% at 83.44% 47.36%, #4bc5ef 0%, #81f0f4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.catch-flow-grid div:nth-child(3) .catch-flow-title span {
    background: radial-gradient(91.62% 390.03% at 83.44% 47.36%, #4bc5ef 0%, #81f0f4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.catch-flow-grid div:nth-child(4) .catch-flow-title {
    background: linear-gradient(308.01deg, #6ad9ff -47.87%, #335ce9 105.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.catch-flow-grid div:nth-child(4) .catch-flow-title span {
    background: linear-gradient(308.01deg, #6ad9ff -47.87%, #335ce9 105.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.catch-flow-grid>div:nth-child(1) {
    background: #effbff;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 3;
}

.catch-flow-grid>div:nth-child(2) {
    background: #262a51;
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
}

.catch-flow-grid>div:nth-child(3) {
    background: #335ce9;
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}

.catch-flow-grid>div:nth-child(4) {
    background: #effbff;
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 3;
}

.catch-flow-text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.345455px;
    color: #0b1218;
    margin-top: 17px;
}

.catch-flow-text span {
    display: none;
}

.catch-flow-grid div:nth-child(2) .catch-flow-text,
.catch-flow-grid div:nth-child(3) .catch-flow-text {
    color: #ffffff;
}

h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 48.2226px;
    line-height: 58px;
    text-align: center;
    color: #000000;
    margin: 0px 0px 60px 0px;
    z-index: 3;
}

.we-trusted-btn {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.we-trusted-btn a {
    font-style: normal;
    font-weight: 600;
    font-size: 15.4324px;
    line-height: 21px;
    letter-spacing: 0.672413px;
    color: #ffffff;
    padding: 8.81853px 17.6371px;
    background: #00a9ff;
    border-radius: 5.51158px;
}

:root {
    --color-text: navy;
    --color-bg: papayawhip;
    --color-bg-accent: #ecdcc0;
    --size: clamp(10rem, 1rem + 20vmin, 30rem);
    --gap: calc(var(--size) / 6);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

@media (prefers-color-scheme: dark) {
    :root {
        --color-text: papayawhip;
        --color-bg: navy;
        --color-bg-accent: #2626a0;
    }
}

.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    margin-top: 60px;
}

.marquee svg {
    margin-right: 50px;
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        animation-play-state: paused;
    }
}

.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

/* Parent wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
}

.secure {
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
}

.secure::after {
    content: "";
    display: block;
    position: absolute;
    width: 536px;
    height: 768px;
    top: -77px;
    left: 0;
    background-image: url("../img/Symbol1.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.secure::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 425px;
    height: 507px;
    background-image: url("../img/Symbol2.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.secure-flex {
    display: flex;
    justify-content: space-between;
}

.hr-box {
    position: relative;
    overflow-x: hidden;
}

.hr {
    position: absolute;
    z-index: 2;
    top: 89px;
    left: 0;
    width: 100vw;
    height: 3px;
    background: radial-gradient(91.62% 390.03% at 83.44% 47.36%, #4bc5ef 0%, #81f0f4 100%);
}

.secure-card {
    position: relative;
    z-index: 4;
    max-width: 210px;
}

.secure-card-img {
    position: relative;
    z-index: 3;
    height: 179px;
    width: 179px;
    display: flex;
    align-items: flex-end;
    border-radius: 14.309px;
}

.secure-card:nth-child(1) .secure-card-img {
    background: linear-gradient(179.79deg, #11f0ff -59.34%, #00a0f2 345.91%);
}

.secure-card:nth-child(2) .secure-card-img {
    background: linear-gradient(181.36deg, #11f0ff -57.91%, #00a0f2 158.99%);
}

.secure-card:nth-child(3) .secure-card-img {
    background: linear-gradient(181.36deg, #11f0ff -57.91%, #00a0f2 158.99%);
}

.secure-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-top: 28px;
}

.baner {
    padding-bottom: 60px;
}

.baner-box {
    padding: 67px 50px;
    background: linear-gradient(156.16deg, #00d1ff 15.32%, #1a39ff 293.89%);
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.baner-img {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 3;
    transform: translate(10px, 40px);
    transition: all 0.6s linear;
}

.baner-img img {
    margin-bottom: -5px;
    max-width: 420px;
}

.baner-box:hover .baner-img {
    transform: translate(0px, 0px);
    transition: all 0.6s linear;
}

.baner-box:hover .baner-title span img {
    transform: scale(1.2);
    transition: all 0.6s linear;
}

.baner-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0px;
    max-width: 525px;
    width: 100%;
    max-height: 382px;
    height: 100%;
    background: url("../img/baner-box.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.baner-title {
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 116px;
    color: #ffffff;
}

.baner-title span img {
    margin-bottom: -18px;
    transition: all 0.6s linear;
}

.baner-text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin: 40px 0;
    color: #ffffff;
    max-width: 649px;
}

.baner-btn a {
    display: inline-block;
    padding: 8.81853px 17.6371px;
    font-style: normal;
    font-weight: 600;
    font-size: 15.4324px;
    line-height: 21px;
    letter-spacing: 0.672413px;
    color: #000000;
    background: #ffffff;
    border-radius: 5.51158px;
}

.mob-hide {
    display: none;
}

.single-process-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
}

.tim1 .single-process-flex::before {
    content: "";
    display: block;
    position: absolute;
    top: 41.5%;
    /* right: -17%; */
    width: 37%;
    height: 3px;
    background: #81f0f4;
    max-width: 0;
    left: 83%;
    transition: all 2s linear 1s;
}

.tim2 .single-process-flex::before {
    content: "";
    display: block;
    position: absolute;
    top: 41.5%;
    right: 83%;
    width: 37%;
    height: 3px;
    background: #81f0f4;
    max-width: 0;
    transition: all 2s linear 1.5s;
}

.tim2 .single-process-flex::after {
    content: "";
    display: block;
    position: absolute;
    top: 40.5%;
    left: 76%;
    width: 45%;
    height: 3px;
    background: #81f0f4;
    max-width: 0;
    z-index: -1;
    transition: all 2s linear 3s;
}

.tim3 .single-process-flex::before {
    content: "";
    display: block;
    position: absolute;
    top: 40.5%;
    right: 83%;
    width: 37%;
    height: 3px;
    background: #81f0f4;
    max-width: 0;
    transition: all 2s linear 1s;
}

.slick-slide.slick-active.tim1 .single-process-flex::before {
    max-width: 100%;
    transition: all 2s linear 2s;
}

.slick-slide.slick-active.tim2 .single-process-flex::before {
    max-width: 100%;
    transition: all 2s linear 1.5s;
}

.slick-slide.slick-active.tim3 .single-process-flex::before {
    max-width: 100%;
    transition: all 2s linear 0s;
}

.slick-slide.slick-active.tim2 .single-process-flex::after {
    max-width: 100%;
    transition: all 2s linear 3s;
}

.slick-slider {
    min-width: 0;
}

.slick-list {
    overflow: hidden;
}

.slick-track {
    display: flex;
    align-items: flex-start;
}

.slider {
    position: relative;
    padding: 0px 20px;
}

@media (max-width: 767px) {
    .slider {
        padding: 0px 40px;
    }
}

.single-process__timline .slider button.slick-arrow {
    position: absolute;
    top: 50%;
    margin: -45px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 45px;
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    border-radius: 50%;
    border: 1.73091px solid #c2d7e0;
    cursor: pointer;
    visibility: visible;
}

.slider .slick-arrow.slick-prev {
    left: 0;
    background: url("../img/sl-arrow_l.svg") #f7fdff;
    background-repeat: no-repeat;
    background-size: 9.03px 15.4px;
    background-position: center;
}

.slider .slick-arrow.slick-next {
    right: 0;
    background: url("../img/sl-arrow_r.svg") #f7fdff;
    background-size: 9.03px 15.4px;
    background-position: center;
    background-repeat: no-repeat;
}

.slider .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.slider .slick-dots {
    margin: 40px auto 0px;
    max-width: 575px;
    height: 6.9px;
    padding: 0;
    background: #ffffff;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider .slick-dots li {
    list-style: none;
    width: 33.33%;
    height: 100%;
    display: flex;
}

.slider .slick-dots button {
    font-size: 0;
    line-height: 25px;
    box-shadow: none;
    border: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 13px;
}

.slider .slick-dots li.slick-active button {
    background: #cbe1eb;
    border-radius: 13px;
}

.slider__item {
    padding: 0px 15px;
    /* overflow: hidden; */
}

.slider__item img {
    max-width: 100%;
    width: 100%;
}

.tarif {
    padding-bottom: 100px;
    overflow: hidden;
}

.tarif-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}

.tarif-card {
    border-radius: 30px;
    position: relative;
    padding: 49px 26px 54px 26px;
    border: 3px solid transparent;
    background: #ffffff;
    background-clip: padding-box;
    transform: translate(120%, 0);
    opacity: 0;
    /* overflow: hidden; */
}

/* .tarif-card._anim_items {
	overflow: unset;
} */
.tarif-card._anim_items._active {
    transition: all 0.5s linear;
}

.tarif-card._anim_items.delay__1._active {
    transition-delay: 0.8s;
}

.tarif-card._anim_items.delay__2._active {
    transition-delay: 0.6s;
}

.tarif-card._anim_items.delay__3._active {
    transition-delay: 0.2s;
}

.tarif-card-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tarif-card.active:nth-child(1) {
    transform: translate(0, 0);
    opacity: 1;
}

.tarif-card.active:nth-child(2) {
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: 0.2s;
}

.tarif-card.active:nth-child(3) {
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: 0.2s;
}

.tarif-card-top {
    margin-bottom: 50px;
    border-bottom: 1px solid #C1D6DF;
}
.tarifs-card-top-bottom {
    font-size: 16px;
    line-height: 18px;
}
.page-id-42559 .tarif-card-top{
    margin-bottom: 24px;
}
.page-id-42559 .tarif-card:nth-child(2){
    margin-top: -80px;
    margin-bottom: -80px;
}
.page-id-42559 .tarif-list{
    padding-top: 80px;
    padding-bottom: 80px;
}
.tarifs-card-top-bottom{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.page-id-42559 .tarifs-card-top-bottom{
    margin: 16px 0;
}
.tarif-card-top span {
    background: #ffffff;
    padding: 6.5px 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    border-radius: 7px;
}

.tarif-card-ul {
    flex-grow: 1;
    margin-bottom: 22px;
}

.tarif-card-ul ul {
    padding: 0;
    margin: 22px 0 0;
}

.tarif-card-ul li {
    padding-left: 25px;
    list-style: none;
    position: relative;
    margin-bottom: 22px;
}

.tarif-card-ul li:last-child {
    margin-bottom: 0;
}

.tarif-card-ul li::before {
    content: "";
    min-width: 17px;
    min-height: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    left: 0;
}

.tarif-card-bottom,
.tarif-card-ul {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.tarif-card-bottom {
    padding: 26px 0;
    border-top: 1px solid #c1d6df;
}

.tarif-card-btn a {
    text-align: center;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.672413px;
    color: #ffffff;
    border-radius: 5.51158px;
    padding: 8.81853px 17.6371px;
}

.tarif-card:nth-child(1) .tarif-card-btn a {
    background: #00a9ff;
}

.tarif-card:nth-child(2) .tarif-card-btn a {
    background: #335ce9;
}

.tarif-card:nth-child(3) .tarif-card-btn a {
    background: #262a51;
}

.tarif-card-ul__title {
    display: flex;
    align-items: center;
}

.tarif-card-ul__title img {
    margin-left: 10px;
    z-index: 8;
    max-width: 37px;
}

.tarif-card:nth-child(1) .tarif-card-top span {
    border: 2.2px solid #00a9ff;
    color: #00a9ff;
}

.tarif-card:nth-child(2) .tarif-card-top span {
    border: 2.2px solid #335ce9;
    color: #335ce9;
}

.tarif-card:nth-child(3) .tarif-card-top span {
    border: 2.2px solid #262a51;
    color: #262a51;
}

.tarif-card:nth-child(1) .tarif-card-ul li::before {
    background: url("../img/tarif-card-ul1.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.tarif-card:nth-child(2) .tarif-card-ul li::before {
    background: url("../img/tarif-card-ul2.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.tarif-card:nth-child(1)::before {
    content: "";
    background: url("../img/tarif-card1.png"), #ffffff;
    background-repeat: no-repeat;
    z-index: 2;
    /* border-radius: 30px; */
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    left: 0;
    border-radius: 29px;
}

.tarif-card:nth-child(1) {
    border: 2px solid #81f0f4;
}

.tarif-card:nth-child(2):before {
    content: "";
    background: url("../img/tarif-card2.png"), #ffffff;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    /* border-radius: 30px; */
    top: 0px;
    right: 0px;
    bottom: 0;
    left: 0;
    border-radius: 29px;
}

.tarif-card:nth-child(2) {
    border: 2px solid #335ce9;
}

.tarif-card:nth-child(3):before {
    content: "";
    background: url("../img/tarif-card3.png"), #ffffff;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    /* border-radius: 30px; */
    top: 0px;
    right: 0px;
    bottom: 0;
    left: 0;
    border-radius: 29px;
}

.tarif-card:nth-child(3) {
    border: 2px solid #262a51;
}

.tooltip__item {
    position: absolute;
    min-width: 265px;
    padding: 9px 6px;
    visibility: hidden;
    opacity: 0;
    background: #fafafa;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 11px;
    font-style: normal;
    font-weight: 400;
    font-size: 10.8353px;
    line-height: 12px;
    color: #000000;
    transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    z-index: 4;
}

.tooltip__initiator {
    cursor: pointer;
    z-index: 5;
    position: relative;
}

.tooltip__initiator:hover .tooltip__item {
    transform: translate3d(-50%, 30px, 0);
    visibility: visible;
    opacity: 1;
}

.tooltip__item {
    bottom: calc(100% + 1em);
    left: 50%;
    transform: translate3d(-50%, 40px, 0);
}

.tooltip__mob {
    min-width: 265px;
    padding: 9px 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 10.8353px;
    line-height: 12px;
    color: #000000;
}

.tooltip__mob,
.baner-img-mob {
    display: none;
}

/* popup */
.white-popup {
    position: relative;
    background: #effbff;
    border-radius: 30px;
    padding: 60px 100px;
    max-width: 976px;
    margin: 0 auto;
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-close {
    width: 84px;
    height: 84px;
}

button.mfp-close {
    background: url("../img/close.svg");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}

.mfp-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    color: #000000;
}

/* popup */
.accordions:hover {
    color: #00a9ff;
    transition: all 0.3s linear;
}

.accordions:hover::after {
    background: url("../img/arrow2.svg");
    background-repeat: repeat;
    background-size: auto;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s linear;
}

.we-trusted-btn a:hover,
.single-process-top a:hover,
a.order:hover {
    opacity: 1;
    background: #6ad9ff;
}

.tabs__content {
    display: none;
    margin-top: 50px;
}

.tabs__content.active {
    display: block;
}

.speed-selection {
    margin-top: 50px;
}

.tabs2-box {
    background: url("../img/Sever.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 94px;
}

.speed-selection-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.speed-selection-title {
    font-style: normal;
    font-weight: 700;
    font-size: 48.2226px;
    line-height: 58px;
    color: #000000;
    width: 48%;
    max-width: 460px;
}

.speed-selection-text__box {
    width: 40%;
}

.speed-selection-text {
    max-width: 375px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.tabs__caption {
    display: flex;
    padding: 0;
    margin: 0px 0px 50px 0px;
}

.tabs__caption li {
    cursor: pointer;
    list-style: none;
    text-align: center;
    padding: 10px 30px;
    background: #ffffff;
    border: 2.2px solid #00a9ff;
    border-radius: 7px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    color: #00a9ff;
    margin: 0px 18px 0px 0px;
}

.tabs__caption li.active {
    background: #00a9ff;
    color: #fff;
}

.tabs__content-flex {
    display: flex;
    justify-content: space-between;
}

.tabs__content {
    margin-bottom: 40px;
}

.speed-flex {
    display: flex;
    width: 56%;
}

.speed-icon {
    margin-right: 50px;
}

.speed-icon-text__mob,
.speed-icon-text {
    font-style: normal;
    font-weight: 400;
    font-size: 10.8353px;
    line-height: 12px;
    color: #000000;
    margin-top: 35px;
}

.speed-icon-text__mob {
    display: none;
}

.speed-content {
    width: 60%;
}

.speed-title {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    color: #00a9ff;
}

.speed-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    max-width: 400px;
    margin-top: 20px;
}

.speed-right {
    width: 40%;
    padding-bottom: 347px;
    margin-top: -100px;
}

.speed-right img {
    position: absolute;
}

.sp0 {
    top: 0;
    left: 0;
}

.sp1 {
    top: 25px;
    left: 28px;
}

.sp2 {
    top: 56px;
    left: 28px;
}

.sp3 {
    top: 90px;
    left: 28px;
}

.sp4 {
    top: 123.5px;
    left: 28px;
}

.sp5 {
    top: 157px;
    left: 28px;
}

.sp6 {
    top: 191px;
    left: 28px;
}

.sp7 {
    top: 220px;
    left: 42px;
}

.sp8 {
    top: 303px;
    left: 28px;
}

.sp9 {
    top: 242px;
    right: 16%;
}

.sp2-0 {
    top: 0;
    left: 0;
}

.sp2-1 {
    top: 25px;
    left: 16px;
}

.sp2-2 {
    left: 16px;
    top: 79px;
}

.sp2-3 {
    top: 114px;
    left: 16px;
}

.sp2-4 {
    left: 16px;
    top: 175px;
}

.sp2-5 {
    left: 16px;
    top: 236px;
}

.sp3-0 {
    top: 0;
    left: 0;
}

.sp3-1 {
    top: 0px;
    left: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.sp3-2 {
    top: 77px;
    left: 17px;
}

.sp3-3 {
    top: 136px;
    left: 17px;
}

.sp3-4 {
    top: 195px;
    left: 17px;
}

.sp3-5 {
    left: 0;
    top: 268px;
}

.speed-selection-bottom {
    background: url("../img/bot.png");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.7s linear;
}

.speed-selection-bottom__flex {
    display: flex;
    align-items: center;
    padding: 36px 85px 36px 35px;
}

.speed-selection-bottom__title {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    color: #000000;
}

.cntr span {
    display: inline-block;
}

/* .cntr span,
.cntr {
	width: 100%;
} */
.speed-selection-bottom__text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-top: 15px;
}

.speed-selection-bottom__img {
    margin-top: 20px;
}

.modal__form-input li {
    list-style: none;
    position: relative;
}

.lbl {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 7px;
    display: inline-block;
}

.modal__input {
    background: #effbff;
    border-radius: 10px;
    padding: 15px 20px 15px 50px;
}

.flag {
    position: absolute;
    top: 45px;
    left: 15px;
}

.veb-form-policy {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-us-link input[type="radio"],
.contact-us-link input[type="checkbox"] {
    box-sizing: border-box;
    cursor: default;
    padding: unset;
    border: unset;
    background-color: unset;
    color: unset;
}

.label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
    display: flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.380952px;
    color: #18191e;
    margin-right: 12px;
}

.label-cbx input:checked+.checkbox {
    background: #00a9ff;
    border: 1px solid #00a9ff;
}

.label-cbx input:checked+.checkbox svg path {
    fill: #00a9ff;
}

.label-cbx input:checked+.checkbox svg polyline {
    stroke-dashoffset: 0;
}

.label-cbx .checkbox {
    position: relative;
    top: 0px;
    min-width: 21px;
    height: 21px;
    background: #ffffff;
    border: 1px solid #00a9ff;
    border-radius: 2px;
    opacity: 1;
}

.label-cbx .checkbox svg {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 16px;
}

.label-cbx .checkbox svg path {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all 0.6s ease;
}

.label-cbx .checkbox svg polyline {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all 0.3s ease;
}

.label-cbx>span {
    pointer-events: none;
    vertical-align: middle;
}

.invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

.veb-form-policy .contact-us-link {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.522353px;
    color: #000000;
    max-width: 440px;
}

.contact-us-link a {
    color: #000000;
    text-decoration: underline;
}

.invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

.modal__form-input li {
    margin-bottom: 20px;
}

.modal__form-input li:last-child {
    margin-bottom: 0;
}

/* .select, */
.modal__input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

/* WebKit, Edge
   ----------------------------  */
.modal__input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

/* Edge
   ----------------------------  */
.modal__input::-ms-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

/* Firefox 4-18
   ----------------------------  */
.modal__input:-moz-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    color: #004169;
    opacity: 1;
}

/* Firefox 19+
   ----------------------------  */
.modal__input::-moz-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 1;
}

/* IE 10-11
   ----------------------------  */
.modal__input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.modal__input {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    border: transparent;
    box-shadow: none;
    transition: all 0.2s linear 0s;
    width: 100%;
    height: 52px;
}

.modal__btn-wrap {
    display: flex;
}

.modal__form-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 15.4324px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.672413px;
    color: #ffffff;
    text-align: center;
    background: #00a9ff;
    border-radius: 5.51158px;
    border: transparent;
    box-shadow: none;
    text-decoration: none;
    height: 38px;
    padding: 8.81853px 17.6371px;
    cursor: pointer;
    outline: none;
}

.contact-us-link a:hover,
.modal__form-btn:hover {
    opacity: 0.7;
    transition: all 0.3s linear;
}

/* #slick-slide03 img,
#slick-slide03 {
	min-height: 270px !important;
	height: 270px !important;
} */
.slider .slick-arrow.slick-next:hover {
    background: url("../img/sl-arrow_r.svg"), rgba(255, 255, 255, 0.2);
    background-size: 9.03px 15.4px;
    background-position: center;
    background-repeat: no-repeat;
}

.slider .slick-arrow.slick-prev:hover {
    background: url("../img/sl-arrow_l.svg"), rgba(255, 255, 255, 0.2);
    background-size: 9.03px 15.4px;
    background-position: center;
    background-repeat: no-repeat;
}

a.modal__form-btn:hover {
    background: #6ad9ff;
    opacity: 1;
}

.tarif-card:nth-child(1) .tarif-card-btn a:hover {
    background: #6ad9ff;
    opacity: 1;
}

.tarif-card:nth-child(2) .tarif-card-btn a:hover {
    background: #0c3ce0;
    opacity: 1;
}

.tarif-card:nth-child(3) .tarif-card-btn a:hover {
    background: #17217e;
    opacity: 1;
}

.baner-btn a:hover {
    background: #f4f4f4;
    box-shadow: 0px 0px 6px #ffffff;
    opacity: 1;
}

a.faq:hover {
    color: #6ad9ff;
    border: 2.2px solid #6ad9ff;
}

.mini,
.laptops,
.mobils {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.slick-slide img.slider__item-laptop,
.slick-slide img.slider__item-mob,
.mobiln,
img.mobiln,
.laptopn,
.laptop {
    display: none;
}

.sp0-0 {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1530px) {
    .catch-flow {
        padding-bottom: 20vw;
    }
}

@media (max-width: 1430px) {
    .catch-flow {
        padding-bottom: 13vw;
    }
}

@media (max-width: 1330px) {
    .catch-flow {
        padding-bottom: 9vw;
    }

    .white-popup {
        padding: 60px 88px;
    }
}

@media (max-width: 1285px) {
    .tarifs-card-top-bottom{
        font-size: 16px;
        line-height: 18px;
    }
    h4 {
        font-size: 42px;
        line-height: 51px;
    }

    .secure {
        padding-top: 70px;
    }

    .speed-selection-bottom__left {
        padding-right: 10vw;
    }

    .speed-selection-bottom__flex {
        padding-top: 20px;
    }

    .mini {
        display: block;
    }

    .speed-selection-bottom {
        background: unset;
    }

    .sp9 {
        right: 5%;
    }

    .speed-icon {
        margin-right: 0px;
    }

    .tabs__caption li {
        font-size: 19px;
        line-height: 22px;
        padding: 8.6824px 26.0472px;
    }

    .speed-selection-top,
    .tabs2 {
        padding-left: 80px;
        padding-right: 40px;
    }

    .for-whom {
        margin-bottom: 70px;
    }

    .catch-flow {
        padding-bottom: 11vw;
        padding-top: 50px;
        margin-bottom: 0;
    }
}

@media (max-width: 1220px) {
    .tab-img img.tas1 {
        width: 75.8%;
    }

    .tab-img img.tas4,
    .tab-img img.tas3,
    .tab-img img.tas2 {
        width: 33.3vw;
    }
}

@media (max-width: 1170px) {
    .tim1 .single-process-flex::before {
        top: 42.5%;
    }

    .tim2 .single-process-flex::after {
        top: 41.5%;
    }

    .tim3 .single-process-flex::before {
        display: none;
    }

    .slick-slide img.slider__item-desctop {
        display: none;
    }

    .slick-slide img.slider__item-laptop {
        display: block;
    }

    .secure-card {
        width: 210px;
    }

    .tab_content ol p {
        max-width: unset;
    }

    .tarif-list .delay__3._active,
    .tarif-list .delay__2._active,
    .tarif-list .delay__1._active {
        transition-delay: unset;
    }

    .tabs2-box {
        background: url("../img/Sever2.png");
        background-size: cover;
        background-repeat: no-repeat;
        padding: 80px 0 80px;
    }

    .sp3-1 {
        width: 97%;
        top: -1px;
    }

    .sp3-2 {
        top: 68px;
        left: 17px;
        width: 82%;
    }

    .sp3-3 {
        top: 115px;
        left: 17px;
        width: 82%;
    }

    .sp3-4 {
        top: 162px;
        left: 17px;
        width: 82%;
    }

    .sp3-5 {
        left: 0;
        top: 217px;
        width: 96%;
    }

    .sp2-1 {
        width: 82%;
        top: 15px;
        left: 16px;
    }

    .sp2-2 {
        width: 82%;
        left: 16px;
        top: 55px;
    }

    .sp2-3 {
        width: 82%;
        top: 82px;
        left: 16px;
    }

    .sp2-4 {
        width: 82%;
        left: 16px;
        top: 138px;
    }

    .sp2-5 {
        width: 82%;
        left: 16px;
        top: 192px;
    }

    .sp8 {
        top: 239px;
        left: 23px;
    }

    .sp7 {
        top: 180px;
        left: 34px;
        height: 54px;
    }

    .sp6 {
        top: 163px;
        left: 23px;
    }

    .sp5 {
        top: 136px;
        left: 23px;
    }

    .sp4 {
        top: 107.5px;
        left: 23px;
    }

    .sp2 {
        top: 50px;
        left: 23px;
    }

    .sp3 {
        top: 78px;
        left: 23px;
    }

    .sp2,
    .sp3,
    .sp4,
    .sp5,
    .sp6 {
        height: 23px;
    }

    .sp9 {
        width: 118px;
        top: 195px;
        right: 2%;
    }

    .speed-content {
        width: 99%;
    }

    .speed-icon {
        margin-bottom: 17px;
    }

    .speed-icon svg {
        width: 75px;
        height: 75px;
    }

    .speed-selection-bottom__flex {
        padding: 35px;
    }

    .modal__btn-wrap {
        padding-top: 10px;
        padding-left: 33px;
    }

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

    .sp3-1,
    .sp3-2,
    .sp3-3,
    .sp3-4,
    .sp3-5,
    .sp2-5,
    .sp2-4,
    .sp2-3,
    .sp2-1,
    .sp7,
    .sp0,
    .sp2-0,
    .sp3-0,
    .mini {
        display: none;
    }

    .laptopn,
    .laptop,
    .laptops {
        display: block;
    }

    .flag {
        top: 40px;
    }

    .lbl {
        font-size: 14px;
        line-height: 17px;
    }

    .modal__input::placeholder {
        font-size: 14px;
        line-height: 17px;
    }

    .modal__form-input li {
        margin-bottom: 10px;
    }

    .modal__input {
        height: 48px;
        font-size: 14px;
        line-height: 17px;
    }

    .modal__form-input {
        padding: 0;
    }

    .speed-selection-bottom__left {
        position: unset;
    }

    .speed-selection-bottom__img {
        position: absolute;
        right: 10%;
        top: 50%;
        margin-top: -27px;
    }

    .speed-selection-bottom__flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .speed-selection-bottom__text {
        font-size: 16px;
        line-height: 19px;
    }

    .speed-selection-bottom__title {
        font-size: 30px;
        line-height: 41px;
    }

    .speed-icon-text {
        display: none;
    }

    .speed-icon-text__mob {
        display: block;
        margin-top: 19px;
    }

    .contain {
        padding-left: 25px;
        padding-right: 25px;
    }

    .speed-selection-top,
    .tabs2 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .speed-selection-title {
        font-size: 30px;
        line-height: 41px;
    }

    .speed-selection-text {
        font-size: 16px;
        line-height: 19px;
    }

    .speed-selection-top {
        margin-bottom: 40px;
    }

    .speed-right {
        margin-top: 0;
        width: 45%;
        padding-bottom: 38%;
        height: 100%;
        height: 275px;
    }

    .anims2 .speed-right,
    .anims1 .speed-right {
        width: 34%;
        height: 272px;
    }

    .tabs__caption li {
        flex-grow: 1;
        text-align: center;
    }

    .speed-icon {
        position: unset;
    }

    .speed-flex {
        position: relative;
        flex-direction: column;
        padding-bottom: 40px;
        width: 50%;
    }

    .accordions {
        padding: 13px 0px 13px 40px;
    }

    .white-popup {
        padding: 40px 60px;
    }

    .tooltip__initiator {
        position: unset;
    }

    .tooltip__item {
        display: none;
    }

    .tooltip__mob {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .single-process-top {
        position: relative;
        padding: 0 20px;
    }

    .tab_content ol li .tab-img>img.tas1 {
        width: 78.8%;
        right: 10.5vw;
        top: 6vw;
    }

    .tab_content ol li .tab-img>img.tas4 {
        width: 60.3vw;
    }

    .tab_content ol li .tab-img>img.tas3,
    .tab_content ol li .tab-img>img.tas2 {
        width: 54.3vw;
    }

    .tab_content ol li .tab-img>img.tas4 {
        top: 38vw;
        right: 105px;
    }

    .tab_content ol li .tab-img>img.tas3 {
        top: 35vw;
        right: 105px;
    }

    .tab_content ol li .tab-img>img.tas2 {
        top: 13vw;
        right: 105px;
    }

    .tab_content ol li .tab-img>img.t1 {
        left: 13vw;
        width: 60vw;
        top: 4.5vw;
    }

    .tab_content ol li .tab-img>img.t2 {
        left: 13vw;
        width: 60vw;
        top: 10vw;
    }

    .tab_content ol li .tab-img>img.t3 {
        left: 13vw;
        width: 60vw;
        top: 21vw;
    }

    .tab_content ol li .tab-img>img.t4 {
        left: 13vw;
        width: 60vw;
        top: 31.2vw;
    }

    .tab_content ol li .tab-img>img.t5 {
        left: 46vw;
        top: 31.5vw;
    }

    .tab_content ol li .tab-img>img.t6 {
        left: 46vw;
        top: 36vw;
    }

    .tab_content ol li .tab-img>img.t7 {
        left: 46vw;
        top: 50vw;
    }

    .tab_content ol li .tab-img>img.t8 {
        left: 46vw;
        top: 54.7vw;
    }

    .tab_content ol li .tab-img>img.ta1,
    .tab_content ol li .tab-img>img.ta2,
    .tab_content ol li .tab-img>img.ta3 {
        left: 7vw;
    }

    .tab_content ol li .tab-img>img.ta4,
    .tab_content ol li .tab-img>img.ta5 {
        left: 41vw;
    }

    .tab-img img:first-child {
        width: 100%;
        height: 60.5vw;
    }

    .tabs-text-desctop {
        display: none;
    }

    .tabs-text-laptop {
        display: inline-block;
    }

    .big-title {
        font-size: 38px;
        line-height: 52px;
    }

    .single-process-top {
        font-size: 18px;
        line-height: 22px;
    }

    .single-process {
        padding: 58px 20px 69px;
    }

    .slider {
        padding: 0px;
    }

    ul.tabs li {
        flex-grow: 1;
        font-size: 30px;
        line-height: 41px;
        padding: 15px 15px 15px 25px;
    }

    .for-whom-bottom__text,
    .tab_content ol {
        position: unset;
    }

    .for-whom-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .tab_content {
        position: relative;
        padding-bottom: 77vw;
    }

    .tab-img,
    .tab_content ol img {
        right: unset;
        left: 90px;
        max-width: unset;
    }

    .tab_content ol li .tab-img>img {
        left: unset;
        right: unset;
    }

    .tab-img,
    .tab_content ol li>img {
        top: unset;
        bottom: 13vw;
        width: 90%;
        right: unset;
        left: 39px;
        height: 60.5vw;
    }

    .tab-img img.ta5 {
        top: 263px;
    }

    .tab-img img.ta4 {
        top: 200px;
    }

    .tab-img img.ta1 {
        top: 60px;
    }

    .tab-img img.ta2 {
        top: 89px;
    }

    .tab-img img.ta3 {
        top: 191px;
    }

    .catch-flow-title {
        font-size: 54px;
        line-height: 65px;
    }

    .catch-flow-text {
        font-size: 16px;
        line-height: 19px;
    }

    .catch-flow-grid {
        grid-gap: 16px;
    }

    .catch-flow-card {
        padding: 33px;
    }

    .for-whom {
        margin-bottom: 80px;
    }

    .catch-flow {
        background-image: url("../img/catch-flow-mob2.png");
        background: unset;
        padding-bottom: 6vw;
        padding-top: 0px;
        margin: 80px 0 40px;
    }

    .catch-flow .laptop {
        position: absolute;
        top: 0;
        left: 0;
    }

    .tarif-card-top {
        margin-bottom: 10px;
    }

    h4 {
        font-size: 28px;
        line-height: 34px;
        margin: 0px 0px 40px 0px;
    }

    .secure {
        padding-top: 100px;
    }

    .hr {
        top: 47px;
    }

    .secure-card-img {
        width: 95px;
        height: 95px;
    }

    .secure-title {
        font-size: 16px;
        line-height: 19px;
    }

    .secure::after {
        content: "";
        display: block;
        position: absolute;
        width: 330px;
        height: 672px;
        top: -77px;
        left: 0;
        background-image: url("../img/Symbol2-mob.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .secure::before {
        content: "";
        display: block;
        position: absolute;
        top: unset;
        right: 0;
        bottom: -80px;
        width: 159px;
        height: 231px;
        background-image: url("../img/Symbol1-mob.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .tarif-list {
        grid-template-columns: 1fr;
    }
    .page-id-42559 .tarif-list {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .page-id-42559 .tarif-card:nth-child(2) {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .baner-title {
        font-size: 54px;
        line-height: 65px;
    }

    .baner-title span img {
        width: 53px;
    }

    .baner-box {
        padding: 60px 33px 160px;
    }

    .baner-box::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0px;
        max-width: 523px;
        width: 100%;
        max-height: 201px;
        height: 100%;
        background: url("../img/baner-box-mob.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .baner-img {
        transform: translate(10px, 20px);
        right: 18vw;
    }

    .baner-img img {
        display: none;
        margin-bottom: -5px;
        width: 271px;
    }

    .baner-img img.baner-img-mob {
        display: block;
    }

    .single-process-flex {
        justify-content: space-between;
    }

    .slider__item {
        overflow: unset;
        padding: 0px 0px;
    }
}

@media (max-width: 767px) {

    .tim2 .single-process-flex::before,
    .tim1 .single-process-flex::before,
    .tim2 .single-process-flex::after {
        display: none;
    }

    .slider ._anim_items {
        transform: translate(0px, 0px);
        opacity: 1;
        transition: all 0.2s linear;
    }

    .slick-slide img.slider__item-laptop {
        display: none;
    }

    .slick-slide img.slider__item-mob {
        display: block;
    }

    .tab_content ol li>div {
        align-items: flex-start;
    }

    .sp3-2 {
        top: 78px;
    }

    .sp3-3 {
        top: 132px;
    }

    .sp3-4 {
        top: 185px;
    }

    .sp3-5 {
        top: 252px;
    }

    .sp1 {
        top: 25px;
        left: 20px;
    }

    .sp2 {
        top: 50px;
        left: 15px;
    }

    .sp3 {
        top: 78px;
        left: 15px;
    }

    .sp4 {
        top: 107.5px;
        left: 15px;
    }

    .sp5 {
        top: 136px;
        left: 15px;
    }

    .sp6 {
        top: 163px;
        left: 15px;
    }

    .sp7 {
        top: 180px;
        left: 25px;
        height: 54px;
    }

    .sp8 {
        top: 239px;
        left: 15px;
    }

    .speed-selection-text {
        font-size: 16px;
        line-height: 19px;
    }

    .speed-selection-title {
        font-size: 28px;
        line-height: 34px;
        width: unset;
        margin-bottom: 20px;
    }

    .speed-icon svg {
        width: 52px;
        height: 52px;
    }

    .modal__form-input li {
        width: 95%;
    }

    .speed-title {
        font-size: 16px;
        line-height: 19px;
    }

    .modal__form-btn {
        width: 100%;
    }

    .modal__btn-wrap {
        padding-left: 0;
    }

    .speed-selection-bottom__flex {
        padding: 35px 20px;
    }

    .veb-form-policy {
        align-items: flex-start;
    }

    .lbl {
        font-size: 14px;
        line-height: 17px;
    }

    .speed-selection-bottom__text {
        font-size: 16px;
        line-height: 19px;
    }

    .speed-selection-bottom__title {
        font-size: 28px;
        line-height: 34px;
    }

    .anims2 .laptopn,
    .speed-selection-bottom__img,
    .laptops {
        display: none;
    }

    .mobils {
        display: block;
    }

    .speed-flex {
        padding-bottom: 30px;
    }

    .speed-text {
        margin-top: 12px;
        font-size: 16px;
        line-height: 19px;
    }

    .speed-right,
    .speed-flex,
    .speed-selection-text__box {
        width: unset;
    }

    .speed-selection-top {
        margin-bottom: 20px;
    }

    .tabs__caption li {
        margin: 0px 0px 15px 0px;
        font-size: 16px;
        line-height: 21px;
    }

    .tabs__content-flex,
    .tabs__caption,
    .speed-selection-top {
        flex-direction: column;
    }

    .contain {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tabs2-box {
        background: url("../img/Sever3.png");
        background-size: cover;
        background-repeat: no-repeat;
        padding: 30px 0 40px;
    }

    .accordions-wrap {
        margin-top: 30px;
    }

    .mfp-close {
        width: 50px;
        height: 50px;
    }

    .accordions {
        font-size: 16px;
        line-height: 19px;
    }

    .panels {
        padding-left: 43px;
        font-size: 16px;
        line-height: 19px;
        margin: 13px 0 19px;
    }

    .accordions::after {
        width: 30px;
        min-width: 30px;
        height: 24px;
        min-height: 24px;
    }

    .mfp-content h2 {
        font-size: 32px;
        line-height: 39px;
    }

    .white-popup {
        padding: 40px 15px;
    }

    .catch-flow-text span {
        display: inline;
    }

    .for-whom-bottom__btn {
        width: 100%;
    }

    #tab3 .for-whom-bottom__btn,
    #tab2 .for-whom-bottom__btn {
        justify-content: center;
    }

    #tab3 .for-whom-bottom__btn a,
    #tab2 .for-whom-bottom__btn a {
        min-width: 152px;
    }

    #tab1 .for-whom-bottom__btn a {
        flex-grow: 1;
    }

    .marquee {
        margin-top: 10px;
    }

    .tarif-card-top {
        margin-bottom: 7px;
    }

    .catch-flow-title span {
        display: none;
    }

    .baner .contain,
    .tarif .contain {
        padding: 0;
    }

    .tarif-card-btn a {
        display: block;
        width: 100%;
        padding: 8.81853px 15px;
    }

    .baner-img {
        right: 6vw;
    }

    .baner-box::after {
        max-width: 100vw;
        width: 100%;
        max-height: 39vw;
    }

    .single-process-box {
        background: none;
        margin-bottom: 0;
    }

    h4 {
        margin-bottom: 30px;
    }

    .we-trusted-btn {
        margin-top: 40px;
    }

    .tab_content img._anim_items {
        transform: translate(120%, 0%);
    }

    .tab_content img._anim_items._active {
        transform: translate(0%, 0%);
    }

    .single-process__subtitle {
        white-space: unset;
        margin-left: unset;
        text-align: center;
        margin-top: 20px;
    }

    .single-process-box .contain {
        padding: 0;
    }

    .single-process-flex {
        flex-wrap: wrap;
    }

    .tarif {
        padding-bottom: 60px;
    }

    .tarif-card {
        padding: 40px 15px 40px 15px;
    }

    .for-whom {
        margin-bottom: 60px;
    }

    .tab_content {
        padding: 30px 10px 40px;
    }

    .tab_content ol li span {
        width: 36px;
        min-width: 36px;
        height: 24px;
        min-height: 24px;
        font-size: 20px;
        line-height: 18px;
        border-radius: 18px;
    }

    .tab-img,
    .tab_content ol img {
        position: unset;
    }

    .tab-img,
    .tab_content ol li>img {
        height: unset;
        max-height: 0;
        width: 100%;
        transition: all 1s linear;
    }

    .tab_content ol li {
        flex-direction: column;
        position: relative;
    }

    .tab_content ol p {
        font-size: 16px;
        line-height: 19px;
    }

    .big-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;
    }

    .catch-flow .laptop {
        display: none;
    }

    .tabs__content {
        margin-top: 0;
    }

    .anims2 .speed-right,
    .anims1 .speed-right {
        width: 75%;
        height: 326px;
    }

    img.mobiln,
    .mobiln {
        display: block;
    }

    .tabs__caption {
        margin-bottom: 10px;
    }

    .catch-flow {
        margin-top: 60px;
        background: none;
        padding-bottom: 20px;
    }

    .catch-flow-grid>div:nth-child(1) {
        border: 2.2px solid;
        border-image-source: radial-gradient(91.62% 390.03% at 83.44% 47.36%, #4bc5ef 0%, #81f0f4 100%);
    }

    .catch-flow-title {
        font-size: 37.4179px;
        line-height: 45px;
        max-width: 224px;
    }

    .catch-flow-text {
        margin-top: 10px;
    }

    .secure {
        padding: 60px 0;
    }

    .secure::after,
    .secure::before,
    .hr {
        display: none;
    }

    .secure-card {
        max-width: unset;
        width: 100%;
        margin-bottom: 30px;
    }

    .baner-title {
        font-size: 28px;
        line-height: 34px;
    }

    .baner-btn {
        display: flex;
        justify-content: center;
    }

    .baner-box {
        padding: 50px 15px 250px;
    }

    .for-whom-bottom {
        flex-direction: column;
    }

    .for-whom-bottom__text {
        margin-top: 33px;
    }

    .baner-title span img {
        width: 40px;
        margin-bottom: -14px;
    }

    .baner-text {
        margin: 20px 0 30px;
    }

    .single-process {
        padding: 58px 10px 69px;
    }
}

/* Переход вкладок в режим аккордеона */
@media screen and (max-width: 767px) {
    .timline9 {
        display: none;
    }

    #slick-slide03 img,
    #slick-slide03 {
        min-height: unset !important;
        height: unset !important;
    }

    .tab_content ol li img {
        display: none;
    }

    .tab_content ol li img.mob-hide,
    .mob-hide {
        display: block;
        width: 100%;
    }

    .tab_content ol li img {
        left: 0;
        top: 430px;
        right: unset;
    }

    .tab_content ol li.hover .tab-img {
        opacity: 1;
        visibility: visible;
        max-height: 100vh;
        transition: all 1s linear;
    }

    .tab_content ol li.hover img {
        opacity: 1;
        max-height: 100vh;
        visibility: visible;
        margin-bottom: 20px;
        transition: all 1s linear;
    }

    #tab1 ol li.first-child.hover img {
        margin-bottom: -20px;
    }

    /* скрываем вкладки */
    ul.tabs {
        display: none;
    }

    /* показываем элементы аккордеона */
    .tab_accordion {
        position: relative;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        margin: 0;
        padding: 38px 45px 28px 23px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-top: -10px;
    }

    /* панели аккордеона при наведении */
    .tab_accordion:hover {
        background-color: #009688;
    }

    /* переключатель вкладок, положение вниз */
    .tab_accordion:before {
        content: "";
        background: url("../img/arrow-mob.svg");
        background-size: contain;
        background-repeat: no-repeat;
        min-width: 20px;
        min-height: 16px;
        height: 16px;
        width: 20px;
        display: block;
        position: absolute;
        right: 15px;
        top: 48%;
    }

    .tab_accordion[rel="tab1"]:before {
        background: url("../img/arrow-mob1.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .tab_accordion[rel="tab1"] {
        background: #e5f8ff;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        z-index: 1;
    }

    .tab_accordion[rel="tab1"] {
        margin-top: 0;
    }

    .tab_accordion[rel="tab2"] {
        background: #335ce9;
        color: #fff;
        z-index: 3;
    }

    .tab_accordion[rel="tab3"] {
        background: #262a51;
        color: #fff;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        z-index: 2;
    }

    .tab_content {
        position: relative;
        padding-bottom: 40px;
    }

    #tab3.active,
    #tab2.active,
    .tab_content.active {
        border-radius: 0px 0px 15px 15px;
        z-index: 5;
    }

    /* состояние активных панелей */
    .tab_accordion.d_active {
        z-index: 5;
        border-radius: 15px 15px 0px 0px;
    }

    /* активный переключатель, положение вверх */
    .d_active.tab_accordion:before {
        background: url("../img/arrow-mob2.svg");
        background-size: contain;
        background-repeat: no-repeat;
        top: 42px;
        transform: rotate(90deg);
    }

    .catch-flow-title {
        font-size: 24px;
        line-height: 29px;
    }

    .catch-flow-grid>div:nth-child(4),
    .catch-flow-grid>div:nth-child(3),
    .catch-flow-grid>div:nth-child(2),
    .catch-flow-grid>div:nth-child(1) {
        grid-row-start: unset;
        grid-column-start: unset;
        grid-row-end: unset;
        grid-column-end: unset;
    }

    .catch-flow-grid {
        grid-template-columns: 1fr;
    }

    h4 {
        font-size: 28px;
        line-height: 34px;
    }

    .secure-flex {
        flex-direction: column;
    }

    .secure::before,
    .secure::after,
    .secure-card:nth-child(2)::after,
    .secure-card:nth-child(1)::after {
        display: none;
    }

    .baner-title {
        font-size: 26px;
        line-height: 31px;
    }

    .baner-text {
        font-size: 16px;
        line-height: 19px;
    }

    .big-title {
        font-size: 24px;
        line-height: 130%;
    }

    .single-process-top {
        font-size: 18px;
        line-height: 130%;
    }
}

@media (max-width: 400px) {
    .sp3-1 {
        width: 97%;
        top: -1px;
    }

    .sp3-2 {
        top: 68px;
        left: 17px;
        width: 82%;
    }

    .sp3-3 {
        top: 115px;
        left: 17px;
        width: 82%;
    }

    .sp3-4 {
        top: 162px;
        left: 17px;
        width: 82%;
    }

    .sp3-5 {
        top: 230px;
    }

    .contain {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 380px) {

    .anims2 .speed-right,
    .anims1 .speed-right {
        width: 75%;
        height: 306px;
    }

    .slider__item {
        padding: 0px 16px;
        overflow: hidden;
    }
}

@media (max-width: 349px) {
    .single-process__scroll .slider {
        padding: 0;
    }
}

/* talen2 start */
.catch-flow2 {
    padding-bottom: 190px;
    padding-top: 100px;
}

.adaptation-box {
    padding-top: 40px;
}

.adaptation {
    padding-top: 40px;
    padding-bottom: 6vw;
    margin-bottom: 27px;
}

.adaptation-fon-mob,
.adaptation-fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.adaptation-scroll {
    display: flex;
}

.adaptation-slid-flex {
    display: flex;
    justify-content: center;
}

.adaptation-slid-left {
    width: 42%;
}

.adaptation1 {
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.adaptation1__2 {
    margin-left: auto;
    height: 338px;
    width: 476px;
    background: #effbff;
    border-radius: 30px;
    max-width: 0px;
    opacity: 0;
    right: 0;
    overflow: hidden;
    transition: all 1s linear;
}

.adaptation1__2-content {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 50px;
}

.adaptation1-title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
}

.adaptation1-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin: 20px 0;
}

.adaptation1-text span {
    color: #00a9ff;
}

.adaptation1-mintext {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.adaptation2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 43px;
    margin-left: auto;
}

.adaptation2__2 {
    width: 300px;
    height: 148px;
    overflow: hidden;
    max-width: 0;
    /* opacity: 0; */
    right: 0;
    margin-left: auto;
    background: #effbff;
    border-radius: 30px;
}

.adaptation2-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 23px;
}

.adaptation2-card {
    display: flex;
}

.adaptation2-card svg {
    margin-right: 8px;
    margin-top: 3px;
}

.adaptation2-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.396923px;
    color: #0b1218;
}

.adaptation2-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.61px;
    color: #0b1218;
}

.adaptation2-icon {
    margin-left: 10px;
}

.adaptation2__1 {
    width: 148px;
    height: 90px;
    margin-left: -1px;
    margin-right: -2px;
}

.adaptation2__1 img {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    max-width: 0;
    transition: all 4s linear;
}

.adaptation-slid-center {
    margin-top: 60px;
    z-index: 8;
}

img.slides1-3-lap {
    display: none;
}

/* .adaptation-slid-right {
	flex-grow: 1;
} */
.adaptation3__1 {
    width: 248px;
    height: 120px;
    margin-left: -2px;
    margin-top: -2px;
}

.adaptation3__1 img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    max-width: 0;
    max-height: 80px;
    transition: all 4s linear;
}

.adaptation3__2 {
    width: 172px;
    height: 180px;
    margin-left: 125px;
    margin-right: auto;
    /* left: 0;
	max-height: 0;
	background: #effbff;
	border-radius: 30px;
	overflow: hidden; */
}

.adaptation3__2-content {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 0;
    background: #effbff;
    border-radius: 30px;
    overflow: hidden;
    /* padding: 22px 32px; */
}

.adaptation3-title {
    font-style: normal;
    font-weight: 500;
    font-size: 21.5455px;
    line-height: 27px;
    letter-spacing: -0.356329px;
    color: #000000;
    padding: 22px 32px 0;
}

.adaptation3-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12.5682px;
    line-height: 17px;
    letter-spacing: 0.547614px;
    color: #000000;
    margin: 17px 0 3px;
    padding: 0px 32px 0;
}

.adaptation3-icon {
    padding: 0px 32px 0;
}

.adaptation4 {
    margin-top: 7vw;
    margin-top: 115px;
    /* min-height: 94px; */
    min-height: 30px;
    /* max-width: 478px; */
    width: 80vw;
    background: #effbff;
    /* width: 40vw; */
    /* margin-right: -44vw; */
    margin-left: -2px;
    position: absolute;
}

.adaptation4 {
    max-width: 0;
}

.adaptation4 img {
    display: none;
}

.adaptation-slid,
.adaptation-slid2 {
    min-width: 100vw;
    transition: all 4s linear;
}

.adaptation-slid-top {
    display: flex;
    justify-content: center;
}

.adaptation6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.adaptation6__2 {
    max-width: 324px;
    width: 324px;
    height: 225px;
}

.adaptation6-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14.688px;
    line-height: 20px;
    letter-spacing: -0.2448px;
    color: #0b1218;
    z-index: 2;
}

.adaptation6__2__content {
    position: absolute;
    bottom: 0;
    padding: 0;
    background: #effbff;
    border-radius: 30px;
    max-height: 0;
    overflow: hidden;
}

.adaptation6__2__box {
    background: #fff;
    padding: 13px 13px 0;
}

.adaptation6-icon {
    margin-top: -37px;
}

.adaptation6__1 {
    height: 98px;
    width: 91px;
    margin-top: -2px;
}

.adaptation6__1 img {
    position: absolute;
    width: 91px;
    height: 100%;
    bottom: 0;
    max-height: 0;
    transition: all 2s linear;
}

.adaptation8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 14vw;
}

.adaptation8__2 {
    width: 600px;
    height: 242px;
    bottom: 0;
    margin-top: auto;
}

.adaptation8__2-content {
    position: absolute;
    /* padding: 50px; */
    width: 100%;
    height: 100%;
    bottom: 0;
    background: #effbff;
    border-radius: 30px;
    overflow: hidden;
    max-height: 0px;
}

.adaptation8-title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    margin: 40px 0px 0px 50px;
}

.adaptation8-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-top: 20px;
    margin: 20px 50px 0px 50px;
}

.adaptation8__1 {
    height: 149px;
    width: 91px;
    margin-top: -1px;
}

.adaptation8__1 img {
    position: absolute;
    width: 91px;
    height: 100%;
    bottom: 0;
    max-height: 0;
    transition: all 3s linear;
}

.adaptation-slid-bottom {
    display: flex;
    justify-content: center;
    margin-top: -5px;
}

.adaptation5 {
    display: flex;
    align-items: center;
    margin-top: -45px;
}

.adaptation5__1 {
    /* margin-left: -19vw;
	margin-bottom: 65px;
	margin-bottom: 85px;
	height: 85px;
	width: 21vw; */
    display: none;
}

/* .adaptation5__1 {
	margin-left: -20vw;
	margin-bottom: 82px;
	height: 86px;
	width: 19vw;
	margin-right: -1px;
} */
/* .adaptation5__1 img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 0;
	transition: all 4s linear;
} */
.adaptation5__2 {
    width: 526px;
    height: 325px;
    background: #effbff;
    border-radius: 30px;
    overflow: hidden;
    max-width: 0;
}

.adaptation5__2-content {
    width: 100%;
    height: 100%;
    padding: 50px;
}

.adaptation5-title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
}

.adaptation5-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-top: 20px;
}

.adaptation7 {
    display: flex;
    align-items: flex-start;
}

.adaptation7__1 {
    height: 81px;
    width: 91px;
    margin: 25px -2px 0;
}

.adaptation7__1 img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    max-width: 0;
    transition: all 4s linear;
}

.adaptation7__2 {
    background: #effbff;
    border-radius: 30px;
    padding: 35px;
    margin-bottom: -30px;
    overflow: hidden;
}

.desctop {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
}

.catch-flow2 .desctop {
    top: 200px;
    object-fit: contain;
}

.catch-flow2 .catch-flow-grid>div:nth-child(1) {
    background: #262a51;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 1;
    grid-column-end: 2;
}

.catch-flow2 .catch-flow-grid>div:nth-child(2) {
    background: #335ce9;
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 1;
    grid-column-end: 3;
}

.catch-flow2 .catch-flow-grid>div:nth-child(3) {
    background: #effbff;
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 3;
}

.catch-flow2 .catch-flow-grid div:nth-child(1) .catch-flow-title {
    background: linear-gradient(308.01deg, #6ad9ff -47.87%, #335ce9 105.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.catch-flow2 .catch-flow-grid div:nth-child(2) .catch-flow-title {
    background: radial-gradient(91.62% 390.03% at 83.44% 47.36%, #4bc5ef 0%, #81f0f4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.catch-flow2 .catch-flow-grid div:nth-child(3) .catch-flow-title {
    background: linear-gradient(308.01deg, #6ad9ff -47.87%, #335ce9 105.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.catch-flow2 .catch-flow-grid div:nth-child(1) .catch-flow-text,
.catch-flow2 .catch-flow-grid div:nth-child(1) .catch-flow-text {
    color: #ffffff;
}

.catch-flow2 .catch-flow-grid div:nth-child(3) .catch-flow-text {
    color: #0b1218;
}

.saving-time-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}

.saving-time-block img {
    margin-top: auto;
    margin-bottom: -5px;
}

.saving-time-block {
    padding-top: 70px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
}

.saving-time-block.bg2,
.saving-time-block.bg1 {
    align-items: center;
    justify-content: space-between;
}

.saving-time-text {
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding: 0 20px 20px 50px;
    z-index: 3;
}

.saving-time-img {
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: auto;
}

.saving-time-baner {
    position: relative;
    margin: 24px 0;
    padding: 6px 30px 12px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    background: linear-gradient(117.6deg, #00d1ff 32.84%, #1a39ff 338.93%);
}

.saving-time-baner::after {
    content: "";
    background: url("../img/tal2/saving-time-baner-fon.png");
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.saving-time-baner__title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    max-width: 273px;
    z-index: 4;
}

.saving-time-baner__right {
    z-index: 4;
}

.bg2 {
    background: url("../img/tal2/bg2.png"), #335ce9;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #ffffff;
}

.bg3 .saving-time-text {
    margin-bottom: 10px;
}

.bg3 .saving-time-img {
    margin-left: auto;
}

.bg1 {
    color: #000000;
    background: #effbff;
}

.stb1 {
    position: absolute;
    top: 40px;
    left: -300px;
    z-index: 5;
}

.stb2-cat-fon {
    position: absolute;
    top: 0;
    left: calc(50% - 71px);
    width: 142px;
    height: 142px;
}

.bg1 .saving-time-img {
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.candidate {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.candidate-fon {
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

.bg1 .saving-time-img:hover .candidate-fon {
    transform: scale(1.4);
    transition: all 1s linear;
}

.saving-time-block.bg2 .saving-time-img {
    transform: translateY(70px);
}

.saving-time-block.bg2 .saving-time-img:hover {
    transform: translateY(0);
    transition: all 1s linear;
}

.stb2-cat {
    position: absolute;
    top: 19px;
    left: calc(50% - 49.5px);
}

.stb2:hover .stb2-cat-fon {
    transform: rotate(360deg);
    transition: all 6s linear;
}

.candidate-fon {
    position: absolute;
}

.bg3 {
    background: url("../img/tal2/bg3.png"), #262a51;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #ffffff;
}

.bg4 {
    background: linear-gradient(150.3deg, #e5f8ff 18.16%, #0bd2fb 147.28%);
    color: #000000;
}

.bg4::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/tal2/bg4.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.accordion-sec {
    padding-bottom: 50px;
    margin-bottom: 100px;
}

.accordion-sec .panels {
    padding-bottom: 8px;
}

.accordion-sec .panels p {
    margin-top: 2px;
}

.contains {
    max-width: 1485px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
}

.accordion-bigtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    color: #000000;
    background: #effbff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 30px 64px 0;
    width: max-content;
    max-width: 79%;
    margin: 0 auto;
}

.accordion-bigtitle::after {
    position: absolute;
    content: "";
    display: block;
    background: url("../img/tal2/accord/after-ac.svg");
    bottom: 0;
    left: -42px;
    min-width: 42px;
    width: 42px;
    min-height: 44px;
    height: 44px;
}

.accordion-bigtitle::before {
    position: absolute;
    content: "";
    display: block;
    background: url("../img/tal2/accord/before-ac.svg");
    min-width: 42px;
    width: 42px;
    min-height: 42px;
    height: 42px;
    bottom: 0;
    right: -42px;
}

.accordion-box {
    background: #effbff;
    border-radius: 40px;
    padding: 50px 49px 0;
}

.accordions-wraps {
    padding: 0px 0px 77px;
    border-radius: 40px;
}

.accordions-wraps::after {
    content: "";
    position: absolute;
    bottom: -40px;
    width: 100%;
    height: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #effbff;
}

.accordions-wraps .panels,
.accordions-wraps .accordion__content {
    position: unset;
    max-width: 467px;
}

.accordions-wraps .accordions {
    padding-left: 45px;
}

.accordions-wraps .accordions::after {
    display: none;
}

.accordions-wraps .panels {
    padding-left: 105px;
}

.accordions-wraps .for-whom-bottom {
    margin-top: 32px;
    padding-left: 100px;
}

.accordions svg {
    stroke: #cbe1eb;
    margin-right: 20px;
    margin-bottom: -7px;
}

.accordion__content.open .accordions svg {
    stroke: #00a9ff;
    transform: rotate(90deg);
    transition: all 0.3s linear;
}

.panels-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

.acc1-laptop {
    width: 100%;
}

.acc1-0 {
    position: absolute;
    left: 45px;
    bottom: 4px;
}

.acc1-0-laptop {
    position: absolute;
    left: 13vw;
    bottom: 0px;
}

.acc1-1 {
    position: absolute;
    left: 56px;
    bottom: 289px;
    width: 206px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.acc1-4-laptop {
    position: absolute;
    right: 2px;
    bottom: 0px;
}

.acc1-2 {
    position: absolute;
    left: 62px;
    bottom: 114px;
}

.acc1-2-laptop {
    position: absolute;
}

.acc1-3 {
    position: absolute;
    left: 62px;
    bottom: 4px;
}

.acc1-3-laptop {
    position: absolute;
}

.acc1-4 {
    position: absolute;
    bottom: 4px;
    left: 285px;
    border-bottom-right-radius: 30px;
}

.acc1-4-laptop {
    position: absolute;
}

.acc2-1 {
    position: absolute;
    left: 34px;
    bottom: 4px;
    transition: all 1.6s linear;
}

.acc2-1-laptop {
    position: absolute;
    left: 34px;
    bottom: 0px;
}

.acc2-2 {
    position: absolute;
    top: 51px;
    left: 257px;
    transition: all 1.8s linear;
}

.acc2-2-laptop {
    position: absolute;
    top: 40px;
    right: 40px;
}

.acc3-1 {
    position: absolute;
    bottom: 4px;
    left: 0px;
}

.acc3-1-laptop {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.acc3-2 {
    position: absolute;
    bottom: 33%;
    left: 305px;
}

.acc3-2-laptop {
    position: absolute;
    bottom: 33%;
    right: 14vw;
}

.acc4-1 {
    position: absolute;
    bottom: 4px;
    left: 145px;
}

.acc4-1-laptop {
    position: absolute;
    bottom: 0px;
    right: 7vw;
}

.acc4-2 {
    position: absolute;
    bottom: 26%;
    left: 35px;
}

.acc4-2-laptop {
    position: absolute;
    bottom: 26%;
    left: 7vw;
}

.acc5-laptop {
    width: 100%;
}

.acc5-mob {
    position: absolute;
}

.acc5-1 {
    position: absolute;
    bottom: 4px;
    left: 3px;
    border-bottom-right-radius: 28px;
}

.acc5-1-laptop {
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom-right-radius: 28px;
}

.acc6-1 {
    position: absolute;
    bottom: 4px;
    left: 47px;
}

.acc6-1-laptop {
    position: absolute;
    bottom: 0px;
    left: 12vw;
}

.acc6-2 {
    position: absolute;
    bottom: 43%;
    left: 347px;
}

.acc6-2-laptop {
    position: absolute;
    bottom: 38%;
    right: 10vw;
}

/* animate  */
.adaptation-slid-center {
    opacity: 0;
    transform: translateY(120%);
    transition: all 0.5s linear;
}

.adaptation1__1 {
    height: 94px;
    width: 73px;
    margin-left: -1px;
    max-width: 0;
    transition: all 0.5s linear;
}

.adaptation7__2 {
    transform: scale(0);
    transition: all 0.9s linear;
}

.arr-anime-l,
.arr-anime-r {
    position: absolute;
    top: 50%;
    margin: -45px 0px 0px 0px;
    z-index: 10;
    width: 45px;
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    border-radius: 50%;
    border: 1.73091px solid #c2d7e0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all 0.5s linear;
}

.arr-anime-l {
    left: 50px;
    background: url("../img/sl-arrow_l.svg") #f7fdff;
    background-repeat: no-repeat;
    background-size: 9.03px 15.4px;
    background-position: center;
}

.arr-anime-r {
    right: 50px;
    background: url("../img/sl-arrow_r.svg") #f7fdff;
    background-size: 9.03px 15.4px;
    background-position: center;
    background-repeat: no-repeat;
}

.arr-anime-l.activ,
.arr-anime-r.activ {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s linear;
}

.adaptation3__2.anime .adaptation3__2-content {
    max-height: 100vh;
    opacity: 1;
    transition: all 2s linear;
}

.adaptation6__2.anime .adaptation6__2__content {
    /* padding: 22px 23px; */
    max-height: 100vh;
    transition: all 2s linear;
}

.adaptation6__2__box {
    margin: 22px 23px;
}

.adaptation6__1.anime img {
    max-height: 100vh;
    transition: all 2s linear;
}

.adaptation8__1.anime img {
    max-height: 100vh;
    transition: all 3s linear;
}

.adaptation7__2.anime {
    transform: scale(1);
    transition: all 0.9s linear;
}

.adaptation2__2.anime {
    max-width: 100vw;
    /* opacity: 1; */
    transition: all 2s linear;
}

.adaptation5__2.anime {
    max-width: 100vw;
    transition: all 2s linear;
}

.adaptation8__2.anime .adaptation8__2-content {
    max-height: 100vw;
    /* padding: 50px; */
    transition: all 2s linear;
}

.adaptation5__1.anime img {
    max-width: 100vw;
    transition: all 4s linear;
}

.adaptation1__2.anime {
    max-width: 100vw;
    opacity: 1;
    transition: all 0.7s linear;
}

.adaptation4.anime {
    max-width: 100vw;
    transition: all 5s linear;
}

.adaptation3__1.anime img {
    max-width: 100vw;
    transition: all 2.9s linear;
}

.adaptation3__1 img.anime {
    max-height: 100vh;
    transition: max-height 5.9s linear;
}

.adaptation7__1.anime img {
    max-width: 100vw;
    transition: all 4s linear;
}

.adaptation2__1.anime img {
    max-width: 100vw;
    transition: all 4s linear;
}

.adaptation1__1.anime {
    max-width: 100vw;
    transition: all 0.5s linear;
}

.adaptation-slid-center.anime {
    opacity: 1;
    transform: translateY(0%);
    transition: all 0.5s linear;
}

.adaptation-slid.anime,
.adaptation-slid2.anime {
    transform: translateX(-100%);
    transition: all 4s linear;
}

/* animate  */
.acc6-laptop,
.acc6-mob,
.acc6-1-laptop,
.acc6-2-laptop,
.acc2-laptop,
.acc2-mob,
.acc2-1-laptop,
.acc2-2-laptop,
.acc3-laptop,
.acc3-mob,
.acc3-1-laptop,
.acc3-2-laptop,
.acc4-laptop,
.acc4-mob,
.acc4-1-laptop,
.acc4-2-laptop,
.acc5-mob,
.acc5-laptop,
.acc5-1-laptop,
.acc1-laptop,
.acc1-mob,
.acc1-0-laptop,
.acc1-1-laptop,
.acc1-2-laptop,
.acc1-3-laptop,
.acc1-4-laptop {
    display: none;
}

.multi {
    position: absolute;
    bottom: 0px;
    right: 30px;
    transform: translateY(100px);
    transition: all 0.9s linear;
}

.multi-one,
.mailing-laptop,
.multi-laptop,
.mailing-hover-laptop,
.adaptation-fon-mob,
img.adaptation5__1-mob {
    display: none;
}

.bg4:hover .multi {
    transform: translateY(0px);
    transition: all 0.9s linear;
}

.bg3:hover img.mailing-hover {
    opacity: 1;
}

img.mailing-hover {
    position: absolute;
    margin: 0;
    bottom: 38px;
    right: 82px;
    opacity: 0;
    border: 0.464571px solid #ebeced;
    box-shadow: 0px 0.929142px 11.1497px rgba(11, 18, 24, 0.08);
    border-radius: 2.32286px;
}

.multi-one {
    width: 91%;
    margin-left: auto;
}

.adaptation1__1-mob,
.adaptation8__1-laptop,
.adaptation7__1-laptop,
.adaptation6__1-laptop,
.adaptation5__1-laptop,
.adaptation4-laptop,
.adaptation3__1-laptop,
.adaptation2__1-laptop,
.adaptation1__1-laptop,
img.materials-mob,
.stb1-mob {
    display: none;
}

.secure-card:first-child .secure-title {
    max-width: 140px;
}

.adaptation3-icon {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.modal__form-input li._anim_items {
    transform: none;
    opacity: 1;
}

/* @media (min-width: 1430px) {
	.adaptation4 {
		width: 42vw;
		margin-right: -20vw;
	}
} */
@media (max-width: 1430px) {
    .accordions-wraps .accordions {
        padding-left: 25px;
    }

    .accordions-wraps .panels {
        padding-left: 80px;
    }

    .accordions-wraps .for-whom-bottom {
        padding-left: 80px;
    }

    .adaptation4 {
        width: 70vw;
    }
}

@media (max-width: 1285px) {

    /* .slider {
		padding: 0px 20px;
	} */
    .adaptation-slid-left {
        width: 44.7%;
    }

    .adaptation3__1 {
        width: 253px;
        height: 127px;
    }

    .we-trusted2 .marquee {
        margin-top: 20px;
    }

    .catch-flow2 .desctop {
        top: 117px;
        object-fit: contain;
    }

    .adaptation5__1 {
        margin-bottom: 95px;
        margin-bottom: 81px;
    }

    .adaptation-slid2.anime {
        transform: translateX(-98%);
    }

    .acc1-0 {
        width: 207px;
        left: 3.6vw;
    }

    .acc1-1 {
        left: 4.4vw;
        bottom: 279px;
        width: 193px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .acc1-2 {
        position: absolute;
        left: 4.8vw;
        bottom: 114px;
        width: 182px;
    }

    .acc1-3 {
        position: absolute;
        left: 4.8vw;
        bottom: 4px;
        width: 182px;
    }

    .acc1-4 {
        position: absolute;
        bottom: 4px;
        left: 22vw;
        width: 21vw;
    }

    .acc2-2 {
        left: 20vw;
        width: 23.1vw;
    }

    .acc2-1 {
        left: 3vw;
        width: 15.4vw;
    }

    .acc3-1 {
        width: 36.7vw;
    }

    .acc3-2 {
        left: 24vw;
        width: 17.5vw;
    }

    .acc4-1 {
        width: 31.6vw;
        left: 11vw;
    }

    .acc4-2 {
        width: 19.4vw;
        left: 2.5vw;
    }

    .acc6-1 {
        bottom: 3px;
        width: 21.3vw;
        left: 4vw;
    }

    .acc6-2 {
        width: 13.4vw;
        left: 27vw;
    }
}

@media (max-width: 1170px) {
    .adaptation3__2 {
        margin-left: 25px;
    }

    .desctops,
    .adaptation1__1 img,
    .adaptation2__1 img,
    .adaptation3__1 img,
    .adaptation5__1 img,
    .adaptation6__1 img,
    .adaptation7__1 img,
    .adaptation8__1 img,
    .adaptation4 img,
    .adaptation1__1 img,
    .adaptation6__1 img {
        display: none;
    }

    img.adaptation8__1-laptop,
    img.adaptation7__1-laptop,
    img.adaptation6__1-laptop,
    img.adaptation5__1-laptop,
    img.adaptation4-laptop,
    img.adaptation3__1-laptop,
    img.adaptation2__1-laptop,
    img.adaptation1__1-laptop {
        display: block;
    }

    .accordion-sec {
        margin-bottom: 57px;
        padding-bottom: 0;
    }

    img.mailing-hover-laptop {
        position: absolute;
        margin: 0;
        bottom: 42px;
        right: -8px;
        opacity: 0;
        border: 0.464571px solid #ebeced;
        box-shadow: 0px 0.929142px 11.1497px rgba(11, 18, 24, 0.08);
        border-radius: 2.32286px;
    }

    img.multi-laptop {
        position: absolute;
        bottom: 0px;
        right: 0;
        margin: 0;
        transform: translateY(70px);
        transition: all 0.9s linear;
    }

    .bg4:hover img.multi-laptop {
        transform: translateY(0px);
        transition: all 0.9s linear;
    }

    .bg3:hover img.mailing-hover-laptop {
        opacity: 1;
    }

    .bg4 img,
    .multi,
    .bg3 img,
    .mailing-hover {
        display: none;
    }

    img.multi-one,
    img.mailing-laptop,
    img.multi-laptop,
    img.mailing-hover-laptop {
        display: block;
    }

    .acc5-laptop,
    .acc6-laptop,
    .acc4-laptop,
    .acc3-laptop,
    .acc2-laptop {
        width: 100%;
    }

    .accordions-wraps .for-whom-bottom {
        padding-left: 57px;
        margin-top: 16px;
    }

    .adaptation5 {
        margin-top: 0;
    }

    .adaptation6__2 {
        max-width: 251px;
        width: 251px;
    }

    .adaptation8 {
        margin-left: 10vw;
    }

    .adaptation8__2 {
        width: 367px;
        height: 241px;
    }

    .adaptation5__1 {
        display: none;
    }

    .adaptation7-img1,
    .adaptation7-img2 {
        width: 260px;
    }

    .adaptation7__1 {
        height: 57px;
        width: 28px;
        margin-top: 101px;
    }

    .adaptation5__2 {
        width: 400px;
        height: 200px;
    }

    .adaptation5-title,
    .adaptation8-title {
        font-size: 22px;
        line-height: 27px;
    }

    .adaptation8-text {
        font-size: 16px;
        line-height: 19px;
    }

    .adaptation7__2 {
        padding: 20px;
    }

    .adaptation8__1 {
        height: 64px;
        width: 91px;
    }

    .adaptation6__1 {
        height: 63px;
        width: 73px;
        margin-top: -2px;
    }

    .multi {
        right: 0;
    }

    .we-trusted2 .we-trusted-btn {
        margin-top: 70px;
    }

    .we-trusted2 .marquee {
        margin-top: 25px;
    }

    .catch-flow2 .desctop {
        display: none;
    }

    .catch-flow2 .laptop {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .catch-flow2 {
        padding-bottom: 95px;
        padding-top: 80px;
        margin-bottom: 50px;
    }

    .adaptation1-title {
        font-size: 22px;
        line-height: 27px;
    }

    .adaptation5-text,
    .adaptation1-text {
        font-size: 16px;
        line-height: 19px;
    }

    .adaptation1__2.anime .adaptation1__2-content {
        padding: 25px;
        max-width: 100vw;
        transition: all 1s linear;
    }

    .adaptation1__2 {
        width: 276px;
        height: 270px;
    }

    .adaptation2__1 {
        width: 50px;
        height: 80px;
        margin-right: -40px;
    }

    .adaptation-slid-center img {
        display: none;
    }

    img.slides1-3-lap {
        display: block;
        width: 215px;
    }

    .adaptation-slid-left {
        width: unset;
    }

    .adaptation2 {
        margin-top: 20px;
    }

    .adaptation-slid.anime {
        transform: translateX(-100%);
        transition: all 4s linear;
    }

    /* .adaptation6__2.anime .adaptation6__2__content {
		padding: 10px 10px;
	} */
    .adaptation6__2__box {
        margin: 10px 10px;
    }

    .adaptation2-title {
        font-size: 24px;
        line-height: 30px;
        font-size: 14px;
        line-height: 19px;
    }

    .adaptation1__1 {
        margin-left: -2px;
        margin-right: -30px;
    }

    .adaptation1__1.anime {
        width: 70px;
        margin-top: 32px;
    }

    /* .adaptation3__2, */
    .adaptation3-title {
        /* margin-left: 20px; */
        padding: 20px 20px 0;
    }

    .adaptation3-icon,
    .adaptation3-text {
        padding: 0px 20px 0;
    }

    .adaptation3__1 {
        width: 190px;
        height: 88px;
        margin-left: -17px;
        margin-top: -2px;
    }

    .adaptation4 {
        margin-top: 7vw;
        width: 38vw;
        /* margin-right: -12vw; */
    }

    .adaptation8__2.anime .adaptation8__2-content {
        /* padding: 25px; */
    }

    .adaptation5__2-content {
        max-width: 346px;
        padding: 25px;
    }

    .adaptation8__2-content {
        max-width: 367px;
    }

    .accordion-bigtitle {
        font-size: 30px;
        line-height: 41px;
        margin: 0;
        text-align: left;
        padding: 20px 30px 0;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .accordion-bigtitle::after {
        display: none;
    }

    .accordion-box {
        border-radius: 30px;
        border-top-left-radius: 0;
        padding: 45px 30px;
    }

    .accordions-wraps .accordions {
        padding-left: 0;
    }

    .accordions-wraps .panels {
        padding-left: 55px;
    }

    .acc5-1-laptop {
        right: -1px;
    }

    .acc4-2-laptop {
        bottom: 21%;
        left: 12vw;
    }

    .acc3-2-laptop {
        right: 21vw;
    }

    .accordions-wraps {
        padding-bottom: 490px;
    }

    .panels-img {
        top: unset;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .saving-time-box>div.saving-time-grid:first-child {
        grid-template-columns: 1fr;
    }

    .saving-time-block {
        padding-top: 30px;
    }

    .saving-time-block.bg1 {
        flex-direction: row;
        padding: 30px 30px 0;
    }

    .saving-time-block.bg2 {
        padding: 30px 30px 0;
    }

    .saving-time-block.bg1 .saving-time-text {
        width: 40%;
    }

    .saving-time-block.bg2 .saving-time-text {
        padding: 0;
    }

    .saving-time-block.bg4 .saving-time-text {
        padding-left: 30px;
    }

    .saving-time-block.bg3 {
        padding-left: 30px;
    }

    .saving-time-text {
        padding-left: 0;
        width: 100%;
    }

    .saving-time-baner::after {
        content: "";
        background: url("../img/tal2/saving-time-baner-fon-lap.png");
        background-repeat: no-repeat;
        background-position: bottom;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .stb1 {
        position: unset;
        top: unset;
        left: unset;
        z-index: 1;
        width: 43vw;
        bottom: 40px;
        left: 40px;
        margin-bottom: 40px;
        margin-right: -94px;
    }

    .stb2 {
        z-index: 5;
    }

    .saving-time-baner {
        position: relative;
        margin: 24px 0;
        padding: 6px 16px 7px 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    .saving-time-baner__title {
        margin-top: 30px;
        max-width: 293px;
    }

    .saving-time-baner__right {
        margin-top: -100px;
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .acc6-2,
    .acc6-1,
    .acc6,
    .acc5-1,
    .acc5,
    .acc4-2,
    .acc4-1,
    .acc4,
    .acc3-2,
    .acc3-1,
    .acc3,
    .acc2-2,
    .acc2-1,
    .acc2,
    .acc1-4,
    .acc1-3,
    .acc1-2,
    .acc1-1,
    .acc1-0,
    .acc1 {
        display: none;
    }

    .contains {
        padding-left: 25px;
        padding-right: 25px;
    }

    .acc6-laptop,
    .acc6-1-laptop,
    .acc6-2-laptop,
    .acc2-laptop,
    .acc2-1-laptop,
    .acc2-2-laptop,
    .acc3-laptop,
    .acc3-1-laptop,
    .acc3-2-laptop,
    .acc4-laptop,
    .acc4-1-laptop,
    .acc4-2-laptop,
    .acc5-laptop,
    .acc5-1-laptop,
    .acc1-laptop,
    .acc1-0-laptop,
    .acc1-1-laptop,
    .acc1-2-laptop,
    .acc1-3-laptop,
    .acc1-4-laptop {
        display: block;
    }
}

@media (max-width: 767px) {

    .slider__item svg,
    img.adaptation8__1-laptop,
    img.adaptation7__1-laptop,
    img.adaptation6__1-laptop,
    img.adaptation5__1-laptop,
    img.adaptation4-laptop,
    img.adaptation3__1-laptop,
    img.adaptation2__1-laptop,
    img.adaptation1__1-laptop {
        display: none;
    }

    img.adaptation1__1-mob {
        display: block;
    }

    .baner-box::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0px;
        max-width: 523px;
        width: 100%;
        max-height: 201px;
        height: 100%;
        background: url("../img/baner-box-laptop.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .secure-card:first-child .secure-title {
        max-width: unset;
    }

    .adaptation-fon,
    .adaptation5__1 img,
    .adaptation8__1,
    .adaptation-slid-right,
    .adaptation-slid-center,
    .adaptation4,
    .adaptation2,
    .adaptation3,
    .adaptation7,
    .adaptation6,
    .stb2,
    .accordion-bigtitle::before {
        display: none;
    }

    .adaptation5__2 {
        width: 100%;
        height: 180px;
        max-width: unset;
        background: unset;
        border-radius: unset;
    }

    .adaptation5__2-content {
        padding: 0px;
        max-height: 0;
        background: #effbff;
        border-radius: 20px;
        overflow: hidden;
    }

    .adaptation5__2.anime .adaptation5__2-content {
        max-height: 100vw;
        padding: 20px;
        transition: all 1s linear;
    }

    .adaptation8__2 {
        width: 267px;
        height: 240px;
        background: unset;
        border-radius: unset;
        max-width: unset;
        max-height: unset;
    }

    .adaptation8__2-content {
        padding: 0px;
        max-height: 0;
        background: #effbff;
        border-radius: 20px;
        overflow: hidden;
    }

    .acc5-mob {
        position: unset;
    }

    .bg2 img,
    .stb1 {
        display: none;
    }

    img.materials-mob {
        display: block;
        margin-top: 20px;
    }

    .stb1-mob {
        display: block;
        margin-right: -25px;
        margin-top: 20px;
    }

    .saving-time-baner::after {
        content: "";
        background: url("../img/tal2/saving-time-baner-fon-mob.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-y: 38px;
    }

    .bg2 {
        background: url("../img/tal2/bg2-mob.png"), #335ce9;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .saving-time-block.bg2 {
        padding: 30px 0px 0;
    }

    img.multi-laptop {
        margin-right: -30px;
    }

    .saving-time-block.bg2 .saving-time-text {
        padding-left: 30px;
        padding-right: 30px;
    }

    .bg4 .saving-time-img {
        margin-top: 20px;
    }

    .adaptation8-text {
        margin: 20px 20px 0px 20px;
    }

    .adaptation8-title {
        margin: 20px 0px 0px 20px;
    }

    .adaptation8__2.anime .adaptation8__2-content {
        max-height: 100vw;
        transition: all 1s linear;
    }

    .adaptation5__1 {
        display: block;
    }

    .adaptation1__2.anime .adaptation1__2-content {
        padding: 20px;
        max-width: 100vw;
        transition: all 1s linear;
    }

    .adaptation5__1 {
        height: 56px;
        width: 89px;
        margin: -2px 0 -2px 20vw;
    }

    .adaptation5__1 img {
        max-height: 0;
    }

    .adaptation5__1.anime img {
        max-height: 100vh;
        transition: all 0.5s linear;
    }

    .adaptation1-text {
        margin: 10px 0;
    }

    .adaptation5__1 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .adaptation1__2.anime {
        max-width: 90%;
        opacity: 1;
        transition: all 0.7s linear;
    }

    .adaptation1__2 {
        height: 253px;
        width: 90%;
        max-width: 90%;
        background: unset;
        border-radius: unset;
        margin-left: unset;
        margin-right: auto;
    }

    .adaptation1__2-content {
        overflow: hidden;
        background: #effbff;
        border-radius: 20px;
    }

    .adaptation-slid2 {
        overflow: unset;
    }

    .adaptation8__2 {
        border-radius: 20px;
    }

    .adaptation5__2,
    .adaptation1__2-content {
        border-radius: 20px;
    }

    .adaptation8-text,
    .adaptation5-text {
        margin-top: 10px;
    }

    .adaptation5-title,
    .adaptation8-title {
        font-size: 18px;
        line-height: 22px;
    }

    .adaptation5 {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-left: 5vw;
    }

    .adaptation {
        padding-bottom: 39vw;
        margin-top: 30px;
        margin-bottom: -18vw;
    }

    .adaptation-scroll,
    .adaptation1 {
        flex-direction: column;
    }

    .adaptation1 {
        margin-top: 0;
    }

    .adaptation-fon-mob,
    img.adaptation5__1-mob {
        display: block;
    }

    .adaptation-slid-left {
        width: 100%;
    }

    .adaptation-slid-flex2 {
        display: flex;
        flex-direction: column-reverse;
        padding-left: 15px;
        padding-right: 15px;
    }

    .adaptation1__1 {
        width: 50px;
        height: 56px;
        margin-top: -2px;
        margin-left: 27vw;
        margin-right: 0;
    }

    .adaptation1__1.anime {
        width: 89px;
        margin-top: -1px;
    }

    .saving-time-baner {
        overflow: hidden;
    }

    .stb1 {
        width: 100%;
        margin: 20px -98px 0px auto;
    }

    .saving-time-baner__right {
        margin-top: 0;
    }

    .saving-time-grid {
        grid-template-columns: 1fr;
    }

    .catch-flow2 {
        padding-bottom: 30px;
        padding-top: 60px;
    }

    .contains {
        padding-left: 15px;
        padding-right: 15px;
    }

    .catch-flow2 .catch-flow-grid>div:nth-child(3),
    .catch-flow2 .catch-flow-grid>div:nth-child(2),
    .catch-flow2 .catch-flow-grid>div:nth-child(1) {
        grid-row-start: unset;
        grid-column-start: unset;
        grid-row-end: unset;
        grid-column-end: unset;
    }

    .accordion-bigtitle {
        font-size: 20px;
        line-height: 24px;
        padding: 23px 20px 0;
        max-width: 100%;
        text-align: left;
    }

    .accordion-box {
        padding: 40px 10px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .accordions svg {
        position: absolute;
        left: 0;
        right: 0;
    }

    .panels-img {
        position: unset;
    }

    .accordions-wraps .accordions {
        padding-left: 40px;
    }

    .acc6-laptop,
    .acc6-1-laptop,
    .acc6-2-laptop,
    .acc2-laptop,
    .acc2-1-laptop,
    .acc2-2-laptop,
    .acc3-laptop,
    .acc3-1-laptop,
    .acc3-2-laptop,
    .acc4-laptop,
    .acc4-1-laptop,
    .acc4-2-laptop,
    .acc5-laptop,
    .acc5-1-laptop,
    .acc1-laptop,
    .acc1-0-laptop,
    .acc1-1-laptop,
    .acc1-2-laptop,
    .acc1-3-laptop,
    .acc1-4-laptop {
        display: none;
    }

    .acc6-mob,
    .acc2-mob,
    .acc3-mob,
    .acc4-mob,
    .acc5-mob,
    .acc1-mob {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .saving-time-block.bg1 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .accordions-wraps .panels {
        padding-left: 0;
    }

    .saving-time-block.bg1 .saving-time-text {
        width: 100%;
        padding-left: 22px;
        padding-right: 22px;
    }

    .saving-time-text {
        font-size: 16px;
        line-height: 19px;
    }

    .accordions-wraps .panels p {
        padding-left: 38px;
    }

    .accordions-wraps {
        padding-bottom: 0;
    }

    .accordion-sec {
        margin-bottom: 0;
    }

    .accordions-wraps .for-whom-bottom {
        padding-left: 0;
    }

    .accordion-sec .for-whom-bottom__btn {
        justify-content: center;
    }

    .saving-time-block.bg1 {
        flex-direction: column;
        padding: 30px 0px 0;
    }
}

/* talen2 end*/
/* talen3 start */
.integration {
    padding-top: 90px;
}

.integration .single-process {
    padding-left: 0;
    padding-right: 0;
    margin-top: 100px;
    background: #335ce9;
}

.integration .slider__item {
    /* padding: 0px 50px 40px; */
    padding: 0px 0px 40px;
}

.integration .single-process-top {
    max-width: 1050px;
}

.integration .sliders .slick-dots {
    max-width: 292px;
}

.single-process__bititle {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}

.integration .single-process__title {
    color: #fff;
    max-width: 883px;
    margin-left: auto;
    margin-right: auto;
}

.sliders {
    position: relative;
    max-width: 1345px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
}

.sliders .tims2,
.sliders .tims1 {
    transition: all 3s linear;
}

.sliders.anime .tims2,
.sliders.anime .tims1 {
    transform: translateX(-100%);
    transition: all 3s linear;
}

.sliders-dots ul {
    margin: 40px auto 0px;
    max-width: 292px;
    height: 6.9px;
    padding: 0;
    background: #ffffff;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sliders-dots ul li {
    list-style: none;
    width: 50%;
    height: 100%;
    display: flex;
    cursor: pointer;
    font-size: 0;
    line-height: 25px;
    box-shadow: none;
    border: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 13px;
}

.sliders-dots li.active {
    background: #cbe1eb;
    border-radius: 13px;
}

.integration .single-process-flex {
    width: max-content;
    margin: 0 auto;
    position: relative;
}

.single-process__text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    opacity: 0;
}

.single-process__text._anim_items {
    transform: unset;
}

.spt1 {
    position: absolute;
    bottom: 3%;
    left: 11.5%;
    max-width: 340px;
}

.spt2 {
    position: absolute;
    bottom: 11%;
    left: 48%;
    max-width: 370px;
}

.spt3 {
    position: absolute;
    top: 10%;
    left: 57%;
    max-width: 400px;
}

.spt4 {
    position: absolute;
    top: 5%;
    left: 17%;
    max-width: 480px;
}

.spt4-1 {
    margin-top: 10px;
    position: absolute;
    top: 32%;
    left: 17%;
    max-width: 480px;
}

.tims1.anime .spt1 {
    opacity: 1;
    transition: all 0.7s linear 0.5s;
}

.tims1.anime .spt2 {
    opacity: 1;
    transition: all 0.7s linear 1.5s;
}

.tims1.anime .spt3 {
    opacity: 1;
    transition: all 0.7s linear 2.5s;
}

.tims2.anime .spt4 {
    opacity: 1;
    transition: all 0.7s linear 1.5s;
}

.tims2.anime .spt4-1 {
    opacity: 1;
    transition: all 0.7s linear 1.7s;
}

.tims2.anime .spt5 {
    opacity: 1;
    transition: all 0.7s linear 3.5s;
}

.spt5 {
    position: absolute;
    bottom: 9%;
    right: -2%;
    max-width: 482px;
}

.fon-back {
    position: relative;
}

.fon-back-img {
    position: absolute;
    top: 300px;
    right: 0;
    width: 100%;
    height: 100%;
}

.fon-back-img img {
    width: 100%;
    height: 100%;
}

.tarif-list2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}

.tarif-cards {
    border-radius: 30px;
    position: relative;
    padding: 49px 47px 54px 33px;
    border: 3px solid transparent;
    background: #ffffff;
    background-clip: padding-box;
    overflow: hidden;
}

.tarif-cards:nth-child(1) {
    border: 2px solid #81f0f4;
}

.tarif-cards:nth-child(2) .tarif-card-ul li:nth-child(1),
.tarif-cards:nth-child(2) .tarif-card-ul li:nth-child(2),
.tarif-cards:nth-child(1) .tarif-card-ul {
    color: #335ce9;
}

.tarif-cards:nth-child(2) {
    border: 2px solid #335ce9;
}

.tarif-cards:nth-child(1)::before {
    content: "";
    background: url("../new-img/tarif-cards1.png"), #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    border-radius: 30px;
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: 0;
    left: 0;
}

.tarif-cards:nth-child(2)::before {
    content: "";
    background: url("../new-img/tarif-cards2.png"), #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    border-radius: 30px;
    top: -3px;
    right: -3px;
    bottom: 0;
    left: 0;
}

.tarif-cards .tarif-card-top {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    margin-bottom: 4px;
}

.tarif-cards .tarif-card-ul li::before {
    background: url("../img/tarif-card-ul2.svg");
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.tarif-cards .tarif-card-ul li.black::before {
    background: url("../new-img/tarif-card-ul3.svg");
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.tarif-cards .tarif-card-ul {
    margin-bottom: 0;
}

.integration-img {
    margin-top: 60px;
    min-height: 712px;
}

.team-bottom {
    display: flex;
    justify-content: center;
    margin-top: 23px;
    padding-bottom: 5px;
}

.team-bottom span {
    display: inline-block;
    background: #fafafa;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 11px;
    padding: 9px 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-bottom span:nth-child(1) {
    color: #335ce9;
    margin-right: 20px;
}

.team-bottom span:nth-child(2) {
    color: #000000;
}

.team-bottom span svg {
    margin-right: 15px;
}

.catch-flow-grid>div.flow-cards:nth-child(4) {
    background: #262a51;
}

.catch-flow-grid div.flow-cards:nth-child(4) .catch-flow-title {
    background: linear-gradient(308.01deg, #6ad9ff -47.87%, #335ce9 105.16%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 44px;
    line-height: 53px;
}

.catch-flow-grid div.flow-cards:nth-child(4) .catch-flow-text {
    color: #fff;
}

.baner-imgs {
    position: absolute;
    bottom: 0px;
    right: 10px;
    z-index: 3;
    transform: translate(0px, 0px);
    transition: all 0.6s linear;
}

.baner-imgs img {
    margin-bottom: -5px;
    max-width: 420px;
}

.bb2.baner-box::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 574px;
    width: 100%;
    max-height: 314px;
    height: 100%;
    background: url("../new-img/baner-box3.png");
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.ds1.desctop {
    position: absolute;
    top: 180px;
    left: 0;
    width: 100%;
    height: 90%;
}

.integration .single-process__timline-flex {
    transform: unset;
}

.integration-img-text {
    padding: 20px 50px 40px;
    height: max-content;
    position: relative;
    opacity: 0;
    width: 100%;
    /* transition: all 1s linear; */
}

.integration-img-text.anime {
    opacity: 1;
    transition: all 1s linear;
}

.integration-img-text .integration-box {
    width: 100%;
}

.iit1 {
    max-width: 506px;
    background: url("../new-img/iit1.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 52px 50px 52px 10px;
    margin-right: 138px;
}

.iit1 .integration-content {
    margin-left: 20px;
}

.iit1::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 63px);
    left: 99%;
    max-width: 0;
    width: 146px;
    height: 126px;
    background: url("../new-img/iit1-line.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 1s linear 0.5s;
}

.iit1.anime::before {
    max-width: 100%;
    transition: all 1s linear 0.5s;
}

.iit1 .integration-box {
    display: flex;
    align-items: center;
}

.iit1 .integration-title {
    margin-top: 0;
}

.integration-count {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #00a9ff;
}

.integration-title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    margin: 15px 0;
    color: #ffffff;
}

.integration-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}

.iit2 {
    max-width: 526px;
    background: url("../new-img/iit2.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 76px;
}

.iit2::before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 63px);
    top: 99%;
    max-height: 0;
    width: 123px;
    height: 83px;
    background: url("../new-img/iit2-line.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 1s linear 0.5s;
}

.iit2.anime::before {
    max-height: 100%;
    transition: all 1s linear 0.5s;
}

.iit3 {
    max-width: 476px;
    background: url("../new-img/iit3.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 135px;
}

.iit3::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 63px);
    right: 99.5%;
    max-width: 0;
    width: 145px;
    height: 126px;
    background: url("../new-img/iit3-line.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 1s linear 0.5s;
}

.iit3.anime::before {
    max-width: 100%;
    transition: all 1s linear 0.5s;
}

.iit3 .integration-count {
    margin-top: 17px;
}

.iit4 {
    max-width: 478px;
    background: url("../new-img/iit4.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 50px;
    position: relative;
    z-index: 5;
}

.integration-img-text.iit4 {
    transition: all 0.4s linear;
}

.integration-img-text.iit4.anime {
    opacity: 1;
    transition: all 0.4s linear;
}

.integration-img>div {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.svg-laptops._anim_items {
    transform: unset;
}

.laptop-text {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    margin-top: 16px;
    color: #000;
}

.laptop-text sup {
    font-size: 16px;
    line-height: 13px;
    font-weight: 700;
    color: #00a9ff;
    top: 0;
}

.cfg .catch-flow-text>span {
    display: inline-block;
    color: #00a9ff;
}

.cfg .catch-flow-text .tooltip__item {
    min-width: 168px;
    text-align: center;
}

.svg-desctops,
.laptop-text,
.spt4-lap,
.spt5-lap,
.svg-laptops,
.baner-img-lap,
.des4,
.des3,
.des2 {
    display: none;
}

.tarif-bottom-link {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.tarif-bottom-link a {
    font-style: normal;
    font-weight: 600;
    font-size: 15.4324px;
    line-height: 21px;
    letter-spacing: 0.672413px;
    color: #ffffff;
    padding: 8.81853px 17.6371px;
    background: #00a9ff;
    border-radius: 5.51158px;
}

.tarif-bottom-link a:hover {
    opacity: 1;
    background: #6ad9ff;
}

.for-whom-bottom__btn a:hover {
    opacity: 0.7;
    transition: all 0.3s linear;
}

#tab3 .implementing,
#tab2 .implementing {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 15.4324px;
    line-height: 21px;
    letter-spacing: 0.672413px;
    color: #ffffff;
    background: transparent;
    padding: 8.81853px 17.6371px;
    border-radius: 5.51158px;
    border: 2px solid #fff;
    margin-right: 0;
}

@media (max-width: 1285px) {
    .spt1 {
        bottom: -30%;
    }

    .spt2 {
        bottom: -19%;
    }

    .tims1 {
        margin-top: 62.026px;
    }

    .integration .slider__item {
        padding-bottom: 60px;
    }

    .integration .slider__item {
        display: flex;
    }

    .spt5 {
        right: 0%;
        max-width: 419px;
    }

    .spt4 {
        top: 22%;
    }

    .spt4-1 {
        top: unset;
        bottom: -24%;
    }

    .sliders .slider__item .desctops {
        display: none;
    }

    .svg-desctops,
    .iit1 .integration-box {
        display: block;
    }

    .des {
        display: none;
    }

    .des2 {
        display: block;
    }

    .integration-img>div {
        position: relative;
    }

    .integration-content {
        margin-left: 0px;
    }

    .iit1 .integration-content {
        margin-left: 0px;
    }

    .integration-img-text {
        padding: 10px 50px 40px 35px;
    }

    .iit1 {
        background: url("../new-img/iit1-2.png");
        background-repeat: repeat;
        background-size: auto;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 10px 50px 40px 35px;
        margin-right: 97px;
        height: unset;
        max-width: 434px;
    }

    .integration-img-text.anime {
        opacity: 1;
        transition: all 0.5s linear;
    }

    .iit2 {
        max-width: 455px;
        background: url("../new-img/iit2-1.png");
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 28px;
    }

    .iit3 {
        max-width: 412px;
        background: url("../new-img/iit4-1.png");
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 117px;
        padding: 30px 50px 10px 35px;
    }

    .iit4 {
        max-width: 438px;
        background: url("../new-img/iit3-1.png");
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 50px;
    }

    .iit1 .integration-title {
        margin-top: 15px;
    }

    .iit1::before {
        top: calc(50% - 56px);
        left: 94%;
        width: 125px;
        height: 112px;
        background: url("../new-img/iit1-2line.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .iit2::before {
        left: calc(50% - 56px);
        top: 97%;
        max-height: 0;
        width: 112px;
        height: 40px;
        background: url("../new-img/iit2-1line.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .iit3::before {
        top: calc(50% - 63px);
        right: 99%;
        max-width: 0;
        width: 126px;
        height: 112px;
        background: url("../new-img/iit3-1line.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media (max-width: 1170px) {
    .catch-flow2.mp-0 {
        margin-bottom: 0;
    }

    .single-process__text._anim_items {
        transform: translate(0px, 120%);
    }

    .single-process__text._anim_items._active {
        transform: translate(0px, 0px);
        opacity: 1;
        transition: all 0.2s linear;
    }

    .single-process__text._anim_items.delay__1._active {
        transition-delay: 0.2s;
    }

    .single-process__text._anim_items.delay__2._active {
        transition-delay: 0.4s;
    }

    .single-process__text._anim_items.delay__3._active {
        transition-delay: 0.6s;
    }

    .single-process__text._anim_items.delay__4._active {
        transition-delay: 0.8s;
    }

    .cfg .catch-flow-text .tooltip__item {
        display: block;
    }

    .cfg .catch-flow-text .tooltip__initiator {
        position: relative;
    }

    .fon-back-img {
        height: unset;
    }

    .single-process__text {
        font-size: 16px;
        line-height: 19px;
    }

    .iit1 {
        max-width: 310px;
        padding: 10px 30px 27px;
        margin-right: 59px;
        background: url("../new-img/iit1-3.png");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .iit1::before {
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 30px);
        left: 96%;
        max-width: 0;
        width: 75px;
        height: 60px;
        background: url("../new-img/iit1-3line.svg");
        background-size: contain;
        background-repeat: no-repeat;
        transition: all 1s linear 0.5s;
        height: 100%;
    }

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

    .integration-img {
        min-height: unset;
    }

    .integration-img-text {
        padding: 10px 30px 20px;
    }

    .iit2 {
        max-width: 337px;
        margin-bottom: 30px;
        background: url("../new-img/iit2-2.png");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .iit2::before {
        content: "";
        display: block;
        position: absolute;
        left: calc(50% - 63px);
        top: 99%;
        max-height: 0;
        width: 80px;
        height: 36px;
        background: url("../new-img/iit2-2line.svg");
        background-size: contain;
        background-repeat: no-repeat;
        transition: all 1s linear 0.5s;
    }

    .iit4 {
        background: url("../new-img/iit4-2.png");
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 338px;
        margin-left: 0;
    }

    .iit3 {
        background: url("../new-img/iit3-2.png");
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 305px;
        margin-left: 62px;
    }

    .iit3::before {
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 63px);
        right: 99%;
        max-width: 0;
        width: 78px;
        height: 83px;
        background: url("../new-img/iit3-2line.svg");
        background-size: contain;
        background-repeat: no-repeat;
        transition: all 1s linear 0.5s;
    }

    .sliders .tims2,
    .svg-desctops,
    .sliders-dots,
    .integration .slider__item.tim2,
    .baner-imgs img,
    .des2 {
        display: none;
    }

    .integration .single-process-flex {
        position: unset;
    }

    .spt4-lap p {
        margin-top: 10px;
    }

    .spt4-lap {
        position: absolute;
        bottom: 24.5%;
        left: 43%;
        max-width: 400px;
    }

    .integration .slider__item {
        padding-bottom: 0;
    }

    .integration .single-process-top {
        padding: 0px 7px;
    }

    .integration .single-process {
        margin-top: 80px;
    }

    .spt5-lap {
        position: absolute;
        bottom: 1%;
        left: 0;
        max-width: 400px;
    }

    .spt1 {
        bottom: unset;
        top: 138px;
        left: 0;
        max-width: 280px;
    }

    .spt3 {
        top: 138px;
        left: 51%;
        max-width: 280px;
    }

    .spt2 {
        bottom: unset;
        left: 51%;
        max-width: 280px;
        top: 225px;
    }

    .laptop-text {
        display: inline-block;
    }

    .spt4-lap,
    .spt5-lap,
    .baner-imgs img.baner-img-lap,
    .des3 {
        display: block;
    }

    .integration-count {
        font-size: 23px;
        line-height: 29px;
    }

    .integration-title {
        font-size: 22px;
        line-height: 27px;
        margin: 10px 0 12px;
    }

    .integration-text {
        font-size: 16px;
        line-height: 19px;
    }

    .tarif-list2 {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .catch-flow-grid div.flow-cards:nth-child(4) .catch-flow-title {
        font-size: 24px;
        line-height: 29px;
    }

    .catch-flow2 .laptops {
        top: 100px;
    }

    .bb2.baner-box {
        padding: 60px 33px 127px;
    }

    .bb2.baner-box::after {
        content: "";
        position: absolute;
        bottom: 0px;
        right: 0px;
        max-width: 453px;
        width: 100%;
        max-height: 204px;
        height: 100%;
        background: url("../new-img/baner-box4.png");
        background-repeat: repeat;
        background-size: auto;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .svg-laptops {
        display: block;
    }

    svg .svg-elem-1 {
        stroke-dashoffset: 723.6405029296875px;
        stroke-dasharray: 723.6405029296875px;
        fill: transparent;
        -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
            fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
            fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
        /* opacity: 0; */
    }

    .svg-laptops._active svg .svg-elem-1 {
        stroke-dashoffset: 0;
        fill: url("#paint0_linear_201_56");
    }

    svg .svg-elem-2 {
        stroke-dashoffset: 1648.5126953125px;
        stroke-dasharray: 1648.5126953125px;
        fill: transparent;
        -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
            fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
        transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
            fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
    }

    .svg-laptops._active svg .svg-elem-2 {
        stroke-dashoffset: 0;
        fill: rgb(255, 255, 255);
    }

    svg .svg-elem-3 {
        stroke-dashoffset: 399.59381103515625px;
        stroke-dasharray: 399.59381103515625px;
        -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
            fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
            fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
    }

    .svg-laptops._active svg .svg-elem-3 {
        stroke-dashoffset: 0;
    }

    svg .svg-elem-4 {
        stroke-dashoffset: 922.4892578125px;
        stroke-dasharray: 922.4892578125px;
        -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
            fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
            fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
    }

    .svg-laptops._active svg .svg-elem-4 {
        stroke-dashoffset: 0;
    }

    svg .svg-elem-5 {
        stroke-dashoffset: 671.640380859375px;
        stroke-dasharray: 671.640380859375px;
        fill: transparent;
        -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
            fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
            fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
    }

    .svg-laptops._active svg .svg-elem-5 {
        stroke-dashoffset: 0;
        fill: url("#paint1_linear_201_56");
    }

    svg .svg-elem-6 {
        stroke-dashoffset: 1492.2705078125px;
        stroke-dasharray: 1492.2705078125px;
        fill: transparent;
        -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
            fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
        transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
            fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
    }

    .svg-laptops._active svg .svg-elem-6 {
        stroke-dashoffset: 0;
        fill: rgb(255, 255, 255);
    }

    svg .svg-elem-7 {
        stroke-dashoffset: 480.093994140625px;
        stroke-dasharray: 480.093994140625px;
        -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
            fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
            fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
    }

    .svg-laptops._active svg .svg-elem-7 {
        stroke-dashoffset: 0;
    }

    svg .svg-elem-8 {
        stroke-dashoffset: 571.285400390625px;
        stroke-dasharray: 571.285400390625px;
        fill: transparent;
        -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
            fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
            fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
    }

    .svg-laptops._active svg .svg-elem-8 {
        stroke-dashoffset: 0;
        fill: url("#paint2_linear_201_56");
    }

    svg .svg-elem-9 {
        stroke-dashoffset: 717.3366088867188px;
        stroke-dasharray: 717.3366088867188px;
        fill: transparent;
        -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
            fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
        transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
            fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
    }

    .svg-laptops._active svg .svg-elem-9 {
        stroke-dashoffset: 0;
        fill: rgb(255, 255, 255);
    }

    svg .svg-elem-10 {
        stroke-dashoffset: 625.6405029296875px;
        stroke-dasharray: 625.6405029296875px;
        fill: transparent;
        -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
            fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
            fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
    }

    .svg-laptops._active svg .svg-elem-10 {
        stroke-dashoffset: 0;
        fill: url("#paint3_linear_201_56");
    }

    svg .svg-elem-11 {
        stroke-dashoffset: 1574.54931640625px;
        stroke-dasharray: 1574.54931640625px;
        fill: transparent;
        -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
            fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
            fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
    }

    .svg-laptops._active svg .svg-elem-11 {
        stroke-dashoffset: 0;
        fill: rgb(255, 255, 255);
    }
}

@media (max-width: 790px) {
    .fon-back-img {
        top: 396px;
    }
}

@media (max-width: 767px) {
    .integration .single-process__title {
        text-align: left;
        margin-left: 15px;
        margin-right: 15px;
    }

    .baner-imgs {
        right: unset;
        left: 3%;
    }

    .integration-img-text,
    .integration-img-text ._anim_items {
        transform: translate(0px, 0px);
        opacity: 1;
    }

    .iit1::after,
    .iit2::after,
    .iit4::after,
    .iit1::before,
    .iit2::before,
    .iit3::before {
        display: none;
    }

    .iit1 {
        background: none;
        position: absolute;
        top: 0;
        left: 10%;
        margin-right: 0;
    }

    .iit2 {
        background: none;
        position: absolute;
        top: 24%;
        right: unset;
        max-width: 298px;
        left: 10%;
    }

    .iit4 {
        background: none;
        position: absolute;
        bottom: -5px;
        left: 10%;
        max-width: 280px;
        position: absolute;
    }

    .iit3 {
        background: none;
        position: absolute;
        bottom: unset;
        right: unset;
        max-width: 300px;
        top: 52%;
        left: 10%;
        margin-left: 0;
    }

    .iit3 .integration-count {
        text-align: right;
    }

    .iit3 .integration-box {
        display: flex;
        flex-direction: column-reverse;
    }

    .integration .slider__item {
        padding: 0;
        margin-top: 0;
    }

    .spt5-lap,
    .spt2,
    .spt3 {
        position: unset;
        width: 100%;
        max-width: 90vw;
    }

    .spt5-lap,
    .spt3 {
        margin-top: 30px;
    }

    .spt4-lap {
        bottom: unset;
        top: 58%;
        left: 16%;
        max-width: 260px;
    }

    .spt1 {
        top: 118px;
        max-width: 233px;
    }

    .sliders img.mobiln {
        width: unset;
        max-width: 85vw;
        object-fit: contain;
    }

    .spt2 {
        margin-bottom: 30px;
    }

    .integration .single-process-flex {
        flex-direction: column;
    }

    .mbn2,
    .mbn1 {
        position: relative;
    }

    .svg-laptops,
    .des3,
    .fon-back-img .laptop {
        display: none;
    }

    .integration-count,
    .integration-title {
        font-size: 18px;
        line-height: 22px;
    }

    .single-process__bititle {
        font-size: 28px;
        line-height: 34px;
    }

    .single-process__title {
        font-size: 16px;
        line-height: 19px;
    }

    .tarif-cards .tarif-card-top {
        text-align: left;
    }

    .team .tarif-card-top span {
        font-size: 18px;
        line-height: 22px;
    }

    .team .tarif-cards {
        padding: 30px 20px 30px 20px;
    }

    .team-bottom {
        flex-direction: column;
    }

    .team-bottom span {
        font-size: 14px;
        line-height: 17px;
    }

    .team-bottom span:nth-child(1) {
        margin: 0px 0px 13px 0px;
    }

    .fon-back-img {
        top: 267px;
    }

    .baner-imgs img.baner-img-lap {
        display: none;
    }

    .des4,
    .baner-imgs img.baner-img-mob {
        display: block;
    }

    .bb2.baner-box::after {
        max-width: 320px;
        max-height: 163px;
        background: url("../new-img/baner-box5.png");
        background-repeat: repeat;
        background-size: auto;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .bb2.baner-box {
        padding: 50px 15px 170px;
    }
}

@media (max-width: 400px) {

    .iit1,
    .iit2,
    .iit4,
    .iit3 {
        left: 24px;
    }
}

@media (max-width: 360px) {

    #tab3 .for-whom-bottom__btn a,
    #tab2 .for-whom-bottom__btn a {
        min-width: unset;
        padding: 4.819px 14.637px;
    }

    .spt4-lap {
        bottom: unset;
        top: 57%;
        left: 10%;
        max-width: 265px;
    }

    .iit2 {
        top: 24%;
        left: 0;
        margin-bottom: 0;
        max-width: unset;
    }

    .iit1 {
        left: 0;
    }

    .iit3 {
        max-width: unset;
        margin-left: 0;
        left: 0;
    }

    .iit4 {
        bottom: -5px;
        left: 0;
        max-width: unset;
    }
}

/* talen3 end */