

/* Start:/local/templates/main/components/ag/form/itg-glasses-order-steps/style.css?175620651787572*/
:root {
    --colorPrimary: #1E7CE2;
    --colorSuccess: #69BF44;
    --colorError: #E30613;
    --colorInfo: #f1ad1b;
    --bgTransparentPrimary: #1E7CE222;
    --bgTransparentSuccess: #69BF4422;
    --bgTransparentError: #E3061322;
    --bgTransparentInfo: #f1ad1b22;
    --bgSuccess: #E7F4E0;
    --bgError: #ffe6e6;
    --bgInfo: #fff0d2;
}

html .content {
    scroll-margin-top: 120px;
}

html div.middle {
    max-width: 1390px;
    width: 100%;
    padding: 30px 24px;
    overflow: hidden;
}

[data-tr-type="recipe"], .orderMg-result__list button.orderMg-aside__table-delete {
    display: none;
}

.order-glass__files {
    margin: 0;
    position: absolute;
    bottom: -20px;
    left: 4px;
}

.orderMg-result__list tr td:last-child {
    min-width: 29px;
    font-weight: 700;
}

.orange {
    color: #e75c0e;
}

html .new-design .orderMg-hidden {
    opacity: 0;
    display: none !important;
}

main.orderMg-main {
    padding-top: 0;
}

.orderMg .preloader-spinner {
    background-color: #ffffffbf;
    backdrop-filter: blur(2px);
}

.orderMg .orderMg-table-result input {
    border: 0;
    height: auto;
    padding: 0;
    min-width: 100px;
    text-align: right;
    margin-right: 4px;
    color: #373737;
    background: transparent;
    display: table-footer-group;
}

.orderMg .orderMg-totalprice-table__sum td:last-child {
    color: #0b54a6;
    display: flex;
}

.orderMg-totalprice .orderMg-result__list tr td:last-child {
    opacity: 0;
}

.orderMg-aside__table-result input {
    background-color: transparent;
}

.orderMg-typeGlasses__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    flex-direction: column;
}

.orderMg-typeGlasses__input {
    opacity: 0;
    left: -9999px;
    position: absolute;
}

.orderMg-typeGlasses__item {
    display: flex;
    flex-direction: row;
    padding: 40px 24px 35px 24px;
    border-top: 1px solid #A7ACB1;
    border-bottom: 5px solid transparent;
    cursor: pointer;
    margin: 0;
    transition: background-color 0.15s linear;
}

.orderMg-typeGlasses__item svg {
    width: 84px;
    height: 60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 24px;
    flex-shrink: 0;
}

.orderMg-typeGlasses__item div {
    display: flex;
    flex-direction: column;
}

.orderMg-typeGlasses__item p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.orderMg-typeGlasses__item p:first-child {
    font-weight: 700;
    margin-bottom: 15px;
}

.orderMg-typeGlasses__item:hover, .orderMg-typeGlasses__item.active {
    background-color: #E8F2FC;
}

.new-design .orderMg-recipe__recipe {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    border-color: #A7ACB1;
    border-style: solid;
    padding: 24px 0 34px;
    position: relative;
}

.new-design .orderMg-recipe__recipe .orderMg-recipe__recipe {
    flex-direction: row;
    border: 0;
    padding: 20px 0 0 0;
    transition: all .3s ease;
}

.orderMg-recipe:has([data-recipe-checkbox]:checked) .orderMg-recipe-form::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff6b;
}

.orderMg-recipe:has([data-recipe-checkbox]:checked) .orderMg-recipe__recipe .orderMg-recipe__recipe {
    opacity: 0.4;
    pointer-events: none;
}

.new-design .orderMg-recipe__recipe .orderMg-recipe__checkbox {
    align-items: center;
}

.orderMg-recipe .orderMg-recipe__recipe .orderMg-recipe__txt {
    margin: 6px 0 0 10px;
    color: #000000;
}

.new-design .orderMg-recipe__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.new-design .orderMg-recipe__item {
    margin-left: 0;
    margin-right: 0;
    flex-basis: 100%;
}

.new-design .orderMg-recipe__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    padding: 0;
    border-radius: 6px;
    border: 1px solid #f1f3f7;
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    background-color: transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.new-design .orderMg-recipe__btn:hover {
    color: #fff;
    background-color: #005fb2;
}

.new-design .orderMg-recipe__btn:hover svg {
    fill: #fff;
}

.new-design .orderMg-recipe__btn.required {
    border-color: #ea1d2a;
}

.new-design .orderMg-recipe__btn svg {
    margin-left: 20px;
}

.new-design .orderMg-recipe__btn ~ .orderMg-recipe__btn {
    margin-top: 30px;
}

.new-design .orderMg-recipe__file {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-wrap: nowrap;
    padding: 11px 41px;
    border: 2px solid #1E7BE2;
    color: #1E7BE2;
    margin-left: 40px;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
}

.new-design .orderMg-recipe__file:hover {
    background: #1E7BE2;
    color: #fff;
}

.new-design .orderMg-recipe__file:hover i {
    filter: brightness(0) invert(1);
}

.new-design .orderMg-recipe__file input {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    left: -9999px;
    position: absolute;
}

.new-design .orderMg-recipe__file i {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/icon-scan.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.new-design .orderMg-recipe-form {
    position: relative;
    width: 100%;
    transition: opacity .3s ease;
}

.new-design .orderMg-recipe-form__item {
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
}

.new-design .orderMg-recipe-form__pd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 30px;
}

.orderMg-recipe-pd__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.orderMg-recipe-pd__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 240px;
    padding: 24px;
    border: 1px solid #F5F6F7;
    border-radius: 5px;
    background-color: #F5F6F7;
}

.orderMg-recipe-pd-block__title {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 35px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}


.orderMg-recipe-pd-block__title::before {
    content: '';
    position: absolute;
    top: calc(50% - 13px);
    left: 0;
    max-width: 25px;
    min-width: 25px;
    max-height: 25px;
    min-height: 25px;
    border: 1px solid #A7ACB1;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.orderMg-recipe-pd__block.--active {
    border: 1px solid var(--colorPrimary);
    background-color: #BED9F580;
}

.orderMg-recipe-pd__block.--active .orderMg-recipe-pd-block__title::before {
    background-color: var(--colorPrimary);
    border: 1px solid var(--colorPrimary);
}

.orderMg-recipe-pd__block.--active .orderMg-recipe-pd-block__title::after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    left: 5px;
    max-width: 15px;
    min-width: 15px;
    max-height: 15px;
    min-height: 15px;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.new-design .orderMg-recipe-form__label [disabled] {
    fill: #b7b7b7;
    color: #b7b7b7;
    border-color: #a7acb1;
    background-color: #FFFFFF;
}

.new-design .orderMg-recipe-form__label {
    display: flex;
    width: 100%;
    flex-direction: column;
    pointer-events: none;
}

.orderMg-recipe-pd__block.--active .orderMg-recipe-form__label {
    pointer-events: initial;
}

.orderMg-recipe-pd-block__wrapper {
    display: flex;
    width: 100%;
    max-width: initial;
}

.new-design .orderMg-recipe-form__label.--pd {
    max-width: initial;
}

.new-design .orderMg-recipe-pd__block [required]:valid,
.new-design .orderMg-recipe-pd__block [required]:focus-visible:invalid,
.new-design .orderMg-recipe-pd__block [required]:focus:invalid {
    padding-right: 15px;
    background-position-x: calc(100% - 10px);
}

.orderMg-recipe-label__desc {
    margin-bottom: 2px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #2B2E31;
}

.orderMg-recipe-label__desc span {
    color: #1E7BE2;
}

p.new-design .orderMg-recipe-form__title {
    font-weight: 700;
    color: #005fb2;
    padding-bottom: 25px;
    margin: 0 0 30px;
    border-bottom: 1px solid #f1f3f7;
}

.orderMg-recipe-pd-block__wrapper {
    display: flex;
    gap: 24px;
}

.new-design .orderMg-recipe-form__addition {
    margin-top: 15px;
}

.new-design .orderMg-recipe-form__addition.active button:after {
    content: "-";
}

