  /* base */
  .cs-heading h2 {
    font-size: 45px;
    line-height: 56px;
    margin: 0;
    color: #343434;
}

.cs-heading p {
    font-size: 25px;
    line-height: 40px;
    margin: 0;
    color: #343434;
}

@media (max-width: 1149px) {
    .cs-heading h2 {
        font-size: 35px;
        line-height: 1.1;
    }

    .cs-heading p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .cs-heading h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .cs-heading p {
        font-size: 16px;
        line-height: 1.55;
    }
}

.cs-heading p a {
    cursor: pointer;
    transition: .3s linear;
    font-weight: 600;
    border-bottom: 1px solid #343434;
}

.cs-heading p a:hover {
    border-bottom: 1px solid transparent;
}

/* form */
label.policy-check {
    cursor: url(../img/cursor-main.svg) -20 -15, default;
}


/* image */
.cs-image {
    max-width: 100vw;
    overflow: hidden;
    margin-top: 40px;
}

.cs-image picture {
    display: block;
    position: relative;
    max-height: calc(100vw * (910 / 1920));
}

.cs-image img {
    width: 100%;
}
.circle-org-1 {
    position: absolute;
    top: 1200px;
    left: -1050px;
}

@media (max-width: 1149px) {
    .cs-image {
        height: 521px;
    }

    .cs-image img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .cs-image picture {
        max-height: calc(521px * 1.1);
        height: calc(521px * 1.1);
    }
}

@media (max-width: 767px) {
    .cs-image {
        height: 420px;
    }

    .cs-image picture {
        max-height: calc(420px * 1.1);
        height: calc(420px * 1.1);
    }
}

/* image in window */
.cs-image-window {
    padding: 326px 0 238px;
    position: relative;
}

.cs-image-window::before {
    content: '';
    position: absolute;
    right: calc(100% - 198px);
    top: 70px;
    background-image: url(/wp-content/themes/toimi/assets/img/planet-dots.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 547px;
    height: 596px;
    pointer-events: none;
    z-index: 0;
}

.cs-image-window__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.cs-image-window__heading .cs-col:nth-child(1) {
    width: calc(50% + (33px / 2));
}

.cs-image-window__heading .cs-col:nth-child(2) {
    width: calc(50% - (33px / 2));
    margin-top: 12px;
}

.cs-image-window__image {
    margin: 213px auto 0;
    position: relative;
    max-width: 877px;
    width: 100%;
    padding: 13px;
}

.cs-image-window__image.cs-image-window__image--big {
    max-width: 1160px;
}

.cs-image-window__background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #1D2137;
    border-radius: 25px;
    z-index: 1;
}

.cs-image-window__image .img {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    z-index: 2;
    aspect-ratio: 1.83;
    background-color: #fff;
}

.cs-image-window__image.cs-image-window__image--big .img {
    aspect-ratio: 1.95;
}

.cs-image-window__image picture {
    position: relative;
    display: block;
}

.cs-image-window__image img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

.cs-image-window__heading p {
    max-width: 493px;
}

@media (max-width: 1149px) {
    .cs-image-window__image {
        max-width: 649px;
    }

    .cs-image-window__heading .cs-col:nth-child(1) {
        width: calc(50% + 6px);
    }

    .cs-image-window__heading .cs-col:nth-child(2) {
        width: calc(50% - 6px);
        margin-top: 2px;
    }

    .cs-image-window__image {
        margin: 110px auto 0;
    }

    .cs-image-window {
        padding: 236px 0 134px;
    }

    .cs-image-window__image {
        padding: 10px;
    }

    .cs-image-window__image .img {
        border-radius: 15px;
    }

    .cs-image-window__image.cs-image-window__image--big {
        max-width: 653px;
    }
}

@media (max-width: 767px) {
    .cs-image-window__heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cs-image-window__heading .cs-col:nth-child(1),
    .cs-image-window__heading .cs-col:nth-child(2) {
        width: 100%;
    }

    .cs-image-window {
        padding: 158px 0 84px;
    }

    .cs-image-window .cs-heading h2 br {
        display: none;
    }

    .cs-image-window__heading .cs-col:nth-child(2) {
        margin-top: 24px;
    }

    .cs-image-window::before {
        right: 0;
        left: 0;
        top: 60px;
        width: 250px;
        height: 272px;
        margin: 0 auto;
    }

    .cs-image-window__image {
        padding: 5px;
    }

    .cs-image-window__image {
        margin: 138px auto 0;
    }

    .cs-image-window__background {
        border-radius: 8px;
    }

    .cs-image-window__image .img {
        border-radius: 6px;
    }
}


/* video in window */
.cs-video {
    padding: 113px 0;
}

.cs-video .cs-video__window {
    position: relative;
    padding: 14px;
}

.cs-video__window-background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .25);
    border-radius: 20px;
    z-index: 1;
}

.cs-video .cs-video__window>video {
    display: block;
    width: 100%;
    border-radius: 12px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1149px) {
    .cs-video .cs-video__window {
        max-width: 662px;
        margin: 0 auto;
        padding: 5px;
    }

    .cs-video .cs-video__window>video {
        border-radius: 14px;
    }
}

@media (max-width: 767px) {
    .cs-video .cs-video__window {
        padding: 3px;
    }

    .cs-video {
        padding: 74px 0;
    }

    .cs-video__window-background {
        border-radius: 8px;
    }

    .cs-video .cs-video__window>video {
        border-radius: 6px;
    }
}

/* steps and blocks*/

.cs-steps {
    padding-bottom: 173px;
}

.cs-steps.cs-steps--only-heading {
    padding-bottom: 223px;
}

.cs-blocks p {
    font-size: 25px;
    line-height: 40px;
    color: #343434;
}

.cs-blocks__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 227px;
}

.cs-blocks__heading .cs-col:nth-child(1) {
    width: calc(50% + (33px / 2));
}

.cs-blocks__heading .cs-col:nth-child(2) {
    width: calc(50% - (33px / 2));
    margin-top: 10px;
}

.cs-blocks__heading--pd-bottom {
    padding-bottom: 280px;
}

.cs-blocks__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 33px;
}

.cs-blocks__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - (33px / 2));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 33px;
}

.cs-blocks__img {
    height: calc(522px + (750 - 522) * ((100vw - 922px) / (1920 - 922)));
    overflow: hidden;
}

.cs-blocks__img>picture {
    display: block;
    position: relative;
}

.cs-blocks__item img {
    width: 100%;
    height: auto;
}

.cs-blocks__item p {
    margin: 35px 0 12px;
    text-align: center;
    max-width: 452px;
    color: #343434;
}

.cs-blocks__item--ta-left p {
    text-align: left;
}

.cs__levitek .cs-blocks__heading {
    min-height: calc(25px * 5 * (40 / 25));
    margin-bottom: 25px;
}

.cs__levitek .cs-blocks__item:nth-child(2) {
    margin-top: 75px;
}

.cs__levitek .cs-blocks:last-child .cs-blocks__item:nth-child(2) {
    margin-top: 100px;
}

.cs__levitek .cs-steps {
    padding-bottom: 72px;
}

@media (max-width: 1149px) {
    .cs-steps .cs-heading h2 {
        font-size: 30px;
        line-height: 1.1;
    }

    .cs-blocks p {
        font-size: 18px;
        line-height: 28px;
    }

    .cs-blocks__heading {
        margin-top: 135px;
    }

    .cs-blocks__heading br {
        display: none;
    }

    .cs-blocks__heading .cs-col:nth-child(1) {
        width: calc(50% + 6px);
    }

    .cs-blocks__heading .cs-col:nth-child(2) {
        width: calc(50% - 6px);
        margin-top: 2px;
        max-width: 410px;
    }

    .cs-steps.cs-steps--only-heading {
        padding-bottom: 98px;
    }

    .cs-video {
        padding: 74px 0;
    }

    .cs-blocks__heading--pd-bottom {
        padding-bottom: 180px;
    }

    .cs-blocks__items {
        gap: 23px;
    }

    .cs-blocks__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(50% - (23px / 2));
    }

    .cs-blocks__item p {
        margin: 25px 0 42px;
        max-width: 322px;
    }

    .cs-steps {
        padding-bottom: 53px;
    }
}

@media (max-width: 767px) {

    .cs-blocks__heading .cs-col,
    .cs-blocks__heading .cs-col:nth-child(1),
    .cs-blocks__heading .cs-col:nth-child(2) {
        width: 100%;
    }

    .cs-blocks__heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cs-blocks__heading h2 br {
        display: none;
    }

    .cs-blocks__heading {
        margin-top: 114px;
    }

    .cs-steps .cs-heading h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 19px;
    }

    .cs-steps .cs-heading p {
        font-size: 18px;
        line-height: 28px;
    }

    .cs-steps.cs-steps--only-heading {
        padding-bottom: 0;
    }

    .cs-blocks__heading--pd-bottom,
    .cs-blocks__heading {
        padding-bottom: 90px;
    }

    .cs-blocks__item {
        width: 100%;
    }

    .cs-steps .cs-blocks .cs-blocks__item {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        margin: 0 !important;
    }

    .cs-blocks__items {
        gap: 47px;
    }

    .cs-blocks__item p {
        margin: 43px 0 31px;
    }

    .cs-steps {
        padding-bottom: 0;
    }

    .cs-blocks__img {
        max-width: 370px;
        margin: auto;
    }

    .cs-blocks__item p {
        margin: 12px 0 0;
    }

    .cs__levitek .cs-steps {
        padding-bottom: 0;
    }

    .cs__levitek .cs-blocks__heading {
        min-height: initial;
        margin-bottom: 69px;
        padding-bottom: 0;
    }
}



/* Form - Do you want the same */
.do-you-want-the-same {
    padding: 200px 0 35px;
}
.footer-form .do-you-want-the-same h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    margin: 0 0 122px;
    color: #343434;
}

.footer-form .do-you-want-the-same label {
    color: #CCC !important;
}

.footer-form .do-you-want-the-same .form .text-input.error input:invalid+label {
    color: tomato !important;
}

.footer-form .do-you-want-the-same .form-control {
    color: #343434;
}

.footer-form .do-you-want-the-same .form-checkbox input::after {
    background: #388AF3;
}

.footer-form .do-you-want-the-same .form-checkbox input::before {
    border: 1px solid #388AF3;
}

.footer-form .do-you-want-the-same .form-btn {
    color: #388AF3;
    border: 3px solid #388AF3;
}

.footer-form .do-you-want-the-same .form-checkbox p {
    color: #6D6D6D !important;
}

.footer-form .do-you-want-the-same .form-checkbox p>a {
    color: #388AF3 !important;
}
.do-you-want-the-same h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    margin: 0 0 122px;
    color: #343434;
}

.form__do-you-want-the-same {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form__inputs {
    width: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form__send-button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 115px;
}

.form__sent {
    width: 100%;
    opacity: 0;
    pointer-events: none;
}

.form__sent.form__sent--active {
    opacity: 1;
}

.form__do-you-want-the-same .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
}

.form__do-you-want-the-same .form__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 80px;
    position: relative;
}

.form__do-you-want-the-same .form__col.form__col--width-auto {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: auto;
}

.form__do-you-want-the-same .form__col.form__col--pa-none {
    pointer-events: none;
}

.form__do-you-want-the-same input:not([name="policy"]).hidden {
    display: none;
    pointer-events: none;
}

.form__do-you-want-the-same input:not([name="policy"]) {
    display: block;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #E2E2E2;
    font-size: 26px;
    line-height: 31px;
    font-weight: 300;
    color: #343434;
    padding: 2px 0;
}

.form__do-you-want-the-same input:not([type="checkbox"]):focus+span,
.form__do-you-want-the-same input:not([type="checkbox"]):hover+span,
.form__do-you-want-the-same input.input-not-empty+span {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    font-size: 14px;
}

.form__do-you-want-the-same label>span {
    position: absolute;
    font-size: 26px;
    line-height: 31px;
    font-weight: 300;
    color: #CCCCCC;
    white-space: nowrap;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: font-size .3s ease, -webkit-transform .3s ease;
    transition: font-size .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, font-size .3s ease;
    transition: transform .3s ease, font-size .3s ease;
    transition: transform .3s ease, font-size .3s ease, -webkit-transform .3s ease;
}

.form__do-you-want-the-same label>span>span {
    color: #FF0000;
}

.form__do-you-want-the-same label.error>span {
    color: #FF0000;
}

.form__do-you-want-the-same .custom-btn__attachment .filename-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em 3em;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form__do-you-want-the-same .custom-btn__attachment .filename-inner {
    width: 100%;
}

.form__do-you-want-the-same .custom-btn__attachment {
    background-color: transparent;
}

.form__do-you-want-the-same .custom-btn__attachment.downloaded span {
    color: transparent;
}

.form__do-you-want-the-same .custom-btn__attachment.downloaded svg {
    opacity: 0;
}

.form__do-you-want-the-same input[name="policy"] {
    position: relative;
    height: 30px;
    width: 30px;
    color: #fff;
    background-color: transparent;
    -webkit-appearance: none;
}

.form__do-you-want-the-same input[name="policy"]::before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #D3D3D3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form__do-you-want-the-same input[name="policy"]::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    height: 10px;
    width: 10px;
    background: #388AF3;
    border-radius: 50%;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.form__do-you-want-the-same input[name="policy"]:checked:after {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
}

.form__do-you-want-the-same .policy-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
}

.form__do-you-want-the-same .policy-check span {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #6D6D6D;
    padding-left: 15px;
}

.form__do-you-want-the-same .policy-check.error span {
    color: #FF0000;
}

.form__do-you-want-the-same .policy-check a {
    color: #388AF3;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
}

.form__do-you-want-the-same .policy-check a:hover {
    color: #0C279B;
    cursor: url(../img/cursor-pointer.svg) -20 -15, pointer;
}



/* Send button */

