#popupContainer {
    display: none;
}
/*########################################################################################*/
/*################### ACTION 110% ########################################################*/
/*########################################################################################*/

.action110-popup {
    border-radius: 2px;
    background-color: #fff;
    width: 700px;
    margin: auto;
    padding: 16px 50px 50px;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -350px;
    z-index: 100000;
    font-family: Graphik_LC, Arial, Helvetica, sans-serif;
    color: #262626;
    box-sizing: border-box;
}

.action110-popup * {
    box-sizing: border-box;
}

.action110-popup-header {
    padding: 0 5px 20px 5px;
}

.action110-popup-header h1 {
    margin: 0 0 15px;
    font-family: Graphik_LC, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #262626;
}

.action110-popup__subtitle {
    font-size: 14px;
    line-height: 1.42;
}

.action110-popup__note {
    font-size: 12px;
    line-height: 16px;
    color: #9d9d9d;
}

.action110-popup__price {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 16px;
    color: #76BC21;
}

.action110-popup-tabs {
    display: flex;
    justify-content: center;
}

.action110-popup-tab {
    -webkit-appearance: none;
    background-color: transparent;
    min-width: 130px;
    margin: 0 5px -1px;
    padding: 7px;
    font-size: 12px;
    text-align: center;
    color: #76BC21;
    border: 1px solid #76BC21;
    border-radius: 2px 2px 0 0;
    cursor: pointer;
}

.action110-popup-tab.action110-tab-active{
    background-color: #76BC21;
    color: #fff;
    pointer-events: none;
}

.personal-info {
    width: 390px;
    margin: auto;
    padding: 32px 0 22px;
}

.form-row {
    position: relative;
    margin-bottom: 32px;
}

.form-row:last-of-type {
    margin-bottom: 0;
}

.personal-info__label {
    display: inline-block;
    width: 100%;
    position: relative;
}

.personal-info__label.focused .personal-info__input,
.personal-info__label.filled .personal-info__input {
    padding: 24px 32px 8px 12px;
}

.personal-info__label.focused .personal-info__placeholder,
.personal-info__label.filled .personal-info__placeholder {
    font-size: 11px;
    top: 8px;
}

.personal-info__label.focused .personal-info__textarea + .personal-info__placeholder,
.personal-info__label.filled .personal-info__textarea + .personal-info__placeholder {
    font-size: 11px;
    top: 2px;
    right: 1px;
    padding-top: 7px;
    background: #fff;
}


.personal-info__label.error .personal-info__input {
    border-color: #CE1037;
}

input[type="text"].personal-info__input {
    -webkit-appearance: none;
    width: 100%;
    height: auto;
    padding: 16px 12px;
    font-family: Graphik_LC, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #262626;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
}

input[type="text"].personal-info__input.invalid {
    border-color: #CE1037;
}

input[name="PHONE"][readonly].personal-info__input {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #9D9D9D;
}

input:-webkit-autofill.personal-info__input {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
}

.personal-info__placeholder, .personal-info__placeholder--second {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #9D9D9D;
    transition: top .2s, font-size .2s;
}

.personal-info__placeholder--second {
    top: 24px;
    left: 13px;
    pointer-events: none;
}


.personal-info__error-text {
    position: absolute;
    left: 12px;
    top: calc(100% + 4px);
    font-size: 12px;
    line-height: 1.3;
    color: #CE1037;
}

.personal-info__reset {
    -webkit-appearance: none;
    border: 0;
    display: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: transparent url("/bitrix/components/eldorado/sale.basket/templates/redesign3/assets/close.svg") center center no-repeat;
    background-size: 14px;
    cursor: pointer;
}

.personal-info__check {
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: url('/static/images/check-green.svg') center center no-repeat;
}

.personal-info__confirmed {
    position: absolute;
    left: 12px;
    bottom: -20px;
    font-size: 12px;
    line-height: 16px;
    color: #76BC21;
}

.personal-info__label .personal-info__textarea {
    width: 100%;
    height: 98px;
    padding: 16px 12px;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    resize: none;
}

.personal-info__label textarea:focus {
    box-shadow: none;
}

.personal-info__label.filled .personal-info__textarea,
.personal-info__label.focused .personal-info__textarea {
    padding-top: 22px;
}

.personal-info__tip,
.personal-info__tip--already {
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.3;
    color: #9D9D9D;
    display: inline-block;
}

.personal-info__tip--already {
    padding: 8px 0 4px 0;
}

.action110-popup--form-row__input-holder--error_here input.action110-popup--form-row__input {
    border: 1px solid #d0021b;
    box-shadow: 0 0 2px 0 rgba(239, 195, 201, 1);
}

.action110-popup--form-row__input-holder--error_here .action110-popup--form-row__input-button {
    border-left-color: #d0021b;
}

.action110-popup--form-row__input-holder--error_here .action110-popup--form-row__input-error {
    display: block;
}

.action110-popup--form-row__input-holder--error_here .action110-popup--form-row__input-error--popup {
    background-color: #d83347;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    height: 35px;
    left: auto;
    line-height: 35px;
    position: absolute;
    right: -152px;
    text-align: center;
    top: 0;
    width: 146px;
}


.action110-popup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 -50px;
    padding: 0;
    border: 0;
    border-top: 1px solid #76BC21;
}