.new-design .orderMg-recipe-form__addition button {
    border: 0;
    padding: 0;
    color: #005fb2;
    font-weight: 400;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-design .orderMg-recipe-form__addition button:after {
    content: "+";
    font-size: 24px;
    margin-left: 6px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.new-design .orderMg-recipe-form__addition button:hover {
    color: #005fb2 !important;
    background-color: transparent !important;
}

.new-design .orderMg-recipe-form__addition button:hover span {
    color: #005fb2;
    text-decoration: none;
}

.new-design .orderMg-recipe-form__addition button span {
    text-decoration: underline;
}

.new-design .orderMg-recipe-form__addition label:first-of-type {
    margin-top: 15px;
}

.new-design .orderMg-recipe-pd.active .orderMg-recipe-pd__btn:after {
    content: "-";
}

.new-design .orderMg-recipe-pd__footer, .new-design .orderMg-recipe-pd__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.new-design .orderMg-recipe-pd__main {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.new-design .orderMg-recipe-pd__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.new-design .orderMg-recipe-pd__footer .orderMg-recipe-form__label {
    margin: 30px 15px 0;
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px)
}

.new-design .orderMg-recipe-pd__btn {
    height: 50px;
    padding: 15px;
    margin-left: 15px;
    white-space: nowrap;
    border: 1px solid #f1f3f7;
    background-color: #faf9fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-design .orderMg-recipe-pd__btn:after {
    content: "+";
    line-height: 0;
    font-size: 24px;
    margin-left: 6px;
    min-width: 14px;
}

.new-design .orderMg-recipe-pd__btn:hover {
    color: #fff;
    background-color: #005fb2;
}

.new-design .orderMg-recipe-label__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.new-design .orderMg-recipe-label__selects {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.new-design .orderMg-recipe-label__selects select + select {
    margin-top: 12px;
}

.new-design .orderMg-recipe-label__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 18px;
    font-size: 26px;
    margin-left: 15px;
    border: 1px solid #f1f3f7;
    background-color: #faf9fa;
}

.new-design .orderMg-recipe-label__add:hover {
    color: #fff;
    background-color: #005fb2;
}

.new-design .orderMg-recipe__table-data {
    padding: 24px 0;
    border-bottom: 1px solid #A7ACB1;
}

.new-design .orderMg-recipe__table [required]:focus-visible:invalid, .new-design .orderMg-recipe__table [required]:focus:invalid {
    background-image: none;
}

.new-design .orderMg-recipe__table [required]:focus-visible:valid, .new-design .orderMg-recipe__table [required]:focus:valid {
    background-image: none;
}

.new-design .orderMg-recipe__table [required]:valid {
    background-image: none;
}

.orderMg-recipe__table-info {
    margin-left: auto;
    margin-right: 0;
    width: 24px;
    opacity: 0;
    margin-bottom: -4px;
}

.orderMg-recipe__table-info i {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/icon-info.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.new-design .orderMg-recipe__table {
    display: flex;
    width: 100%;
    border: 1px solid #A7ACB1;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.orderMg-recipe__table-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #A7ACB1;
}

.orderMg-recipe__table-row div {
    width: 33.33%;
    border-left: 1px solid #A7ACB1;
    padding: 9px 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.orderMg-recipe__table-row div b {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #2B2E31;
}

.orderMg-recipe__table-row div span {
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    color: #81888E;
}

.orderMg-recipe__table-row div:first-child {
    border-left: 0;
}

.orderMg-recipe__table-head {
    background-color: #EFF7FF;
    border-radius: 8px 8px 0 0;
    border-top: 0;
}

.orderMg-recipe__table-head div {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    color: #81888E;
}

html body .new-design .orderMg-recipe .orderMg-recipe__table select, html body .new-design .orderMg-recipe .orderMg-recipe__table input {
    border-radius: 0;
    border: 0;
    padding: 4px;
}

.new-design [required]:valid, .new-design [required]:focus-visible:invalid, .new-design [required]:focus:invalid {
    background-position-x: calc(100% - 30px);
}

.new-design .orderMg-coupons .orderMg-coupons__inputs {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 8px;
    transition: opacity 0.25s linear;
}

.new-design .orderMg-coupons .orderMg-coupons__inputs.orderMg-coupons__inputs--disabled {
    opacity: 0.25;
    pointer-events: none;
}

.new-design .orderMg-coupons .orderMg-coupons__button {
    width: fit-content;
    padding: 10px 12px;
    border-radius: 7px;
    border: 0;
    background: var(--bgSuccess);
    color: var(--colorSuccess);
    cursor: pointer;
    transition: opacity 0.25s ease-in-out;
    font-weight: 700;
    font-size: 14px;
}

.new-design .orderMg-coupons [data-element="coupons-clear"].orderMg-coupons__button {
    font-weight: 900;
}

.new-design .orderMg-coupons .orderMg-coupons__button.orderMg-coupons__button--clipboard {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/../../../../images/icons/clipboard--green.svg");
    background-size: calc(100% - 14px);
    background-position: center;
    background-repeat: no-repeat;
    width: 42px;
}

.new-design .orderMg-coupons .orderMg-coupons__button:hover {
    opacity: 0.5;
}

.new-design .orderMg-coupons label {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

.new-design .orderMg-coupons .orderMg-coupons__field {
    background: var(--bgSuccess);
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    transition: 0.25s ease-in-out;
    flex-grow: 1;
    min-width: 200px;
}

.new-design .orderMg-coupons[data-status="error"]  .orderMg-coupons__field {
    background: var(--bgError);
}

.new-design .orderMg-coupons .orderMg-coupons__field:before {
    content: "";
    background: linear-gradient(-60deg, transparent, transparent 40%, #bbb 40%, #bbb 60%, transparent 60%, transparent) repeat;
    mix-blend-mode: overlay;
    background-size: 20px 40px;
    background-position-y: 0;
    background-position-x: 0;
    transform: scale(2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    animation-name: progressBar;
    animation-duration: 8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0;
    transition: opacity 1s ease-in 0.25s;
}

.new-design .orderMg-coupons[data-state="processing"] .orderMg-coupons__field:before {
    opacity: 1;
    transition: opacity 0.25s ease-out;
}

@keyframes progressBar {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: 100%;
    }
}

.new-design .orderMg-coupons input.orderMg-coupons__input {
    border: 0;
    background: transparent;
    color: var(--colorSuccess);
    border-radius: 7px;
    padding: 8px;
    font-family: Nunito, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 100%;
    position: relative;
    z-index: 10;
    transition: color 0.25s ease-in-out;
}

.new-design .orderMg-coupons input.orderMg-coupons__input::placeholder {
    color: var(--colorSuccess);
    opacity: 1;
    transition: color 0.25s ease-in-out
}

.new-design .orderMg-coupons input.orderMg-coupons__input::-ms-input-placeholder {
    color: var(--colorSuccess);
    transition: color 0.25s ease-in-out
}

.new-design .orderMg-coupons[data-status="error"] input.orderMg-coupons__input {
    color: var(--colorError);
}

.new-design .orderMg-coupons[data-status="error"] input.orderMg-coupons__input::placeholder {
    color: var(--colorError);
    opacity: 1;
}

.new-design .orderMg-coupons[data-status="error"] input.orderMg-coupons__input::-ms-input-placeholder {
    color: var(--colorError);
}

.new-design .orderMg-coupons input.orderMg-coupons__input:not([disabled]):focus {
    box-shadow: none;
}

.new-design .orderMg-coupons .orderMg-coupons__message {
    padding-left: 0;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 800;
    color: var(--colorSuccess);
    min-height: 15px;
}

.new-design .orderMg-coupons[data-status="error"] .orderMg-coupons__message {
    color: var(--colorError);
}

.new-design .orderMg-coupons [data-element="coupons-message--disabled"], .new-design .orderMg-coupons[data-status="error"] [data-element="coupons-message--disabled"].orderMg-coupons__message {
    margin-bottom: 8px;
    color: var(--colorInfo);
}

.new-design .orderMg-coupons [data-element="coupons-message--disabled"].orderMg-coupons__message--disabled {
    display: none;
}

@media screen and (max-width: 768px) {

    .new-design .orderMg-coupons .orderMg-coupons__message {
        font-size: 12px;
        letter-spacing: -0.5px;
    }

    .new-design .orderMg-coupons input.orderMg-coupons__input {
        font-size: 16px;
        letter-spacing: -0.5px;
    }

    .new-design .orderMg-coupons .orderMg-coupons__field {
        min-width: 180px;
    }

    html .new-design .orderMg-recipe__table-data [required]:focus-visible:invalid, html .new-design .orderMg-recipe__table-data [required]:focus:invalid {
        background-image: none;
    }

    html .new-design .orderMg-recipe__table-data [required]:focus-visible:valid, html .new-design .orderMg-recipe__table-data [required]:focus:valid {
        background-image: none;
    }

    .orderMg-aside {
        position: relative;
        top: 0;
    }

    .order-glass__files {
        bottom: -30px;
    }

    .orderMg-guarantee__description .orderMg-recipe__table-row div {
        width: 50%;
    }

    .orderMg-recipe__content .orderMg-recipe__table-row div {
        padding: 4px 2px;
    }

    .orderMg-guarantee__description .orderMg-recipe__table-row div {
        padding: 8px;
    }

    .new-design .orderMg-recipe__file {
        margin-left: 0;
    }

    .orderMg-recipe__content .new-design [required]:valid {
        background-image: none;
    }

    .orderMg-recipe__content .new-design [required]:valid {
        background-image: none;
    }

    .orderMg-add-options__info-content {
        width: 320px;
    }
    .new-design .orderMg-recipe__content {
        margin: 0;
    }

    .new-design .orderMg-recipe__item {
        margin: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .new-design .orderMg-recipe-form {
        margin: 2px 0;
    }

    .new-design .orderMg-recipe-form__item {
        margin: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .new-design .orderMg-recipe-form__item + .orderMg-recipe-form__item {
        margin-top: 30px;
    }

    .new-design .orderMg-recipe-form__title {
        text-align: center;
    }

    .new-design .orderMg-recipe-form__pd {
        margin: 30px 0 0;
    }
}

@media screen and (max-width: 480px) {
    .new-design .orderMg-recipe-pd__btn {
        width: 56px;
        min-width: 56px;
        font-size: 0;
    }

    .new-design .orderMg-recipe-pd__btn:after {
        margin: auto;
    }

    .new-design .orderMg-recipe-pd__footer {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .new-design .orderMg-recipe-pd__footer .orderMg-recipe-form__label {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 30px 0 0
    }
    html .new-design .orderMg-name button.orderMg-name__item {
        margin-left: 24px;
    }
    html .new-design .orderMg-name button.orderMg-name__item:before {
        width: 200%;
    }
}

.orderMg-package__content section {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

.orderMg-package__item {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 16px 45px 16px 16px;
    flex-grow: 1;
    border: 1px solid #F5F6F7;
    border-radius: 8px;
    background-color: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    cursor: pointer;
}

.orderMg-package__item:has(.orderMg-package__main--open) {
    height: initial;
}

.orderMg-package__item:hover,
.orderMg-package__item.active {
    background-color: #BED9F580;
}

.orderMg-package__item.pass-class__disabled {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    opacity: .7;
    fill: #b7b7b7;
    background-color: #ddd;
}

.orderMg-package__item.pass-class__disabled li, .orderMg-package__item.pass-class__disabled p {
    color: #b7b7b7;
}

.orderMg-package__item.required {
    border-color: #ea1d2a
}

.orderMg-package__gift .orderMg-package__title span.free {
    font-weight: 700;
    display: inline-block;
    color: #e75c0e
}

.orderMg-package__item .orderMg-package__header .orderMg-package__title {
    font-weight: 400;
    display: flex;
    flex-direction: row;
    margin-bottom: 4px;
}

.orderMg-package__sum {
    display: flex;
    gap: 32px;
    padding-right: 0;
}

.orderMg-package__header .orderMg-package__sum p,
.orderMg-package__header .orderMg-package__sum span {
    font-size: 24px;
    line-height: normal;
}

.orderMg-package__sum .orderMg-package__sumLens {
    color: #1E7BE2;
    white-space: nowrap;
}

.orderMg-package__header .orderMg-package__sum .orderMg-package__sumLensOld {
    padding-top: 4px;
    font-size: 18px;
    color: black;
    text-decoration: line-through;
    text-decoration-color: #1E7BE2;
    white-space: nowrap;
}

.orderMg-package__sumLens {
    margin: 0 0 4px 0;
}

.orderMg .orderMg-package__header .orderMg-package__btn-info {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1E7BE2;
    transition: all .6s ease;
}

.orderMg .orderMg-package__header .orderMg-package__btn-info:hover {
    background-color: #0096db;
}

.orderMg-package__manufacturer {
    position: absolute;
    bottom: 1px;
    color: #81888E;
    font-size: 12px;
}

.orderMg-package__btn-info::after,
.orderMg-package__btn-info::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    transition: transform .6s ease;
}

.orderMg-package__btn-info::after {
    width: 14px;
    height: 2px;
}

.orderMg-package__btn-info::before {
    width: 2px;
    height: 14px;
}

.orderMg-package__item:has(.orderMg-package__main--open) .orderMg-package__btn-info::before {
    transform: rotate(90deg) translate(-7px, 1px);
}

.orderMg-package__item .orderMg-package__top div:nth-child(2) i {
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 7px;
}

.orderMg-package__item .orderMg-package__top div:nth-child(1) {
    margin-top: auto;
}

.orderMg-package__item .orderMg-package__top div:nth-child(1) i {
    width: 87px;
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 16px;
}

.orderMg-package__gift .orderMg-package__sumLens {
    text-decoration: line-through
}

.orderMg-package__header {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-right: 32px;
}

.orderMg-package__item:has(.orderMg-package__main--open) .orderMg-package__header {
    height: initial;
}

.orderMg-package__top {
    display: flex;
    max-width: 467px;
}

.orderMg-package__desc span {
    vertical-align: super;
    font-size: 10px;
}

.orderMg-package__main {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.5s linear;
}

.orderMg-package__main--open {
    visibility: visible;
    max-height: 600px;
    opacity: 1;
    padding-top: 16px;
}

.orderMg-package__list > p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #81888E;
    margin: 0;
}

.orderMg-package__list .orderMg-package__list-additional {
    margin-top: 10px;
    color: #81888E;
}

.orderMg-package__list-additional.--footnote {
    margin-top: 0;
    margin-bottom: 8px;
}

.orderMg-package__list-additional.--footnote span {
    vertical-align: super;
    font-size: 10px;
}

.orderMg-package__item .orderMg-package__header p.orderMg-package__title {
    display: flex;
    align-items: center;
    margin: 0 0 4px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #005fb2;
    text-align: left;
}

.orderMg-package__sum {
    margin-left: 102px;
}

.orderMg-package__sumResult strike {
    font-size: 14px;
    color: #999;
    margin: 0 5px 0 0;
}

.orderMg-package__sumResult i {
    color: #e75c0e;
}

.orderMg-package__sumDiscount {
    fill: #e75c0e !important;
    color: #e75c0e !important;
    display: none;
}

.orderMg-package__note {
    fill: #6e757d !important;
    color: #6e757d !important;
    font-size: 12px !important
}

.orderMg-package__list {
    margin: 0;
}

.orderMg-package__main ul.orderMg-package__list[class] {
    padding: 0 0 0 104px;
}

.orderMg-package__list > p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #81888E;
}

.orderMg-package__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 140%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px;
}

.orderMg-package__list li + li {
    margin-top: 0;
}

.orderMg-package__list li:not(.orderMg-package-list__footnote):before {
    background-image:url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/icon-checkmark.svg");
    background-size: 13px 11px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.orderMg-package__list li.orderMg-package-list__footnote:before {
    background-image:url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/icon-warning.svg");
    background-size: 4px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.orderMg-package__list li span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.orderMg-package-list__question {
    width: 24px;
    height: 24px;
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/icon-info.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.orderMg-package-list__warning a {
    color: #333;
}

.orderMg-guarantee__total {
    margin-top: 30px;
    font-weight: 700;
    color: #000000;
}

.orderMg-guarantee__total span {
    font-weight: 700;
    color: #000000;
}

.orderMg-guarantee__description p.orderMg-guarantee__note {
    margin-top: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
    color: #81888E;
}

.orderMg-guarantee__description .orderMg-guarantee__info {
    position: relative;
    margin: 20px 0 20px 0;
    padding: 14px 16px 14px 60px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #234B5C;
    background-color: #E5F7FF;
}

.orderMg-guarantee__info::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 16px;
    width: 24px;
    height: 24px;
    background-image: url('/local/templates/main/components/ag/form/itg-glasses-order-steps/img/icon-info.quarantee.svg');
    background-repeat: no-repeat;
}

.orderMg-guarantee__link {
    color: #1E7BE2;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 24px;
}

.orderMg-guarantee__actions {
    border-top: 1px solid #1E7BE2;
    margin-top: 20px;
    padding-top: 30px;
    gap: 4px;
    display: flex;
    flex-wrap: wrap;
}

.orderMg-guarantee__actions .guarantee-field.checkbox {
    display: flex;
    line-height: normal;
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    border-radius: 5px;
    background: #ECFCE8;
}

.guarantee-field.checkbox .guarantee-field__txt.checkbox__text {
    padding-top: 1px;
    margin: 0;
}

.orderMg-guarantee__actions .guarantee-field.checkbox [data-guarantee-total],
.orderMg-guarantee__actions .guarantee-field.checkbox .rub {
    color: #1E7BE2;
}

.orderMg-guarantee__actions .guarantee-field__txt.checkbox__text {
    color: #2B4A1C;
    line-height: 1.8;
}

.guarantee-shield {
    margin: 0 8px 0 15px;
    padding-top: 2px;
}

.orderMg-coatings {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.orderMg-add-options__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    flex-direction: column;
}

.orderMg-add-options__item {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    padding: 24px 24px 24px 0;
    border: 1px solid #F5F6F7;
    border-radius: 10px;
    background-color: transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.orderMg-add-options__item:has(input:checked) {
    background-color: #BED9F580;
}

.orderMg-add-options__item.--disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.orderMg-add-options__item > div:first-child {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    cursor: pointer;
    position: relative;
    gap: 0 8px;
}

.orderMg-add-options__item > div {
    padding: 0 24px;
}

.orderMg-add-options__info-additional {
    position: absolute;
    top: -4px;
    right: -20px;
    z-index: 20;
}

.orderMg-add-options__info-content-additional {
    margin-top: 5px;
}

.orderMg-add-options__info-additional i {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/icon-info.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.new-design .orderMg-steps .tooltip {
    --icon-size: 24px;
    --icon-url: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/icon-info.svg");
    --content-pos-top: -50%;
    --content-pos-right: 30px;
    --content-pos-bottom: initial;
    --content-border-radius: .5em;
    --content-shadow: 0 0 6px #00000026;
    font-size: 14px;
    font-style: normal;
}

.tooltip__content {
    border-right: 4px solid #207be2;
    overflow: hidden;
}

.tooltip ul {
    padding: .5em 0 0 1.2em;
}

.tooltip li {
    position: relative;
    font-size: 1em;
    line-height: 100%;
}

.tooltip li::after {
    content: '';
    position: absolute;
    left: -13px;
    top: 0.3em;
    width: 4px;
    aspect-ratio: 1;
    background-color: #000;
    border-radius: 50%;
}

.orderMg-add-options__info-additional i:hover + .orderMg-add-options__info-content {
    opacity: 1;
    transition-delay: 0s;
    pointer-events: initial;
}

.orderMg-add-options__info-additional .orderMg-add-options__info-content:hover {
    opacity: 1;
    transition-delay: 0s;
    pointer-events: initial;
}

.orderMg-add-options__info-content {
    position: absolute;
    opacity: 0;
    background: white;
    border-right: 4px solid #207be2;
    box-shadow: 0 4px 20px -8px #0003;
    border-radius: 5px;
    padding: 12px;
    width: 450px;
    right: 32px;
    top: 0;
    transition: opacity 0.4s ease-in-out;
    transition-delay: .5s;
    z-index: 15;
    pointer-events: none;
}

html .orderMg-add-options__info-content p {
    margin: 0 0 8px 0;
    line-height: 1.1;
    font-size: 14px;
}

html .orderMg-add-options__info-content p:last-child {
    margin-bottom: 0;
}

.orderMg-add-options__item p.orderMg-add-options__sumDiscount {
    display: none;
}

.orderMg-add-options__item .orderMg-add-options__info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-basis: 70%;
}

.orderMg-add-options__item > div:first-child > i {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 84px;
    height: 37px;
    margin-right: 24px;
    margin-bottom: 4px;
    flex-basis: 84px;
}

.orderMg-add-options__item--none {
    transition: transform .3s linear;
    margin-top: 20px;
}

.orderMg-add-options__item--none:active {
    transform: scale(.96);
}


.orderMg-add-options__item--none {
    border: 1px solid #1E7BE2
}

.orderMg-add-options__item--none > div:first-child > i {
    margin-top: 10px;
    max-width: 73px;
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/icon-skip.step.svg");
}

.orderMg-add-options__item--blueProtect > div:first-child > i {
    background-image: url("/local/templates/main/images/lens/option/blue.svg");
}

.orderMg-add-options__item--chrome > div:first-child > i {
    background-image: url("/local/templates/main/images/lens/option/chrome.svg");
}

.orderMg-add-options__item--drive > div:first-child > i {
    background-image: url("/local/templates/main/images/lens/option/chromeDrive.svg");
}

.orderMg-add-options__item--drivePro > div:first-child > i {
    background-image: url("/local/templates/main/images/lens/option/drivePro.svg");
}

.orderMg-add-options__item--uv > div:first-child > i {
    background-image: url("/local/templates/main/images/lens/option/drive.svg");
}

.orderMg-add-options__item--chromeDrive > div:first-child > i {
    background-image: url("/local/templates/main/images/lens/option/chromeDrive.svg");
}

.orderMg-add-options__item--chromeMirrored > div:first-child > i {
    background-image: url("/local/templates/main/images/lens/option/chrome.svg");
}

.orderMg-add-options__item--crizalRock > div:first-child > i {
    background-image: url("/local/templates/main/images/lens/option/drive.svg");
}

.orderMg-add-options__item.active li:before {
    background: #fff4f2 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzE3IiBoZWlnaHQ9IjUxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcwNy44MDIgOC45OThjMTEuOTk3IDExLjk5NyAxMS45OTcgMzEuNDQ3IDAgNDMuNDQ0bC00NTAuNTYgNDUwLjU2Yy0xMS45OTcgMTEuOTk3LTMxLjQ0NyAxMS45OTctNDMuNDQ0IDBsLTIwNC44LTIwNC44Qy0zIDI4Ni4yMDUtMyAyNjYuNzU1IDguOTk4IDI1NC43NThjMTEuOTk3LTExLjk5NyAzMS40NDctMTEuOTk3IDQzLjQ0NCAwTDIzNS41MiA0MzcuODM1IDY2NC4zNTggOC45OThDNjc2LjM1NS0zIDY5NS44MDUtMyA3MDcuODAyIDguOTk4eiIgZmlsbD0iI0YzNkUyMCIvPjwvc3ZnPg==") no-repeat;
    background-size: 8px 5px;
    background-position: 50%;
}

.orderMg-add-options__item.--disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.orderMg-add-options__item.--disabled:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .3;
    background-color: #f1f1f1
}

.orderMg-add-options__header {
    text-align: center;
}

.orderMg-add-options__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 4px 0 0 0;
}

.orderMg-add-options__main p {
    color: #000000;
}

.orderMg-colors {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
    max-width: 550px;
    width: 100%;
}

label.orderMg-colors__color {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: fit-content;
    align-items: center;
    margin: 0 0 4px 0;
    padding-left: 98px;
    cursor: pointer;
}

label.orderMg-colors__color:last-child {
    margin-bottom: 0;
}

label.orderMg-colors__color p {
    margin: 0;
    color: #000000;
}

label.orderMg-colors__color .orderMg-colors__checkbox {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 8px 0 0;
    border: 1px solid #A7ACB1;
    border-radius: 50%;
    background: white;
    z-index: 5;
}

label.orderMg-colors__color .orderMg-colors__checkbox:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #FFFFFF;
    z-index: 1;
    transform: translate(-50%, -50%);
}

label.orderMg-colors__color input {
    display: none;
}

label.orderMg-colors__color i {
    display: block;
    width: 0;
    height: 0;
    padding: 20px 0;
    margin: -6px -6px -6px auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

label.orderMg-colors__color::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 230px;
    width: 80px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 90%;
}

.orderMg-coatings--essilor .label.orderMg-colors__color::after  {
    left: 285px;
}

.orderMg-add-options__item--none  {
    position: relative;
}

.orderMg-add-options__item--none .orderMg-colors__color--default,
.orderMg-add-options__item--none .orderMg-colors__color--none {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
}

.orderMg-add-options__item--none .orderMg-add-options__main p {
    margin-bottom: 0;
}

label.orderMg-colors__color input:checked + .orderMg-colors__checkbox {
    border-color: #1E7BE2;
    background: #1E7BE2;
}

label.orderMg-colors__color.orderMg-colors__color--black input:checked + .orderMg-colors__checkbox {
    border-color: #2B2E31;
    background: #2B2E31;
}

label.orderMg-colors__color.orderMg-colors__color--grey input:checked + .orderMg-colors__checkbox {
    border-color: #75716F;
    background: #75716F;
}

label.orderMg-colors__color.orderMg-colors__color--brown input:checked + .orderMg-colors__checkbox {
    border-color: #98704B;
    background: #98704B;
}

label.orderMg-colors__color.orderMg-colors__color--greyGreen input:checked + .orderMg-colors__checkbox {
    border-color: #89A384;
    background: #89A384;
}

label.orderMg-colors__color.orderMg-colors__color--emerald input:checked + .orderMg-colors__checkbox {
    border-color: #118354;
    background: #118354;
}

label.orderMg-colors__color.orderMg-colors__color--amethyst input:checked + .orderMg-colors__checkbox {
    border-color: #9772A8;
    background: #9772A8;
}

label.orderMg-colors__color.orderMg-colors__color--greySapphire input:checked + .orderMg-colors__checkbox {
    border-color: #4458A2;
    background: #4458A2;
}


label.orderMg-colors__color.orderMg-colors__color--amber input:checked + .orderMg-colors__checkbox {
    border-color: #D9A65E;
    background: #D9A65E;
}

label.orderMg-colors__color.orderMg-colors__color--silver input:checked + .orderMg-colors__checkbox {
    border-color: #2B2E31;
    background: #2B2E31;
}

label.orderMg-colors__color.orderMg-colors__color--blueSapphire input:checked + .orderMg-colors__checkbox {
    border-color: #2E6BB7;
    background: #2E6BB7;
}

label.orderMg-colors__color.orderMg-colors__color--greenEmerald input:checked + .orderMg-colors__checkbox {
    border-color: #118354;
    background: #118354;
}

label.orderMg-colors__color.orderMg-colors__color--bronze input:checked + .orderMg-colors__checkbox {
    border-color: #98704B;
    background: #98704B;
}

label.orderMg-colors__color.orderMg-colors__color--pinkGold input:checked + .orderMg-colors__checkbox {
    border-color: #D59B91;
    background: #D59B91;
}

label.orderMg-colors__color.orderMg-colors__color--violet input:checked + .orderMg-colors__checkbox {
    border-color: #7A3594;
    background: #7A3594;
}

label.orderMg-colors__color.orderMg-colors__color--green input:checked + .orderMg-colors__checkbox {
    border-color: #89A384;
    background: #89A384;
}

label.orderMg-colors__color.orderMg-colors__color--black i {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/lens-color--black.png");
}

label.orderMg-colors__color.orderMg-colors__color--grey i {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/lens-color--gray.png");
}

label.orderMg-colors__color.orderMg-colors__color--brown i {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/lens-color--brown.png");
}

label.orderMg-colors__color.orderMg-colors__color--greyGreen i {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/lens-color--green-grey.png");
}

label.orderMg-colors__color.orderMg-colors__color--emerald i {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/lens-color--emerald.png");
}

label.orderMg-colors__color.orderMg-colors__color--amethyst i {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/lens-color--amethyst.png");
}

label.orderMg-colors__color.orderMg-colors__color--greySapphire i {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/lens-color--sapphire.png");
}

label.orderMg-colors__color.orderMg-colors__color--amber i {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/lens-color--amber.png");
}

label.orderMg-colors__color.orderMg-colors__color--silver i {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/lens-color--silver.png");
}

label.orderMg-colors__color.orderMg-colors__color--blueSapphire i {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/lens-color--blue-sapphire.png");
}

label.orderMg-colors__color.orderMg-colors__color--greenEmerald i {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/lens-color--green-emerald.png");
}

label.orderMg-colors__color.orderMg-colors__color--bronze i {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/lens-color--bronze.png");
}

label.orderMg-colors__color.orderMg-colors__color--pinkGold i {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/lens-color--pink-gold.png");
}

label.orderMg-colors__color.orderMg-colors__color--violet i {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/lens-color--violet.png");
}

label.orderMg-colors__color.orderMg-colors__color--green i {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/lens-color--green.png");
}

.orderMg-add-options__icon {
    fill: #005fb2;
    margin: 0 0 25px;
}

.orderMg-steps p.orderMg-add-options__title {
    margin: 0;
    font-family: Nunito;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #2B2E31;
}

.orderMg-add-options__list {
    margin: 0;
    padding: 0;
}

.orderMg-add-options__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: normal;
}

.orderMg-add-options__list li:before {
    content: "";
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: block;
    margin-right: 20px;
    border-radius: 100px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzE3IiBoZWlnaHQ9IjUxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcwNy44MDIgOC45OThjMTEuOTk3IDExLjk5NyAxMS45OTcgMzEuNDQ3IDAgNDMuNDQ0bC00NTAuNTYgNDUwLjU2Yy0xMS45OTcgMTEuOTk3LTMxLjQ0NyAxMS45OTctNDMuNDQ0IDBsLTIwNC44LTIwNC44Qy0zIDI4Ni4yMDUtMyAyNjYuNzU1IDguOTk4IDI1NC43NThjMTEuOTk3LTExLjk5NyAzMS40NDctMTEuOTk3IDQzLjQ0NCAwTDIzNS41MiA0MzcuODM1IDY2NC4zNTggOC45OThDNjc2LjM1NC0zIDY5NS44MDUtMyA3MDcuODAyIDguOTk4eiIgZmlsbD0iIzM3MzczNyIvPjwvc3ZnPg==") no-repeat;
    background-size: 8px 5px;
    background-position: 50%;
}

.orderMg-add-options__list li + li {
    margin-top: 20px;
}

.orderMg-steps p.orderMg-add-options__sum {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
    color: #1E7BE2;
}

p.orderMg-add-options__sum strike {
    color: #999;
    font-size: 14px;
    margin: 0 5px 0 0;
}

p.orderMg-add-options__sum .free {
    color: #e75c0e;
}

p.orderMg-add-options__sumDiscount {
    font-size: 16px;
    text-align: center;
    fill: #e75c0e !important;
    color: #e75c0e !important;
    margin: 0 0 15px;
}

.orderMg-add-options__note {
    margin: 0;
    padding: 0;
    list-style: none;
    fill: #81888E;
    color: #81888E;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    line-height: 14px;
}

.orderMg-add-options__note li + li {
    margin-top: 10px;
}

.orderMg-add-options__colors span {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    border-radius: 100px;
    display: inline-block;
    border: 1px solid #b1b1b1;
}

.orderMg-add-options__colors .gray {
    background-color: #d9dee1;
}

.orderMg-add-options__colors .brown {
    background-color: #453013;
}

.orderMg-accessories__grid {
    position: relative;
    padding: 0 30px;
}

.orderMg-accessories__grid + .orderMg-accessories__grid {
    margin-top: 30px;
}

.orderMg-accessories__grid:not(.owl-carousel) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
}

.orderMg-accessories__grid:not(.owl-carousel) .orderMg-accessories__item {
    width: auto;
    min-width: 250px;
    -ms-flex-preferred-size: calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
}

.orderMg-accessories__grid:not(.owl-carousel) .orderMg-accessories__item + .orderMg-accessories__item {
    margin-left: 30px;
}

.orderMg-accessories__grid .owl-nav button {
    top: 0;
    bottom: 0;
    padding: 7px;
    border-radius: 0;
    position: absolute;
    fill: #005fb2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (hover: hover) {
    .orderMg-accessories__grid .owl-nav button:hover {
        background-color: #e8f2ff !important;
    }
}

.orderMg-accessories__grid .owl-nav button.owl-prev {
    left: 0;
}

.orderMg-accessories__grid .owl-nav button.owl-next {
    right: 0;
}

.orderMg-accessories__grid .owl-nav button svg {
    width: 16px;
    height: 16px;
}

.orderMg-accessories__grid .owl-item {
    padding: 0 1px;
}

.orderMg-accessories__item {
    width: 100%;
    cursor: pointer;
    padding: 25px 20px;
    background-color: transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: 1px solid #f1f3f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (hover: hover) {
    .orderMg-accessories__item:hover {
        background-color: #faf9fa;
    }
}

.orderMg-accessories__item.active {
    border-color: #e75c0e;
}

p.orderMg-accessories__title {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #005fb2;
    margin: 0;
}

.orderMg-accessories__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 25px 0;
}

.orderMg-accessories__image {
    height: 115px;
    width: 100%;
    max-width: 205px;
    margin: auto;
}

.orderMg-accessories__image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

p.orderMg-accessories__sum {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin: 25px 0 0;
}

.orderMg-accessories__btn {
    width: 100%;
    border: 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 20px;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.orderMg-accessories__btn + .orderMg-accessories__btn {
    margin-top: 15px;
}

.orderMg-accessories__more {
    color: #005fb2;
    background-color: #e8f2ff;
}

.orderMg-accessories__more:hover {
    color: #fff;
    text-decoration: none;
    background-color: #005fb2;
}

.orderMg-accessories__choose {
    color: #e75c0e;
    background-color: #fff4f2;
}

.orderMg-accessories__choose:hover {
    color: #fff;
    background-color: #e75c0e;
}

.orderMg-authorization {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1200px) {
    .orderMg-authorization {
        width: 100%;
        max-width: 100%;
    }
}

.orderMg {
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
}

.orderMg button {
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.orderMg p, .orderMg table {
    font-size: 16px;
    color: #333;
}

.orderMg button, .orderMg label, .orderMg p, .orderMg table, .orderMg td, .orderMg tr {
    line-height: normal;
}

.orderMg p a {
    text-decoration: underline;
}

.orderMg p a:hover {
    text-decoration: none;
}

.orderMg .hide {
    display: none;
}

/* .orderMg .disabled:not(.orderMg-prevNext__next) {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
} */

.orderMg .form-note__marker {
    color: #1E7BE2;
}

.orderMg .form-note__text {
    margin: 30px 0 0;
}

.orderMg {
    position: relative;
}

.orderMg-wrapper {
    min-width: auto;
}

.orderMg-middle {
    width: 100%;
    max-width: 1170px;
}

.orderMg-main {
    margin-right: 0;
    max-width: 100%;
    flex-basis: 100%;
    transition: filter 0.4s ease-out 0.2s, opacity 0.4s linear 0.8s;
}

.orderMg-main.orderMg-main--loading {
    pointer-events: none;
    filter: blur(4px);
    opacity: 0.25;
}

.orderMg-main .orderMg-prevNext {
    margin-top: 16px;
}

.orderMg-panel {
    flex-basis: 100%;
    max-width: 595px;
    position: sticky;
    top: 30px;
    border-right: 1px solid #A7ACB1;
    padding-right: 55px;
    margin-right: 55px;
}

.orderMg-panel__note {
    padding: 15px !important;
    margin-top: 20px !important;
    border-radius: 4px;
    color: #005fb2;
    list-style-type: none;
    background-color: #e8f2ff;
}

.orderMg-panel__note li + li {
    margin-top: 8px;
}

.orderMg-panel__checkgroup {
    display: none;
}

.body-ordermg-authorization .orderMg-panel__checkgroup {
    display: block;
}

.orderMg-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin-right: 0;
    min-height: 240px;
    background-color: #FFF;
    height: fit-content;
    top: 40px;
    position: sticky;
}

.orderMg-aside table {
    width: 100%;
}

.orderMg-aside table td + td {
    text-align: right;
}

.orderMg-aside table [data-discount-type] {
    color: #e75c0e;
}

.orderMg-aside table [data-discount-type] span {
    left: 0;
    bottom: 5px;
    right: -100%;
    position: absolute;
    display: block;
    font-size: 12px;
    color: #333;
}

.orderMg-aside table [data-discount-type].dtext td {
    position: relative;
    padding-bottom: 35px;
}

p.orderMg-aside__title {
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 50px;
    pointer-events: none;
}

.orderMg-aside__tooltip {
    line-height: normal;
}

.orderMg-aside__tooltip span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: #005fb2;
    font-size: 12px;
    border-radius: 100px;
    border: 1px solid #005fb2;
    background-color: transparent;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.orderMg-aside__tooltip:hover span {
    color: #fff;
    background-color: #005fb2;
}

.orderMg-aside__main {
    color: #333;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.orderMg-aside__main.toggle-visible__content {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.orderMg-aside__main-img {
    min-height: 300px;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.orderMg-aside__image {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding:0 20px;
}

html .orderMg .orderMg-aside__name {
    padding: 0;
    margin: auto 0 0 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
}

.orderMg-aside__table-list {
    overflow-y: auto;
    max-height: 805px;
    margin: 8px 0 0 0;
}

.orderMg-aside__table-list table {
    margin: 0;
}

.orderMg-aside__table-list table tr:not('[data-tr-type="ÃÂ¢ÃÂ¸ÃÂ¿ ÃÅ¾Ã‘â€¡ÃÂºÃÂ¾ÃÂ²"]') td:last-child {
    white-space: nowrap;
}

.orderMg-aside__table-list table td {
    padding: 0;
    line-height: normal;
    vertical-align: middle;
    font-weight: 700;
}

[data-tr-type="Пакет Линз"] .orderMg-aside__table-type {
    display: none;
}

.orderMg-aside__table-list table tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
}

.orderMg-aside__table-list table tbody tr {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;
    gap: 0 8px;
    margin-bottom: 16px;
}

.orderMg-aside__table-list [data-tr-type="Скидка"] {
    order: 1;
    margin-bottom: 8px;
}

.orderMg-aside__table-list [data-tr-type="Скидка"] td:last-child {
    color: #1E7BE2;
}

.orderMg-aside__table-list [data-tr-type="recipe"] {
    order: -1;
    max-height: 0;
    opacity: 0;
}

.orderMg-aside__table-list table strike {
    color: #999;
    font-size: 12px;
    margin: 0 10px 0 0;
}

.orderMg-aside__table-list table strike.strike-free {
    -webkit-text-decoration-color: #e75c0e;
    text-decoration-color: #e75c0e;
}

.orderMg-aside__table-list table .free {
    white-space: nowrap;
    display: inline-block;
    font-style: normal;
}

.orderMg-aside__table-type {
    display: block;
    font-weight: 700;
    margin-bottom: 1.5px;
}

.orderMg-aside__table-addition {
    display: block;
    margin-top: 1.5px;
}

html body .orderMg table.orderMg-aside__table-result {
    width: 100%;
    border-top: 1px solid #DCDFE5;
    margin: 6px 0 0 0;
}

.orderMg-result__sum, html .orderMg-aside__table-result .orderMg-result__field:disabled, html body .orderMg table.orderMg-aside__table-result td:last-child {
    font-weight: 700;
}

.orderMg-result__sum--discount, html .orderMg-aside__table-result .orderMg-result__sum--discount:disabled, html body .orderMg table.orderMg-aside__table-result tr:last-child td:last-child {
    text-decoration: line-through;
    color: #81888E;
    -webkit-text-fill-color: #81888E;
    font-size: 16px;
    margin-top: -12px;
}

html .orderMg-aside__table-type {
    display: none;
}

.orderMg-aside__table-result td {
    font-size: 24px;
    white-space: nowrap;
}

html body .orderMg table.orderMg-aside__table-result tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    margin-top: 14px;
    font-weight: 700;
}

.orderMg-aside__table-result .orderMg-result__field {
    border: 0;
    height: auto;
    padding: 0;
    color: #333;
    width: 95px;
    min-width: 90px;
    text-align: right;
    margin-right: 4px;
    background-color: transparent !important;
}

.orderMg-aside__table-result .orderMg-result__field:disabled {
    opacity: 1;
    cursor: auto;
    color: #333;
    -webkit-text-fill-color: #333;
}

.orderMg-aside__table-sumNoDiscount td {
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.orderMg-aside__table-sumNoDiscount span {
    display: block;
    margin-left: 4px;
    color: #e75c0e;
    text-decoration: line-through;
}

.orderMg-aside__table-discount {
    color: #e75c0e;
}

.orderMg-aside__tr-coupon {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.orderMg-aside__tr-coupon.show {
    opacity: 1;
    visibility: visible;
}

.orderMg-aside__tr-coupon td {
    padding-top: 10px;
}

table.orderMg-aside__recipe {
    font-size: 14px;
}

table.orderMg-aside__recipe th {
    color: #fff;
    background-color: #005fb2;
}

table.orderMg-aside__recipe td, table.orderMg-aside__recipe th {
    padding: 0;
    text-align: center;
    border: 1px solid #c4c4c4;
}

table.orderMg-aside__recipe td + td {
    text-align: center;
}

.orderMg-aside__note {
    padding: 0;
    margin: 20px 0 !important;
    color: #e75c0e;
    font-size: 14px;
    list-style-type: none;
}

.orderMg-aside__footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 4px 0 0 0;
    border-top: 1px solid transparent;
}

.orderMg-aside__prevNext {
    margin: 20px 0 0;
}

.orderMg-result__list button.orderMg-aside__table-delete {
    color: #fff;
    border: 0;
    padding: 5px 8px;
    background-color: #ea1d2a;
    margin: 0 0 0 5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.orderMg-result__list button.orderMg-aside__table-delete:hover {
    opacity: .9;
}

html .new-design .orderMg-name {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: end;
    align-items: center;
    pointer-events: none;
}

html .new-design .orderMg-name button.orderMg-name__item {
    background-color: #FFF;
    border: 1px solid #A7ACB1;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 16px;
    margin-left: 16px;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

html .new-design .orderMg-name button.orderMg-name__item:first-child {
    margin-left: 0;
}

html .new-design .orderMg-name button.orderMg-name__item:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

html .new-design .orderMg-name button.orderMg-name__item:before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #A7ACB1;
    left: 100%;
    position: absolute;
    z-index: -1;
}

html .new-design .orderMg-name button.orderMg-name__item:last-child:before {
    background-color: transparent;
}

html .new-design .orderMg-name button.orderMg-name__item:hover {
    background-color: #FFF;
    border-color: #1E7BE2;
}

html .new-design .orderMg-name button.orderMg-name__item * {
    pointer-events: none;
}

html .new-design .orderMg-name button.orderMg-name__item.active {
    border-color: #1E7BE2;
}

html .new-design .orderMg-name button.orderMg-name__item.active:after {
    background-color: #1E7BE2;
}

html .new-design .orderMg-name button.orderMg-name__item.passed:not(.active), html .new-design .orderMg-name button.orderMg-name__item.skip {
    border-color: #1E7BE2;
    background-color: #1E7BE2;
}

html .new-design .orderMg-name button.orderMg-name__item.passed:hover {
    border-color: #1E7BE2;
    background-color: #1E7BE2;
}

html .new-design .orderMg-name button.orderMg-name__item.passed:not(.active):after {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/icon-check.svg");
    background-color: transparent;
    width: 12px;
    height: 12px;
}

html .new-design .orderMg-name button.orderMg-name__item.passed:before, html .new-design .orderMg-name button.orderMg-name__item.skip:before {
    background-color: #1E7BE2;
}

html .new-design .orderMg-name button.orderMg-name__item.skip:after {
    background-color: transparent;
}

html .new-design .orderMg-name button.orderMg-name__item.skip {
    opacity: 0.8;
}

html .new-design .orderMg-name button.orderMg-name__item.skip:hover {
    background-color: #1E7BE2;
}

.orderMg-edit__item {
    padding: 25px 0;
    border-bottom: 1px solid #f1f3f7;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.orderMg-edit__icon, .orderMg-edit__item > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.orderMg-edit__icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #005fb2;
}

.orderMg-edit__icon svg {
    width: 16px;
    height: 12px;
    fill: #005fb2;
}

.orderMg-edit__name {
    font-size: 16px;
    margin: 0;
}

.orderMg-edit__btn {
    border: 0;
    font-size: 14px;
    color: #005fb2;
    line-height: normal;
    background-color: transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.orderMg-edit__btn:hover {
    text-decoration: underline;
}

.orderMg-steps {
    margin-top: -20px;
}

.orderMg-steps__item {
    display: none;
}

.orderMg-steps__item.active {
    display: block;
}

p.orderMg-steps__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.6px;
    text-align: left;
    color: #2B2E31;
    margin: 0 0 10px;
    padding-right: 210px;
    text-align: left;
}

@media (max-width: 980px) {
    p.orderMg-steps__title {
        padding-right: 0;
    }
}

p.orderMg-steps__subtitle {
    color: #005fb2;
    font-size: 18px;
    margin: 0 0 50px;
}

.orderMg-prevNext {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
}

.orderMg-prevNext, .orderMg-prevNext button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
}

.orderMg-prevNext button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    max-width: 240px;
    width: 100%;
    border: 0;
    margin: 5px;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 16px;
    line-height: normal;
    color: #FFFFFF;
    background-color: #1E7BE2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.orderMg-prevNext button span, .orderMg-prevNext button svg {
    pointer-events: none;
}

.orderMg-prevNext button svg {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.orderMg-prevNext button:not(.disabled):hover {
    opacity: .9;
}

.orderMg-prevNext button.disabled {
    cursor: not-allowed;
    pointer-events: none;
    fill: #b7b7b7;
    color: #b7b7b7;
    border: 2px solid transparent;
    background-color: #ddd;
}

body .tooltip {
    max-width: 318px;
}

.orderMg-guarantee__info br {
    display: none;
}

.orderMg-aside .orderMg-prevNext__prev {
    fill: #e75c0e;
    color: #e75c0e;
    background-color: transparent;
}

.orderMg-prevNext__prev svg {
    margin: 0 15px 0 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.orderMg-prevNext__prev:not(.disabled):hover svg {
    -webkit-transform: translateX(-5px) rotate(180deg);
    transform: translateX(-5px) rotate(180deg)
}

.orderMg-prevNext__next {
    fill: #fff;
    color: #fff;
    background-color: #005fb2
}

.orderMg-prevNext__next.orderMg-prevNext__next--outline {
    fill: #fff;
    color: #005fb2;
    background-color: #fff;
    border-color: #005fb2;
}

.orderMg-prevNext__next svg {
    margin: 0 0 0 15px !important;
}

.orderMg-prevNext__next:not(.disabled):hover svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

html .new-design .orderMg-aside .orderMg-prevNext {
    margin: 0;
}

html .new-design .orderMg-aside .orderMg-prevNext .orderMg-prevNext__prev {
    margin: 0;
    color: #81888E;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px;
    margin: -10px;
}

html .new-design .orderMg-aside .orderMg-prevNext .orderMg-prevNext__prev:hover {
    background: transparent;
    border-color: transparent;
    text-decoration: none;
}

html .new-design .orderMg-aside .orderMg-prevNext .orderMg-prevNext__prev:hover span {
    color: #e75c0e;
    text-decoration: none;
}

html .new-design .orderMg-aside .orderMg-prevNext .orderMg-prevNext__prev:hover i {
    filter: invert(49%) sepia(97%) saturate(3514%) hue-rotate(357deg) brightness(93%) contrast(94%);
}

html .new-design .orderMg-aside .orderMg-prevNext i {
    width: 7px;
    height: 12px;
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/icon-arrow-left.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    display: inline-block;
}

.orderMg-checkbox {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.orderMg-checkbox:hover span {
    background-color: transparent;
}

.orderMg-checkbox.required span {
    border-color: #ea1d2a;
}

.orderMg-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
    left: -9999px;
    padding: 0;
    position: absolute;
}

.orderMg-checkbox input:checked + span {
    background: #005fb2 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzE3IiBoZWlnaHQ9IjUxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcwNy44MDIgOC45OThjMTEuOTk3IDExLjk5NyAxMS45OTcgMzEuNDQ3IDAgNDMuNDQ0bC00NTAuNTYgNDUwLjU2Yy0xMS45OTcgMTEuOTk3LTMxLjQ0NyAxMS45OTctNDMuNDQ0IDBsLTIwNC44LTIwNC44Qy0zIDI4Ni4yMDUtMyAyNjYuNzU1IDguOTk4IDI1NC43NThjMTEuOTk3LTExLjk5NyAzMS40NDctMTEuOTk3IDQzLjQ0NCAwTDIzNS41MiA0MzcuODM1IDY2NC4zNTggOC45OThDNjc2LjM1NS0zIDY5NS44MDUtMyA3MDcuODAyIDguOTk4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat;
    background-size: 18px 14px;
    background-position: 50%;
}

.orderMg-checkbox input:focus + span {
    border-color: #e75c0e;
}

.orderMg-checkbox span {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    display: block;
    margin-right: 15px;
    border-radius: 5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: 1px solid #f1f3f7;
    background: #faf9fa;
    background-size: 18px 14px;
    background-position: 50%;
}

.orderMg-checkbox p {
    margin: 0;
}

p.orderMg-totalprice__title {
    font-size: 24px;
    font-weight: 700;
    color: #e75c0e;
    margin: 0 0 15px;
}

.orderMg-totalprice-table {
    width: 100%;
}

.orderMg-totalprice-table td {
    padding: 15px 0;
}

.orderMg-totalprice-table td:last-child {
    text-align: right;
}

.orderMg-totalprice-table__sum {
    font-size: 19px;
    font-weight: 700;
}

.orderMg-totalprice-table__sum td:last-child {
    color: #0b54a6;
}

.orderMg-end {
    display: none;
}

.orderMg-end.active {
    display: block;
}

p.orderMg-end__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #e75c0e;
}

p.orderMg-end__text {
    font-size: 16px;
    line-height: 180%;
    margin: 0 0 25px;
}

.new-design .orderMg-end__info {
    color: #E30612;
}

p.orderMg-end__text span {
    font-weight: 700;
    color: #005fb2;
}

.orderMg-end__btn {
    width: 100%;
    max-width: 376px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 20px;
    line-height: normal;
    text-transform: uppercase;
    background-color: #005fb2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.orderMg-end__btn:hover {
    color: #fff;
    opacity: .9;
    text-decoration: none;
}

.orderMg-end__btn:hover svg {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
}

.orderMg-end__btn svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.orderMg-lens__items {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 10px;
    margin-bottom: 40px;
    border-top: 1px solid #A7ACB1;
}

.orderMg-lens__item-brand {
    display: flex;
    flex-direction: row;
    padding: 24px;
    transition: border-color 0.2s;
    cursor: pointer;
    border: 1px solid white;
}

.orderMg-lens__item-brand.active,
.orderMg-lens__item-brand:hover {
    border-radius: 8px;
    border-color: #BED9F580;
    background-color: #BED9F580;
}

.orderMg-lens__icon i {
    width: 112px;
    aspect-ratio: 1 / 1;
    display: block;
    margin-right: 24px;
    border-radius: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.orderMg-lens__item-brand--hoya .orderMg-lens__icon i {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/icon-lens-hoya.svg");
}

.orderMg-lens__item-brand--essilor .orderMg-lens__icon i {
    background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/icon-lens-essilor.svg");
}

.orderMg-coatings--essilor label.orderMg-colors__color::after {
    left: 290px;
}

.orderMg-lens__data p {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin: 0 0 6px 0;
    color: #2B2E31;
}

.orderMg-lens__data p:first-child {
    font-weight: 700;
}

.orderMg-lens__data  .orderMg-lens__data-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    color: #2B2E31;
}

.orderMg-lens__data a {
    color: #1E7BE2;
    margin: 0;
}

.orderMg-lens-data-desc.--mobile {
    display: none;
}

.orderMg-lens__data .orderMg-lens__data-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1E7BE2;
}

.orderMg-lens__data .orderMg-lens-data-desc {
    line-height: 20px;
    color: #6E757D;
}

@media (max-width: 880px) {
    .orderMg-add-options__item.orderMg-add-options__item--none > div:first-child > i {
        margin-right: 10px;
    }

    .orderMg-add-options__item > div:first-child {
        gap: 0;
        padding: 0 16px;
    }

    .orderMg-steps p.orderMg-add-options__sum {
        font-size: 17px;
    }

    label.orderMg-colors__color {
        padding-left: 82px;
    }

    label.orderMg-colors__color::after {
        left: 220px;
    }

    .orderMg-coatings--essilor label.orderMg-colors__color::after  {
        left: 268px;
    }
}

@media (max-width: 520px) {
    .orderMg-coatings {
        gap: 0;
    }

    .orderMg-steps p.orderMg-add-options__title {
        font-size: 20px;
    }

    label.orderMg-colors__color {
        padding-left: 0;
    }

    label.orderMg-colors__color::after {
        left: 130px;
    }

    .orderMg-coatings--essilor label.orderMg-colors__color::after  {
        left: 188px;
    }

    .orderMg-add-options__item > div:first-child > i {
        margin-right: 10px;
    }

    .orderMg-steps p.orderMg-add-options__sum {
        font-size: 15px;
    }

    .orderMg-add-options__item:not(.orderMg-add-options__item--none) .orderMg-add-options__main {
        margin-top: 20px;
        margin-left: -59px;
        margin-right: -87px;
    }
}

@media (max-width: 420px) {
    .orderMg-coatings {
        overflow: hidden;
    }

    .orderMg-lens__item-brand {
        flex-wrap: wrap;
        align-items: center;
    }

    .orderMg-lens__data {
        flex: 1;
    }

    .orderMg-lens-data-desc {
        display: none;
    }

    .orderMg-lens-data-desc.--mobile {
        margin-top: 5px;
        display: block;
        width: 100%;
    }

    .orderMg-add-options__item {
        padding: 16px 16px 16px 0;
    }

    .orderMg-add-options__info-additional {
        right: -10px;
    }
}

.orderMg-lens__discount {
    /*background-image: url("/local/templates/main/components/ag/form/itg-glasses-order-steps/img/img-discount.svg");*/
    background-color: #E7F5E0;
    border-radius: 8px;
    padding: 30px 144px 30px 24px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 80px;
}

@media (max-width: 820px) {
    .orderMg-lens__discount {
        margin-bottom: 40px;
    }
}

@media (max-width: 420px) {
    .orderMg-lens__discount {
        margin-bottom: 20px;
    }
}

.orderMg-lens__discount p:nth-child(1) {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    margin: 0;
}

.orderMg-lens__discount p:nth-child(2) {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #6CB946;
    margin: 0 0 20px 0;
}

.orderMg-lens__discount p:nth-child(3) {
    font-family: Nunito;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    margin: 0;
    color: #333;
}

.orderMg-authorization__content {
    max-width: 700px;
}

.orderMg-discount-banner {
    width: 100%;
    margin-top: 16px;
    display: none;
}

.orderMg-discount-banner img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}

html .new-design .orderMg-authorization__content h2 {font-size: 18px;font-weight: 700;line-height: 24px;text-align: left;color: #2B2E31;margin: 0 0 24px 0;}

.orderMg-authorization__auth {
    color: #1E7BE2;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin: 0 0 24px 0;
    display: inline-block;
}

.orderMg-authorization .form__label~.form__label {
    margin-top: 4px;
}

.orderMg-authorization__content .form__label-name {
    font-family: 'Roboto', Arial;
    font-weight: 500;
}

.orderMg-authorization__content .form__label-name span {
    color: #1E7BE2;
}

.new-design .orderMg-authorization input, .new-design .orderMg-authorization select, .new-design .orderMg-authorization textarea {
    padding: 10px 16px;
}

.orderMg-main .orderMg-authorization .orderMg-prevNext {
    margin-top: 16px;
    margin-bottom: -16px;
    margin-left: -5px;
}

#authorization_form .required .validation__alert.--error {
    position: relative;
    padding-left: 9px;
}

#authorization_form .required .validation__alert.--error::before {
    content: '*';
    position: absolute;
    top: 0;
    left: 0;
}

#authorization_form .form__label.required:has(input:valid),
#authorization_form .form__label.required:has(input.--focus) {
    margin-bottom: 20px;
}