.form__send-button .send-btn {
    position: relative;
    width: 227px;
    height: 227px;
    font-weight: 800;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    letter-spacing: 0.02em;
    color: #388AF3;
    background-color: transparent;
    border: 3px solid #388AF3;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

@media (max-width: 767px) {
    .form__do-you-want-the-same .send-btn {
        border: 2px solid #388AF3;
        height: 66px;
    }
}

.form__send-button .send-btn:focus .icon,
.form__send-button .send-btn:hover .icon {
    -webkit-transform: translate(55px, -45px) scale(1.7);
    -ms-transform: translate(55px, -45px) scale(1.7);
    transform: translate(55px, -45px) scale(1.7);
}

.form__send-button .send-btn .icon {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.form__send-button .send-btn.access .icon {
    -webkit-transform: translate(90px, -90px) scale(0.5);
    -ms-transform: translate(90px, -90px) scale(0.5);
    transform: translate(90px, -90px) scale(0.5);
}

.form__send-button .send-btn.access,
.form__send-button .send-btn:active,
.form__send-button .send-btn:hover {
    background-color: #388AF3;
    border-color: #388AF3;
}

.form__send-button .send-btn,
.form__send-button .send-btn {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}


.form__send-button .send-btn span {
    display: block;
    -webkit-transform: scale(1) translateY(15px);
    -ms-transform: scale(1) translateY(15px);
    transform: scale(1) translateY(15px);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.form__send-button .send-btn.access span,
.form__send-button .send-btn:active span,
.form__send-button .send-btn:hover span {
    color: #fff;
    -webkit-transform: scale(1.2) translateY(-15px);
    -ms-transform: scale(1.2) translateY(-15px);
    transform: scale(1.2) translateY(-15px);
}

@media (max-width: 1365px) {
    .form__send-button {
        padding-bottom: 85px;
    }

    .form__do-you-want-the-same .policy-check span {
        padding-left: 25px;
    }

    .form__inputs {
        width: calc(100% - 227px - 30px);
    }
}

@media (max-width: 1149px) {
    .do-you-want-the-same {
        padding: 170px 0 0;
    }

    .do-you-want-the-same h2 {
        margin: 0 0 50px;
        font-size: 35px;
        line-height: 110%;
    }

    .form__do-you-want-the-same .form__col {
        margin-bottom: 40px;
    }

    .form__do-you-want-the-same .form__row:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }

    .form__send-button {
        padding-bottom: 45px;
    }

    .form__do-you-want-the-same input:not([name="policy"]) {
        max-width: 497px;
    }

    .form__do-you-want-the-same input:not([name="policy"]) {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width: 900px) {
    .form__do-you-want-the-same {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .do-you-want-the-same {
        padding: 192px 0 0;
    }

    .form__inputs {
        width: 100%;
    }

    .form__do-you-want-the-same input:not([name="policy"]) {
        max-width: 100%;
    }

    .form__do-you-want-the-same .policy-check span {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    .form__do-you-want-the-same .custom-btn__attachment {
        padding: 0;
        font-size: 14px;
        border-radius: 0;
    }

    .form__do-you-want-the-same .custom-btn__attachment.downloaded svg {
        opacity: 1;
    }

    .form__do-you-want-the-same .custom-btn__attachment::after {
        border-color: transparent;
    }

    .form__do-you-want-the-same .custom-btn__attachment .btn-hover {
        display: none;
    }

    .form__do-you-want-the-same .custom-btn__attachment .filename-inner {
        white-space: nowrap;
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .form__do-you-want-the-same .custom-btn__attachment .filename-wrapper {
        padding: 0;
        z-index: 1;
    }

    .form__do-you-want-the-same .custom-btn__attachment .filename-wrapper::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 50%;
        background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(30%, #fff), to(transparent));
        background: -o-linear-gradient(left, #fff 0%, #fff 30%, transparent 100%);
        background: linear-gradient(to right, #fff 0%, #fff 30%, transparent 100%);
    }

    .form__do-you-want-the-same .custom-btn__attachment:focus,
    .form__do-you-want-the-same .custom-btn__attachment:hover {
        color: #343434 !important;
    }

    .form__do-you-want-the-same .custom-btn__attachment:hover span>svg path,
    .form__do-you-want-the-same .custom-btn__attachment:focus span>svg path {
        fill: #343434;
    }

    .form__do-you-want-the-same label>span,
    .form__do-you-want-the-same input:not([name="policy"]) {
        font-size: 18px;
        line-height: 22px;
    }

    .form__send-button .send-btn .icon {
        display: none;
    }

    .form__send-button .send-btn.access span,
    .form__send-button .send-btn:active span,
    .form__send-button .send-btn:hover span,
    .form__send-button .send-btn span {
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }

    .form__send-button .send-btn {
        border-radius: 10rem;
        overflow: hidden;
        background-color: #388AF3;
    }

    .form__send-button .send-btn span {
        color: #fff;
    }

    .form__send-button .send-btn.access span,
    .form__send-button .send-btn:active span,
    .form__send-button .send-btn:hover span {
        color: #388AF3;
    }

    .form__send-button .send-btn.access,
    .form__send-button .send-btn:active,
    .form__send-button .send-btn:hover {
        background-color: transparent;
    }

    .form__send-button {
        padding-bottom: 0;
    }
}

@media (max-width: 649px) {
    .do-you-want-the-same h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 56px;
    }

    .form__do-you-want-the-same .form__col {
        margin-bottom: 35px;
    }

    .form__do-you-want-the-same .form__col.form__col--width-auto {
        margin: -15px 0 39px;
    }

    .form__do-you-want-the-same .form__col.form__col--width-auto span svg {
        width: 20px;
        height: 30px;
        margin-right: 13px;
    }

    .form__do-you-want-the-same .form__row:last-child .form__col:last-child {
        position: absolute;
        top: calc(100% + 18px);
    }

    .form__do-you-want-the-same .send-btn {
        height: 54px;
        width: 205px;
    }

    .form__send-button .send-btn {
        font-size: 16px;
        line-height: 20px;
    }

    .form__do-you-want-the-same input[name="policy"],
    .form__do-you-want-the-same input[name="policy"]::before {
        height: 20px;
        width: 20px;
    }

    .form__do-you-want-the-same input[name="policy"]::after {
        top: 50%;
        left: 50%;
        height: 7px;
        width: 7px;
    }

    .form__do-you-want-the-same .policy-check span {
        padding-left: 5px;
    }

    .do-you-want-the-same {
        margin-bottom: 43px;
    }

    .form__do-you-want-the-same {
        position: relative;
    }
}

@media (max-width: 580px) {
    .form__send-button .form .form-btn {
        padding: 9px 10px;
    }
}

@media (max-width: 414px) {
    .form__send-button .form .form-btn {
        padding: 9px 10px !important;
    }

    .form__do-you-want-the-same .policy-check span {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
/* Start:<?=get_template_directory_uri()?>/assets/components/bitrix/news.detail/pageCaseORG/style.css?167144533146705*/
.cs {
    padding-top: 240px;
}

@media (max-width: 1920px) {
    .cs {
        padding-top: calc(194px + (240 - 194) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs {
        padding-top: calc(129px + (194 - 129) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .cs {
        padding-top: 129px;
    }
}

.cs-container {
    position: relative;
    padding: 0 358px;
    z-index: 2;
}

@media (max-width: 1920px) {
    .cs-container {
        padding: 0 calc(40px + (358 - 40) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs-container {
        padding: 0 40px;
    }
}

.cs-back {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

@media (max-width: 1920px) {
    .cs-back {
        margin-bottom: calc(60px + (80 - 60) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs-back {
        margin-bottom: calc(45px + (60 - 45) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .cs-back {
        margin-bottom: 45px;
    }

    .cs-back svg {
        width: 8px;
        height: 8px;
    }
}

.cs-back svg {
    transform: translateX(0);
    transition: .4s;
}

.cs-back:hover svg {
    transform: translateX(-7px);
    transition: .4s;
}

.cs-back a {
    display: inline-block;
    margin-left: 17px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6D6D6D;
    transition: .4s;
}

@media (max-width: 922px) {
    .cs-back a {
        font-size: calc(12px + (16 - 12) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(14px + (17 - 14) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .cs-back a {
        font-size: 1.2rem;
        line-height: 1.4rem;
        margin-left: 7px;
    }
}

.cs-back:hover a {
    color: #388AF3;
    transition: .4s;
}

.cs-pd-bt {
    padding-bottom: 250px;
}

.org-block-caption--integration {
    margin-bottom: 185px;
}

@media (max-width: 1920px) {
    .cs-pd-bt {
        padding-bottom: calc(107px + (250 - 110) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .org-block-caption--integration {
        margin-bottom: 135px;
    }

    .cs-pd-bt {
        padding-bottom: calc(60px + (110 - 60) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .cs-pd-bt {
        padding-bottom: 60px;
    }

    .org-block-caption--integration {
        grid-gap: 30px;
        margin-bottom: 0;
    }
}

.cs-caption {
    display: grid;
    grid-template-columns: 539px 1fr;
    grid-gap: 0 78px;
}


.cs-caption h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 63px;
    color: #343434;
}

.cs-caption p {
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    color: #343434;
}

.cs-caption a {
    display: flex;
    align-items: center;
    margin-top: 63px;
}

.cs-caption a>span {
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #282828;
    transition: .4s;
}

@media (max-width: 1920px) {
    .cs-caption a>span {
        font-size: calc(16px + (22 - 16) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs-caption a>span {
        font-size: 16px;
    }
}

.cs-caption a:hover>span {
    color: #388AF3;
    transition: .4s;
}

.link-arroy {
    margin-top: 8px;
    transform: scale(1);
    transition: .4s;
}

.cs-caption a:hover .link-arroy {
    transform: scale(1.15);
    transition: .4s;
}

@media (max-width: 1920px) {
    .cs-caption {
        grid-template-columns: calc(381px + (539 - 381) * ((100vw - 922px) / (1920 - 922))) 1fr;
        grid-gap: 0 calc(50px + (78 - 50) * ((100vw - 922px) / (1920 - 922)));
    }

    .cs-caption h1 {
        font-size: calc(35px + (52 - 35) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(39px + (63 - 39) * ((100vw - 922px) / (1920 - 922)));
    }

    .cs-caption p {
        font-size: calc(16px + (25 - 16) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (40 - 25) * ((100vw - 922px) / (1920 - 922)));
    }

    .cs-caption a {
        margin-top: calc(30px + (63 - 30) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs-caption {
        grid-template-columns: 381px 1fr;
        grid-gap: 0 50px;
    }

    .cs-caption h1 {
        font-size: calc(38px + (30 - 38) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(48px + (39 - 48) * ((100vw - 414px) / (922 - 414)));
    }

    .cs-caption p {
        margin-top: 9px;
        font-size: 1.6rem;
        line-height: 2.5rem;
    }

    .cs-caption a {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .cs-caption {
        grid-template-columns: 100%;
        grid-gap: 22px;
    }
}

@media (max-width: 414px) {
    .cs-caption h1 {
        font-size: 3.8rem;
        line-height: 3.8rem;
    }

    .cs-caption p {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}

.cs-banner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.org-market-banner {
    position: relative;
    height: 840px;
    margin-bottom: 250px;
}

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

@media (max-width: 1920px) {
    .org-market-banner {
        margin-bottom: calc(110px + (250 - 110) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 1500px) {
    .org-market-banner {
        height: 450px;
    }
}

@media (max-width: 922px) {
    .org-market-banner {
        height: 390px;
    }
}


@media (max-width: 767px) {
    .org-market-banner {
        margin-bottom: calc(179px + (250 - 110) * ((100vw - 922px) / (1920 - 922)));
        height: 300px;
    }

    .org-monitor {
        margin-bottom: 82px;
    }
}

@media (max-width: 580px) {
    .org-market-banner {
        height: 200px;
    }
}

.cs-background-clip {
    position: relative;
    overflow: hidden;
}

.org-block-caption {
    display: grid;
    grid-template-columns: 440px 1fr;
    grid-gap: 0 179px;
}

.org-work {
    margin-bottom: 175px;
}

.org-work .org-block-caption {
    margin-bottom: 100px;
}

@media (max-width: 922px) {
    .org-work .org-block-caption {
        margin-bottom: 102px;
    }
}

@media (max-width: 414px) {
    .org-work .org-block-caption {
        margin-bottom: 66px;
    }

    .org-work {
        margin-bottom: 158px;
    }

    .org-work .org-block-descr {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
}

.org-block-title {
    margin: 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    color: #343434;
}

.org-block-descr {
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    color: #343434;
}

@media (max-width: 1920px) {
    .org-block-caption {
        grid-template-columns: calc(327px + (440 - 327) * ((100vw - 922px) / (1920 - 922))) 1fr;
        grid-gap: 0 calc(109px + (179 - 109) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-block-descr {
        font-size: calc(16px + (25 - 16) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (40 - 25) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-block-title {
        font-size: calc(30px + (45 - 30) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .org-block-caption {
        grid-template-columns: 327px 1fr;
        grid-gap: 0 109px;
    }

    .org-block-title {
        width: 289px;
        font-size: calc(32px + (30 - 32) * ((100vw - 414px) / (922 - 414)));
        line-height: 3.9rem;
    }

    .org-block-descr {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
}

@media (max-width: 767px) {
    .org-block-caption {
        grid-template-columns: 100%;
        grid-gap: 22px 0;
    }
}

@media (max-width: 414px) {
    .org-block-title {
        font-size: 3.2rem;
        line-height: 3.9rem;
    }

    .org-block-descr {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
}

.org-work--card {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 42px 32px;
}

@media (max-width: 1920px) {
    .org-work--card {
        grid-gap: 42px calc(20px + (32 - 20) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .org-work--card {
        grid-gap: 42px 20px;
    }
}

@media (max-width: 767px) {
    .org-work--card {
        grid-template-columns: 100%;
        grid-gap: 50px 0;
    }
}

.org-work--card .card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.org-work--card .card-item:nth-child(2n) {
    margin-top: 180px;
}

.org-work--card .card-item .preview {
    position: relative;
    max-width: 587px;
    width: 100%;
    height: 745px;
    overflow: hidden;
    background-color: #f3f6fb;
}

.org-work--card .card-item h3 {
    max-width: 439px;
    margin: 52px 0 0;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #343434;
}

@media (max-width: 1920px) {
    .org-work--card .card-item:nth-child(2n) {
        margin-top: calc(60px + (180 - 80) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-work--card .card-item .preview {
        max-width: calc(412px + (587 - 412) * ((100vw - 922px) / (1920 - 922)));
        height: calc(518px + (750 - 522) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-work--card .card-item h3 {
        max-width: calc(193px + (439 - 193) * ((100vw - 922px) / (1920 - 922)));
        margin: calc(42px + (52 - 30) * ((100vw - 922px) / (1920 - 922))) 0 0;
        font-size: calc(16px + (25 - 16) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (40 - 25) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .org-work--card .card-item:nth-child(2n) {
        margin-top: calc(113px + (180 - 80) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-work--card .card-item .preview {
        max-width: calc(332px + (412 - 332) * ((100vw - 414px) / (922 - 414)));
        height: calc(350px + (522 - 424) * ((100vw - 414px) / (922 - 414)));
    }

    .org-work--card .card-item h3 {
        max-width: 193px;
        margin: calc(25px + (30 - 25) * ((100vw - 414px) / (922 - 414))) 0 0;
        font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(20px + (25 - 20) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 767px) {
    .org-work--card .card-item:nth-child(2n) {
        margin-top: 0;
    }
}

@media (max-width: 414px) {
    .org-work--card .card-item .preview {
        height: calc(420px + (522 - 424) * ((100vw - 414px) / (922 - 414)));
    }
}

.org-work .card-item .preview img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.org-work .card-item:nth-child(1) .preview img {
    transform: translateY(25px);
}

@media (max-width: 414px) {
    .org-work .card-item:nth-child(1) .preview img {
        transform: translateY(16px);
    }
}

.org-work .card-item:nth-child(2) .preview img {
    /* transform: translateX(60px);
    scale: 2.6; */
    scale: 1.07;
}

.org-work .card-item:nth-child(3) .preview img {
    transform: translateY(200px);
}

@media (max-width: 414px) {
    .org-work .card-item:nth-child(3) .preview img {
        transform: translateY(145px);
    }
}

.org-work .card-item:nth-child(4) .preview img {
    scale: 0.8;
    transform: translateY(285px);
}

@media (max-width: 414px) {
    .org-work .card-item:nth-child(4) .preview img {
        transform: translateY(190px);
    }
}

.org-work .card-item:nth-child(5) .preview img {
    border-radius: 20px;
    transform: translate(-60px, -100px);
}

@media (max-width: 767px) {
    .org-work .card-item:nth-child(5) .preview img {
        transform: translate(-43px, -50px);
        border-radius: 10px;
    }

    .org-work .card-item:nth-child(6) .preview img {
        transform: translateY(41px);
    }
}

@media (max-width: 414px) {
    .org-work .card-item:nth-child(5) .preview img {
        transform: translate(-22px, -70px);
        scale: 0.9;
    }

    .org-work .card-item:nth-child(6) .preview img {
        transform: translateY(10px);
    }
}

.org-global::after {
    content: '';
    position: absolute;
    top: -190px;
    left: 0;
    width: 530px;
    height: 600px;
    background-image: url(/wp-content/themes/toimi/assets/img/global.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

@media (max-width: 414px) {
    .org-global::after {
        width: 250px;
        height: 272px;
        top: -17px;
        left: 10%;
    }
}

.org-global-display {
    position: relative;
    width: 880px;
    height: 500px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    z-index: 15;
}

.org-global-display img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

@media (max-width: 922px) {
    .org-global-display {
        max-width: 655px;
        max-height: 375px;
        border-radius: 25px;
    }
}

@media (max-width: 767px) {
    .org-global-display {
        max-width: calc(485px + (655 - 600) * ((100vw - 767px) / (922 - 767)));
        max-height: calc(277px + (375 - 342) * ((100vw - 767px) / (922 - 767)));
        border-radius: 15px;
    }
}

@media (max-width: 414px) {
    .org-global-display img {
        border-radius: 10px;
    }

    .org-global-display {
        max-width: calc(322px + (485 - 324) * ((100vw - 414px) / (767 - 414)));
        max-height: calc(180px + (277 - 180) * ((100vw - 414px) / (767 - 414)));
        border-radius: 0;
    }

    .org-global .org-block-descr {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
}

.cs-background-wrap {
    position: absolute;
    height: 2620px;
    width: 2620px;
    z-index: -1;
}

.cs-background-wrap--2 {
    left: -18%;
    bottom: -100px;
}

@media (max-width: 1200px) {
    .cs-background-wrap--2 {
        left: -40%;
    }
}

@media (max-width: 922px) {
    .cs-background-wrap--2 {
        left: -40%;
    }
}

.cs-background-circle {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #F0F2F8;
    border-radius: 50%;
}

.circle-org-2 {
    position: absolute;
    top: 590px;
    left: -700px;
}

.circle-org-3 {
    position: absolute;
    top: -240px;
    left: -1120px;
}

@media (max-width: 1920px) {
    .cs-background-wrap {
        height: 2620px;
        width: 2620px;
    }
}

@media (max-width: 922px) {
    .cs-background-wrap {
        height: 1505px;
        width: 1505px;
    }
    .circle-org-2 {
        display: none;
    }

    .circle-org-3 {
        position: absolute;
        top: -90px;
        left: -580px;
    }
}

@media (max-width: 414px) {
    .cs-background-wrap {
        height: 900px;
        width: 900px;
    }


    .circle-org-2 {
        display: block;
        position: absolute;
        top: 265px;
        left: -230px;
    }

    .circle-org-3 {
        position: absolute;
        top: 80px;
        left: -390px;
    }
}

.org-made .org-block-caption {
    position: relative;
    margin-bottom: 160px;
    z-index: 5;
}

.org-switch-container {
    position: relative;
    height: 900px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #388AF3;
    position: relative;
    overflow: hidden;
}

.org-switch-container.active {
    animation: switchBg 10s ease-in-out forwards;
}

@media (max-width: 1920px) {
    .org-switch-container {
        height: calc(700px + (900 - 700) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .org-made .org-block-caption {
        margin-bottom: 105px;
    }

    .org-switch-container {
        height: calc(432px + (700 - 432) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-switch-container .org-block-title {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .org-switch-container {
        height: calc(584px + (700 - 584) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 414px) {
    .org-switch-container {
        height: calc(643px + (700 - 584) * ((100vw - 922px) / (1920 - 922)));
    }
}

.org-switch-container .cs-container {
    position: initial;
}

.org-switch-title {
    margin-bottom: 172px;
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    text-align: center;
    color: #EFF5FD;
    transition: opacity .4s;
}

.org-switch-container.active .org-swirch-title {
    animation: switchTitle 10s linear forwards;
}

.switch {
    position: absolute;
    bottom: 235px;
    right: 50%;
    margin: 0 auto;
    width: 137.43px;
    height: 65px;
    padding: 6px;
    background: #5FA3FB;
    border-radius: 70px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    transform: translateX(50%);
}

@media (max-width: 922px) {
    .switch {
        bottom: 50px;
    }
}

@media (max-width: 922px) {
    .switch {
        scale: 0.58;
        right: 42%;
        bottom: 95px;
    }
}

.switch .toggle {
    position: relative;
    width: 53.86px;
    height: 53.86px;
    background: #E8F0FE;
    border-radius: 50%;
}

.switch .toggle svg {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
}

.org-switch-container.active .switch .toggle svg path:nth-child(2) {
    opacity: 0;
    animation: switchCheck 10s ease forwards;
}

.org-switch-container.active .switch .toggle svg path:nth-child(1) {
    opacity: 0;
    animation: switchCheck 10s ease .1s forwards;
}

@keyframes switchCheck {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    26% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.switch-text {
    padding: 0 358px;
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 35%;
    left: 50%;
    opacity: 0;
    transition: opacity .4s;
}

.org-switch-container.active .switch-text {
    animation: switchText 10s ease-in forwards;
}

.org-switch-container.active .org-switch-title {
    animation: switchTitle 10s ease-in forwards;
}

.switch-cursor {
    position: absolute;
    top: 25px;
    right: 0;
    transform: translate(280px, 280px);
}

.org-switch-container.active .switch-cursor {
    animation: switchCursor 10s ease-out forwards;
}

.org-switch-container.active .toggle-button {
    animation: switchBtn 10s ease-in forwards;
}

@media (max-width: 1920px) {
    .switch-text {
        padding: 0 calc(40px + (358 - 40) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .switch-text {
        padding: 0 40px;
    }

    .org-switch-title {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .switch-text .org-block-descr {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    .org-switch-title {
        font-size: 32px;
    }
}

@media (max-width: 414px) {
    .switch-text {
        padding: 0 30px;
    }
}

@keyframes switchBg {
    0% {
        background-color: #388AF3;
    }

    25% {
        background-color: #388AF3;
    }

    30% {
        background-color: #F0F2F8;
    }

    100% {
        background-color: #F0F2F8;
    }
}

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

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes switchText {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes switchCursor {
    0% {
        transform: translate(280px, 280px);
        scale: 1;
    }

    18% {
        transform: translate(280px, 280px);
        scale: 1;
    }

    23% {
        transform: translate(0px, 0px);
        scale: 1;
    }

    25% {
        transform: translate(0px, 0px);
        scale: 0.9;
    }

    27% {
        transform: translate(0px, 0px);
        scale: 1;
    }

    51% {
        transform: translate(280px, 280px);
    }
}

@keyframes switchBtn {
    0% {
        transform: translateX(0);
        scale: 1;
    }

    24% {
        transform: translateX(0);
        scale: 1;
    }

    25% {
        transform: translateX(0);
        scale: 0.9;
    }

    28% {
        transform: translateX(-72px);
        scale: 1;
    }

    100% {
        transform: translateX(-72px);
        scale: 1;
    }

}

.cs-banner img {
    width: 100%;
}

.cs-banner .banner-img {
    background-color: #F5F6FB;
}

.org-market-banner img {
    transform: translateY(-3px);
}

.org-monitor {
    position: relative;
}

.org-monitor__content {
    position: absolute;
    width: 52%;
    height: 52%;
    top: 9%;
    left: 25%;
    z-index: 5;
    border: 27px solid #000;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 922px) {
    .org-monitor__content {
        border: 13px solid #000;
    }
}

@media (max-width: 414px) {
    .org-monitor__content {
        height: 50%;
        border-radius: 10px;
        border: 8px solid #000;
    }
}

.org-mob-app .org-block-caption {
    margin-bottom: 90px;
    grid-template-columns: calc(408px + (440 - 327) * ((100vw - 922px) / (1920 - 922))) 1fr;
    grid-gap: 0 calc(29px + (179 - 109) * ((100vw - 922px) / (1920 - 922)));
}

@media (max-width: 767px) {
    .org-mob-app .org-block-caption {
        grid-template-columns: none;
        grid-gap: 22px 0;
    }

    .org-mob-app {
        margin-bottom: 32px;
    }
}

@media (max-width: 414px) {
    .org-mob-app .org-block-caption {
        margin-bottom: 62px;
    }

    .org-mob-app .org-block-descr {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
}

.org-mob-app .card-item svg {
    scale: 1.05;
}

.org-block-mob {
    position: relative;
    width: 410px;
    height: 875px;
    display: flex;
    align-items: center;
    background: #000000;
    border: 8px solid #1D2137;
    border-radius: 45px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

@media (max-width: 922px) {
    .org-block-mob {
        width: 261px;
        height: 575px;
    }
}

@media (max-width: 767px) {
    .org-block-mob {
        margin-bottom: 54px;
    }
}

.org-block-mob img:nth-child(1) {
    position: absolute;
    top: 0;
    width: 98%;
    height: 45px;
    z-index: 5;
    border-top: 20px solid #000;
}


.org-block-mob img:nth-child(2) {
    width: 93%;
    margin: auto;
    border-radius: 20px;
    transform: translateY(10px);
    animation: mobileScroll 10s ease-out infinite;
}

@keyframes mobileScroll {
    0% {
        transform: translateY(10px);
    }

    10% {
        transform: translateY(10px);
    }

    20% {
        transform: translateY(-250px);
    }

    25% {
        transform: translateY(-250px);
    }

    35% {
        transform: translateY(-500px);
    }

    40% {
        transform: translateY(-500px);
    }

    50% {
        transform: translateY(-750px);
    }

    60% {
        transform: translateY(-750px);
    }

    70% {
        transform: translateY(-910px);
    }

    75% {
        transform: translateY(-1100px);
    }

    100% {
        transform: translateY(10px);
    }
}

.org-mob-app {
    overflow: hidden;
}

.org-mob-app .card-item img {
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
}

.org-mob-app .card-item:nth-child(2) img {
    height: auto;
    scale: 2;
    transform: translateY(125px);
}

.org-mob-app .card-item:nth-child(4) img {
    height: auto;
    transform: translateY(170px);
}

@media (max-width: 767px) {
    .org-mob-app .card-item:nth-child(1) img {
        transform: translateY(50px);
    }

    .org-mob-app .card-item:nth-child(2) img {
        transform: translateY(75px);
    }
}

@media (max-width: 414px) {
    .org-block-caption--functional {
        grid-gap: 51px;
        margin-bottom: 52px;
    }
}

.org-prot-content {
    display: grid;
    grid-template-columns: 440px 1fr;
    grid-gap: 0 179px;
}

.org-prot-content .content-caption .item {
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px;
}

.org-prot-content .content-caption h3 {
    position: relative;
    flex: 0 0 150px;
    margin: 0 33px 0 0;
    font-weight: 700;
    font-size: 110px;
    line-height: 107px;
    color: #343434;
}

.org-prot-content .content-caption p {
    width: 200px;
    font-weight: 700;
    font-size: 25px;
    line-height: 37px;
    color: #343434;
}

@media (max-width: 1920px) {
    .org-prot-content {
        grid-template-columns: calc(327px + (440 - 327) * ((100vw - 922px) / (1920 - 922))) 1fr;
        grid-gap: 0 calc(109px + (179 - 109) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-prot-content .content-caption .item:nth-child(2n-1) {
        margin-bottom: calc(118px + (100 - 35) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-prot-content .content-caption h3 {
        flex: 0 0 calc(111px + (150 - 111) * ((100vw - 922px) / (1920 - 922)));
        margin: 0 calc(26px + (33 - 26) * ((100vw - 922px) / (1920 - 922))) 0 0;
        font-size: calc(90px + (110 - 90) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(70px + (107 - 70) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-prot-content .content-caption p {
        font-size: calc(18px + (25 - 18) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (37 - 25) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .org-prot-content {
        grid-template-columns: 327px 1fr;
        grid-gap: 0 109px;
        margin-top: 111px;
    }

    .org-prot-content .content-caption h3 {
        flex: 0 0 calc(82px + (111 - 82) * ((100vw - 414px) / (922 - 414)));
        max-width: calc(190px + (111 - 82) * ((100vw - 414px) / (922 - 414)));
        margin: 0 26px 0 0;
        font-size: calc(70px + (80 - 70) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(57px + (70 - 57) * ((100vw - 414px) / (922 - 414)));
    }

    .org-prot-content .content-caption p {
        width: 285px;
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .org-prot-content .content-caption .item {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 35px;
    }

    .org-block-mob img:nth-child(1) {
        height: 40px;
    }

    .org-prot-content .content-caption .item:nth-child(2n-1) {
        margin-bottom: calc(68px + (100 - 35) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 767px) {
    .org-prot-content {
        grid-template-columns: 100%;
    }

    .org-prot-content .content-caption .item {
        flex-direction: column;
        align-items: flex-start;
    }

    .org-block-mob img:nth-child(2) {
        width: 97%;
    }

    .org-block-mob img:nth-child(1) {
        height: 35px;
    }
}

.work-result {
    margin-bottom: 80px;
    position: relative;
    padding-top: 250px;
    /* background-color: #F7F8FC; */
}

.work-result--step {
    display: flex;
}

@media (max-width: 922px) {
    .work-result {
        padding-top: 85px;
    }
}

@media (max-width: 767px) {
    .work-result--step {
        flex-direction: column;
    }
}

.work-result.scroll .cs-caption {
    margin-bottom: 90px;
    position: fixed;
    top: 250px;
}

.work-result .cs-caption a {
    margin-top: 174px;
}

.work-result .cs-caption a svg {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .work-result {
        padding-top: 60px;
    }

    .work-result.scroll .cs-caption {
        position: relative;
        top: 0;
    }

    .work-result .cs-caption {
        position: relative;
        top: 0;
    }

    .work-result .cs-caption a {
        margin-top: 50px;
    }

    .work-result.scroll .cs-caption {
        margin-bottom: 90px;
    }

    .work-result .cs-caption {
        margin-bottom: 90px;
    }
}

.work-result-list {
    width: 450px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.work-result-item {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 200px;
}

.work-result-item p {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #A0A3B1;
    margin-bottom: 26px;
}

.work-result-item h3 {
    font-weight: 900;
    font-size: 45px;
    line-height: 55px;
    color: #343434;
    margin: 0;
}

@media (max-width: 922px) {
    .work-result-item {
        margin-bottom: 120px;
    }

    .work-result .pin-spacer {
        width: 285px !important;
    }
}

@media (max-width: 767px) {
    .work-result-item h3 {
        font-size: 2.8rem;
        line-height: 3.5rem;
    }


    .work-result-item {
        margin-bottom: 60px;
    }

    .work-result-item p {
        font-size: 1.8rem;
    }

    .work-result-list {
        align-items: flex-start;
    }
}

/* .org-solution {
  background-color: #F7F8FC;
} */

.org-solution .cs-container {
    display: flex;
    z-index: 10;
}

.org-solution .cs-caption {
    z-index: 20;
}

.org-solution .cs-background-wrap {
    z-index: 0;
}

@media (max-width: 767px) {
    .org-solution {
        margin-top: 110px;
    }

    .org-solution .cs-container {
        flex-direction: column;
    }
}

@media (max-width: 580px) {
    .org-solution .cs-container {
        padding-bottom: 0;
    }

    .org-solution .cs-background-wrap {
        bottom: -340px;
    }
}

.solution-cards {
    position: relative;
    width: 519px;
    height: 326px;
}

.solution-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 519px;
    height: 326px;
    padding: 59px 68px 59px 68px;
    background: #FFFFFF;
    border: 1px solid #F7F8FC;
    border-radius: 50px;
}

.solution-circle1 {
    animation: solutionSvg 1.4s linear infinite;
}

.solution-circle2 {
    animation: solutionSvg 1.4s linear .4s infinite;
}

.solution-circle3 {
    animation: solutionSvg 1.4s linear .8s infinite;
}

@keyframes solutionSvg {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-2px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(0);
    }
}

.solution-card__check {
    position: absolute;
    top: 39px;
    right: 44px;
}

.solution-card h4 {
    margin-top: 0;
    margin-bottom: 31px;
    font-weight: 800;
    font-size: 24px;
    line-height: 38px;
    color: #388AF3;
}

.solution-card p {
    width: 320px;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #343434;
}

.solution-cards span {
    width: 519px;
    height: 326px;
    position: absolute;
    padding: 39px 44px 39px 68px;
    background: #FFFFFF;
    border: 1px solid #F7F8FC;
    box-shadow: 10px -2px 24px rgba(215, 219, 226, 0.5);
    border-radius: 50px;
}

.solution-cards span:nth-child(1) {
    top: 40px;
    left: 40px;
}

.solution-cards span:nth-child(2) {
    top: 30px;
    left: 30px;
}

.solution-cards span:nth-child(3) {
    top: 20px;
    left: 20px;
}

.solution-cards span:nth-child(4) {
    top: 10px;
    left: 10px;
}

.solution-card--one {
    z-index: 20;
}

.solution-cards.active .solution-card--one {
    animation: solutionAnimOne 35s linear 2s infinite;
}

.solution-card--two {
    z-index: 19;
}

.solution-cards.active .solution-card--two {
    animation: solutionAnimTwo 35s linear 2s infinite;
}

.solution-card--three {
    z-index: 18;
}

.solution-cards.active .solution-card--three {
    animation: solutionAnimThree 35s linear 2s infinite;
}

.solution-card--four {
    z-index: 17;
}

.solution-card--four .solution-card__content p {
    font-size: 17px;
    line-height: 26px;
}

@media (max-width: 922px) {
    .solution-card--four .solution-card__content p {
        font-size: 12px;
        line-height: 17px;
    }
}

@media (max-width: 767px) {
    .solution-card--four .solution-card__content p {
        font-size: 17px;
        line-height: 26px;
    }
}

@media (max-width: 590px) {
    .solution-card--four .solution-card__content p {
        font-size: 12px;
        line-height: 17px;
    }
}

.solution-cards.active .solution-card--four {
    animation: solutionAnimFour 35s linear 2s infinite;
}

.solution-card--five {
    z-index: 16;
}

.solution-cards.active .solution-card--five {
    animation: solutionAnimFive 35s linear 2s infinite;
}

.solution-card--six {
    z-index: 15;
}

.solution-card--six .solution-card__content p {
    font-size: 22px;
    line-height: 34px;
}

@media (max-width: 922px) {
    .solution-card--six .solution-card__content p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .solution-card--six .solution-card__content p {
        font-size: 22px;
        line-height: 34px;
    }
}

@media (max-width: 580px) {
    .solution-card--six .solution-card__content p {
        font-size: 16px;
        line-height: 20px;
    }
}

@keyframes solutionAnimOne {
    0% {
        transform: rotate(0deg) translateY(0);
    }

    14% {
        transform: rotate(0deg) translateY(0);
    }

    15% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    16% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    96.2% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    96.6% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    97% {
        transform: rotate(0deg) translateY(0);
    }

    100% {
        transform: rotate(0deg) translateY(0);
    }
}

@keyframes solutionAnimTwo {
    0% {
        transform: rotate(0deg) translateY(0);
    }

    30% {
        transform: rotate(0deg) translateY(0);
    }

    31% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    32% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    95.6% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    96% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    96.4% {
        transform: rotate(0deg) translateY(0);
    }

    100% {
        transform: rotate(0deg) translateY(0);
    }
}

@keyframes solutionAnimThree {
    0% {
        transform: rotate(0deg) translateY(0);
    }

    46% {
        transform: rotate(0deg) translateY(0);
    }

    47% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    48% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    95% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    95.4% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    95.8% {
        transform: rotate(0deg) translateY(0);
    }

    100% {
        transform: rotate(0deg) translateY(0);
    }
}

@keyframes solutionAnimFour {
    0% {
        transform: rotate(0deg) translateY(0);
    }

    62% {
        transform: rotate(0deg) translateY(0);
    }

    63% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    64% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    94.4% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    94.8% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    95.2% {
        transform: rotate(0deg) translateY(0);
    }

    100% {
        transform: rotate(0deg) translateY(0);
    }
}

@keyframes solutionAnimFive {
    0% {
        transform: rotate(0deg) translateY(0);
    }

    78% {
        transform: rotate(0deg) translateY(0);
    }

    79% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    80% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    93.8% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    94.2% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    94.6% {
        transform: rotate(0deg) translateY(0);
    }

    100% {
        transform: rotate(0deg) translateY(0);
    }
}

.cs-background-circle--white {
    background-color: #FFF;
}

.cs-background-clip--grey {
    background-color: #F7F8FC;
}

@media (max-width: 1200px) {
    .solution-cards {
        width: calc(420px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
        height: calc(269px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
    }

    .solution-cards span {
        width: calc(420px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
        height: calc(269px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
    }

    .solution-card {
        width: calc(420px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
        height: calc(269px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
        padding: 15px 40px;
    }

    .solution-card__check {
        top: 15px;
        right: 40px;
    }
}

@media (max-width: 922px) {
    .org-solution .cs-caption {
        grid-template-columns: 310px 1fr;
        grid-gap: 0 50px;
    }

    .solution-cards {
        min-height: 310px;
    }

    .solution-card {
        padding: 35px 40px;
    }

    .solution-cards span {
        width: 310px;
        height: 195px;
    }

    .solution-card__check {
        top: 35px;
        right: 40px;
    }

    .solution-card svg {
        width: 48px;
        height: 48px;
    }

    .solution-card {
        width: 310px;
        height: 195px;
    }

    .solution-card h4 {
        margin-top: 0;
        margin-bottom: 18px;
        line-height: 22px;
        font-size: 15px;
    }

    .solution-card p {
        width: 190px;
        font-size: 14px;
        line-height: 22px;
    }

    .solution-cards span:nth-child(1) {
        top: 30px;
        left: 30px;
    }

    .solution-cards span:nth-child(2) {
        top: 22px;
        left: 22px;
    }

    .solution-cards span:nth-child(3) {
        top: 16px;
        left: 16px;
    }

    .solution-cards span:nth-child(4) {
        top: 8px;
        left: 8px;
    }
}

@media (max-width: 767px) {
    .solution-cards {
        margin-top: 60px;
        width: calc(520px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
        height: calc(332px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
    }

    .solution-card {
        width: calc(520px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
        height: calc(332px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
        padding: 59px 68px 59px 68px;
    }

    .solution-cards span {
        width: calc(520px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
        height: calc(332px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
    }

    .solution-card__check {
        top: 59px;
        right: 68x;
    }

    .solution-card svg {
        width: 48px;
        height: 48px;
    }

    .solution-card h4 {
        margin-bottom: 31px;
        font-weight: 800;
        font-size: 24px;
        line-height: 38px;
    }

    .solution-card p {
        width: 320px;
        font-weight: 400;
        font-size: 24px;
        line-height: 38px;
    }

    .solution-cards span:nth-child(1) {
        top: 40px;
        left: 40px;
    }

    .solution-cards span:nth-child(2) {
        top: 30px;
        left: 30px;
    }

    .solution-cards span:nth-child(3) {
        top: 20px;
        left: 20px;
    }

    .solution-cards span:nth-child(4) {
        top: 10px;
        left: 10px;
    }
}

@media (max-width: 580px) {
    .org-solution .cs-caption {
        grid-template-columns: 310px 1fr;
        grid-gap: 0 50px;
    }

    .solution-cards {
        min-height: 200px;
    }

    .solution-card {
        padding: 30px 40px;
        border-radius: 30px;
    }

    .solution-cards span {
        border-radius: 30px;
        width: 310px;
        height: 195px;
    }

    .solution-card__check {
        top: 20px;
        right: 20px;
    }

    .solution-card svg {
        width: 48px;
        height: 48px;
    }

    .solution-card {
        width: 310px;
        height: 195px;
    }

    .solution-card h4 {
        margin-top: 0;
        margin-bottom: 18px;
        line-height: 22px;
        font-size: 15px;
    }

    .solution-card p {
        width: 220px;
        font-size: 14px;
        line-height: 22px;
    }

    .solution-cards span:nth-child(1) {
        display: none;
    }

    .solution-cards span:nth-child(2) {
        top: 15px;
        left: 15px;
    }

    .solution-cards span:nth-child(3) {
        top: 10px;
        left: 10px;
    }

    .solution-cards span:nth-child(4) {
        top: 5px;
        left: 5px;
    }
}

.org-evolution {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.org-evolution .cs-caption {
    margin-bottom: 205px;
}

.org-evolution .pin-spacer {
    padding: 0;
    height: 2000px !important;
}

.evolution-wrapper {
    display: flex;
    padding: 126px 0;
}

.evolution-line {
    position: relative;
    width: 5px;
    background: linear-gradient(93.29deg, #A483E2 21.04%, #388AF3 88.77%);
}


.evolution-line span {
    position: absolute;
    right: -47px;
    transform: rotate(-90deg);
    font-weight: 700;
    font-size: 16px;
    line-height: 45px;
}

.evolution-line span:first-child {
    top: -90px;
    color: #9A84E4;
}

.evolution-line span:last-child {
    bottom: -90px;
    right: -38px;
    color: #4A89F1;
}

.evolution-content-text .date {
    position: absolute;
    left: -150px;
    top: 50%;
    font-weight: 700;
    font-size: 16px;
    line-height: 45px;
    color: #4A89F1;
    transform: rotate(-90deg);
}

.evolution-content-text .date--s {
    left: -134px;
}

.evolution-date {
    position: absolute;
    top: -45px;
    left: 335px;
    font-weight: 700;
    font-size: 18px;
    line-height: 45px;
    color: #9A84E4;
}

.evolution-dates span {
    position: absolute;
    width: 200px;
}

.swiper-slide:nth-child(1) {
    margin-left: 50px;
}

.swiper-slide:nth-child(1) .evolution-date {
    left: -170px;
}

.evolution-content {
    position: relative;
    display: flex;
    height: 700px;
}

.evolution-content-text {
    position: relative;
    margin-left: 80px;
    max-width: 600px;
}

.evolution-content-text:not(:last-child) {
    padding-bottom: 270px;
}

.evolution-content--mobile .evolution-content-text {
    padding-bottom: 0;
    margin-left: 0;
}

.evolution-content--mobile .evolution-content-text::before {
    content: '';
    position: absolute;
    top: 42px;
    left: -37px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #388AF3;
}

.evolution-content--mobile .evolution-content-text::after {
    content: '';
    position: absolute;
    top: 46px;
    left: -32px;
    height: 15px;
    width: 15px;
    opacity: 0;
    background: #E1EFFF;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
    animation: c-pulse-serv 2s ease-in-out infinite;
}

.evolution-content-text:first-child {
    margin-top: 100px;
}

.evolution-content-text:last-child {
    margin-bottom: 150px;
}

.evolution-content__title {
    margin-top: 60px;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    color: #343434;
    transition: color .8s ease-in-out;
}

.evolution-content__descr {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #343434;
    opacity: 1;
    transition: opacity .8s ease-in-out;
}

.evolution-line-wrapper--mobile {
    display: none;
}

.evolution-line-wrapper--mobile .evolution-content__title {
    color: #343434;
    margin-top: 40px;
}

.evolution-line-wrapper--mobile .evolution-content__descr {
    opacity: 1;
    margin-bottom: 60px;
}

.evolution-line-wrapper--mobile .evolution-date {
    position: relative;
    left: 0;
    top: 0;
}

.evolution-content--mobile {
    display: none;
}

@media (max-width: 922px) {
    .evolution-content-text {
        max-width: 370px;
    }

    .evolution-content-text:not(:last-child) {
        margin-bottom: 190px;
    }

    .evolution-content--mobile .evolution-content-text {
        margin-bottom: 0;
    }

    .evolution-content--mobile .evolution-content-text:not(:last-child) {
        margin-bottom: 0;
    }

    .evolution-content__title {
        font-size: 25px;
        line-height: 30px;
    }

    .evolution-content__descr {
        font-size: 16px;
        line-height: 25px;
    }

    .org-evolution .cs-caption {
        grid-template-columns: 280px 1fr;
    }
}

@media (max-width: 767px) {
    .evolution-wrapper {
        display: none;
    }

    .org-evolution .cs-caption {
        margin-bottom: 45px;
    }

    .evolution-line-wrapper {
        display: none;
    }

    .evolution-line-wrapper--mobile {
        position: relative;
        display: flex;
        max-width: 350px;
        width: 100%;
        margin: auto;
    }

    .evolution-line--mobile {
        position: relative;
        width: 4px;
        margin-right: 30px;
        background: linear-gradient(93.29deg, #A483E2 21.04%, #388AF3 88.77%);
    }

    .evolution-content--mobile {
        display: flex;
        flex-direction: column;
    }

    .evolution-content--mobile .evolution-content-text {
        position: relative;
        left: 0;
        animation: none;
    }

    .evolution-date {
        color: #388AF3;
    }

    .evolution-content-text {
        max-width: 280px;
    }
}

@media (max-width: 414px) {
    .evolution-line-wrapper--mobile {
        justify-content: space-between;
    }

    .evolution-content--mobile {
        width: 250px;
        padding-left: 50px;
    }
}

.og-next-project {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    overflow: hidden;
}

@media (max-width: 1920px) {
    .og-next-project {
        height: calc(300px + (500 - 300) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-next-project {
        height: calc(200px + (300 - 200) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .og-next-project {
        height: 200px;
    }
}

.og-next-project h2 {
    position: relative;
    margin: 0;
    padding: 10px;
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    text-align: center;
    color: #388AF3;
    z-index: 2;
}

@media (max-width: 1920px) {
    .og-next-project h2 {
        font-size: calc(34px + (45 - 34) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(42px + (56 - 42) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-next-project h2 {
        font-size: calc(26px + (34 - 26) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(32px + (42 - 32) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .og-next-project h2 {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }
}

.og-next-project h2::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #388AF3;
    transition: .4s;
}

.og-next-project h2:hover::before {
    transform: scaleX(0);
    transition: .4s;
}

.og-next-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 436px;
    height: 436px;
    z-index: 1;
    will-change: transform;
    pointer-events: none;
}

@media (max-width: 1920px) {
    .og-next-cursor {
        width: calc(236px + (436 - 236) * ((100vw - 922px) / (1920 - 922)));
        height: calc(236px + (436 - 236) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-next-cursor {
        display: none;
    }
}

.og-next-cursor-wrap {
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: center left;
    transition: .5s;
}

.og-next-cursor-skew {
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: -50%;
    transition: .5s cubic-bezier(0.25, 1, 0.5, 1);
    background-color: #F0F2F8;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.og-next-button {
    position: relative;
}

.og-next-button::after {
    content: '';
    position: absolute;
    top: -55%;
    left: -25%;
    height: 240%;
    width: 150%;
}

.og-next-button:hover .og-next-cursor-wrap {
    transform: scale(1);
    transition: .5s;
}

.org-parallax {
    height: 100%;
}

.evolution-swiper {
    height: 670px;
    cursor: none;
}

@media (max-width: 767px) {
    .evolution-swiper {
        display: none;
    }
}

.evolition-swiper .swiper-slide {
    position: relative;
}

.pulse-point {
    position: absolute;
    top: 6px;
    left: -87px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #388AF3;
}

.pulse-point::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 15px;
    width: 15px;
    opacity: 0;
    background: #E1EFFF;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
    animation: c-pulse-serv 2s ease-in-out infinite;
}

.swiper-slide-active .evolution-content__title {
    color: #343434;
    transition: color .8s ease-in-out;
}

.swiper-cursor {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 436px;
    height: 436px;
    z-index: 100;
    will-change: transform;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.cursor-wrapper {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: center left;
    transition: .5s;
}

.evolution-swiper:hover .swiper-cursor {
    opacity: 1;
}

.swipe-grab {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    background: #388AF3;
    border-radius: 50%;
    will-change: transform;
    pointer-events: none;
    z-index: 100;
}

@media (max-width: 1920px) {
    .swipe-grab {
        width: calc(90px + (132 - 90) * ((100vw - 922px) / (1920 - 922)));
        height: calc(90px + (132 - 90) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .swipe-grab {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 414px) {
    .swipe-grab {
        display: none;
    }
}

.swipe-grab p {
    font-weight: 600;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #fff;
}

@media (max-width: 1920px) {
    .swipe-grab p {
        font-size: calc(10px + (14 - 10) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(26px + (38 - 26) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .swipe-grab p {
        font-size: 1rem;
        line-height: 2.6rem;
    }
}

/* End */
/* <?=get_template_directory_uri()?>/assets/components/bitrix/news.detail/pageCaseORG/style.css?167144533146705 */
/* Start:<?=get_template_directory_uri()?>/assets/components/bitrix/news.detail/pageCaseOG/style.css?167205162250273*/
.cs-pd-bt {
    padding-bottom: 250px;
}

@media (max-width: 1920px) {
    .cs-pd-bt {
        padding-bottom: calc(110px + (250 - 110) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs-pd-bt {
        padding-bottom: calc(60px + (110 - 60) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .cs-pd-bt {
        padding-bottom: 60px;
    }
}

.cs {
    padding-top: 240px;
}

@media (max-width: 1920px) {
    .cs {
        padding-top: calc(194px + (240 - 194) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs {
        padding-top: calc(129px + (194 - 129) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .cs {
        padding-top: 129px;
    }
}

.cs-container {
    position: relative;
    padding: 0 358px;
}

@media (max-width: 1920px) {
    .cs-container {
        padding: 0 calc(40px + (358 - 40) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs-container {
        padding: 0 40px;
    }
}

.cs-background-clip {
    position: relative;
    overflow: hidden;
}

.cs-background-wrap {
    position: absolute;
    bottom: 50px;
    left: -15%;
    height: 1700px;
    width: 1700px;
}

@media (max-width: 1920px) {
    .cs-background-wrap {
        height: calc(1100px + (1700 - 1100) * ((100vw - 922px) / (1920 - 922)));
        width: calc(1100px + (1700 - 1100) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs-background-wrap {
        left: -30%;
        height: 1100px;
        width: 1100px;
    }
}

@media (max-width: 767px) {
    .cs-background-wrap {
        top: 2500px;
        left: -20%;
        bottom: 0;
    }
}

@media (max-width: 580px) {
    .cs-background-wrap {
        top: 2500px;
        left: -95%;
    }
}

.cs-background-wrap.circle-1-wrap {
    bottom: -520px;
    left: -15%;
}

@media (max-width: 922px) {
    .cs-background-wrap.circle-1-wrap {
        left: -35%;
        bottom: -520px;
    }
}

@media (max-width: 767px) {
    .cs-background-wrap.circle-1-wrap {
        top: 700px;
        left: -80%;
        bottom: 0;
    }
}

@media (max-width: 580px) {
    .cs-background-wrap.circle-1-wrap {
        top: 800px;
        left: -80%;
    }
}

.cs-background-circle {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #F0F2F8;
    border-radius: 50%;
}

.swipe-grab {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    background: #388AF3;
    border-radius: 50%;
    will-change: transform;
    pointer-events: none;
    z-index: 100;
}

@media (max-width: 1920px) {
    .swipe-grab {
        width: calc(90px + (132 - 90) * ((100vw - 922px) / (1920 - 922)));
        height: calc(90px + (132 - 90) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .swipe-grab {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 414px) {
    .swipe-grab {
        display: none;
    }
}

.swipe-grab p {
    font-weight: 600;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #fff;
}

@media (max-width: 1920px) {
    .swipe-grab p {
        font-size: calc(10px + (14 - 10) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(26px + (38 - 26) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .swipe-grab p {
        font-size: 1rem;
        line-height: 2.6rem;
    }
}

.cs-back {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

@media (max-width: 1920px) {
    .cs-back {
        margin-bottom: calc(60px + (80 - 60) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs-back {
        margin-bottom: calc(45px + (60 - 45) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .cs-back {
        margin-bottom: 45px;
    }
}

.cs-back:hover a {
    color: #388AF3;
    transition: .4s;
}

.cs-back:hover svg {
    transform: translateX(-7px);
    transition: .4s;
}

.cs-back a {
    display: inline-block;
    margin-left: 17px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6D6D6D;
    transition: .4s;
}

@media (max-width: 922px) {
    .cs-back a {
        font-size: calc(12px + (16 - 12) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(14px + (17 - 14) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .cs-back a {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}

.cs-back svg {
    transform: translateX(0);
    transition: .4s;
}

.cs-caption {
    display: grid;
    grid-template-columns: 539px 1fr;
    grid-gap: 0 78px;
}

@media (max-width: 1920px) {
    .cs-caption {
        grid-template-columns: calc(381px + (539 - 381) * ((100vw - 922px) / (1920 - 922))) 1fr;
        grid-gap: 0 calc(50px + (78 - 50) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs-caption {
        grid-template-columns: 381px 1fr;
        grid-gap: 0 50px;
    }
}

@media (max-width: 767px) {
    .cs-caption {
        grid-template-columns: 100%;
        grid-gap: 22px;
    }
}

.cs-caption h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 64px;
    color: #343434;
}

@media (max-width: 1920px) {
    .cs-caption h1 {
        font-size: calc(30px + (52 - 30) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(39px + (64 - 39) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs-caption h1 {
        font-size: calc(38px + (30 - 38) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(48px + (39 - 48) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .cs-caption h1 {
        font-size: 3.8rem;
        line-height: 3.8rem;
    }
}

.cs-caption p {
    margin-top: 15px;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    color: #343434;
}

@media (max-width: 1920px) {
    .cs-caption p {
        font-size: calc(16px + (25 - 16) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (40 - 25) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs-caption p {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
}

@media (max-width: 414px) {
    .cs-caption p {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}

.cs-caption a {
    display: flex;
    align-items: center;
    margin-top: 63px;
}

@media (max-width: 1920px) {
    .cs-caption a {
        margin-top: calc(30px + (63 - 30) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs-caption a {
        margin-top: 30px;
    }
}

@media (max-width: 922px) {
    .cs-caption a {
        margin-top: 60px;
    }
}

.cs-caption a>span {
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #282828;
    transition: .4s;
}

.cs-caption a>svg {
    margin-top: 5px;
    transform: scale(1);
    transition: .4s;
}

.cs-caption a:hover>span {
    color: #388AF3;
    transition: .4s;
}

.cs-caption a:hover svg {
    transform: scale(1.15);
    transition: .4s;
}

.og-block-caption {
    display: grid;
    grid-template-columns: 440px 1fr;
    grid-gap: 0 179px;
}

@media (max-width: 1920px) {
    .og-block-caption {
        grid-template-columns: calc(327px + (440 - 327) * ((100vw - 922px) / (1920 - 922))) 1fr;
        grid-gap: 0 calc(109px + (179 - 109) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-block-caption {
        grid-template-columns: 327px 1fr;
        grid-gap: 0 109px;
    }
}

@media (max-width: 767px) {
    .og-block-caption {
        grid-template-columns: 100%;
        grid-gap: 22px 0;
    }
}

.og-block-title {
    margin: 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    color: #343434;
}

@media (max-width: 1920px) {
    .og-block-title {
        font-size: calc(30px + (45 - 30) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(39px + (56 - 39) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-block-title {
        font-size: calc(32px + (30 - 32) * ((100vw - 414px) / (922 - 414)));
        line-height: 3.9rem;
    }
}

@media (max-width: 414px) {
    .og-block-title {
        font-size: 3.2rem;
        line-height: 3.9rem;
    }
}

.og-block-desc {
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    color: #343434;
}

@media (max-width: 1920px) {
    .og-block-desc {
        font-size: calc(16px + (25 - 16) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (40 - 25) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-block-desc {
        font-size: calc(22px + (16 - 22) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(32px + (25 - 32) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .og-block-desc {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
}

.og-screenshot {
    position: relative;
    height: 862px;
    background: linear-gradient(97.8deg, #DDF7FB -48.41%, #C7C6F6 -11.57%, #DDF7FB 11.45%, #D7EEF1 32.51%, #C7C6F6 56.17%, #BAA8FA 70.19%, #D5EAF1 100%);
    overflow: hidden;
}

@media (max-width: 1920px) {
    .og-screenshot {
        height: calc(521px + (862 - 521) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-screenshot {
        height: calc(342px + (521 - 342) * ((100vw - 414px) / (922 - 414)));
    }

    #og-anim-slide-1 {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-radius: 20px
    }
}

@media (max-width: 414px) {
    .og-screenshot {
        height: 342px;
    }

    #og-anim-slide-1 {
        border-radius: 15px;
    }
}

.og-screenshot.og-bgcolor-pink {
    background: #D5B5FF;
}

.og-screenshot .prev-run {
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: -150px;
}

@media (max-width: 1920px) {
    .og-screenshot .prev-run {
        left: calc(126px + (358 - 126) * ((100vw - 922px) / (1920 - 922)));
        right: calc(126px + (358 - 126) * ((100vw - 922px) / (1920 - 922)));
        bottom: calc(-100px + (-150 - -100) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-screenshot .prev-run {
        left: calc(40px + (126 - 40) * ((100vw - 414px) / (922 - 414)));
        right: calc(40px + (126 - 40) * ((100vw - 414px) / (922 - 414)));
        bottom: calc(0px + (-100 - 0) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .og-screenshot .prev-run {
        left: 40px;
        right: 40px;
        bottom: 45px;
    }

    .og-screenshot.og-bgcolor-pink {
        height: 257px;
    }

    .og-screenshot.og-bgcolor-pink .prev-run {
        bottom: -30px;
    }
}

.og-screenshot .prev-run img {
    width: 100%;
}

.og-work .og-block-caption {
    margin-bottom: 100px;
}

.og-work--card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 42px 32px;
}

@media (max-width: 1920px) {
    .og-work--card {
        grid-gap: 42px calc(20px + (32 - 20) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-work--card {
        grid-gap: 42px 20px;
    }
}

@media (max-width: 767px) {
    .og-work--card {
        grid-template-columns: 100%;
        grid-gap: 50px 0;
    }
}

.og-work--card .card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.og-work--card .card-item:nth-child(2),
.og-work--card .card-item:nth-child(4) {
    margin-top: 128px;
}

@media (max-width: 1920px) {

    .og-work--card .card-item:nth-child(2),
    .og-work--card .card-item:nth-child(4) {
        margin-top: calc(80px + (128 - 80) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {

    .og-work--card .card-item:nth-child(2),
    .og-work--card .card-item:nth-child(4) {
        margin-top: 80px;
    }
}

@media (max-width: 922px) {

    .og-work--card .card-item:nth-child(2),
    .og-work--card .card-item:nth-child(4) {
        margin-top: 0;
    }
}

.og-work--card .card-item:nth-child(4) .preview {
    background: linear-gradient(242.78deg, #DDF7FB 6.04%, #D7EEF1 23.91%, #C7C6F6 94.99%, #D5EAF1 111.38%);
}

.og-work--card .card-item:nth-child(3) .preview {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D5B5FF;
}

.og-work--card .card-item:nth-child(3) .preview svg {
    width: 445px;
    height: 445px;
}

@media (max-width: 1920px) {
    .og-work--card .card-item:nth-child(3) .preview svg {
        width: calc(280px + (445 - 280) * ((100vw - 922px) / (1920 - 922)));
        height: calc(280px + (445 - 280) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-work--card .card-item:nth-child(3) .preview svg {
        width: 280px;
        height: 280px;
    }
}

.og-work--card .card-item:nth-child(4) .preview img {
    position: absolute;
    top: 250px;
    right: -70px;
}

@media (max-width: 1920px) {
    .og-work--card .card-item:nth-child(4) .preview img {
        top: calc(200px + (250 - 200) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-work--card .card-item:nth-child(4) .preview img {
        top: calc(150px + (200 - 150) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .og-work--card .card-item:nth-child(4) .preview img {
        top: 150px;
    }
}

.og-work--card .card-item .preview {
    position: relative;
    max-width: 587px;
    width: 100%;
    height: 750px;
    overflow: hidden;
}

@media (max-width: 1920px) {
    .og-work--card .card-item .preview {
        max-width: calc(412px + (587 - 412) * ((100vw - 922px) / (1920 - 922)));
        height: calc(522px + (750 - 522) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-work--card .card-item .preview {
        max-width: calc(332px + (412 - 332) * ((100vw - 414px) / (922 - 414)));
        height: calc(424px + (522 - 424) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .og-work--card .card-item .preview {
        max-width: 100%;
        height: 424px;
    }
}

.og-work--card .card-item .preview .prev-anim {
    display: block;
    transform: translateX(100%);
    transition: .9s ease-in-out;
    opacity: 0;
}

.og-work--card .card-item .preview .prev-anim.active {
    transform: translateX(0);
    transition: .9s ease-in-out;
    opacity: 1;
}

.og-work--card .card-item .preview img {
    width: 100%;
}

.og-work--card .card-item:nth-child(1) .preview img {
    transform: translateY(-100px);
}

.og-work--card .card-item h3 {
    max-width: 439px;
    margin: 52px 0 0;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #343434;
}

@media (max-width: 1920px) {
    .og-work--card .card-item h3 {
        max-width: calc(193px + (439 - 193) * ((100vw - 922px) / (1920 - 922)));
        margin: calc(30px + (52 - 30) * ((100vw - 922px) / (1920 - 922))) 0 0;
        font-size: calc(16px + (25 - 16) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (40 - 25) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-work--card .card-item h3 {
        max-width: 193px;
        margin: calc(25px + (30 - 25) * ((100vw - 414px) / (922 - 414))) 0 0;
        font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(20px + (25 - 20) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .og-work--card .card-item h3 {
        margin: 25px 0 0;
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.og-slider {
    position: relative;
    margin-top: 140px;
    background: linear-gradient(180deg, #F0F2F8 55%, #fff 45%);
    cursor: none;
}

@media (max-width: 1920px) {
    .og-slider {
        margin-top: calc(130px + (140 - 130) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-slider {
        margin-top: calc(80px + (130 - 80) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 767px) {
    .og-slider .swiper-wrapper {
        background-color: #F0F2F8;
    }
}

@media (max-width: 414px) {
    .og-slider .swiper-wrapper {
        flex-direction: column;
    }
}

.og-slider--item {
    width: 587px !important;
    height: 370px !important;
    overflow: hidden;
}

@media (max-width: 1920px) {
    .og-slider--item {
        width: calc(497px + (587 - 497) * ((100vw - 922px) / (1920 - 922))) !important;
        height: calc(313px + (370 - 313) * ((100vw - 922px) / (1920 - 922))) !important;
    }
}

@media (max-width: 922px) {
    .og-slider--item {
        width: calc(414px + (497 - 414) * ((100vw - 414px) / (922 - 414))) !important;
        height: calc(261px + (313 - 261) * ((100vw - 414px) / (922 - 414))) !important;
    }
}

@media (max-width: 414px) {
    .og-slider--item {
        width: 100%;
        height: 100%;
    }
}

.og-slider--item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: 1.8s;
    transform-style: preserve-3d;
}

.og-slider--item.scale img {
    scale: 1.1;
    transition: 1.8s;
    transform-style: preserve-3d;
}

.og-branded {
    position: relative;
}

.og-branded--smile.smile-laptop {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 290px;
    height: 250px;
}

.og-branded--smile.smile-mobile {
    display: none;
}

@media (max-width: 1920px) {
    .og-branded--smile.smile-laptop {
        width: calc(216px + (278 - 216) * ((100vw - 922px) / (1920 - 922)));
        height: calc(216px + (313 - 216) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {

    .og-branded--smile.smile-laptop,
    .og-branded--smile.smile-mobile {
        width: 216px;
        height: 216px;
    }
}

@media (max-width: 767px) {
    .og-branded--smile.smile-laptop {
        display: none;
    }

    .og-branded--smile.smile-mobile {
        position: relative;
        display: block;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.og-path {
    position: relative;
    margin-top: 250px;
    padding-bottom: 631px;
}

@media (max-width: 1920px) {
    .og-path {
        margin-top: calc(110px + (250 - 110) * ((100vw - 922px) / (1920 - 922)));
        padding-bottom: calc(531px + (631 - 531) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-path {
        margin-top: calc(98px + (110 - 98) * ((100vw - 414px) / (922 - 414)));
        padding-bottom: calc(326px + (531 - 326) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .og-path {
        margin-top: 98px;
        padding-bottom: 326px;
    }
}

.og-path--golf {
    position: absolute;
    top: -50px;
    left: 0;
    width: 1630px;
    height: 685px;
}

@media (max-width: 1920px) {
    .og-path--golf {
        width: calc(880px + (1630 - 880) * ((100vw - 922px) / (1920 - 922)));
        height: calc(360px + (685 - 360) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-path--golf {
        top: unset;
        width: 100%;
        height: 360px;
        bottom: 150px;
    }
}

@media (max-width: 640px) {
    .og-path--golf {
        top: 220px;
    }
}

@media (max-width: 414px) {
    .og-path--golf {
        top: unset;
        left: -150px;
        width: 130%;
        bottom: -30px;
    }
}

.og-prot-content {
    display: grid;
    align-items: center;
    grid-template-columns: 440px 1fr;
    grid-gap: 0 179px;
    margin-top: 273px;
}

@media (max-width: 1920px) {
    .og-prot-content {
        grid-template-columns: calc(327px + (440 - 327) * ((100vw - 922px) / (1920 - 922))) 1fr;
        grid-gap: 0 calc(109px + (179 - 109) * ((100vw - 922px) / (1920 - 922)));
        margin-top: calc(111px + (197 - 111) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-prot-content {
        grid-template-columns: 327px 1fr;
        grid-gap: 0 109px;
        margin-top: 111px;
    }
}

@media (max-width: 767px) {
    .og-prot-content {
        grid-template-columns: 100%;
        grid-gap: 78px 0;
    }
}

.og-prot-content .content-caption .item {
    display: flex;
    align-items: flex-end;
    margin-bottom: 100px;
}

@media (max-width: 1920px) {
    .og-prot-content .content-caption .item {
        margin-bottom: calc(35px + (100 - 35) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-prot-content .content-caption .item {
        margin-bottom: 35px;
    }
}

.og-prot-content .content-caption .item:last-child {
    margin-bottom: 0;
}

.og-prot-content .content-caption h3 {
    position: relative;
    flex: 0 0 150px;
    max-width: 150px;
    margin: 0 33px 0 0;
    font-weight: 700;
    font-size: 145px;
    line-height: 107px;
    color: #343434;
}

@media (max-width: 1920px) {
    .og-prot-content .content-caption h3 {
        flex: 0 0 calc(111px + (150 - 111) * ((100vw - 922px) / (1920 - 922)));
        max-width: calc(111px + (150 - 111) * ((100vw - 922px) / (1920 - 922)));
        margin: 0 calc(26px + (33 - 26) * ((100vw - 922px) / (1920 - 922))) 0 0;
        font-size: calc(108px + (145 - 108) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(70px + (107 - 70) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-prot-content .content-caption h3 {
        flex: 0 0 calc(82px + (111 - 82) * ((100vw - 414px) / (922 - 414)));
        max-width: calc(82px + (111 - 82) * ((100vw - 414px) / (922 - 414)));
        margin: 0 26px 0 0;
        font-size: calc(80px + (108 - 80) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(57px + (70 - 57) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .og-prot-content .content-caption h3 {
        flex: 0 0 82px;
        max-width: 82px;
        margin: 0 26px 0 0;
        font-size: 80px;
        line-height: 57px;
    }
}

.og-prot-content .content-caption h3 .pplNum {
    display: inline-block;
    vertical-align: bottom;
    font-size: inherit;
    line-height: inherit;
}

.og-prot-content .content-caption h3 .pplNum .digit-con {
    height: 60px;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}

.og-prot-content .content-caption h3 .pplNum span {
    position: relative;
}

.og-prot-content .content-caption p {
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #343434;
}

@media (max-width: 1920px) {
    .og-prot-content .content-caption p {
        font-size: calc(20px + (30 - 20) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (37 - 25) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 1700px) {
    .og-prot-content .content-caption p {
        padding-bottom: 14px;
    }
}

@media (max-width: 1500px) {
    .og-prot-content .content-caption p {
        padding-bottom: 17px;
    }
}

@media (max-width: 1300px) {
    .og-prot-content .content-caption p {
        padding-bottom: 25px;
    }
}

@media (max-width: 1400px) {
    .og-prot-content .content-caption p {
        padding-bottom: 28px;
    }
}

@media (max-width: 1100px) {
    .og-prot-content .content-caption p {
        padding-bottom: 35px;
    }
}

@media (max-width: 922px) {
    .og-prot-content .content-caption p {
        padding-bottom: 0;
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

.og-prot-content .content-desc p {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #343434;
}

@media (max-width: 1920px) {
    .og-prot-content .content-desc p {
        font-size: calc(16px + (24 - 16) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (38 - 25) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-prot-content .content-desc p {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
}

@media (max-width: 414px) {
    .og-prot-content .content-desc p {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
}

.og-promo {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 1109px;
    background-color: #D5B5FF;
}

@media (max-width: 1920px) {
    .og-promo {
        height: calc(647px + (1109 - 647) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-promo {
        height: calc(342px + (647 - 342) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .og-promo {
        height: 342px;
    }
}

.og-promo.night-theme {
    background: #301C59;
}

.og-promo.night-theme .preloader__circle svg path {
    fill: #C8ACFF;
}

.og-promo.promo-bg-blue {
    background-color: #DCF5F9;
}

.og-promo .promo-img {
    position: relative;
    width: 1285px;
    height: 722px;
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.og-promo .promo-img video {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.video-trigger {
    position: absolute;
    z-index: -1;
    top: 50%;
    width: 10px;
    height: 10px;
}

@media (max-width: 1920px) {
    .og-promo .promo-img {
        width: calc(635px + (1322 - 670) * ((100vw - 922px) / (1920 - 922)));
        height: calc(366px + (722 - 366) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-promo .promo-img {
        width: calc(317px + (670 - 330) * ((100vw - 414px) / (922 - 414)));
        height: calc(184px + (366 - 184) * ((100vw - 414px) / (922 - 414)));
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
    }

    .og-promo .promo-img video {
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
    }
}

@media (max-width: 414px) {
    .og-promo .promo-img {
        width: 330px;
        height: 184px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }

    .og-promo .promo-img video {
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }
}

.og-promo .promo-img video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.og-promo .promo-img .day,
.og-promo .promo-img .night {
    position: absolute;
    top: 0;
    left: 0;
}

.og-promo.day-theme .promo-img .day {
    display: block;
}

.og-promo.day-theme .promo-img .night {
    display: none;
}

.og-promo.night-theme .promo-img .day {
    display: none;
}

.og-promo.night-theme .promo-img .night {
    display: block;
}

.promo-timeline-btn {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 77px;
    margin-top: 130px;
}

@media (max-width: 1920px) {
    .promo-timeline-btn {
        width: calc(45px + (77 - 45) * ((100vw - 922px) / (1920 - 922)));
        margin-top: calc(65px + (130 - 65) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .promo-timeline-btn {
        width: 45px;
        margin-top: calc(30px + (65 - 30) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .promo-timeline-btn {
        margin-top: 30px;
    }
}

.promo-timeline-btn .timeline-img {
    position: absolute;
    top: -35px;
    left: -225px;
    width: 212px;
    height: 94px;
}

@media (max-width: 1920px) {
    .promo-timeline-btn .timeline-img {
        left: calc(-180px + (-225 - -180) * ((100vw - 922px) / (1920 - 922)));
        width: calc(176px + (212 - 176) * ((100vw - 922px) / (1920 - 922)));
        height: calc(78px + (94 - 78) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .promo-timeline-btn .timeline-img {
        top: calc(0px + (-35 - 0) * ((100vw - 414px) / (922 - 414)));
        left: calc(-115px + (-180 - -115) * ((100vw - 414px) / (922 - 414)));
        width: calc(106px + (176 - 106) * ((100vw - 414px) / (922 - 414)));
        height: calc(47px + (78 - 47) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .promo-timeline-btn .timeline-img {
        top: 0;
        left: -115px;
        width: 106px;
        height: 47px;
    }
}

.promo-timeline-btn .timeline-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.og-promo.day-theme .promo-timeline-btn .timeline-img .day {
    display: block;
}

.og-promo.day-theme .promo-timeline-btn .timeline-img .night {
    display: none;
}

.og-promo.night-theme .promo-timeline-btn .timeline-img .day {
    display: none;
}

.og-promo.night-theme .promo-timeline-btn .timeline-img .night {
    display: block;
}

.promo-timeline-btn .timeline-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    transition: .5s ease;
}

@media (max-width: 1920px) {
    .promo-timeline-btn .timeline-btn {
        width: calc(45px + (77 - 45) * ((100vw - 922px) / (1920 - 922)));
        height: calc(45px + (77 - 45) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .promo-timeline-btn .timeline-btn {
        width: 45px;
        height: 45px;
    }
}

.og-promo.day-theme .promo-timeline-btn .timeline-btn {
    background: #3A2664;
}

.og-promo.night-theme .promo-timeline-btn .timeline-btn {
    background: #E0EDEF;
}

.promo-timeline-btn .timeline-btn::before {
    content: '';
    position: absolute;
    top: -13px;
    left: -13px;
    height: 103px;
    width: 103px;
    transition: .5s ease;
}

@media (max-width: 1920px) {
    .promo-timeline-btn .timeline-btn::before {
        top: calc(-6px + (-13 - -6) * ((100vw - 922px) / (1920 - 922)));
        left: calc(-6px + (-13 - -6) * ((100vw - 922px) / (1920 - 922)));
        width: calc(58px + (103 - 58) * ((100vw - 922px) / (1920 - 922)));
        height: calc(58px + (103 - 58) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .promo-timeline-btn .timeline-btn::before {
        top: -6px;
        left: -6px;
        width: 58px;
        height: 58px;
    }
}

.og-promo.day-theme .promo-timeline-btn .timeline-btn::before {
    background: url(/wp-content/themes/toimi/assets/img/promo-timeline-bg-day.svg) center no-repeat;
    background-size: cover;
}

.og-promo.night-theme .promo-timeline-btn .timeline-btn::before {
    background: url(/wp-content/themes/toimi/assets/img/promo-timeline-bg-night.svg) center no-repeat;
    background-size: cover;
}

.promo-timeline-btn .timeline-btn:hover::before {
    transform: rotateZ(15deg) scale(1.1);
    transition: .5s ease;
}

.promo-timeline-btn .timeline-btn p {
    font-weight: 800;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
}

@media (max-width: 1920px) {
    .promo-timeline-btn .timeline-btn p {
        font-size: calc(10px + (18 - 10) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .promo-timeline-btn .timeline-btn p {
        font-size: 1rem;
    }
}

.og-promo.day-theme .promo-timeline-btn .timeline-btn .day {
    display: block;
    color: #794BDC;
}

.og-promo.day-theme .promo-timeline-btn .timeline-btn .night {
    display: none;
}

.og-promo.night-theme .promo-timeline-btn .timeline-btn .day {
    display: none;
}

.og-promo.night-theme .promo-timeline-btn .timeline-btn .night {
    display: block;
    color: #3A2664;
}

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.promo-timeline-btn .timeline-btn p>span {
    margin: 0 1px 2px;
    animation: clockColon 1.3s infinite;
}

.og-promo .preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.og-promo .preloader__bg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-width: 0;
    border-style: solid;
    border-color: #D5EAF1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: 1s ease;
    overflow: hidden;
    z-index: 5;
}

.og-promo .preloader.active .preloader__bg {
    width: 150%;
    height: 150vw;
    border-width: 75vw;
}

.og-promo.night-theme .preloader.pre-disabled .preloader__bg {
    background: transparent
}

.og-promo.night-theme .preloader__bg {
    border-color: #7042D3;
    background: #7042D3
}

.og-promo .preloader__circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 250px;
    height: 250px;
    opacity: 0;
    transform: translate(-50%, -50%) rotateZ(-45deg) scale(0.5);
    transition: all .5s ease .5s;
    z-index: 7;
}

@media (max-width: 1920px) {
    .og-promo .preloader__circle {
        width: calc(170px + (250 - 170) * ((100vw - 414px) / (1920 - 414)));
        height: calc(170px + (250 - 170) * ((100vw - 414px) / (1920 - 414)));
    }
}

@media (max-width: 414px) {
    .og-promo .preloader__circle {
        width: 170px;
        height: 170px;
    }
}

.og-promo .preloader.active .preloader__circle {
    transform: translate(-50%, -50%) rotateZ(0) scale(1);
    opacity: 1;
}

.og-promo .preloader.pre-disabled .preloader__circle {
    transform: translate(-50%, -50%) rotateZ(-45deg) scale(0.5);
    opacity: 0;
    transition: all 1s ease;
}

.og-promo .preloader__circle svg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

@keyframes circlePump {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

.og-promo .preloader.active .preloader__circle svg {
    animation: circlePump 2s ease infinite;
    animation-delay: .75s;
}

.og-promo .preloader__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 1s ease 1s;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.og-promo .preloader.active .preloader__logo {
    opacity: 1;
}

.og-promo .preloader.pre-disabled .preloader__logo {
    opacity: 0;
    transition: all .5s ease;
}

.og-promo .preloader.active.texted-step-1 .preloader__logo {
    top: calc(50% + 10px);
}

.og-promo .preloader__logo-text {
    position: relative;
    display: none;
    width: 250px;
    height: 50px;
    margin-top: 20px;
    overflow: hidden;
}

.og-promo .preloader.active.texted-step-1 .preloader__logo-text {
    display: block;
}

.og-promo .preloader__logo-text span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    color: #AC85FE;
    transition: all .3s ease;
}

@media (max-width: 1920px) {
    .og-promo .preloader__logo-text span {
        font-size: calc(12px + (16 - 12) * ((100vw - 414px) / (1920 - 414)));
    }
}

@media (max-width: 414px) {
    .og-promo .preloader__logo-text span {
        font-size: 1.2rem;
    }
}

.og-promo.night-theme .preloader__logo svg path {
    fill: #C8ACFF
}

.og-promo.night-theme .preloader__logo-text span {
    color: #DCCBFF;
}

.og-promo .preloader__logo-text span:nth-child(1) {
    left: 50%;
}

.og-promo .preloader.active.texted-step-2 .preloader__logo-text span:nth-child(1) {
    left: -100%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0
}

.og-promo .preloader.active.texted-step-2 .preloader__logo-text span:nth-child(2) {
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.og-promo .preloader.active.texted-step-3 .preloader__logo-text span:nth-child(2) {
    left: -100%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0
}

.og-promo .preloader.active.texted-step-3 .preloader__logo-text span:nth-child(3) {
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.og-promo .preloader.active.texted-step-4 .preloader__logo-text span:nth-child(3) {
    left: -100%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0
}

.og-promo .preloader.active.texted-step-4 .preloader__logo-text span:nth-child(4) {
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.og-promo .preloader__logo-text span:nth-child(2),
.og-promo .preloader__logo-text span:nth-child(3),
.og-promo .preloader__logo-text span:nth-child(4) {
    left: 100%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
}

.og-promo .preloader.disabled .preloader__bg {
    border-width: 0;
}

.og-promo.night-theme .preloader.pre-disabled .preloader__bg {
    background: transparent;
}


.og-block--card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 170px 32px;
}

@media (max-width: 1920px) {
    .og-block--card {
        grid-gap:
            calc(100px + (170 - 100) * ((100vw - 922px) / (1920 - 922))) calc(20px + (32 - 20) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-block--card {
        grid-gap: 100px 20px;
    }
}

@media (max-width: 767px) {
    .og-block--card {
        grid-template-columns: 100%;
        grid-gap: 50px 0;
    }
}

.og-block--card .card-item h3 {
    margin: 0 0 52px;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #343434;
}

@media (max-width: 1920px) {
    .og-block--card .card-item h3 {
        margin: 0 0 calc(30px + (52 - 30) * ((100vw - 922px) / (1920 - 922)));
        font-size: calc(16px + (25 - 16) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (40 - 25) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-block--card .card-item h3 {
        margin: 0 0 30px;
        font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(20px + (25 - 20) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 767px) {
    .og-hr.og-block--card .card-item h3 {
        margin: -25px 0 49px;
    }
}

@media (max-width: 414px) {
    .og-block--card .card-item h3 {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.og-block--card .card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.og-block--card .card-item:nth-child(1) .preview {
    background: linear-gradient(245.52deg, #9161F6 -20.31%, #7042D3 52.75%, #140C26 118.78%);
}

.og-block--card .card-item:nth-child(2) {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .og-block--card .card-item:nth-child(2) {
        margin-top: 0;
    }
}

.og-block--card .card-item:nth-child(3) {
    margin-top: -230px;
}

@media (max-width: 767px) {
    .og-block--card .card-item:nth-child(3) {
        margin-top: 0;
    }
}

.og-block--card .card-item:nth-child(2) .preview {
    background: linear-gradient(242.78deg, #DDF7FB 6.04%, #D7EEF1 23.91%, #C7C6F6 94.99%, #D5EAF1 111.38%);
}

.og-block--card.og-hr .card-item:nth-child(1) .preview {
    background: linear-gradient(242.78deg, #DDF7FB 6.04%, #D7EEF1 23.91%, #C7C6F6 94.99%, #D5EAF1 111.38%);
}

.og-block--card.og-hr .card-item:nth-child(2) .preview {
    background: #5B3F94;
}

.og-block--card.og-hr .card-item:nth-child(3) .preview {
    background: #7657D2;
}

.og-block--card.og-hr .card-item:nth-child(4) .preview {
    background: #DCF5F9;
}

.og-block--card .card-item .preview {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 587px;
    width: 100%;
    height: 750px;
    overflow: hidden;
}

@media (max-width: 1920px) {
    .og-block--card .card-item .preview {
        max-width: calc(412px + (587 - 412) * ((100vw - 922px) / (1920 - 922)));
        height: calc(522px + (750 - 522) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-block--card .card-item .preview {
        max-width: calc(332px + (412 - 332) * ((100vw - 414px) / (922 - 414)));
        height: calc(424px + (522 - 424) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .og-block--card .card-item .preview {
        max-width: 332px;
        height: 424px;
    }
}

.og-block--card .card-item .preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 414px) {
    .og-block--card .card-item:nth-child(2) .preview img {
        transform: translateY(25px);
    }
}

.og-block--card .icon-parallax {
    position: absolute;
}

@media (max-width: 922px) {
    .og-block--card .icon-parallax {
        width: 12%;
    }
}

@media (max-width: 580px) {
    .og-block--card .icon-parallax img {
        width: 35px !important;
    }
}

.og-block--card .icon-1 {
    top: 17%;
    left: 10%;
}

.og-block--card .icon-2 {
    top: 7%;
    left: 40%;
}

.og-block--card .icon-3 {
    top: 17%;
    left: 75%;
}

.og-block--card .icon-4 {
    top: 60%;
    left: 80%;
}

.og-block--card .icon-5 {
    top: 80%;
    left: 71%;
}

.og-block--card .icon-6 {
    top: 85%;
    left: 45%;
}

.og-block--card .icon-7 {
    top: 75%;
    left: 10%;
}

.og-next-project h2 {
    position: relative;
    margin: 0;
    padding: 10px;
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    text-align: center;
    color: #388AF3;
    z-index: 2;
}

@media (max-width: 1920px) {
    .og-next-project h2 {
        font-size: calc(34px + (45 - 34) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(42px + (56 - 42) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-next-project h2 {
        font-size: calc(26px + (34 - 26) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(32px + (42 - 32) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .og-next-project h2 {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }
}

.og-next-project h2::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #388AF3;
    transition: .4s;
}

.og-next-project h2:hover::before {
    transform: scaleX(0);
    transition: .4s;
}

.og-next-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 436px;
    height: 436px;
    z-index: 1;
    will-change: transform;
    pointer-events: none;
}

@media (max-width: 1920px) {
    .og-next-cursor {
        width: calc(236px + (436 - 236) * ((100vw - 922px) / (1920 - 922)));
        height: calc(236px + (436 - 236) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-next-cursor {
        display: none;
    }
}

.og-next-cursor-wrap {
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: center left;
    transition: .5s;
}

.og-next-cursor-skew {
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: -50%;
    transition: .5s cubic-bezier(0.25, 1, 0.5, 1);
    background-color: #F0F2F8;
    background-size: 115%;
    background-position: 130px 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
}

@media (max-width: 1920px) {
    .og-next-cursor-skew {
        background-position: calc(75px + (130 - 75) * ((100vw - 922px) / (1920 - 922))) 50%;
    }
}

.og-next-button {
    position: relative;
}

.og-next-button::after {
    content: '';
    position: absolute;
    top: -55%;
    left: -25%;
    height: 240%;
    width: 150%;
}

.og-next-button:hover .og-next-cursor-wrap {
    transform: scale(1);
    transition: .5s;
}

.og-fake-grid {
    position: absolute;
    left: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 0 30px;
    height: 100%;
    width: 100%;
    padding: 0 50px;
}

@media (max-width: 1900px) {
    .og-fake-grid {
        padding: 0 calc(40px + (50 - 40) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-fake-grid {
        display: none;
        padding: 0 40px;
    }
}

.og-fake-grid div {
    height: -webkit-fill-available;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.counter-container {
    margin-right: 33px;
    height: 130px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@media (max-width: 922px) {
    .counter-container {
        height: 90px;
    }
}

@media (max-width: 767px) {
    .counter-container {
        height: 75px;
    }
}

.item:nth-child(1) .counter-container.active h3 {
    position: relative;
    transform: translateY(0);
    animation: countdown 3s cubic-bezier(0.62, 0.01, 0.4, 0.98) forwards;
}

.item:nth-child(2) .counter-container.active h3 {
    position: relative;
    transform: translateY(0);
    animation: countdown 2.5s cubic-bezier(0.62, 0.01, 0.4, 0.98) .5s forwards;
}

@keyframes countdown {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-990%);
    }
}



.integration-wrapper {
    position: relative;
    width: 1204px;
    overflow: hidden;
    margin: 0 auto;
}

@media (max-width: 1700px) {
    .integration-wrapper {
        width: 1000px;
    }
}

@media (max-width: 1400px) {
    .integration-wrapper {
        width: 900px;
    }
}

@media (max-width: 1200px) {
    .integration-wrapper {
        width: 800px;
    }
}

@media (max-width: 1024px) {
    .integration-wrapper {
        width: 666px;
    }
}

@media (max-width: 850px) {
    .integration-wrapper {
        width: 550px;
    }
}

@media (max-width: 700px) {
    .integration-wrapper {
        width: 420px;
    }
}

@media (max-width: 550px) {
    .integration-wrapper {
        width: 332px;
    }
}

.wrapper-img {
    width: 100%;
}

.integration-hand {
    position: absolute;
    width: 429px !important;
    right: 0;
    top: 35%;
    transform: translate(100%, 0);
}

.integration-wrapper.active .integration-hand {
    animation: animHand 5s ease-in-out forwards;
}

@media (max-width: 1700px) {
    .integration-hand {
        width: 380px !important;
    }
}

@media (max-width: 1400px) {
    .integration-hand {
        width: 310px !important;
    }
}

@media (max-width: 1200px) {
    .integration-hand {
        width: 281px !important;
    }
}

@media (max-width: 1024px) {
    .integration-hand {
        width: 230px !important;
    }
}

@media (max-width: 850px) {
    .integration-hand {
        width: 180px !important;
    }
}

@media (max-width: 700px) {
    .integration-hand {
        width: 160px !important;
    }
}

@media (max-width: 550px) {
    .integration-hand {
        width: 120px !important;
    }
}

.integration-box {
    position: absolute;
    width: 124px !important;
    top: 14%;
    left: 50%;
    transform: translate(-30%, -30%);
    z-index: 1;
    scale: 0.5;
}

.integration-wrapper.active .integration-box {
    animation: animBox 5s ease-in-out forwards;
}

@media (max-width: 1700px) {
    .integration-box {
        width: 102px !important;
    }
}

@media (max-width: 1400px) {
    .integration-box {
        width: 90px !important;
    }
}

@media (max-width: 1200px) {
    .integration-box {
        width: 84px !important;
    }
}

@media (max-width: 1024px) {
    .integration-box {
        width: 68px !important;
    }
}

@media (max-width: 850px) {
    .integration-box {
        width: 56px !important;
    }
}

@media (max-width: 700px) {
    .integration-box {
        width: 42px !important;
    }
}

@media (max-width: 550px) {
    .integration-box {
        width: 33px !important;
    }
}

.integration-finger {
    position: absolute;
    width: 74px !important;
    top: 49.6%;
    left: 72.5%;
    z-index: 2;
    transform: translate(598%, 0)
}

.integration-wrapper.active .integration-finger {
    animation: animFinger 5s ease-in-out forwards;
}

@media (max-width: 1700px) {
    .integration-finger {
        width: 63px !important;
    }
}

@media (max-width: 1400px) {
    .integration-finger {
        width: 54px !important;
    }
}

@media (max-width: 1200px) {
    .integration-finger {
        width: 48px !important;
    }
}

@media (max-width: 1024px) {
    .integration-finger {
        width: 40px !important;
    }
}

@media (max-width: 850px) {
    .integration-finger {
        width: 31px !important;
    }
}

@media (max-width: 700px) {
    .integration-finger {
        width: 26px !important;
    }
}

@media (max-width: 550px) {
    .integration-finger {
        width: 20px !important;
    }
}

@keyframes animHand {
    0% {
        transform: translate(100%, 0);
    }

    50% {
        transform: translate(0, 0);
    }

    52% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(30%, 0);
    }
}

@keyframes animBox {
    0% {
        transform: translate(-30%, -30%);
        scale: .5;
    }

    50% {
        transform: translate(164%, 170%);
        scale: 1;
    }

    52% {
        transform: translate(164%, 170%);
        scale: 1;
    }

    100% {
        transform: translate(269%, 170%);
        scale: 1;
    }
}

@keyframes animFinger {
    0% {
        transform: translate(598%, 0);
    }

    50% {
        transform: translate(0, 0);
    }

    52% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(177%, 0);
    }
}

.integration-anim {
    position: relative;
    height: 1000px;
}

.bottom {
    position: absolute;
    width: 100%;
}

.top {
    position: absolute;
    width: 100%;
}

.integration-title {
    position: absolute;
    text-transform: uppercase;
    text-shadow: 0px 1px 0 rgb(172, 133, 254), 0px -1px 0 rgb(172, 133, 254), 1px 0px 0 rgb(172, 133, 254), -1px 0px 0 rgb(172, 133, 254), 1px 1px 0 rgb(172, 133, 254), 1px -1px 0 rgb(172, 133, 254), -1px 1px 0 rgb(172, 133, 254), -1px -1px 0 rgb(172, 133, 254);
    -webkit-text-shadow: 0px 1px 0 rgb(172, 133, 254), 0px -1px 0 rgb(172, 133, 254), 1px 0px 0 rgb(172, 133, 254), -1px 0px 0 rgb(172, 133, 254), 1px 1px 0 rgb(172, 133, 254), 1px -1px 0 rgb(172, 133, 254), -1px 1px 0 rgb(172, 133, 254), -1px -1px 0 rgb(172, 133, 254);
    -moz-text-shadow: 0px 1px 0 rgb(172, 133, 254), 0px -1px 0 rgb(172, 133, 254), 1px 0px 0 rgb(172, 133, 254), -1px 0px 0 rgb(172, 133, 254), 1px 1px 0 rgb(172, 133, 254), 1px -1px 0 rgb(172, 133, 254), -1px 1px 0 rgb(172, 133, 254), -1px -1px 0 rgb(172, 133, 254);
    font-size: 52px;
    color: rgb(255, 255, 255);
    font-family: 'Axiforma';
    top: 25%;
    left: 15%;
    width: 408px;
    transition: color .5s ease;
}

.integration-title:hover {
    color: #AC85FE;
    transition: color .5s ease;
}

@media (max-width: 1400px) {
    .integration-title {
        width: 314px;
        font-size: 40px;
        line-height: 57px;
    }
}

@media (max-width: 1024px) {
    .integration-title {
        width: 232px;
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width: 850px) {
    .integration-title {
        width: 204px;
        font-size: 26px;
        line-height: 37px;
    }
}

@media (max-width: 700px) {
    .integration-title {
        width: 157px;
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 550px) {
    .integration-title {
        width: 125px;
        font-size: 16px;
        line-height: 22px;
    }
}

.swiper-cursor {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 436px;
    height: 436px;
    z-index: 100;
    will-change: transform;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.cursor-wrapper {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: center left;
    transition: .5s;
}

.og-cursor:hover .swiper-cursor {
    opacity: 1;
}


/* End */
/* <?=get_template_directory_uri()?>/assets/components/bitrix/news.detail/pageCaseOG/style.css?167205162250273 */
/* Start:/local/templates/toimi/components/bitrix/news.detail/pageCaseORG/style.css?167144559546705*/
.cs {
    padding-top: 240px;
}

@media (max-width: 1920px) {
    .cs {
        padding-top: calc(194px + (240 - 194) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs {
        padding-top: calc(129px + (194 - 129) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .cs {
        padding-top: 129px;
    }
}

.cs-container {
    position: relative;
    padding: 0 358px;
    z-index: 2;
}

@media (max-width: 1920px) {
    .cs-container {
        padding: 0 calc(40px + (358 - 40) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs-container {
        padding: 0 40px;
    }
}

.cs-back {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

@media (max-width: 1920px) {
    .cs-back {
        margin-bottom: calc(60px + (80 - 60) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs-back {
        margin-bottom: calc(45px + (60 - 45) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .cs-back {
        margin-bottom: 45px;
    }

    .cs-back svg {
        width: 8px;
        height: 8px;
    }
}

.cs-back svg {
    transform: translateX(0);
    transition: .4s;
}

.cs-back:hover svg {
    transform: translateX(-7px);
    transition: .4s;
}

.cs-back a {
    display: inline-block;
    margin-left: 17px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6D6D6D;
    transition: .4s;
}

@media (max-width: 922px) {
    .cs-back a {
        font-size: calc(12px + (16 - 12) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(14px + (17 - 14) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .cs-back a {
        font-size: 1.2rem;
        line-height: 1.4rem;
        margin-left: 7px;
    }
}

.cs-back:hover a {
    color: #388AF3;
    transition: .4s;
}

.cs-pd-bt {
    padding-bottom: 250px;
}

.org-block-caption--integration {
    margin-bottom: 185px;
}

@media (max-width: 1920px) {
    .cs-pd-bt {
        padding-bottom: calc(107px + (250 - 110) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .org-block-caption--integration {
        margin-bottom: 135px;
    }

    .cs-pd-bt {
        padding-bottom: calc(60px + (110 - 60) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .cs-pd-bt {
        padding-bottom: 60px;
    }

    .org-block-caption--integration {
        grid-gap: 30px;
        margin-bottom: 0;
    }
}

.cs-caption {
    display: grid;
    grid-template-columns: 539px 1fr;
    grid-gap: 0 78px;
}


.cs-caption h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 63px;
    color: #343434;
}

.cs-caption p {
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    color: #343434;
}

.cs-caption a {
    display: flex;
    align-items: center;
    margin-top: 63px;
}

.cs-caption a>span {
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #282828;
    transition: .4s;
}

@media (max-width: 1920px) {
    .cs-caption a>span {
        font-size: calc(16px + (22 - 16) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs-caption a>span {
        font-size: 16px;
    }
}

.cs-caption a:hover>span {
    color: #388AF3;
    transition: .4s;
}

.link-arroy {
    margin-top: 8px;
    transform: scale(1);
    transition: .4s;
}

.cs-caption a:hover .link-arroy {
    transform: scale(1.15);
    transition: .4s;
}

@media (max-width: 1920px) {
    .cs-caption {
        grid-template-columns: calc(381px + (539 - 381) * ((100vw - 922px) / (1920 - 922))) 1fr;
        grid-gap: 0 calc(50px + (78 - 50) * ((100vw - 922px) / (1920 - 922)));
    }

    .cs-caption h1 {
        font-size: calc(35px + (52 - 35) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(39px + (63 - 39) * ((100vw - 922px) / (1920 - 922)));
    }

    .cs-caption p {
        font-size: calc(16px + (25 - 16) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (40 - 25) * ((100vw - 922px) / (1920 - 922)));
    }

    .cs-caption a {
        margin-top: calc(30px + (63 - 30) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .cs-caption {
        grid-template-columns: 381px 1fr;
        grid-gap: 0 50px;
    }

    .cs-caption h1 {
        font-size: calc(38px + (30 - 38) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(48px + (39 - 48) * ((100vw - 414px) / (922 - 414)));
    }

    .cs-caption p {
        margin-top: 9px;
        font-size: 1.6rem;
        line-height: 2.5rem;
    }

    .cs-caption a {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .cs-caption {
        grid-template-columns: 100%;
        grid-gap: 22px;
    }
}

@media (max-width: 414px) {
    .cs-caption h1 {
        font-size: 3.8rem;
        line-height: 3.8rem;
    }

    .cs-caption p {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}

.cs-banner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.org-market-banner {
    position: relative;
    height: 840px;
    margin-bottom: 250px;
}

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

@media (max-width: 1920px) {
    .org-market-banner {
        margin-bottom: calc(110px + (250 - 110) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 1500px) {
    .org-market-banner {
        height: 450px;
    }
}

@media (max-width: 922px) {
    .org-market-banner {
        height: 390px;
    }
}


@media (max-width: 767px) {
    .org-market-banner {
        margin-bottom: calc(179px + (250 - 110) * ((100vw - 922px) / (1920 - 922)));
        height: 300px;
    }

    .org-monitor {
        margin-bottom: 82px;
    }
}

@media (max-width: 580px) {
    .org-market-banner {
        height: 200px;
    }
}

.cs-background-clip {
    position: relative;
    overflow: hidden;
}

.org-block-caption {
    display: grid;
    grid-template-columns: 440px 1fr;
    grid-gap: 0 179px;
}

.org-work {
    margin-bottom: 175px;
}

.org-work .org-block-caption {
    margin-bottom: 100px;
}

@media (max-width: 922px) {
    .org-work .org-block-caption {
        margin-bottom: 102px;
    }
}

@media (max-width: 414px) {
    .org-work .org-block-caption {
        margin-bottom: 66px;
    }

    .org-work {
        margin-bottom: 158px;
    }

    .org-work .org-block-descr {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
}

.org-block-title {
    margin: 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    color: #343434;
}

.org-block-descr {
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    color: #343434;
}

@media (max-width: 1920px) {
    .org-block-caption {
        grid-template-columns: calc(327px + (440 - 327) * ((100vw - 922px) / (1920 - 922))) 1fr;
        grid-gap: 0 calc(109px + (179 - 109) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-block-descr {
        font-size: calc(16px + (25 - 16) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (40 - 25) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-block-title {
        font-size: calc(30px + (45 - 30) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .org-block-caption {
        grid-template-columns: 327px 1fr;
        grid-gap: 0 109px;
    }

    .org-block-title {
        width: 289px;
        font-size: calc(32px + (30 - 32) * ((100vw - 414px) / (922 - 414)));
        line-height: 3.9rem;
    }

    .org-block-descr {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
}

@media (max-width: 767px) {
    .org-block-caption {
        grid-template-columns: 100%;
        grid-gap: 22px 0;
    }
}

@media (max-width: 414px) {
    .org-block-title {
        font-size: 3.2rem;
        line-height: 3.9rem;
    }

    .org-block-descr {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
}

.org-work--card {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 42px 32px;
}

@media (max-width: 1920px) {
    .org-work--card {
        grid-gap: 42px calc(20px + (32 - 20) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .org-work--card {
        grid-gap: 42px 20px;
    }
}

@media (max-width: 767px) {
    .org-work--card {
        grid-template-columns: 100%;
        grid-gap: 50px 0;
    }
}

.org-work--card .card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.org-work--card .card-item:nth-child(2n) {
    margin-top: 180px;
}

.org-work--card .card-item .preview {
    position: relative;
    max-width: 587px;
    width: 100%;
    height: 745px;
    overflow: hidden;
    background-color: #f3f6fb;
}

.org-work--card .card-item h3 {
    max-width: 439px;
    margin: 52px 0 0;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #343434;
}

@media (max-width: 1920px) {
    .org-work--card .card-item:nth-child(2n) {
        margin-top: calc(60px + (180 - 80) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-work--card .card-item .preview {
        max-width: calc(412px + (587 - 412) * ((100vw - 922px) / (1920 - 922)));
        height: calc(518px + (750 - 522) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-work--card .card-item h3 {
        max-width: calc(193px + (439 - 193) * ((100vw - 922px) / (1920 - 922)));
        margin: calc(42px + (52 - 30) * ((100vw - 922px) / (1920 - 922))) 0 0;
        font-size: calc(16px + (25 - 16) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (40 - 25) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .org-work--card .card-item:nth-child(2n) {
        margin-top: calc(113px + (180 - 80) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-work--card .card-item .preview {
        max-width: calc(332px + (412 - 332) * ((100vw - 414px) / (922 - 414)));
        height: calc(350px + (522 - 424) * ((100vw - 414px) / (922 - 414)));
    }

    .org-work--card .card-item h3 {
        max-width: 193px;
        margin: calc(25px + (30 - 25) * ((100vw - 414px) / (922 - 414))) 0 0;
        font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(20px + (25 - 20) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 767px) {
    .org-work--card .card-item:nth-child(2n) {
        margin-top: 0;
    }
}

@media (max-width: 414px) {
    .org-work--card .card-item .preview {
        height: calc(420px + (522 - 424) * ((100vw - 414px) / (922 - 414)));
    }
}

.org-work .card-item .preview img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.org-work .card-item:nth-child(1) .preview img {
    transform: translateY(25px);
}

@media (max-width: 414px) {
    .org-work .card-item:nth-child(1) .preview img {
        transform: translateY(16px);
    }
}

.org-work .card-item:nth-child(2) .preview img {
    /* transform: translateX(60px);
    scale: 2.6; */
    scale: 1.07;
}

.org-work .card-item:nth-child(3) .preview img {
    transform: translateY(200px);
}

@media (max-width: 414px) {
    .org-work .card-item:nth-child(3) .preview img {
        transform: translateY(145px);
    }
}

.org-work .card-item:nth-child(4) .preview img {
    scale: 0.8;
    transform: translateY(285px);
}

@media (max-width: 414px) {
    .org-work .card-item:nth-child(4) .preview img {
        transform: translateY(190px);
    }
}

.org-work .card-item:nth-child(5) .preview img {
    border-radius: 20px;
    transform: translate(-60px, -100px);
}

@media (max-width: 767px) {
    .org-work .card-item:nth-child(5) .preview img {
        transform: translate(-43px, -50px);
        border-radius: 10px;
    }

    .org-work .card-item:nth-child(6) .preview img {
        transform: translateY(41px);
    }
}

@media (max-width: 414px) {
    .org-work .card-item:nth-child(5) .preview img {
        transform: translate(-22px, -70px);
        scale: 0.9;
    }

    .org-work .card-item:nth-child(6) .preview img {
        transform: translateY(10px);
    }
}

.org-global::after {
    content: '';
    position: absolute;
    top: -190px;
    left: 0;
    width: 530px;
    height: 600px;
    background-image: url(/wp-content/themes/toimi/assets/img/global.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

@media (max-width: 414px) {
    .org-global::after {
        width: 250px;
        height: 272px;
        top: -17px;
        left: 10%;
    }
}

.org-global-display {
    position: relative;
    width: 880px;
    height: 500px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    z-index: 15;
}

.org-global-display img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

@media (max-width: 922px) {
    .org-global-display {
        max-width: 655px;
        max-height: 375px;
        border-radius: 25px;
    }
}

@media (max-width: 767px) {
    .org-global-display {
        max-width: calc(485px + (655 - 600) * ((100vw - 767px) / (922 - 767)));
        max-height: calc(277px + (375 - 342) * ((100vw - 767px) / (922 - 767)));
        border-radius: 15px;
    }
}

@media (max-width: 414px) {
    .org-global-display img {
        border-radius: 10px;
    }

    .org-global-display {
        max-width: calc(322px + (485 - 324) * ((100vw - 414px) / (767 - 414)));
        max-height: calc(180px + (277 - 180) * ((100vw - 414px) / (767 - 414)));
        border-radius: 0;
    }

    .org-global .org-block-descr {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
}

.cs-background-wrap {
    position: absolute;
    height: 2620px;
    width: 2620px;
    z-index: -1;
}

.cs-background-wrap--2 {
    left: -18%;
    bottom: -100px;
}

@media (max-width: 1200px) {
    .cs-background-wrap--2 {
        left: -40%;
    }
}

@media (max-width: 922px) {
    .cs-background-wrap--2 {
        left: -40%;
    }
}

.cs-background-circle {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #F0F2F8;
    border-radius: 50%;
}

.circle-org-2 {
    position: absolute;
    top: 590px;
    left: -700px;
}

.circle-org-3 {
    position: absolute;
    top: -240px;
    left: -1120px;
}

@media (max-width: 1920px) {
    .cs-background-wrap {
        height: 2620px;
        width: 2620px;
    }
}

@media (max-width: 922px) {
    .cs-background-wrap {
        height: 1505px;
        width: 1505px;
    }
    .circle-org-2 {
        display: none;
    }

    .circle-org-3 {
        position: absolute;
        top: -90px;
        left: -580px;
    }
}

@media (max-width: 414px) {
    .cs-background-wrap {
        height: 900px;
        width: 900px;
    }

    .circle-org-2 {
        display: block;
        position: absolute;
        top: 265px;
        left: -230px;
    }

    .circle-org-3 {
        position: absolute;
        top: 80px;
        left: -390px;
    }
}

.org-made .org-block-caption {
    position: relative;
    margin-bottom: 160px;
    z-index: 5;
}

.org-switch-container {
    position: relative;
    height: 900px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #388AF3;
    position: relative;
    overflow: hidden;
}

.org-switch-container.active {
    animation: switchBg 10s ease-in-out forwards;
}

@media (max-width: 1920px) {
    .org-switch-container {
        height: calc(700px + (900 - 700) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .org-made .org-block-caption {
        margin-bottom: 105px;
    }

    .org-switch-container {
        height: calc(432px + (700 - 432) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-switch-container .org-block-title {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .org-switch-container {
        height: calc(584px + (700 - 584) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 414px) {
    .org-switch-container {
        height: calc(643px + (700 - 584) * ((100vw - 922px) / (1920 - 922)));
    }
}

.org-switch-container .cs-container {
    position: initial;
}

.org-switch-title {
    margin-bottom: 172px;
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    text-align: center;
    color: #EFF5FD;
    transition: opacity .4s;
}

.org-switch-container.active .org-swirch-title {
    animation: switchTitle 10s linear forwards;
}

.switch {
    position: absolute;
    bottom: 235px;
    right: 50%;
    margin: 0 auto;
    width: 137.43px;
    height: 65px;
    padding: 6px;
    background: #5FA3FB;
    border-radius: 70px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    transform: translateX(50%);
}

@media (max-width: 922px) {
    .switch {
        bottom: 50px;
    }
}

@media (max-width: 922px) {
    .switch {
        scale: 0.58;
        right: 42%;
        bottom: 95px;
    }
}

.switch .toggle {
    position: relative;
    width: 53.86px;
    height: 53.86px;
    background: #E8F0FE;
    border-radius: 50%;
}

.switch .toggle svg {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
}

.org-switch-container.active .switch .toggle svg path:nth-child(2) {
    opacity: 0;
    animation: switchCheck 10s ease forwards;
}

.org-switch-container.active .switch .toggle svg path:nth-child(1) {
    opacity: 0;
    animation: switchCheck 10s ease .1s forwards;
}

@keyframes switchCheck {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    26% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.switch-text {
    padding: 0 358px;
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 35%;
    left: 50%;
    opacity: 0;
    transition: opacity .4s;
}

.org-switch-container.active .switch-text {
    animation: switchText 10s ease-in forwards;
}

.org-switch-container.active .org-switch-title {
    animation: switchTitle 10s ease-in forwards;
}

.switch-cursor {
    position: absolute;
    top: 25px;
    right: 0;
    transform: translate(280px, 280px);
}

.org-switch-container.active .switch-cursor {
    animation: switchCursor 10s ease-out forwards;
}

.org-switch-container.active .toggle-button {
    animation: switchBtn 10s ease-in forwards;
}

@media (max-width: 1920px) {
    .switch-text {
        padding: 0 calc(40px + (358 - 40) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .switch-text {
        padding: 0 40px;
    }

    .org-switch-title {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .switch-text .org-block-descr {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    .org-switch-title {
        font-size: 32px;
    }
}

@media (max-width: 414px) {
    .switch-text {
        padding: 0 30px;
    }
}

@keyframes switchBg {
    0% {
        background-color: #388AF3;
    }

    25% {
        background-color: #388AF3;
    }

    30% {
        background-color: #F0F2F8;
    }

    100% {
        background-color: #F0F2F8;
    }
}

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

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes switchText {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes switchCursor {
    0% {
        transform: translate(280px, 280px);
        scale: 1;
    }

    18% {
        transform: translate(280px, 280px);
        scale: 1;
    }

    23% {
        transform: translate(0px, 0px);
        scale: 1;
    }

    25% {
        transform: translate(0px, 0px);
        scale: 0.9;
    }

    27% {
        transform: translate(0px, 0px);
        scale: 1;
    }

    51% {
        transform: translate(280px, 280px);
    }
}

@keyframes switchBtn {
    0% {
        transform: translateX(0);
        scale: 1;
    }

    24% {
        transform: translateX(0);
        scale: 1;
    }

    25% {
        transform: translateX(0);
        scale: 0.9;
    }

    28% {
        transform: translateX(-72px);
        scale: 1;
    }

    100% {
        transform: translateX(-72px);
        scale: 1;
    }

}

.cs-banner img {
    width: 100%;
}

.cs-banner .banner-img {
    background-color: #F5F6FB;
}

.org-market-banner img {
    transform: translateY(-3px);
}

.org-monitor {
    position: relative;
}

.org-monitor__content {
    position: absolute;
    width: 52%;
    height: 52%;
    top: 9%;
    left: 25%;
    z-index: 5;
    border: 27px solid #000;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 922px) {
    .org-monitor__content {
        border: 13px solid #000;
    }
}

@media (max-width: 414px) {
    .org-monitor__content {
        height: 50%;
        border-radius: 10px;
        border: 8px solid #000;
    }
}

.org-mob-app .org-block-caption {
    margin-bottom: 90px;
    grid-template-columns: calc(408px + (440 - 327) * ((100vw - 922px) / (1920 - 922))) 1fr;
    grid-gap: 0 calc(29px + (179 - 109) * ((100vw - 922px) / (1920 - 922)));
}

@media (max-width: 767px) {
    .org-mob-app .org-block-caption {
        grid-template-columns: none;
        grid-gap: 22px 0;
    }

    .org-mob-app {
        margin-bottom: 32px;
    }
}

@media (max-width: 414px) {
    .org-mob-app .org-block-caption {
        margin-bottom: 62px;
    }

    .org-mob-app .org-block-descr {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
}

.org-mob-app .card-item svg {
    scale: 1.05;
}

.org-block-mob {
    position: relative;
    width: 410px;
    height: 875px;
    display: flex;
    align-items: center;
    background: #000000;
    border: 8px solid #1D2137;
    border-radius: 45px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

@media (max-width: 922px) {
    .org-block-mob {
        width: 261px;
        height: 575px;
    }
}

@media (max-width: 767px) {
    .org-block-mob {
        margin-bottom: 54px;
    }
}

.org-block-mob img:nth-child(1) {
    position: absolute;
    top: 0;
    width: 98%;
    height: 45px;
    z-index: 5;
    border-top: 20px solid #000;
}


.org-block-mob img:nth-child(2) {
    width: 93%;
    margin: auto;
    border-radius: 20px;
    transform: translateY(10px);
    animation: mobileScroll 10s ease-out infinite;
}

@keyframes mobileScroll {
    0% {
        transform: translateY(10px);
    }

    10% {
        transform: translateY(10px);
    }

    20% {
        transform: translateY(-250px);
    }

    25% {
        transform: translateY(-250px);
    }

    35% {
        transform: translateY(-500px);
    }

    40% {
        transform: translateY(-500px);
    }

    50% {
        transform: translateY(-750px);
    }

    60% {
        transform: translateY(-750px);
    }

    70% {
        transform: translateY(-910px);
    }

    75% {
        transform: translateY(-1100px);
    }

    100% {
        transform: translateY(10px);
    }
}

.org-mob-app {
    overflow: hidden;
}

.org-mob-app .card-item img {
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
}

.org-mob-app .card-item:nth-child(2) img {
    height: auto;
    scale: 2;
    transform: translateY(125px);
}

.org-mob-app .card-item:nth-child(4) img {
    height: auto;
    transform: translateY(170px);
}

@media (max-width: 767px) {
    .org-mob-app .card-item:nth-child(1) img {
        transform: translateY(50px);
    }

    .org-mob-app .card-item:nth-child(2) img {
        transform: translateY(75px);
    }
}

@media (max-width: 414px) {
    .org-block-caption--functional {
        grid-gap: 51px;
        margin-bottom: 52px;
    }
}

.org-prot-content {
    display: grid;
    grid-template-columns: 440px 1fr;
    grid-gap: 0 179px;
}

.org-prot-content .content-caption .item {
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px;
}

.org-prot-content .content-caption h3 {
    position: relative;
    flex: 0 0 150px;
    margin: 0 33px 0 0;
    font-weight: 700;
    font-size: 110px;
    line-height: 107px;
    color: #343434;
}

.org-prot-content .content-caption p {
    width: 200px;
    font-weight: 700;
    font-size: 25px;
    line-height: 37px;
    color: #343434;
}

@media (max-width: 1920px) {
    .org-prot-content {
        grid-template-columns: calc(327px + (440 - 327) * ((100vw - 922px) / (1920 - 922))) 1fr;
        grid-gap: 0 calc(109px + (179 - 109) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-prot-content .content-caption .item:nth-child(2n-1) {
        margin-bottom: calc(118px + (100 - 35) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-prot-content .content-caption h3 {
        flex: 0 0 calc(111px + (150 - 111) * ((100vw - 922px) / (1920 - 922)));
        margin: 0 calc(26px + (33 - 26) * ((100vw - 922px) / (1920 - 922))) 0 0;
        font-size: calc(90px + (110 - 90) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(70px + (107 - 70) * ((100vw - 922px) / (1920 - 922)));
    }

    .org-prot-content .content-caption p {
        font-size: calc(18px + (25 - 18) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (37 - 25) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .org-prot-content {
        grid-template-columns: 327px 1fr;
        grid-gap: 0 109px;
        margin-top: 111px;
    }

    .org-prot-content .content-caption h3 {
        flex: 0 0 calc(82px + (111 - 82) * ((100vw - 414px) / (922 - 414)));
        max-width: calc(190px + (111 - 82) * ((100vw - 414px) / (922 - 414)));
        margin: 0 26px 0 0;
        font-size: calc(70px + (80 - 70) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(57px + (70 - 57) * ((100vw - 414px) / (922 - 414)));
    }

    .org-prot-content .content-caption p {
        width: 285px;
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .org-prot-content .content-caption .item {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 35px;
    }

    .org-block-mob img:nth-child(1) {
        height: 40px;
    }

    .org-prot-content .content-caption .item:nth-child(2n-1) {
        margin-bottom: calc(68px + (100 - 35) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 767px) {
    .org-prot-content {
        grid-template-columns: 100%;
    }

    .org-prot-content .content-caption .item {
        flex-direction: column;
        align-items: flex-start;
    }

    .org-block-mob img:nth-child(2) {
        width: 97%;
    }

    .org-block-mob img:nth-child(1) {
        height: 35px;
    }
}

.work-result {
    margin-bottom: 80px;
    position: relative;
    padding-top: 250px;
    /* background-color: #F7F8FC; */
}

.work-result--step {
    display: flex;
}

@media (max-width: 922px) {
    .work-result {
        padding-top: 85px;
    }
}

@media (max-width: 767px) {
    .work-result--step {
        flex-direction: column;
    }
}

.work-result.scroll .cs-caption {
    margin-bottom: 90px;
    position: fixed;
    top: 250px;
}

.work-result .cs-caption a {
    margin-top: 174px;
}

.work-result .cs-caption a svg {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .work-result {
        padding-top: 60px;
    }

    .work-result.scroll .cs-caption {
        position: relative;
        top: 0;
    }

    .work-result .cs-caption {
        position: relative;
        top: 0;
    }

    .work-result .cs-caption a {
        margin-top: 50px;
    }

    .work-result.scroll .cs-caption {
        margin-bottom: 90px;
    }

    .work-result .cs-caption {
        margin-bottom: 90px;
    }
}

.work-result-list {
    width: 450px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.work-result-item {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 200px;
}

.work-result-item p {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #A0A3B1;
    margin-bottom: 26px;
}

.work-result-item h3 {
    font-weight: 900;
    font-size: 45px;
    line-height: 55px;
    color: #343434;
    margin: 0;
}

@media (max-width: 922px) {
    .work-result-item {
        margin-bottom: 120px;
    }

    .work-result .pin-spacer {
        width: 285px !important;
    }
}

@media (max-width: 767px) {
    .work-result-item h3 {
        font-size: 2.8rem;
        line-height: 3.5rem;
    }


    .work-result-item {
        margin-bottom: 60px;
    }

    .work-result-item p {
        font-size: 1.8rem;
    }

    .work-result-list {
        align-items: flex-start;
    }
}

/* .org-solution {
  background-color: #F7F8FC;
} */

.org-solution .cs-container {
    display: flex;
    z-index: 10;
}

.org-solution .cs-caption {
    z-index: 20;
}

.org-solution .cs-background-wrap {
    z-index: 0;
}

@media (max-width: 767px) {
    .org-solution {
        margin-top: 110px;
    }

    .org-solution .cs-container {
        flex-direction: column;
    }
}

@media (max-width: 580px) {
    .org-solution .cs-container {
        padding-bottom: 0;
    }

    .org-solution .cs-background-wrap {
        bottom: -340px;
    }
}

.solution-cards {
    position: relative;
    width: 519px;
    height: 326px;
}

.solution-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 519px;
    height: 326px;
    padding: 59px 68px 59px 68px;
    background: #FFFFFF;
    border: 1px solid #F7F8FC;
    border-radius: 50px;
}

.solution-circle1 {
    animation: solutionSvg 1.4s linear infinite;
}

.solution-circle2 {
    animation: solutionSvg 1.4s linear .4s infinite;
}

.solution-circle3 {
    animation: solutionSvg 1.4s linear .8s infinite;
}

@keyframes solutionSvg {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-2px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(0);
    }
}

.solution-card__check {
    position: absolute;
    top: 39px;
    right: 44px;
}

.solution-card h4 {
    margin-top: 0;
    margin-bottom: 31px;
    font-weight: 800;
    font-size: 24px;
    line-height: 38px;
    color: #388AF3;
}

.solution-card p {
    width: 320px;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #343434;
}

.solution-cards span {
    width: 519px;
    height: 326px;
    position: absolute;
    padding: 39px 44px 39px 68px;
    background: #FFFFFF;
    border: 1px solid #F7F8FC;
    box-shadow: 10px -2px 24px rgba(215, 219, 226, 0.5);
    border-radius: 50px;
}

.solution-cards span:nth-child(1) {
    top: 40px;
    left: 40px;
}

.solution-cards span:nth-child(2) {
    top: 30px;
    left: 30px;
}

.solution-cards span:nth-child(3) {
    top: 20px;
    left: 20px;
}

.solution-cards span:nth-child(4) {
    top: 10px;
    left: 10px;
}

.solution-card--one {
    z-index: 20;
}

.solution-cards.active .solution-card--one {
    animation: solutionAnimOne 35s linear 2s infinite;
}

.solution-card--two {
    z-index: 19;
}

.solution-cards.active .solution-card--two {
    animation: solutionAnimTwo 35s linear 2s infinite;
}

.solution-card--three {
    z-index: 18;
}

.solution-cards.active .solution-card--three {
    animation: solutionAnimThree 35s linear 2s infinite;
}

.solution-card--four {
    z-index: 17;
}

.solution-card--four .solution-card__content p {
    font-size: 17px;
    line-height: 26px;
}

@media (max-width: 922px) {
    .solution-card--four .solution-card__content p {
        font-size: 12px;
        line-height: 17px;
    }
}

@media (max-width: 767px) {
    .solution-card--four .solution-card__content p {
        font-size: 17px;
        line-height: 26px;
    }
}

@media (max-width: 590px) {
    .solution-card--four .solution-card__content p {
        font-size: 12px;
        line-height: 17px;
    }
}

.solution-cards.active .solution-card--four {
    animation: solutionAnimFour 35s linear 2s infinite;
}

.solution-card--five {
    z-index: 16;
}

.solution-cards.active .solution-card--five {
    animation: solutionAnimFive 35s linear 2s infinite;
}

.solution-card--six {
    z-index: 15;
}

.solution-card--six .solution-card__content p {
    font-size: 22px;
    line-height: 34px;
}

@media (max-width: 922px) {
    .solution-card--six .solution-card__content p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .solution-card--six .solution-card__content p {
        font-size: 22px;
        line-height: 34px;
    }
}

@media (max-width: 580px) {
    .solution-card--six .solution-card__content p {
        font-size: 16px;
        line-height: 20px;
    }
}

@keyframes solutionAnimOne {
    0% {
        transform: rotate(0deg) translateY(0);
    }

    14% {
        transform: rotate(0deg) translateY(0);
    }

    15% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    16% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    96.2% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    96.6% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    97% {
        transform: rotate(0deg) translateY(0);
    }

    100% {
        transform: rotate(0deg) translateY(0);
    }
}

@keyframes solutionAnimTwo {
    0% {
        transform: rotate(0deg) translateY(0);
    }

    30% {
        transform: rotate(0deg) translateY(0);
    }

    31% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    32% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    95.6% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    96% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    96.4% {
        transform: rotate(0deg) translateY(0);
    }

    100% {
        transform: rotate(0deg) translateY(0);
    }
}

@keyframes solutionAnimThree {
    0% {
        transform: rotate(0deg) translateY(0);
    }

    46% {
        transform: rotate(0deg) translateY(0);
    }

    47% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    48% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    95% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    95.4% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    95.8% {
        transform: rotate(0deg) translateY(0);
    }

    100% {
        transform: rotate(0deg) translateY(0);
    }
}

@keyframes solutionAnimFour {
    0% {
        transform: rotate(0deg) translateY(0);
    }

    62% {
        transform: rotate(0deg) translateY(0);
    }

    63% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    64% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    94.4% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    94.8% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    95.2% {
        transform: rotate(0deg) translateY(0);
    }

    100% {
        transform: rotate(0deg) translateY(0);
    }
}

@keyframes solutionAnimFive {
    0% {
        transform: rotate(0deg) translateY(0);
    }

    78% {
        transform: rotate(0deg) translateY(0);
    }

    79% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    80% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    93.8% {
        transform: rotate(90deg) translateY(-600px);
        opacity: 0;
    }

    94.2% {
        transform: rotate(65deg) translateY(-300px);
        opacity: 1;
    }

    94.6% {
        transform: rotate(0deg) translateY(0);
    }

    100% {
        transform: rotate(0deg) translateY(0);
    }
}

.cs-background-circle--white {
    background-color: #FFF;
}

.cs-background-clip--grey {
    background-color: #F7F8FC;
}

@media (max-width: 1200px) {
    .solution-cards {
        width: calc(420px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
        height: calc(269px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
    }

    .solution-cards span {
        width: calc(420px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
        height: calc(269px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
    }

    .solution-card {
        width: calc(420px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
        height: calc(269px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
        padding: 15px 40px;
    }

    .solution-card__check {
        top: 15px;
        right: 40px;
    }
}

@media (max-width: 922px) {
    .org-solution .cs-caption {
        grid-template-columns: 310px 1fr;
        grid-gap: 0 50px;
    }

    .solution-cards {
        min-height: 310px;
    }

    .solution-card {
        padding: 35px 40px;
    }

    .solution-cards span {
        width: 310px;
        height: 195px;
    }

    .solution-card__check {
        top: 35px;
        right: 40px;
    }

    .solution-card svg {
        width: 48px;
        height: 48px;
    }

    .solution-card {
        width: 310px;
        height: 195px;
    }

    .solution-card h4 {
        margin-top: 0;
        margin-bottom: 18px;
        line-height: 22px;
        font-size: 15px;
    }

    .solution-card p {
        width: 190px;
        font-size: 14px;
        line-height: 22px;
    }

    .solution-cards span:nth-child(1) {
        top: 30px;
        left: 30px;
    }

    .solution-cards span:nth-child(2) {
        top: 22px;
        left: 22px;
    }

    .solution-cards span:nth-child(3) {
        top: 16px;
        left: 16px;
    }

    .solution-cards span:nth-child(4) {
        top: 8px;
        left: 8px;
    }
}

@media (max-width: 767px) {
    .solution-cards {
        margin-top: 60px;
        width: calc(520px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
        height: calc(332px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
    }

    .solution-card {
        width: calc(520px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
        height: calc(332px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
        padding: 59px 68px 59px 68px;
    }

    .solution-cards span {
        width: calc(520px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
        height: calc(332px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
    }

    .solution-card__check {
        top: 59px;
        right: 68x;
    }

    .solution-card svg {
        width: 48px;
        height: 48px;
    }

    .solution-card h4 {
        margin-bottom: 31px;
        font-weight: 800;
        font-size: 24px;
        line-height: 38px;
    }

    .solution-card p {
        width: 320px;
        font-weight: 400;
        font-size: 24px;
        line-height: 38px;
    }

    .solution-cards span:nth-child(1) {
        top: 40px;
        left: 40px;
    }

    .solution-cards span:nth-child(2) {
        top: 30px;
        left: 30px;
    }

    .solution-cards span:nth-child(3) {
        top: 20px;
        left: 20px;
    }

    .solution-cards span:nth-child(4) {
        top: 10px;
        left: 10px;
    }
}

@media (max-width: 580px) {
    .org-solution .cs-caption {
        grid-template-columns: 310px 1fr;
        grid-gap: 0 50px;
    }

    .solution-cards {
        min-height: 200px;
    }

    .solution-card {
        padding: 30px 40px;
        border-radius: 30px;
    }

    .solution-cards span {
        border-radius: 30px;
        width: 310px;
        height: 195px;
    }

    .solution-card__check {
        top: 20px;
        right: 20px;
    }

    .solution-card svg {
        width: 48px;
        height: 48px;
    }

    .solution-card {
        width: 310px;
        height: 195px;
    }

    .solution-card h4 {
        margin-top: 0;
        margin-bottom: 18px;
        line-height: 22px;
        font-size: 15px;
    }

    .solution-card p {
        width: 220px;
        font-size: 14px;
        line-height: 22px;
    }

    .solution-cards span:nth-child(1) {
        display: none;
    }

    .solution-cards span:nth-child(2) {
        top: 15px;
        left: 15px;
    }

    .solution-cards span:nth-child(3) {
        top: 10px;
        left: 10px;
    }

    .solution-cards span:nth-child(4) {
        top: 5px;
        left: 5px;
    }
}

.org-evolution {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.org-evolution .cs-caption {
    margin-bottom: 205px;
}

.org-evolution .pin-spacer {
    padding: 0;
    height: 2000px !important;
}

.evolution-wrapper {
    display: flex;
    padding: 126px 0;
}

.evolution-line {
    position: relative;
    width: 5px;
    background: linear-gradient(93.29deg, #A483E2 21.04%, #388AF3 88.77%);
}


.evolution-line span {
    position: absolute;
    right: -47px;
    transform: rotate(-90deg);
    font-weight: 700;
    font-size: 16px;
    line-height: 45px;
}

.evolution-line span:first-child {
    top: -90px;
    color: #9A84E4;
}

.evolution-line span:last-child {
    bottom: -90px;
    right: -38px;
    color: #4A89F1;
}

.evolution-content-text .date {
    position: absolute;
    left: -150px;
    top: 50%;
    font-weight: 700;
    font-size: 16px;
    line-height: 45px;
    color: #4A89F1;
    transform: rotate(-90deg);
}

.evolution-content-text .date--s {
    left: -134px;
}

.evolution-date {
    position: absolute;
    top: -45px;
    left: 335px;
    font-weight: 700;
    font-size: 18px;
    line-height: 45px;
    color: #9A84E4;
}

.evolution-dates span {
    position: absolute;
    width: 200px;
}

.swiper-slide:nth-child(1) {
    margin-left: 50px;
}

.swiper-slide:nth-child(1) .evolution-date {
    left: -170px;
}

.evolution-content {
    position: relative;
    display: flex;
    height: 700px;
}

.evolution-content-text {
    position: relative;
    margin-left: 80px;
    max-width: 600px;
}

.evolution-content-text:not(:last-child) {
    padding-bottom: 270px;
}

.evolution-content--mobile .evolution-content-text {
    padding-bottom: 0;
    margin-left: 0;
}

.evolution-content--mobile .evolution-content-text::before {
    content: '';
    position: absolute;
    top: 42px;
    left: -37px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #388AF3;
}

.evolution-content--mobile .evolution-content-text::after {
    content: '';
    position: absolute;
    top: 46px;
    left: -32px;
    height: 15px;
    width: 15px;
    opacity: 0;
    background: #E1EFFF;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
    animation: c-pulse-serv 2s ease-in-out infinite;
}

.evolution-content-text:first-child {
    margin-top: 100px;
}

.evolution-content-text:last-child {
    margin-bottom: 150px;
}

.evolution-content__title {
    margin-top: 60px;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    color: #343434;
    transition: color .8s ease-in-out;
}

.evolution-content__descr {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #343434;
    opacity: 1;
    transition: opacity .8s ease-in-out;
}

.evolution-line-wrapper--mobile {
    display: none;
}

.evolution-line-wrapper--mobile .evolution-content__title {
    color: #343434;
    margin-top: 40px;
}

.evolution-line-wrapper--mobile .evolution-content__descr {
    opacity: 1;
    margin-bottom: 60px;
}

.evolution-line-wrapper--mobile .evolution-date {
    position: relative;
    left: 0;
    top: 0;
}

.evolution-content--mobile {
    display: none;
}

@media (max-width: 922px) {
    .evolution-content-text {
        max-width: 370px;
    }

    .evolution-content-text:not(:last-child) {
        margin-bottom: 190px;
    }

    .evolution-content--mobile .evolution-content-text {
        margin-bottom: 0;
    }

    .evolution-content--mobile .evolution-content-text:not(:last-child) {
        margin-bottom: 0;
    }

    .evolution-content__title {
        font-size: 25px;
        line-height: 30px;
    }

    .evolution-content__descr {
        font-size: 16px;
        line-height: 25px;
    }

    .org-evolution .cs-caption {
        grid-template-columns: 280px 1fr;
    }
}

@media (max-width: 767px) {
    .evolution-wrapper {
        display: none;
    }

    .org-evolution .cs-caption {
        margin-bottom: 45px;
    }

    .evolution-line-wrapper {
        display: none;
    }

    .evolution-line-wrapper--mobile {
        position: relative;
        display: flex;
        max-width: 350px;
        width: 100%;
        margin: auto;
    }

    .evolution-line--mobile {
        position: relative;
        width: 4px;
        margin-right: 30px;
        background: linear-gradient(93.29deg, #A483E2 21.04%, #388AF3 88.77%);
    }

    .evolution-content--mobile {
        display: flex;
        flex-direction: column;
    }

    .evolution-content--mobile .evolution-content-text {
        position: relative;
        left: 0;
        animation: none;
    }

    .evolution-date {
        color: #388AF3;
    }

    .evolution-content-text {
        max-width: 280px;
    }
}

@media (max-width: 414px) {
    .evolution-line-wrapper--mobile {
        justify-content: space-between;
    }

    .evolution-content--mobile {
        width: 250px;
        padding-left: 50px;
    }
}

.og-next-project h2 {
    position: relative;
    margin: 0;
    padding: 10px;
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    text-align: center;
    color: #388AF3;
    z-index: 2;
}

@media (max-width: 1920px) {
    .og-next-project h2 {
        font-size: calc(34px + (45 - 34) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(42px + (56 - 42) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-next-project h2 {
        font-size: calc(26px + (34 - 26) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(32px + (42 - 32) * ((100vw - 414px) / (922 - 414)));
    }
}

@media (max-width: 414px) {
    .og-next-project h2 {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }
}

.og-next-project h2::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #388AF3;
    transition: .4s;
}

.og-next-project h2:hover::before {
    transform: scaleX(0);
    transition: .4s;
}

.og-next-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 436px;
    height: 436px;
    z-index: 1;
    will-change: transform;
    pointer-events: none;
}

@media (max-width: 1920px) {
    .og-next-cursor {
        width: calc(236px + (436 - 236) * ((100vw - 922px) / (1920 - 922)));
        height: calc(236px + (436 - 236) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .og-next-cursor {
        display: none;
    }
}

.og-next-cursor-wrap {
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: center left;
    transition: .5s;
}

.og-next-cursor-skew {
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: -50%;
    transition: .5s cubic-bezier(0.25, 1, 0.5, 1);
    background-color: #F0F2F8;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.og-next-button {
    position: relative;
}

.og-next-button::after {
    content: '';
    position: absolute;
    top: -55%;
    left: -25%;
    height: 240%;
    width: 150%;
}

.og-next-button:hover .og-next-cursor-wrap {
    transform: scale(1);
    transition: .5s;
}

.org-parallax {
    height: 100%;
}

.evolution-swiper {
    height: 670px;
    cursor: none;
}

@media (max-width: 767px) {
    .evolution-swiper {
        display: none;
    }
}

.evolition-swiper .swiper-slide {
    position: relative;
}

.pulse-point {
    position: absolute;
    top: 6px;
    left: -87px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #388AF3;
}

.pulse-point::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 15px;
    width: 15px;
    opacity: 0;
    background: #E1EFFF;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
    animation: c-pulse-serv 2s ease-in-out infinite;
}

.swiper-slide-active .evolution-content__title {
    color: #343434;
    transition: color .8s ease-in-out;
}

.swiper-cursor {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 436px;
    height: 436px;
    z-index: 100;
    will-change: transform;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.cursor-wrapper {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: center left;
    transition: .5s;
}

.evolution-swiper:hover .swiper-cursor {
    opacity: 1;
}

.swipe-grab {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    background: #388AF3;
    border-radius: 50%;
    will-change: transform;
    pointer-events: none;
    z-index: 100;
}

@media (max-width: 1920px) {
    .swipe-grab {
        width: calc(90px + (132 - 90) * ((100vw - 922px) / (1920 - 922)));
        height: calc(90px + (132 - 90) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .swipe-grab {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 414px) {
    .swipe-grab {
        display: none;
    }
}

.swipe-grab p {
    font-weight: 600;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #fff;
}

@media (max-width: 1920px) {
    .swipe-grab p {
        font-size: calc(10px + (14 - 10) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(26px + (38 - 26) * ((100vw - 922px) / (1920 - 922)));
    }
}

@media (max-width: 922px) {
    .swipe-grab p {
        font-size: 1rem;
        line-height: 2.6rem;
    }
}

/* End */
/* /local/templates/toimi/components/bitrix/news.detail/pageCaseORG/style.css?167144559546705 */