@media (max-width: 1240px) {
    .q-header .q-headerPanel.wish-list-item-visible .headerRegion {
        width: 333px;
    }
}

.q-header .q-headerPanel .headerRegion .headerRegionName span {
    line-height: 2.5;
}

.q-header .q-headerPanel .headerRegion #regionConfirmPopup {
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    left: 50%;
    margin-left: -190px;
}

.headerCatalogAll .headerCatalogAllItem.amx-Utilization {
    background-size: 33px 33px;
    background-position: 9px 4px;
}

.sm-submenu {
    width: 150px !important;
    top: 20px;
}

.headerPersonal:hover .sm-submenu-lk_animate, .h-personal:hover .sm-submenu-lk_animate {
    opacity: 1;
    visibility: visible;
}

.sm-submenu-lk {
    left: 7px;
}

.sm-submenu-item a {
    color: var(--text-color-medium);
    padding: 0;
    padding: 1px 25px 1px 25px;
    font-size: 13px;
}

.q-popup-auth {
    width: 420px;
    padding: 20px;
    border-radius: 5px;
}

.q-popup-auth .close {
    background: url('../../images/redesign3/icon-close-slide-item.png') white 50% 50% no-repeat;
}

.q-popup-auth .close:hover {
    background: url('../../images/redesign3/icon-close-slide-item-red.png') white 50% 50% no-repeat;
}

.webform__input .default_input {
    border: 1px solid #C9C9C9;
    font-size: 12px;
    background: none;
    padding: 0 10px;
    height: 34px;
    width: 398px;
    margin-bottom: 20px;
    box-sizing: content-box;
}

.q-popup-auth .passwordTypeToggle {
    bottom: auto;
    top: 67px;
}

.webform__btn_submit.default_button {
    width: 120px;
    height: 35px;
    margin-top: 20px;
}

.q-popup-auth .passSubmitLoginButton input[type="submit"] {
    font-size: 13px;
}

.q-popup-auth .cardAttachforUser #USER_POPUP_AUTH_LOGIN, .q-popup-auth .cardAttachforUser #passChangeInput {
    width: 398px;
}

.authFormInputs #USER_LOGIN-error {
    margin-top: 0px !important;
}

.authFormInputs #USER_PASSWORD-error {
    margin-top: 56px !important;
}

.q-popup-reg {
    background-color: white;
    border-radius: 5px;
    width: 460px;
}

.q-popup-reg.wideState {
    width: 760px;
}

.q-popup-reg .regNumberHelp {
    top: 20px;
}

.q-popup-reg .regPinHelp {
    right: -190px;
    top: 20px;
}

.q-popup-reg .regBonusCardNew {
    padding: 50px 12px 0;
}

.regNewCardClubImg {
    width: 250px;
}

.regCardListClub .regCardListElement:before {
    top: 0;
}

.regCardLinkClub {
    display: block;
}

.q-popup-reg .regMiddle .show_pass {
    top: 12px;
}

.q-popup-reg .regMiddle .regError:after {
    content: " ";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: -4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid rgba(208, 2, 27, 0.8);
}

.q-popup-reg .regMiddle .regLabelMod {
    padding-right: 0;
}

#search_line_autocomplete_result .ui-state-focus {
    background-color: #E8F6FF;
}

.headerCatalogItem.q-headerCatalogItem.q-headerCatalogItem-special .all-actions-menu .all-action-item.all-action-item--new-year {
    padding: 5px 0 5px 70px;
    background-image: url("/static/images/shield/new-yaer-shield.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.headerCatalogItem.q-headerCatalogItem.q-headerCatalogItem-special .all-actions-menu .all-action-item.all-action-item--new-year .all-action-item, .headerCatalogItem.q-headerCatalogItem.q-headerCatalogItem-special .all-actions-menu .all-action-item.all-action-item--new-year .all-action-item:hover {
    color: #002C4A;
    font-weight: 500;
}

.headerCatalogItem.q-headerCatalogItem.q-headerCatalogItem-special .all-actions-menu .all-action-item.gender-action-item .gender-item {
    display: inline-block;
    background: #C3002F;
    border-radius: 2px;
    padding: 0 10px 0 29px;
    font-family: Graphik_LC, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 23px;
    color: #fff;
    position: relative;
}

.headerCatalogItem.q-headerCatalogItem.q-headerCatalogItem-special .all-actions-menu .all-action-item.gender-action-item .gender-item:after {
    content: "";
    display: inline-block;
    background: url("/static/images/redesign3/gender/union.svg") no-repeat;
    background-size: contain;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 8px;
    top: 4px;
}