.new-design #authorization_form input.--focus:focus-visible:invalid,
.new-design #authorization_form input.--focus:focus:invalid {
    border-color: #005fb2;
    box-shadow: 0 0 0 6px #e8f2fc;
    background-size: 0%;
}

#authorization_form label:has(input.--focus) .validation__alert.--error,
#authorization_form label:has(input.--focus) .validation__alert.--error::before {
    display: none;
    color: #1E7BE2;
}

.new-design #authorization_form input.--blur:focus-visible:invalid,
.new-design #authorization_form input.--blur:focus:invalid {
    border-color: #FF0000;
    box-shadow: 0 0 0 6px #ffe5e5;
    background-size: 24px 24px;
}

#authorization_form label:has(input.--blur) .validation__alert.--error,
#authorization_form label:has(input.--blur) .validation__alert.--error::before {
    display: block;
    color: #FF0000;
}

#authorization_form label:has(input.--blur) .form__label-name span {
    color: #FF0000;
}

.orderMg-authorization__content .form__checkgroup {
    position: relative;
    margin: 50px 0 0;
}

.orderMg-authorization__content .form__checkgroup::before {
    content: '';
    position: absolute;
    left: 0;
    top: -22px;;
    width: 100%;
    height: 1px;
    background-color: #1E7BE2
}

