#choiseSection {

    --font-family: HelveticaNeueCyr;
    font-family: var(--font-family);

    @media (max-width: 1239px) {
        margin-top: 100px;
        width: auto;
        margin-left: 2.38vw;
        margin-right: 2.38vw;
    }

    @media (min-width: 1240px) {
        padding-top: 160px;
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .head {
        @media (max-width: 1239px) {
            margin-left: 2.38vw;
        }

        @media (min-width: 1240px) {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }
    }

    .headMotto {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(25px, 5.95vw);
            line-height: 100%;
            color: #fff;

            max-width: 77.38vw;
            margin-bottom: 25px;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 36px;
            line-height: 100%;
            color: #fff;

            max-width: 525px;
        }
    }

    .label {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(14px, 3.33vw);
            line-height: 100%;
            color: #9F9F9F;

            max-width: 83.33vw;
            margin-bottom: 46px;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 22px;
            line-height: 104%;
            color: #9F9F9F;

            max-width: 500px;
        }
    }

    .body {
        display: flex;
        flex-direction: column;
        align-items: center;

        @media (max-width: 1239px) {
            background-color: #2f2f2f;
            border-radius: 3.57vw;

            padding-top: 7.62vw;
            padding-left: 2.38vw;
            padding-right: 2.38vw;
            padding-bottom: 5.95vw;
        }

        @media (min-width: 1240px) {
            margin-top: 55px;
            background-color: #2f2f2f;
            border-radius: 30px;

            padding-top: 60px;
            padding-left: 40px;
            padding-right: 40px;
            padding-bottom: 80px;
        }
    }

    .panel {
        @media (max-width: 1239px) {
            margin-bottom: 30px;

            display: flex;
            flex-direction: column;
            align-items: center;
        }

        @media (min-width: 1240px) {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-self: center;

            margin-bottom: 40px;
        }
    }

    .panel .button {
        cursor: pointer;

        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(12px, 2.86vw);

            padding-top: min(15px, 3.57vw);
            padding-bottom: min(15px, 3.57vw);
            padding-left: min(30px, 7.14vw);
            padding-right: min(30px, 7.14vw);
            border-radius: min(40px, 9.52vw);
            margin-bottom: 10px;

            color: #fff;
            background-color: #515151;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 12px;
            color: #000;

            color: #fff;
            background-color: #515151;
            border-radius: 40px;

            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 25px;
            padding-right: 25px;

            margin-left: 10px;
            margin-right: 10px;
        }
    }

    .panel .button i {
        @media (max-width: 1239px) {
            margin-left: min(10px, 2.38vw);
        }

        @media (min-width: 1240px) {}
    }

    .panel .button.active {
        background-color: #1d76ff;
        color: #fff;
    }

    .panelInfo {
        @media (max-width: 1239px) {
            margin-bottom: 7.14vw;
        }

        @media (min-width: 1240px) {
            display: flex;
            flex-direction: row;
            justify-content: space-between;

            margin-bottom: 40px;
            width: 100%;
        }
    }

    .panelInfo .title {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 5.95vw;
            color: #fff;

            margin-bottom: 2.86vw;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 36px;
            color: #fff;

            width: 550px;
        }
    }

    .panelInfo .description {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(16px, 3.81vw);
            line-height: 100%;
            color: #ACACAC;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 22px;
            line-height: 104%;
            color: #ACACAC;

            width: 550px;
            margin-top: 5px;
        }
    }

    .cardMotto {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(25px, 5.95vw);
            line-height: 100%;
            text-align: center;
            color: #fff;

            width: 90.48vw;
            margin-bottom: 9.05vw;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 36px;
            line-height: 100%;
            text-align: center;
            color: #fff;

            width: 670px;
            margin-bottom: 35px;
        }
    }

    .cardTable {
        @media (max-width: 1239px) {
            display: flex;
            flex-direction: column;
        }

        @media (min-width: 1240px) {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: stretch;
        }
    }

    .card {
        display: flex;
        flex-direction: row;
        background-color: #515151;

        @media (max-width: 1239px) {
            padding-top: 4.76vw;
            padding-left: 4.76vw;
            padding-bottom: 4.76vw;
            padding-right: 5.71vw;
            margin-bottom: 2.62vw;

            width: 100%;
            min-height: 27.86vw;
            box-sizing: border-box;
            border-radius: 3.57vw;
        }

        @media (min-width: 1240px) {
            padding-left: 20px;
            padding-top: 28px;
            padding-right: 35px;
            padding-bottom: 30px;
            margin-bottom: 23px;

            width: 550px;
            min-height: 133px;
            box-sizing: border-box;
            border-radius: 20px;

            animation: CardDeFocus 200ms;
        }
    }

    .nonexistent {
        display: none;
        width: 0;
        height: 0;
    }

    .card:hover {
        animation: CardFocus 200ms;
        transform: translate(0, -6px);
    }

    .card img {
        @media (max-width: 1239px) {
            width: 18.10vw;
            height: 18.10vw;

            border-radius: 2.38vw;
        }

        @media (min-width: 1240px) {
            width: 76px;
            height: 76px;

            border-radius: 10px;
        }
    }

    .card img.appear {
        @media (max-width: 1239px) {
            animation: AppearInside 400ms;
        }

        @media (min-width: 1240px) {
            animation: AppearOutside 400ms;
        }
    }

    .card .inner {
        @media (max-width: 1239px) {
            margin-left: 3.81vw;
            margin-right: 5.51vw;
            margin-top: 2.38vw;

            width: 50.00vw;
        }

        @media (min-width: 1240px) {
            margin-left: 26px;
            margin-top: 10px;
        }
    }

    .card .inner.appear {
        @media (max-width: 1239px) {
            animation: AppearBottomLight 400ms;
        }

        @media (min-width: 1240px) {
            animation: AppearBottomLight 400ms;
        }
    }

    .card .title {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(16px, 3.81vw);
            line-height: 100%;
            color: #fff;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 22px;
            line-height: 104%;
            color: #fff;

            max-width: 365px;
        }
    }

    .card .number {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 9px;
            color: #fff;

            margin-left: auto;
            margin-top: 3.57vw;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 9px;
            color: #fff;

            margin-left: auto;
            margin-top: 12px;
        }
    }

    .card .content {
        @media (max-width: 1239px) {
            margin-top: min(15px, 3.57vw);

            font-family: var(--font-family);
            font-weight: 500;
            font-size: 14px;
            color: #fff;
            opacity: 0.8;
        }

        @media (min-width: 1240px) {
            margin-top: 15px;

            font-family: var(--font-family);
            font-weight: 500;
            font-size: 17px;
            color: #fff;
            opacity: 0.8;
        }
    }

    .card .argument {
        display: flex;
        flex-direction: row;
        justify-content: space-between;

        @media (max-width: 1239px) {
            margin-bottom: min(5px, 1.19vw);
        }

        @media (min-width: 1240px) {

            width: 330px;
            margin-bottom: 3px;
        }
    }

    .argument .dot {
        background-color: #fff;
        border-radius: 100%;

        @media (max-width: 1239px) {
            width: 11px;
            height: 11px;
            margin: 1px;
            margin-top: 4px;
        }

        @media (min-width: 1240px) {
            width: 11px;
            height: 11px;
            margin: 1px;
            margin-top: 3px;
        }
    }

    .argument .text {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(14px, 3.33vw);
            color: #fff;
            opacity: 0.8;
            width: 44.29vw;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 17px;
            color: #fff;
            opacity: 0.8;
            width: 300px;
        }
    }

    .consultButton {
        cursor: pointer;

        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(13px, 3.10vw);
            color: #fff;

            padding-left: min(80px, 19.05vw);
            padding-right: min(80px, 19.05vw);
            padding-top: min(20px, 4.76vw);
            padding-bottom: min(20px, 4.76vw);
            border-radius: min(15px, 3.57vw);

            box-sizing: border-box;
            margin-top: 30px;

            background-color: #1d76ff;
            color: #fff;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 20px;
            color: #fff;

            padding-left: 50px;
            padding-right: 50px;
            padding-top: 26px;
            padding-bottom: 26px;
            margin-top: 77px;
            box-sizing: border-box;

            border-radius: 25px;
            background-color: #1d76ff;
            color: #fff;
        }
    }

    .topMotto {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(25px, 5.95vw);
            line-height: 100%;
            text-align: center;
            color: #fff;

            width: 76.19vw;
            margin-top: 140px;
            margin-bottom: 105px;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 36px;
            line-height: 100%;
            text-align: center;
            color: #fff;

            width: 400px;
            margin-top: 150px;
        }
    }

    .bottomMotto {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(16px, 3.81vw);
            line-height: 100%;
            text-align: center;
            color: #fff;

            width: 60.71vw;
            margin-top: 115px;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 22px;
            line-height: 104%;
            text-align: center;
            color: #fff;

            width: 370px;
            margin-top: 120px;
        }
    }

    .bottomDescription {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 14px;
            line-height: 100%;
            text-align: center;
            color: #ACACAC;

            margin-top: 45px;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 22px;
            line-height: 104%;
            text-align: center;
            color: #ACACAC;

            width: 900px;
            margin-top: 45px;
        }
    }

    .accent {
        color: #1d76ff;
    }

    .list {
        display: flex;
        flex-direction: column;

        @media (max-width: 1239px) {}

        @media (min-width: 1240px) {
            margin-top: 70px;
        }
    }

    .item {
        display: flex;
        flex-direction: row;

        background-color: #515151;

        @media (max-width: 1239px) {
            width: 90.48vw;
            min-height: 23.33vw;
            box-sizing: border-box;

            padding-top: 4.76vw;
            padding-left: 4.76vw;
            padding-right: 9.29vw;
            padding-bottom: 4.76vw;
            margin-bottom: 2.38vw;

            border-radius: 3.57vw;
        }

        @media (min-width: 1240px) {
            width: 1120px;
            min-height: 100px;
            box-sizing: border-box;

            padding-top: 35px;
            padding-left: 50px;
            padding-right: 65px;
            padding-bottom: 25px;
            /* 50px */
            margin-bottom: 10px;

            border-radius: 15px;
        }
    }

    .item.appear {
        @media (max-width: 1239px) {
            animation: AppearInside 400ms;
        }

        @media (min-width: 1240px) {
            animation: AppearInside 400ms;
        }
    }

    .item .number {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(9px, 2.14vw);
            color: #fff;

            margin-right: min(18px, 4.29vw);
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 9px;
            color: #fff;

            margin-right: 65px;
        }
    }

    .item .inner {
        @media (max-width: 1239px) {}

        @media (min-width: 1240px) {
            display: flex;
            flex-direction: row;
            height: auto;
        }
    }

    .item .title {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(16px, 3.81vw);
            color: #fff;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 21px;
            color: #fff;

            width: 435px;
        }
    }

    .item .text {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(14px, 3.33vw);
            color: #fff;
            opacity: 0.8;

            margin-top: 3.33vw;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 17px;
            line-height: 120%;
            color: #fff;
            opacity: 0.8;
            width: 500px;
        }
    }

    .readMore {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;

        @media (max-width: 1239px) {
            width: 41.24vw;
            margin-top: min(30px, 7.14vw);
        }

        @media (min-width: 1240px) {}
    }

    .readMore .text {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(14px, 3.33vw);
            color: #fff;
        }

        @media (min-width: 1240px) {}
    }

    .readMore .plus {
        @media (max-width: 1239px) {
            color: #fff;
            font-size: min(24px, 5.71vw);
        }

        @media (min-width: 1240px) {}
    }

    .after {
        @media (max-width: 1239px) {
            margin-top: 100px;
            margin-left: 2.38vw;
        }

        @media (min-width: 1240px) {
            margin-top: 120px;

            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }
    }

    .viniry {
        @media (max-width: 1239px) {
            margin-top: 100px;
            margin-left: 2.38vw;
        }

        @media (min-width: 1240px) {
            margin-top: 120px;
        }
    }

    .afterMotto {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(25px, 5.95vw);
            color: #fff;

            width: 76.19vw;
            margin-bottom: 30px;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 36px;
            line-height: 100%;
            color: #fff;

            width: 400px;
        }
    }

    .viniryMotto {
        text-align: center;
        justify-self: center;

        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(25px, 5.95vw);
            color: #fff;

            width: 76.19vw;
            margin-bottom: 30px;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 36px;
            line-height: 100%;
            text-align: center;
            color: #fff;

            width: 550px;
            margin-bottom: 60px;
        }
    }

    .after .cardHolder {
        overflow: hidden;

        @media (max-width: 1239px) {
            width: 95.24vw;
        }

        @media (min-width: 1240px) {
            width: 570px;
        }
    }

    .viniry .cardHolder {
        overflow: hidden;

        @media (max-width: 1239px) {
            width: 95.24vw;
        }

        @media (min-width: 1240px) {
            width: 1200px;
        }
    }

    .after .wall,
    .viniry .wall {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        flex-grow: 1;
    }

    .after .visit {
        display: flex;
        flex-direction: row;
        justify-content: space-between;

        @media (max-width: 1239px) {
            border-radius: 3.57vw;
            width: 92.62vw;
            height: 28.10vw;

            background-color: #515151;

            margin-left: 2.38vw;
            margin-right: 2.38vw;
        }

        @media (min-width: 1240px) {
            border-radius: 15px;
            width: 550px;
            height: 118px;

            background-color: #515151;

            margin-left: 10px;
            margin-right: 10px;
        }
    }

    .viniry .visit {
        display: flex;
        flex-direction: row;
        justify-content: space-between;

        @media (max-width: 1239px) {
            border-radius: 3.57vw;
            width: 92.62vw;
            height: 28.10vw;

            background-color: #515151;

            margin-left: 2.38vw;
            margin-right: 2.38vw;
        }

        @media (min-width: 1240px) {
            border-radius: 15px;
            width: 590px;
            height: 242px;

            background-color: #515151;

            margin-left: 10px;
            margin-right: 10px;
        }
    }

    .after .visit img {
        object-fit: cover;
        user-select: none;

        @media (max-width: 1239px) {
            border-radius: 3.57vw;
            width: 28.10vw;
            height: 28.10vw;
        }

        @media (min-width: 1240px) {
            border-radius: 15px;
            width: 118px;
            height: 118px;
        }
    }

    .viniry .visit img {
        object-fit: cover;
        user-select: none;

        @media (max-width: 1239px) {
            border-radius: 3.57vw;
            width: 28.10vw;
            height: 28.10vw;
        }

        @media (min-width: 1240px) {
            border-radius: 15px;
            width: 202px;
            height: 242px;
        }
    }

    .after .visit .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        @media (max-width: 1239px) {
            width: 54.76vw;

            padding-left: 7.14vw;
            padding-right: 2.38vw;
            padding-top: 4.76vw;
            padding-bottom: 2.38vw;
        }

        @media (min-width: 1240px) {
            width: 430px;

            padding-left: 30px;
            padding-right: 20px;
            padding-top: 20px;
            padding-bottom: 10px;
        }
    }

    .viniry .visit .content {
        @media (max-width: 1239px) {
            width: 54.76vw;

            padding-left: 7.14vw;
            padding-right: 2.38vw;
            padding-top: 4.76vw;
            padding-bottom: 2.38vw;
        }

        @media (min-width: 1240px) {
            width: 388px;

            padding-left: 30px;
            padding-right: 30px;
            padding-top: 30px;
            padding-bottom: 30px;
        }
    }

    .after .visit .bottom {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .after .visit .title {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(16px, 3.81vw);
            line-height: 100%;
            color: #fff;

            width: 47.62vw;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 20px;
            line-height: 104%;
            color: #fff;

            width: 300px;
        }
    }

    .viniry .visit .title {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(18px, 4.2vw);
            line-height: 100%;
            color: #fff;

            margin-top: 2.4vw;
            width: 54vw;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 30px;
            line-height: 100%;
            color: #fff;

            margin-top: 50px;
            width: 300px;
        }
    }

    .after .visit .number {
        align-self: center;

        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(14px, 3.33vw);
            color: #c7c7c7;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 14px;
            color: #c7c7c7;
        }
    }

    .viniry .visit .number {
        align-self: center;
        justify-self: flex-end;

        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(14px, 3.33vw);
            color: #c7c7c7;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 14px;
            color: #c7c7c7;
        }
    }

    .visit .number .accent {
        color: #fff;
    }

    .after .visit .arrows {
        display: flex;
        flex-direction: row;
        justify-content: space-between;

        @media (max-width: 1239px) {
            width: min(85px, 20.24vw);
            height: min(33px, 7.86vw);
        }

        @media (min-width: 1240px) {
            width: 80px;
            height: 33px;
        }
    }

    .viniry .arrows {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        justify-self: center;

        @media (max-width: 1239px) {
            width: min(85px, 20.24vw);
            height: min(33px, 7.86vw);
            margin-top: 15px;
        }

        @media (min-width: 1240px) {
            width: 85px;
            height: 33px;
            margin-top: 30px;
        }
    }

    .arrow {
        @media (max-width: 1239px) {
            color: #fff;
            border: 1px solid #fff;
            padding: 1.67vw;
            padding-left: 2.62vw;
            padding-right: 2.62vw;
            border-radius: 2.86vw;
            cursor: pointer;
        }

        @media (min-width: 1240px) {
            color: #fff;
            border: 1px solid #fff;
            padding: 7px;
            padding-left: 11px;
            padding-right: 11px;
            border-radius: 12px;
            cursor: pointer;
        }
    }

    .invasignTitle,
    .interactionTitle {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(25px, 5.95vw);
            text-align: center;
            color: #fff;

            margin-top: 100px;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 36px;
            text-align: center;
            color: #fff;

            margin-top: 90px;
        }
    }

    .invasignTitle {
        @media (max-width: 1239px) {}

        @media (min-width: 1240px) {
            margin-top: 95px;
            margin-bottom: 60px;
        }
    }

    .invisalignLabel {
        @media (max-width: 1239px) {}

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 22px;
            line-height: 104%;
            text-align: center;
            color: #ACACAC;

            width: 626px;
            margin-top: 100px;
        }
    }

    .interactionTitle.appear {
        @media (max-width: 1239px) {
            animation: AppearInside 600ms;
        }

        @media (min-width: 1240px) {
            animation: AppearOutside 600ms;
        }
    }

    .interaction {
        position: relative;

        @media (max-width: 1239px) {
            margin-top: 60px;
            width: 100%;
        }

        @media (min-width: 1240px) {
            margin-top: 130px;
        }
    }

    .interaction .line {
        position: absolute;

        @media (max-width: 1239px) {
            width: 1px;
            height: 100%;
            left: 4.76vw;
            background-color: #444444;
        }

        @media (min-width: 1240px) {
            width: 2px;
            height: 100%;
            left: calc(50% - 1px);
            background-color: #444444;
        }
    }

    .interaction .line.appear {
        @media (max-width: 1239px) {
            animation: Height_0_100 3000ms;
        }

        @media (min-width: 1240px) {
            animation: Height_0_100 3000ms;
        }
    }

    .interaction .dotQueue {
        position: absolute;

        display: flex;
        flex-direction: column;
        justify-content: space-between;

        @media (max-width: 1239px) {
            height: calc(100% - 100vw);
            left: 3.56vw;

            margin-top: 50vw;
            margin-bottom: 50vw;
        }

        @media (min-width: 1240px) {
            height: calc(100% - 400px);
            left: calc(50% - 5px);

            margin-top: 200px;
            margin-bottom: 200px;
        }
    }

    .interaction .dot {
        @media (max-width: 1239px) {
            background-color: #fff;
            border-radius: 100%;

            width: 2.62vw;
            height: 2.62vw;
        }

        @media (min-width: 1240px) {
            background-color: #fff;
            border-radius: 100%;

            width: 11px;
            height: 11px;
        }
    }

    .interaction .dot.appear {
        @media (max-width: 1239px) {
            animation: AppearNowere 600ms;
        }

        @media (min-width: 1240px) {
            animation: AppearNowere 600ms;
        }
    }

    .interaction .holder {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        @media (max-width: 1239px) {
            align-items: flex-end;
            margin-right: 4.76vw;
        }

        @media (min-width: 1240px) {
            width: 920px;
        }
    }

    .interaction .gcard {
        @media (max-width: 1239px) {
            box-sizing: border-box;
            background-color: #515151;

            width: 71.43vw;
            height: 70.24vw;

            padding-left: 4.05vw;
            padding-top: 4.05vw;
            padding-right: 7.14vw;
            padding-bottom: 6.67vw;

            border-radius: 3.57vw;

            margin-top: 11.90vw;
            margin-bottom: 11.90vw;

            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        @media (min-width: 1240px) {
            box-sizing: border-box;
            background-color: #515151;

            width: 353px;

            padding-left: 20px;
            padding-top: 20px;
            padding-right: 30px;
            padding-bottom: 25px;

            border-radius: 10px;

            margin-top: 60px;
            margin-bottom: 60px;
        }
    }

    .gcard.odd {
        @media (max-width: 1239px) {}

        @media (min-width: 1240px) {
            align-self: flex-end;
        }
    }

    .gcard.odd.appear {
        @media (max-width: 1239px) {
            animation: AppearLeft 600ms;
        }

        @media (min-width: 1240px) {
            animation: AppearLeft 600ms;
        }
    }

    .gcard.even {
        @media (max-width: 1239px) {}

        @media (min-width: 1240px) {
            align-self: flex-start;
        }
    }

    .gcard.even.appear {
        @media (max-width: 1239px) {
            animation: AppearLeft 600ms;
        }

        @media (min-width: 1240px) {
            animation: AppearRight 600ms;
        }
    }

    .gcard .header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;

        @media (max-width: 1239px) {}

        @media (min-width: 1240px) {
            margin-bottom: 65px;
        }
    }

    .gcard img {
        @media (max-width: 1239px) {
            width: 60px;
            height: 60px;
            border-radius: 10px;
        }

        @media (min-width: 1240px) {
            width: 76px;
            height: 76px;
            border-radius: 10px;
        }
    }

    .gcard .title {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(18px, 4.29vw);
            line-height: 105%;
            color: #fff;

            width: 35.71vw;
            margin-top: 0.71vw;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 22px;
            line-height: 104%;
            color: #fff;

            width: 180px;
            margin-top: 5px;
        }
    }

    .gcard .number {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(8px, 1.90vw);
            color: #fff;

            margin-top: 3.81vw;
            margin-right: 2.38vw;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 11px;
            color: #fff;

            margin-top: 20px;
        }
    }

    .gcard .text {
        @media (max-width: 1239px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: min(12px, 2.86vw);
            line-height: 120%;
            color: #B9B9B9;
        }

        @media (min-width: 1240px) {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 15px;
            line-height: 120%;
            color: #B9B9B9;
        }
    }
}