.action110-popup__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.action110-popup__send-btn {
    -webkit-appearance: none;
    border: none;
    width: 100%;
    max-width: 390px;
    padding: 18px;
    margin: 0 auto 10px;
    background-color: #76BC21;
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.action110-popup__send-btn[disabled] {
    background-color: #F5F5F5;
    cursor: default;
}

.action110-popup__send-btn:hover {
    color: #fff;
    background: #98cc58;
}

.action110-popup .popup.bonuscardHelp {
    margin-top: -56px;
    margin-left: -200px;
}
.ie9 .action110-popup .invalid.errorBox {
    top: -10px !important;
}
.action110-popup .invalid.errorBox {

}

.action110-popup .card-number .invalid.errorBox {
    left: 390px !important;
}
.action110-popup .errorBox::after {
    margin-top: 0px;
    top:10px;
}

.action110-popup__terms {
    color: #a199a2;
    margin: 20px 0 0;
    text-align: center;
}

.action110-popup__terms.red {
    color: #bb213b;
}
.forder-popup__terms a {
    border-bottom: none;
}


.action110-popup.is-accepted-avail-popup .action110-form {
    display: none;
}
.action110-popup.is-accepted-avail-popup .action110-confirm {
    display: block;
}

.action110-popup-sub {
    background-color: #f7f7f7;
    border-top: 1px solid #979797;
    border-radius: 0 0 5px 5px;
    padding: 20px 31px;
}
.action110-popup-close {
    -webkit-appearance: none;
    border: 0;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: transparent url("/bitrix/components/eldorado/sale.basket/templates/redesign3/assets/close.svg") center center no-repeat;
    background-size: 16px;
    cursor: pointer;
}

.action110-popup-success-content {
    display: none;
}


.action110-popup .confirm {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.action110-popup .confirm-msg {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 250px;
    padding-left: 29px;
}
.action110-popup .confirm-msg .gs-icon {
    position: absolute;
    top: 0;
    left: 0;
}
.action110-popup .confirm-msg-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
}
.action110-popup .confirm-msg-desc {
    font-size: 13px;
}


.action110-popup-errors-list {
    display: none;
    text-align: center;
    width: 100%;
    color: #b4213b;
    padding-top: 0;
    padding-bottom: 22px;
    font-size: 12px;
}

.action110-popup .bonuscard-notexis_link {
    float: right;
    position: absolute;
    left: 560px;
    margin-top: 9px;
    font-family: Graphik_LC, sans-serif;
    font-size: 12px;
    border-bottom: 1px dotted;
    color: #76bc21;
}

.input-text-note {
    color: #a199a2;
    font-size: 11px;
    margin-top: 10px;
}
.action110-popup--rules {
    display: inline-block;
    padding: 3px 0;
    font-size: 12px;
    line-height: 1.3;
    color: #76BC21;
    text-align: center;
}
.action110-popup--rules .text:hover {
    color: #3F454B;
}

.action110-popup--description {
    margin: 10px 12px 0;
    font-size: 12px;
    line-height: 1.3;
    color: #9D9D9D;
    text-align: center;
}
.action110-popup--description .text {
    color: #76BC21;
}
.action110-popup--description .text:hover {
    color: #3F454B;
}

.action110-popup__input-error--popup::before {
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid #d83347;
    border-top: 4px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    left: -4px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 0;
}
.action110-popup__input-error {
    display: none;
}

.action110-popup.confirm {
    width: 400px;
    margin-left: -200px;
    margin-top: -113px;
    position: fixed;
    top: 50%!important;
}
.action110-popup.confirm .text {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 37px;
    padding-top: 12px;
}
.partners-wrap {
    width: 100%;
    padding-top: 19px;
    background-color: #F5F5F5;
}
.partners-container {
    width: 418px;
    margin: auto;
    padding: 6px 0;
}

.partners__title {
    margin: 0 16px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.42;
}
.partners__list {
    list-style: none;
    margin: auto;
    padding: 0 16px;
    max-height: 155px;
    overflow: auto;
    overflow-x: hidden;
}
.partners__list::-webkit-scrollbar {
    width: 8px;
}
.partners__list::-webkit-scrollbar-thumb {
    height: 37px;
    border-width: 1px 1px 1px 2px;
    border-radius: 2px;
    border-color: #C4C4C4;
    background-color: #C4C4C4;
}
.partners__list::-webkit-scrollbar-track {
    border-width: 1px 1px 1px 2px;
    border-radius: 2px;
    border-color: #C4C4C4;
    background-color: rgba(196, 196, 196, .5);
}
.partners__item {
    padding: 12px 7px 9px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-top: 1px solid #D9D9D9;
}
.partners__item-label {
    position: relative;
    display: flex;
    align-items: center;
}
.partners__radio {
    position: absolute;
    left: -99999px;
}
.partners__radio-false {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 12px 0 0;
    border: 1px solid #C4C4C4;
    background: none;
    background-color: #fff;
    border-radius: 50%;
}
.partners__radio:checked + .partners__radio-false {
    background: #76BC21 url("../../../static/images/check-white.svg") center center no-repeat;
    background-size: 10px;
    border-color: #76BC21;
}
.partners__name {
    font-weight: 500;
    color: #000;
}
.partners__price {
    display: inline-block;
    margin-left: auto;
    color: #7B7B7B;
}

.personal-info__label + .invalid {
    margin-top: 4px;
    margin-left: 12px;
    font-size: 12px;
    line-height: 16px;
    color: #CE1037;
}

.personal-info__label + .invalid .errorBoxArrow {
    display: none;
}

.personal-info__bonus-card-link {
    position: absolute;
    top: 17px;
    right: -120px;
    font-size: 12px;
    line-height: 16px;
    color: #76BC21;
    border-bottom: 1px dotted #76BC21;
}

#authPopupId.popup-auth-gnc, #authPopupPhone.popup-auth-gnc {
    padding: 88px 39px 24px;
}

.popup-auth-gnc .close {
    background: url('../../images/redesign3/icon-close.svg') 50% 50% no-repeat;
}

.popup-auth-gnc .popup-auth-gnc__text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 16px 39px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    background: #f5f5f5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}