.orderMg-authorization__content  .checkbox .validation__alert.show~.checkbox__text {
    margin-bottom:  0;
}

.orderMg-authorization__content .checkbox .validation__alert {
    position: initial;
}

.orderMg-authorization__content .checkbox__text a {
    color: #1E7BE2;
}

@media screen and (max-width: 1350px) {
    .orderMg-panel {
        padding: 0 40px 0 0;
        margin-right: 40px;
    }

    .orderMg-panel {
        flex-basis: 40%;
    }

    .orderMg-main {
        flex-basis: 60%;
    }

    html .orderMg .orderMg-aside__name {
        font-size: 24px;
    }

    .orderMg-steps {
        margin-top: -27px;
    }

    p.orderMg-steps__title {
        font-size: 24px;
    }

    .orderMg-aside__table-result .orderMg-result__field {
        min-width: 80px;
        width: 80px;
    }
}

@media screen and (max-width: 980px) {
    .orderMg-panel {
        padding: 0 20px 0 0;
        margin-right: 20px;
    }

    p.orderMg-steps__title {
        margin-bottom: 50px;
    }

    html .new-design .orderMg-name {
        margin-top: 40px;
        margin-bottom: -60px;
        justify-content: start;
    }

    .orderMg-package__list {
        max-height: 0;
        transition: 0.5s ease-in-out;
    }

    .orderMg-package__main--open .orderMg-package__list {
        max-height: 600px;
        margin-bottom: 20px;
    }
}

@media (max-width: 820px) {
    .orderMg-package__sum {
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .orderMg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .orderMg.new-design {
        padding: 0  ;
    }

    .orderMg-main, .orderMg-panel {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .orderMg-panel {
        top: 0;
        width: 100%;
        max-width: 100%;
        position: relative;
        margin: 30px 0 0;
        border: 0;
    }

    .orderMg-aside {
        border-right-width: 0;
        padding: 0;
        margin: 0;
        top: 0;
        position: relative;
    }

    html .new-design .orderMg-recipe__table-data [required]:focus-visible:valid, html .new-design .orderMg-recipe__table-data [required]:focus:valid {
        background-image: none;
    }

    .orderMg-aside, .orderMg-panel {
        min-height: auto;
    }

    .orderMg-main {
        width: 100%;
        max-width: 100%;
        margin: 20px 0 0;
    }

    p.orderMg-steps__title {
        text-align: center;
    }

    html .new-design .orderMg-name {
        justify-content: center;
    }

    .new-design .orderMg-recipe__recipe .orderMg-recipe__recipe {
        flex-direction: column;
    }

    .orderMg-typeGlasses__item {
        padding: 20px 10px 20px 10px;
    }

    html .new-design .orderMg-aside .orderMg-prevNext .orderMg-prevNext__prev {
        justify-content: flex-start;
    }

    .orderMg-add-options__content {
        margin: 0;
    }

    .orderMg-add-options__item {
        margin: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .orderMg-add-options__item + .orderMg-add-options__item {
        margin-top: 30px;
    }

    p.orderMg-add-options__sum, p.orderMg-add-options__title {
        font-size: 21px;
    }

    .orderMg-add-options__list li {
        font-size: 16px;
    }

    .orderMg-add-options__list li:before {
        background-size: 16px 12px;
    }

    .orderMg-package__item {
        margin: 0 0;
        -ms-flex-preferred-size: 100%;
    }

    .orderMg-middle {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 540px) {
    .orderMg-add-options__info-content {
        max-width: 450px;
        width: calc(100vw - 80px);
    }
}


@media (max-width: 500px) {
    .orderMg-package__item .orderMg-package__top div:nth-child(1) {
        margin-top: 10px;
    }

    .orderMg-package__item .orderMg-package__top div:nth-child(1) i {
        width: 60px;
        margin-right: 10px;
    }

    .orderMg-package__item .orderMg-package__header p.orderMg-package__title {
        font-size: 18px;
    }

    .orderMg p.orderMg-package__desc {
        font-size: 14px;
    }

    .orderMg-package__header .orderMg-package__sum p {
        font-size: 20px;
    }

    .orderMg-package__header .orderMg-package__sum .orderMg-package__sumLensOld {
        font-size: 15px;
    }

    .orderMg-package__sum {
        margin-left: auto;
    }

    .orderMg-package__header {
        padding-right: 25px;
    }

    .orderMg .orderMg-package__header .orderMg-package__btn-info {
        right: -30px;
    }

    .orderMg-package__main ul.orderMg-package__list[class] {
        padding: 0 0 0 20px;
    }
}

@media screen and (max-width: 480px) {

    .middle:has(.orderMg-steps__item.orderMg-add-options.active) {
        padding: 30px 0;
    }

    .middle:has(.orderMg-steps__item.orderMg-add-options.active) .orderMg-panel,
    .middle:has(.orderMg-steps__item.orderMg-add-options.active) .orderMg-main .orderMg-prevNext.orderMg-mainControl {
        padding: 0 24px;
    }

    .orderMg-main .orderMg-prevNext.orderMg-mainControl {
        margin-left: 0;
        margin-right: 0;
    }

    .orderMg-add-options {
        padding: 0 0 0;
    }

    .orderMg-panel {
        max-width: 100%;
    }

    .orderMg-aside {
        padding: 0;
    }

    .orderMg-aside, p.orderMg-aside__title {
        background-color: transparent;
        -webkit-transition: background-color .2s ease;
        transition: background-color .2s ease;
    }

    p.orderMg-aside__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        pointer-events: auto;
        padding: 20px 15px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0;
    }

    p.orderMg-aside__title:after {
        content: "";
        width: 16px;
        height: 16px;
        display: block;
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAyNzMuMDY3YzAtMTguODUyIDE0LjMyNy0zNC4xMzQgMzItMzQuMTM0aDQ0OGMxNy42NzMgMCAzMiAxNS4yODIgMzIgMzQuMTM0IDAgMTguODUxLTE0LjMyNyAzNC4xMzMtMzIgMzQuMTMzSDMyYy0xNy42NzMgMC0zMi0xNS4yODItMzItMzQuMTMzeiIgZmlsbD0iIzNDM0MzQyIvPjxwYXRoIGQ9Ik0yNTYgMGMxNy42NzMgMCAzMiAxNS4yODIgMzIgMzQuMTMzdjQ0My43MzRDMjg4IDQ5Ni43MTggMjczLjY3MyA1MTIgMjU2IDUxMmMtMTcuNjczIDAtMzItMTUuMjgyLTMyLTM0LjEzM1YzNC4xMzNDMjI0IDE1LjI4MiAyMzguMzI3IDAgMjU2IDB6IiBmaWxsPSIjM0MzQzNDIi8+PC9zdmc+") no-repeat;
        background-size: contain;
        background-position: 50%;
    }

    .orderMg-aside-info.active p.orderMg-aside__title {
        background-color: #faf9fa;
    }

    .orderMg-aside-info.active p.orderMg-aside__title:after {
        content: "";
        width: 16px;
        height: 16px;
        display: block;
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9Ijc0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDM2LjU3MUMwIDE2LjM3NCAxNi4zNzQgMCAzNi41NzEgMEg0NzUuNDNDNDk1LjYyNiAwIDUxMiAxNi4zNzQgNTEyIDM2LjU3MWMwIDIwLjE5OC0xNi4zNzQgMzYuNTcyLTM2LjU3MSAzNi41NzJIMzYuNTcxQzE2LjM3NCA3My4xNDMgMCA1Ni43NjkgMCAzNi41N3oiIGZpbGw9IiMzQjNCM0IiLz48L3N2Zz4=") no-repeat;
        background-size: contain;
        background-position: 50%;
    }

    .orderMg-aside-info.active .orderMg-aside__main {
        height: auto !important;
        background-color: #faf9fa;
    }

    .orderMg-aside__main {
        padding: 20px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .orderMg-aside__main-img {
        min-height: 120px;
        padding: 20px 0;
    }

    .orderMg-aside__image {
        max-width: 100%;
    }

    .orderMg-prevNext button {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .orderMg-add-options__info-content {
        max-width: 450px;
        width: calc(100vw - 60px);
    }
}

@media (max-width: 472px) {
    html .orderMg:has(.orderMg-guarantee.active) .orderMg-name {
        margin-top: 55px;
        margin-bottom: -88px;
    }
}

@media (max-width: 420px) {
    .orderMg-package__item .orderMg-package__header p.orderMg-package__title {
        font-size: 16px;
        line-height: 17px;
    }

    .new-design .orderMg-steps .tooltip {
        --content-width: 18.5em;
        font-size: 13px;
    }

    .orderMg-package__main ul.orderMg-package__list[class] {
        padding: 0 0 0 0;
    }
}
/* End */


/* Start:/local/templates/main/css/ui/tooltip.css?17562065171634*/
.new-design .tooltip {
    --icon-size: 16px;
    --icon-url: url(/local/templates/main/css/ui/../../images/icons/common/tooltip.svg);
    --content-pos-top: initial;
    --content-pos-right: 0;
    --content-pos-bottom: 30px;
    --content-pos-left: initial;
    --content-width: 21.5em;
    --content-bg: #ffffff;
    --content-shadow: 0 0 2em 0 #B7CCE480;
    --content-border-radius: 1.33em;
    pointer-events: all;
    position: relative;
    z-index: 5;
    font-size: 12px;
    opacity: 1;
    white-space: normal;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.new-design .tooltip__icon {
    cursor: pointer;
    display: inline-block;
    width: var(--icon-size);
    height: auto;
    aspect-ratio: 1;
    background-image: var(--icon-url);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

.new-design .tooltip__content {
    position: absolute;
    top: var(--content-pos-top);
    right: var(--content-pos-right);
    bottom: var(--content-pos-bottom);
    left: var(--content-pos-left);
    visibility: hidden;
    max-width: var(--content-width);
    width: 100vw;
    height: auto;
    font-size: 1em;
    padding: 1em;
    box-shadow: var(--content-shadow);
    line-height: 110%;
    font-family: Nunito, Arial;
    font-weight: 400;
    line-height: 110%;
    border-radius: var(--content-border-radius);
    opacity: 0;
    background-color: var(--content-bg);
    transition: opacity .3s ease;
}

.new-design .tooltip.--active .tooltip__content  {
    visibility: visible;
    opacity: 1;
    z-index: 20;
}

@media (max-width: 767px) {
    .new-design .tooltip {
        width: initial;
    }
}
/* End */
/* /local/templates/main/components/ag/form/itg-glasses-order-steps/style.css?175620651787572 */
/* /local/templates/main/css/ui/tooltip.css?17562065171634 */
