.b-auth {
    padding: 67px 0 64px;
}

.b-auth--register {
    padding: 67px 0 68px;
}

.b-auth--change-password {
    padding: 65px 0 64px;
}

.b-auth .error_field {
    color: #FD515F;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 4px;
    position: absolute;
    visibility: hidden;
}

.b-auth .form_field.error .input {
    border-bottom: 1px solid #FD515F;
}

.b-auth .form_field.error .formItem__label {
    color: #757B8A;
}

.b-auth .form_field.error .error_field {
   visibility: visible;
}

.b-auth .container-auth {
    margin: 0 auto;
    max-width: 400px;
}

.b-auth .formTitle {
    color: #000000;
    font-size: 32px;
    letter-spacing: .5px;
    line-height: 40px;
    margin: 0 0 56px;
    text-align: center;
    text-transform: uppercase;
}

.b-auth--change-password .formTitle {
    margin: 0 0 45px;
}

.b-auth--forgot-password .formTitle,
.b-auth--register .formTitle {
    margin: 0 0 40px;
}

.b-auth--account .formTitle {
    margin: 0 0 17px;
}

.b-auth .formItem {
    margin: 0 0 24px;
    position: relative;
}

.b-auth .formItem:last-child {
    margin: 0;
}

.b-auth--forgot-password .formItem {
    margin: 0 0 32px;
}

.b-auth--register .formItem {
    margin: 0 0 29px;
}

.b-auth--account .formItem {
    margin: 0 0 16px;
}

.b-auth .form_field {
    position: relative;
}

.b-auth .formItem__label {
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 6px;
}

.b-auth .formItem__input {
    line-height: normal;
}

.b-auth .formItem__input input {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 9px;
    border-bottom: 1px solid #000000;
}

.b-auth .formItem__validationIcon {
    left: -23px;
    position: absolute;
    top: -7px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.b-auth .formItem__validationIcon--validation {
    top: -1px;
}

.b-auth .formConfident {
    color: #828282;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
}

.b-auth .formConfident a {
    color: #433187;
}

.b-auth .formConfident_left {
    text-align: left;
}

.b-auth .btn_blue {
    background: #6033AB;
    font-size: 13px;
    font-family: 'MontRegular';
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 14px 20px 10px 21px;
    border: none;
    cursor: pointer;
    text-align: left;
}

.b-auth--change-password .btn_blue,
.b-auth--forgot-password .btn_blue {
    font-size: 11px;
    line-height: 16px;
    padding: 14px 14px 10px 14px;
}

.b-auth--register .btn_blue {
    padding: 14px 14px 10px 21px;
}

.b-auth--account .btn_blue {
    padding: 14px 16px 10px 21px;
}

.b-checkbox {
    display: block;
    position: relative;
}

.b-checkbox__input,
.b-checkbox__label {
    display: inline-block;
    width: auto;
}

.b-checkbox__input {
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

.b-checkbox__label {
    color: #828282;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 25px;
    position: relative;
}

.b-checkbox__label:after {
    background: transparent;
    border-radius: 2px;
    border: 2px solid #433187;
    content: '';
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 18px;
    z-index: -1;
}

.b-checkbox__input[type=checkbox]:checked ~ .b-checkbox__label:after {
    background: #433187;
}

.b-checkbox__label__text {
    display: inline-block;
}

.b-checkbox__label a {
    color: #433187;
    text-decoration: none;
}

.b-auth--account .formDescription {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 19px;
}

.b-auth--account .formItem__title {
    color: #828282;
    font-family: 'MontRegular';
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    margin: 0 0 6px;
    text-transform: none;
}

.b-auth--account .formItemGroup {
    margin: 0 0 36px;
}

.b-auth--account .formItemGroup:last-child {
    margin: 0;
}

.b-auth--account .formRadio__label {
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 16px;
    text-align: center;
}

.b-auth--account .formRadio-col:nth-child(2n+1) .formRadio__label {
    border-radius: 4px 0 0 4px;
}

.b-auth--account .formRadio-col:nth-child(2n) .formRadio__label {
    border-radius: 0 4px 4px 0;
    border-left-color: transparent;
}

.b-auth--account .formRadio__label:hover,
.b-auth--account .formRadio__labe:active,
.b-auth--account .formRadio input[type="radio"]:checked + .b-auth--account .formRadio__label {
    background: #440099;
    color: #fff;
}

.b-auth--account .formRadioWrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.b-auth--account .formRadio-col {
    flex: 0 0 50%;
    max-width: 50%;
}

.b-auth--account .formRadio input[type="radio"] {
    display: none;
}

.popup_auth {
    align-items: flex-start;
    background: #FFFFFF;
    border: 1px solid #EAEAE9;
    bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 11px 16px 15px 44px;
    position: fixed;
    right: 16px;
    width: 297px;
    z-index: 10001;
}

.popup_auth .popup_close {
    background: url('/local/components/columbus/form/img/close_24px.svg');
    background-size: 9px 9px;
    content: '';
    cursor: pointer;
    height: 9px;
    position: absolute;
    right: 19px;
    top: 19px;
    width: 9px;
    z-index: 10001;
}

.popup_auth .title_popup:before {
    background: url('/local/components/columbus/form/img/info_24px.png');
    background-position: center;
    background-size: 20px 20px;
    bottom: 50%;
    content: '';
    height: 20px;
    left: -31px;
    margin: 0 0 -10px;
    position: absolute;
    width: 20px;
}

.popup_auth .title_popup {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px;
    position: relative;
    width: 217px;
}

.popup_auth .popup_text {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
}

.popup_auth .popup_text a {
    text-decoration: none;
}

.Select {
    position: relative;
}

.Select__curr {
    border-bottom: 1px solid #000000;
    color: #AFB1B5;
    cursor: pointer;
    font-size: 16px;
    height: 32px;
    line-height: 24px;
    padding: 0 0 7px;
    position: relative;
    user-select: none;
}

.Select__curr:after {
    align-items: center;
    background: url(/img/chevron-down.svg)  no-repeat;
    background-position: center;
    bottom: 8px;
    content: '';
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 0;
    transform: rotate(180deg);
    width: 24px;
}

.Select.active_select .Select__curr:after {
    transform: rotate(0);
}

.Select__hidden {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: calc(100% + 3px);
    width: 100%;
    z-index: 10;
}

.Select.active_select .Select__hidden {
    display: block;
    z-index: 200;
}

.SelectList {
    background-color: #fff;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .35));
    height: 98px;
    overflow: hidden;
    overflow-y: auto;
}

.SelectList__item {
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 33px;
}

.SelectList__item:hover,
.SelectList__item:active {
    background: #EAEAE9;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
    width: 8px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
    border-radius: 2px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(175, 177, 181, .5);
}

#write_us_popup {
    background: transparent;
    height: calc(100% - 48px);
    max-height: none;
    max-width: 608px;
    width: calc(100% - 48px);
}

#write_us_popup .popupContent {
    background: #fff;
    padding: 48px 68px 42px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

#write_us_popup .popupTitle {
    line-height: 32px;
    margin: 0 0 22px;
}

#write_us_popup .formItem {
    margin: 0 0 16px;
}

#write_us_popup .formItem:last-child {
    margin: 0;
}

#write_us_popup .formItem__label {
    line-height: 16px;
    margin: 0 0 7px;
}

#write_us_popup .formItem__input {
    line-height: normal;
}

#write_us_popup .formItem__input .input {
    padding: 0 0 9px;
}

#write_us_popup .error_field {
    color: #FD515F;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 4px;
    position: absolute;
    visibility: hidden;
}

#write_us_popup .form_field.error .error_field {
   visibility: visible;
}

#write_us_popup .formFile .form_file_upload {
    border: 1px dashed #000000;
    font-size: 12px;
    height: 88px;
    line-height: 16px;
}

#write_us_popup .textarea {
    height: 90px;
    margin: 0;
    padding: 6px 16px;
}

#write_us_popup .formConfident {
    font-size: 12px;
    line-height: 16px;
}

#write_us_popup .formConfident a {
    color: #6033AB;
}

#write_us_popup .form_file_upload_text_mobile {
    display: none;
}

#write_us_popup .file-name-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 13px 0 6px;
}

#write_us_popup .file-name {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
}

#write_us_popup .delete-file {
    flex: none;
    height: 24px;
    margin: 0;
    width: 24px;
}

#write_us_popup .percentCount {
    padding: 8px 0 0;
    font-size: 13px;
    line-height: 16px;
}

#write_us_popup .btn_blue {
    background: #6033AB;
}

#popup1 {
    align-items: flex-start;
    background: #FFFFFF;
    border: 1px solid #EAEAE9;
    bottom: 8px;
    flex-direction: column;
    justify-content: center;
    padding: 11px 16px 16px 44px;
    position: fixed;
    right: 8px;
    width: 297px;
    z-index: 19999;
    border: 1px solid #EAEAE9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .35);
}

#popup1 .popup_close {
    background: url('/local/components/columbus/form/img/close_24px.svg');
    background-size: 9px 9px;
    content: '';
    cursor: pointer;
    height: 9px;
    position: absolute;
    right: 19px;
    top: 19px;
    width: 9px;
    z-index: 10001;
}

#popup1 .popup_close:after {
    content: none;
}

#popup1 .title_popup:before {
    background: url('/local/components/columbus/form/img/info_24px.png');
    background-position: center;
    background-size: 20px 20px;
    bottom: 50%;
    content: '';
    height: 20px;
    left: -31px;
    margin: 0 0 -10px;
    position: absolute;
    width: 20px;
}

#popup1 .title_popup {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px;
    position: relative;
    width: 217px;
}

#popup1 .popup_text {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

#popup1 .popup_text a {
    text-decoration: none;
}

.header .container {
    max-width: 1024px;
    padding-left: 0;
    padding-right: 0;
}

.header .row {
    justify-content: space-between;
}

.header .headerPanel-col-2 {
    margin-right: 0;
}

.header .headerPanelSchedule__icon {
    margin-right: 8px;
}

.header .headerPanelScheduleItem {
    margin-right: 20px;
}

.header .headerPanelScheduleItem:last-child {
    margin-right: 0;
}

.header .headerPanelScheduleItem__name {
    margin-right: 8px;
}

.header .headerPanelLinks_row {
    justify-content: flex-end;
}

.header .headerPanelLinks_row {
    padding-left: 0;
}

.header .headerPanelLinks {
    margin-right: 14px;
}

.header .headerPanelLinkItem {
    margin-right: 12px;
}

.header .headerPanelLinkItem:last-child {
    margin-right: 0;
}

.header .headerPanelLinkItem a {
    display: flex;
}

.header .headerPanelLinkItem a img {
    margin-right: 4px;
}

.header .headerPanelLangluage {
    margin: 0 7px 0 0;
}

.header .headerCart {
    margin: 5px 8px 0 0;
}

.header .headerCart a {
    align-items: center;
    display: flex;
    text-decoration: none;
}

.header .headerCartAmount {
    background: #4783F5;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 10px;
    height: 12px;
    line-height: 12px;
    min-width: 12px;
    padding: 0 3px;
    text-align: center;
}

.header .headerProfile {
    margin: 6px 0 0;
    position: relative;
}

.header .headerProfileAnonymous {
    margin: 0;
}

.header .headerProfileLink {
    align-items: center;
    display: flex;
    text-decoration: none;
}

.header .headerProfileText {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    margin: 0 1px 0 0;
}

.header .headerBalance {
    align-items: center;
    background: #4783F5;
    border-radius: 30px;
    color: #FFFFFF;
    display: flex;
    font-size: 10px;
    justify-content: center;
    line-height: 12px;
    padding: 0 4px;
}

.header .headerBalance span {
    margin: 0 2px 0 0;
}

.header .verticalMenu {
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #C9CAD1;
    display: none;
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));
    position: absolute;
    right: 3px;
    top: 35px;
    z-index: 1101;
}

.header .verticalMenu.active {
    display: block;
}

.header .verticalMenuItem a {
    color: #2A303E;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    text-decoration: none;
    white-space: nowrap;
}

.header .verticalMenuItem a:hover,
.header .verticalMenuItem a:active {
    background: rgba(234, 234, 233, .5);
}

@media only screen and (max-width: 1279px) {
    .header .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .header .headerPanel-col-2 {
        margin-right: 0;
    }

    .header .headerPanelScheduleItem__name_hidden {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .header .headerPanel {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .header .container {
        width: 100%;
    }
}

@media only screen and (max-width: 990px) {
    //.header .headerPanel-col-1 {
        //flex: none;
        //max-width: none;
    //}

    //.header .headerPanelScheduleItem__time {
        //letter-spacing: 0;
    //}

    //.header .headerPanelLinks_row {
        //left: auto;
    //}

    //.header .headerPanelLangluage {
        //margin-right: 10px;
        //right: auto;
    //}

    .header .headerPanel {
        display: none;
    }

    .header .headerMainMobile {
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.35);
        border: none;
        padding: 9px 16px 9px 19px;
    }

    .header .headerMainMobile .headerMainMobile-col {
        align-items: center;
        display: flex;
    }

    .header .headerMainMobile .toggleMenu {
        margin: 0 15px 0 0;
    }

    .header .headerMainMobile .btn_search {
        align-items: center;
        display: flex;
        height: 24px;
        justify-content: center;
        right: auto;
        top: auto;
        width: 24px;
    }

    .header .headerMainMobile .btn_search img {
        height: 18px;
        width: 18px;
    }

    .header .headerMainMobile .headerProfile {
        position: static;
    }

    .header .headerMainMobile .headerProfileAnonymous,
    .header .headerMainMobile .headerProfile {
        margin: 0 0 0 10px;
    }

    .header .headerMainMobile .headerProfileLink {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .header .headerMainMobile .headerProfileText {
        background: #000000;
        border-radius: 100%;
        font-size: 15px;
        height: 24px;
        letter-spacing: 0.5px;
        line-height: 24px;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
        width: 24px;
    }

    .header .headerMainMobile .headerBalance {
        align-items: center;
        background: #4783F5;
        border-radius: 30px;
        color: #FFFFFF;
        display: flex;
        font-size: 10px;
        justify-content: center;
        line-height: 12px;
        margin: -8px 0 0;
        padding: 2px 5px;
    }

    .header .headerMainMobile .headerBalance span {
        margin: 0;
    }

    .header .headerMainMobile .verticalMenu {
        border-radius: 0;
        border: none;
        border-top: 1px solid #EAEAE9;
        bottom: 0;
        display: block;
        filter: none;
        opacity: 0;
        position: absolute;
        right: -100%;
        top: 103px;
        transition: right .4s ease, opacity .4s ease;
        width: 100%;
    }

    .header .headerMainMobile .headerProfile.active .verticalMenu {
        right: 0;
        opacity: 1;
    }

    .header .headerMainMobile .verticalMenuItem {
        border-bottom: 1px solid #EAEAE9;
    }

    .header .headerMainMobile .verticalMenuItem a {
        color: #000000;
        font-size: 12px;
        font-family: 'MontSemiBold';
        line-height: 16px;
        padding: 11px 16px;
    }

    .header .headerMainMobile .verticalMenuItem a:hover,
    .header .headerMainMobile .verticalMenuItem a:active {
        background: #FFFFFF;
        color: #440099;
    }

    .header .headerMainMobile .headerProfileClose {
        align-items: center;
        display: none;
        height: 24px;
        justify-content: center;
        margin: 0;
        width: 24px;
    }

    .header .headerMainMobile .headerProfileClose img {
        height: 14px;
        width: 14px;
    }

    .header .headerMainMobile .headerProfile.active .headerProfileText,
    .header .headerMainMobile .headerProfile.active .headerBalance {
        display: none;
    }

    .header .headerMainMobile .headerProfile.active .headerProfileClose {
        display: flex;
    }
}

@media (min-width: 768px) {
    .header .container {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .b-auth {
        padding: 24px 0 40px;
    }

    .b-auth--register {
        padding: 32px 0 40px;
    }

    .b-auth--account {
        padding: 40px 0 70px;
    }

    .b-auth .container-auth {
        padding-left: 16px;
        padding-right: 16px;
    }

    .b-auth .formTitle {
        font-size: 19px;
        line-height: 24px;
        margin: 0 0 30px;
        text-align: left;
    }

    .b-auth--register .formTitle {
        font-size: 21px;
        line-height: 32px;
        margin: 0 0 24px;
    }

    .b-auth--account .formTitle {
        margin: 0 0 24px;
    }

    .b-auth--change-password .formTitle {
        margin: 0 0 40px;
    }

    .b-auth--forgot-password .formTitle {
        margin: 0 0 39px;
    }

    .b-auth .formItem {
        margin: 0 0 14px;
    }

    .b-auth .formItem:last-child {
        margin: 0;
    }

    .b-auth--change-password .formItem {
        margin: 0 0 16px;
    }

    .b-auth--forgot-password .formItem {
        margin: 0 0 25px;
    }

    .b-auth--register .formItem,
    .b-auth--account .formItem {
        margin: 0 0 18px;
    }

    .b-auth .formItem__label {
        font-size: 11px;
        line-height: 16px;
        margin: 0 0 10px;
    }

    .b-auth--register .formItem__label {
        margin: 0 0 8px;
    }

    .b-auth--account .formItem__label {
        margin: 0 0 7px;
    }

    .b-auth .formItem__input input {
        font-size: 13px;
        line-height: 16px;
        padding: 0 0 15px;
    }

    .b-auth .formConfident {
        font-size: 13px;
        line-height: 16px;
    }

    .b-auth .btn_blue {
        font-size: 11px;
        line-height: 16px;
        padding: 12px 16px;
    }

    .b-auth--register .btn_blue {
        font-size: 13px;
        line-height: 16px;
    }

    .b-auth--login .formConfident {
        width: 207px;
    }

    .b-checkbox__label {
        font-size: 13px;
        line-height: 16px;
        padding: 0 0 0 27px;
    }

    .b-auth--account .formDescription {
        font-size: 11px;
        line-height: 16px;
        margin: 0 0 24px;
        width: 199px;
    }

    .b-auth--account .formItem__title {
        font-size: 11px;
        line-height: 16px;
        margin: 0 0 6px;
    }

    .b-auth .formItem__validationIcon {
        left: auto;
        right: 5px;
        top: -4px;
    }

    .b-auth .formItem__validationIcon--validation {
        top: 5px;
    }

    .b-auth--account .formItemGroup {
        margin: 0 0 43px;
    }

    .Select__curr {
        font-size: 13px;
        line-height: 16px;
        padding: 0 0 15px;
    }

    .SelectList__item {
        padding: 12px 24px;
    }

    #write_us_popup .popupContent {
        padding: 32px 16px;
        position: static;
        top: auto;
        transform: none;
    }

    #write_us_popup .popupTitle {
        font-size: 19px;
        line-height: 24px;
        margin: 0 0 14px;
    }

    #write_us_popup .formItem {
        margin: 0 0 13px;
    }

    #write_us_popup .formItem__label {
        line-height: 16px;
        margin: 0 0 12px;
    }

    #write_us_popup .col-form-half.form_field {
        margin: 0 0 13px;
    }

    #write_us_popup .col-form-half.form_field:last-child {
        margin: 0;
    }

    #write_us_popup .formItem__input .input {
        line-height: 16px;
        padding: 0 0 13px;
    }

    #write_us_popup .formFile .form_file_upload {
        border-radius: 4px;
        font-size: 11px;
        height: 104px;
    }

    #write_us_popup .textarea {
        height: 144px;
    }

    #write_us_popup .formConfident {
        font-size: 11px;
    }

    #write_us_popup .form_file_upload_text_mobile {
        display: block;
    }

    #write_us_popup .form_file_upload_text_desktop {
        display: none;
    }

    #popup1,
    .popup_auth {
        bottom: 0;
        padding: 12px 16px 16px 44px;
        right: 0;
        width: 100%;
    }

    #write_us_popup .file-name-wrap {
        padding: 8px 0 3px;
    }
}

@media only screen and (max-width: 568px) {
    .col-form-half,
    .col-form-full {
        margin-bottom: 0;
    }
}

.container-cart {
    max-width: 1024px;
    padding-right: 0;
    padding-left: 0;
}

.contentHeadered__titleCart {
    font-size: 32px;
    line-height: 40px;
    margin: 32px 0 40px;
}

.basket-wrapper {
    border: 1px solid #EAEAE9;
    display: flex;
    margin: 0 0 82px;
    padding: 40px 49px 40px 40px;
}

.basket-wrapper .basket-items-list-wrapper {
    border: none;
    flex-grow: 1;
    margin: 0;
}

.basket-wrapper .basket-items-list {
    padding: 0;
}

.basket-wrapper .basket-items-list-item-container {
    border-bottom: 1px solid #EAEAE9;
    display: flex;
    margin: 0 0 17px;
    padding: 15px 0 17px;
    position: relative;
}

.basket-wrapper .basket-items-list-wrapper-compact .basket-items-list-item-container > td {
    padding: 0;
}

.basket-wrapper .basket-items-list-item-remove {
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 6px;
}

.basket-wrapper .basket-item-block-price {
    padding: 0;
}

.basket-wrapper .basket-items-list-item-descriptions {
    flex-grow: 1;
    margin: 0 19px 0 0;
    order: 0;
    padding: 0;
}

.basket-wrapper .basket-item-block-amount {
    align-items: center;
    justify-content: flex-start;
    order: 1;
    padding: 0;
    min-width: 86px;
    margin: 0 24px 0 0;
    flex: none;
}

.basket-wrapper .basket-items-list-item-price-wrapper {
    order: 2;
    padding: 0 36px 0 0;
    min-width: 132px;
    flex: none;
}

.basket-wrapper .basket-items-list-wrapper-compact .basket-item-block-actions {
    padding: 0;
}

.basket-wrapper .basket-item-actions-remove {
    height: 16px;
    width: 16px;
}

.basket-wrapper .basket-item-actions-remove:after,
.basket-wrapper .basket-item-actions-remove:before {
    background: #000000;
    height: 12px;
}

.basket-wrapper .basket-total-block {
    border-left: 1px solid #D0D0D0;
    flex: none;
    margin: 0 0 0 37px;
    padding: 0 0 0 37px;
    width: 368px;
}

.basket-wrapper .basket-checkout-container {
    border: none;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}

.basket-wrapper .basket-coupon-section {
    margin: 0 0 24px;
}

.basket-wrapper .basket-coupon-block-field {
    padding: 0;
    min-width: none;
}

.basket-wrapper .form {
    padding: 0;
}

.basket-wrapper .form-group {
    margin: 0;
}

.basket-wrapper .basket-coupon-block-field-description {
    color: #000000;
    font-family: 'MontBold';
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 16px;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.basket-wrapper .form-control {
    height: 32px;
    padding: 6px 23px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    border: 1px solid #ccc;
    border-radius: 0;
    border: 1px solid #D0D0D0;
    box-shadow: none;
}

.basket-wrapper .form-control::placeholder {
    color: #D0D0D0;
}

.basket-wrapper .basket-message {
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0 0;
}

.basket-wrapper .basket-message span {
    font-family: 'MontBold';
}

.basket-wrapper .basket-checkout-section {
    flex: none;
}

.basket-wrapper .basket-checkout-section-inner {
    border-bottom: 1px solid #EAEAE9;
    display: block;
    margin: 0 0 12px;
    padding: 0 0 12px;
}

.basket-wrapper .basket-checkout-section-inner:first-child {
    padding-top: 0;
}

.basket-wrapper .basket-checkout-section-inner:last-child,
.basket-wrapper .basket-checkout-section-inner-total {
    border-bottom: none;
    margin: 8px 0 0;
    padding: 0;
}

.basket-wrapper .basket-checkout-block {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.basket-wrapper .basket-checkout-block-title {
    font-size: 12px;
    line-height: 16px;
}

.basket-wrapper .basket-block-price-current {
    font-size: 12px;
    line-height: 16px;
}

.basket-wrapper .basket-checkout-block-bonus-title {
    color: #440099;
    font-family: 'MontBold';
    font-size: 12px;
    line-height: 16px;
}

.basket-wrapper .basket-block-price-current-charge {
    display: inline-flex;
}

.basket-wrapper .basket-block-price-current-charge span {
    color: #D61414;
    font-family: 'MontBold';
    font-size: 12px;
    line-height: 16px;
}

.basket-wrapper .basket-block-price-current-charge img {
    height: 16px;
    margin: 0 0 0 2px;
    width: 16px;
}

.basket-wrapper .basket-block-price-current-info {
    display: inline-flex;
}

.basket-wrapper .basket-block-price-current-info span {
    color: #440099;
    font-family: 'MontBold';
    font-size: 12px;
    line-height: 16px;
}

.basket-wrapper .basket-block-price-current-info img {
    height: 16px;
    margin: 0 0 0 2px;
    width: 16px;
}

.basket-wrapper .basket-checkout-block-total-title {
    color: #000000;
    font-family: 'MontBold';
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: uppercase;
}

.basket-wrapper .basket-coupon-block-total-price-current {
    color: #000000;
    font-size: 24px;
    font-family: 'MontRegular';
    letter-spacing: 0.5px;
    line-height: 32px;
    margin: 0;
    text-transform: uppercase;
}

.basket-wrapper .basket-checkout-block-total {
    margin: 0 0 2px;
    padding: 0;
    text-align: left;
}

.basket-wrapper .basket-checkout-block-bonus {
    margin: 0 0 24px;
}

.basket-wrapper .btn {
    background: #6033AB;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'MontRegular';
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    height: 40px;
    padding: 12px 12px;
}

.basket-wrapper .form-group {
    display: flex;
}

.basket-wrapper .form-control {
    border-right-color: transparent;
    flex-grow: 1;
}

.basket-wrapper .basket-coupon-block-field .btn {
    background: #FFFFFF;
    border: 1px solid #440099;
    color: #440099;
    flex: none;
    height: 32px;
    padding: 7px 7px;
    width: 119px;
}

.basket-wrapper .basket-item-amount-btn-plus,
.basket-wrapper .basket-item-amount-btn-minus {
    background: #EAEAE9;
    height: 16px;
    width: 16px;
}

.basket-wrapper .basket-item-amount-btn-plus:before,
.basket-wrapper .basket-item-amount-btn-plus:after,
.basket-wrapper .basket-item-amount-btn-minus:after {
    background-color: #D0D0D0;
}

.basket-wrapper .basket-item-amount-btn-plus:before {
    margin-top: -4px;
    height: 8px;
}

.basket-wrapper .basket-item-amount-btn-plus:after {
    margin-left: -4px;
    width: 8px;
}

.basket-wrapper .basket-item-amount-btn-minus:after {
    margin-left: -4px;
    width: 8px;
}

.basket-wrapper .basket-item-amount-filed-block {
    height: 16px;
    width: 28px;
}

.basket-wrapper .basket-item-amount-filed,
.basket-wrapper .basket-item-block-amount.disabled .basket-item-amount-filed:hover {
    border-radius: 0;
    border: none;
    font-family: 'MontRegular';
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    width: 28px;
}

.basket-wrapper .basket-item-amount-field-description {
    color: #D0D0D0;
    font-family: 'MontRegular';
    font-size: 13px;
    font-style: normal;
    left: auto;
    line-height: 16px;
    margin: 0 0 0 6px;
    position: static;
    right: auto;
    text-align: left;
    top: auto;
}

.basket-wrapper .basket-item-price-current {
    padding: 0;
    line-height: normal;
}

.basket-wrapper .basket-item-price-current-text {
    color: #000000;
    font-family: 'MontBold';
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: uppercase;
}

.basket-wrapper .basket-items-list-item-price {
    margin: 0 0 4px;
}

.basket-wrapper .basket-items-list-item-price-for-one {
    margin: 0;
}

.basket-wrapper .basket-items-list-item-price-for-one .basket-item-price-current-text {
    color: #AFB1B5;
    font-family: 'MontRegular';
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: none;
}

.basket-wrapper .basket-item-property-name,
.basket-wrapper .basket-item-property-custom-name {
    font-family: 'MontRegular';
}

.basket-wrapper .basket-item-info-name,
.basket-wrapper .basket-item-info-name-link {
    padding: 0;
}

.basket-wrapper .basket-item-info-name-link,
.basket-wrapper .basket-item-info-name-link span {
    display: block;
}

@media only screen and (max-width: 1279px) {
    .container-cart {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 991px) {
    .basket-coupon-alert-section {
        margin-bottom: 0;
        order: 3;
    }
}

@media only screen and (max-width: 990px) {
    .contentHeadered__titleCart {
        font-size: 19px;
        line-height: 24px;
        margin: 32px 0 20px;
    }

    .basket-wrapper {
        margin: 0 0 32px;
    }

    .basket-wrapper .basket-items-list-item-descriptions {
        margin: 0 0 2px;
        width: 100%;
    }

    .basket-wrapper {
        flex-direction: column;
        padding: 16px 16px;
    }

    .basket-wrapper .basket-items-list-wrapper {
        margin: 0;
        width: 100%;
    }

    .basket-wrapper .basket-total-block {
        border: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

   .basket-wrapper .basket-items-list-item-container {
        display: flex !important;
        flex-wrap: wrap;
        margin: 0 0 16px;
        padding: 8px 0;
    }

    .basket-wrapper .basket-items-list-item-price {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .basket-wrapper .basket-item-block-price {
        min-width: auto;
        margin: 0;
        order: 1;
    }

    .basket-wrapper .basket-item-price-current {
        text-align: right;
    }

    .basket-wrapper .basket-item-block-amount {
        margin: 5px 0 0 43px;
        order: 0;
        min-width: 86px;
        flex: none;
    }

    .basket-wrapper .basket-items-list-item-price-wrapper {
        padding: 0;
        min-width: auto;
        flex-grow: 1;
    }

    .basket-wrapper .basket-items-list-item-remove {
        top: 0;
    }

    .basket-wrapper .basket-items-list-item-price-for-one .basket-item-price-current-text {
        font-size: 13px;
        line-height: 16px;
    }

    .basket-wrapper .basket-message {
        font-size: 11px;
        line-height: 16px;
    }

    .basket-wrapper .basket-coupon-section {
        margin: 0 0 16px;
    }

    .basket-wrapper .form-control {
        font-size: 13px;
        line-height: 16px;
    }

    .basket-wrapper .basket-coupon-block-total-price-current {
        font-size: 18px;
        line-height: 32px;
    }

    .basket-wrapper .basket-block-price-current {
        font-size: 11px;
        line-height: 16px;
    }

    .basket-wrapper .basket-block-price-current-charge span {
        font-size: 11px;
        line-height: 16px;
    }

    .basket-wrapper .basket-checkout-block-bonus {
        margin: 0 0 16px;
    }

    .basket-wrapper .basket-item-price-current-text {
        font-family: 'MontRegular';
    }

    .basket-wrapper .basket-items-list-item-price {
        margin: 0 0 9px;
    }

    .basket-wrapper .basket-items-list-item-price-for-one {
        margin: 0;
    }

    .basket-wrapper .basket-checkout-block-total {
        margin: 0 0 4px;
    }

    .basket-wrapper .basket-checkout-section-inner:last-child,
    .basket-wrapper .basket-checkout-section-inner-total {
        margin: 0;
    }

    .basket-wrapper .basket-checkout-block-bonus-title {
        font-size: 11px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .basket-item-amount-field-description {
        padding: 0;
    }

    .basket-items-list-item-price {
        padding: 0;
    }
}

@media (max-width: 580px) {
    .basket-wrapper .basket-item-image {
        margin: 0;
    }

    .basket-wrapper .basket-item-price-current {
        text-align: right;
    }

    .basket-items-list-wrapper-compact .basket-item-block-image {
        padding-right: 0;
    }

    .basket-item-block-image {
        margin-bottom: 0;
    }

    .basket-btn-checkout {
        margin: 0;
    }
}

.bx-soa-cart-total {
    border: 1px solid #EAEAE9;
    border-radius: 2px;
}

.bx-soa-cart-total .bx-soa-cart-total-line {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-family: 'MontRegular';
    font-size: 12px;
    line-height: 16px;
    padding: 8px 0;
}

.bx-soa-cart-total .bx-soa-cart-t,
.bx-soa-cart-total .bx-soa-cart-d {
    float: none;
}

.bx-soa-cart-total .btn {
    border-radius: 0;
    font-size: 11px;
    height: 40px;
    line-height: 16px;
    line-height: 16px;
    padding: 12px 16px;
    text-transform: uppercase;
}

.bx-soa-cart-total .bx-soa-cart-total-line-bonus .bx-soa-cart-t {
    color: #440099;
    font-family: 'MontBold';
    font-size: 12px;
    line-height: 16px;
}

.bx-soa-cart-total .bx-soa-cart-total-line-bonus .bx-soa-cart-d {
    display: inline-flex;
}

.bx-soa-cart-total .bx-soa-cart-total-line-bonus .bx-soa-cart-d span {
    color: #D61414;
    font-family: 'MontBold';
    font-size: 12px;
    line-height: 16px;
}

.bx-soa-cart-total .bx-soa-cart-total-line-bonus .bx-soa-cart-d img {
    height: 16px;
    margin: 0 0 0 2px;
    width: 16px;
}

.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
    color: #000000;
    font-family: 'MontBold';
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-transform: uppercase;
}

.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    color: #000000;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: uppercase;
}

.bx-soa-cart-total .bx-soa-cart-total-line-bonus-total .bx-soa-cart-t {
    color: #440099;
    font-family: 'MontBold';
    font-size: 11px;
    line-height: 16px;
}

.bx-soa-cart-total .bx-soa-cart-total-line-bonus-total .bx-soa-cart-d {
    display: inline-flex;
}

.bx-soa-cart-total .bx-soa-cart-total-line-bonus-total .bx-soa-cart-d span {
    color: #440099;
    font-family: 'MontBold';
    font-size: 12px;
    line-height: 16px;
}

.bx-soa-cart-total .bx-soa-cart-total-line-bonus-total .bx-soa-cart-d img {
    height: 16px;
    margin: 0 0 0 2px;
    width: 16px;
}

.bx-soa-cart-total .bx-soa-cart-total-button-container {
    padding-top: 0;
}

.bx-soa-cart-total .bx-soa-cart-total-line:first-child {
    padding-top: 0;
}

@media only screen and (max-width: 990px) {
    .bx-soa-cart-total {
        border-radius: 0;
    }

    .bx-soa-cart-total .bx-soa-cart-total-line {
        font-size: 11px;
        line-height: 16px;
        padding: 10px 0;
    }

    .bx-soa-cart-total .bx-soa-cart-total-line-bonus .bx-soa-cart-t {
        font-size: 11px;
        line-height: 16px;
    }

    .bx-soa-cart-total .bx-soa-cart-total-line-bonus .bx-soa-cart-d span {
        font-size: 11px;
        line-height: 16px;
    }

    .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
        font-size: 13px;
        line-height: 16px;
    }

    .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
        font-size: 24px;
        line-height: 32px;
    }

    .bx-soa-cart-total .bx-soa-cart-total-line-bonus-total .bx-soa-cart-t {
        font-size: 11px;
        line-height: 16px;
    }

    .bx-soa-cart-total .bx-soa-cart-total-line-bonus-total .bx-soa-cart-d span {
        font-size: 11px;
        line-height: 16px;
    }

    .bx-soa-cart-total .bx-soa-cart-total-line:first-child {
        padding-top: 0;
    }

    .basket-wrapper .basket-coupon-block-field .btn {
        font-size: 9px;
        letter-spacing: 0;
        line-height: 16px;
        padding: 7px 7px;
        width: 88px;
    }
}

.product-main-information {
    align-items: flex-start;
    display: flex;
    margin: 0 -10px;
}

.product-item-detail-slider-container {
    flex-grow: 1;
    margin: 0 10px;
}

.product-item-detail-info-section {
    flex: none;
    margin: 0 10px;
    padding: 0;
    width: 236px;
}

.product-item-detail-pay-block {
    flex: none;
    margin: 0 10px;
    border-radius: 2px;
    padding: 24px 24px;
    width: 286px;
}

.product-item-detail-price-current-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.product-item-detail-price-current-text {
    color: #828282;
    font-family: 'MontRegular';
    font-size: 13px;
    line-height: 16px;
    width: 90px;
}

.product-main-information .b-datetime {
    margin: 0 0 20px;
}

.product-main-information .b-date__input-label--event,
.product-item-detail-info-section .b-time__label {
    font-family: 'MontRegular';
}

.product-main-information .b-date__input--event,
.product-main-information .select2-container,
.product-main-information .product-item-detail-info-container-title {
    font-family: 'MontRegular';
    font-size: 12px;
    line-height: 16px;
}

.product-main-information .b-date__input--event {
    padding: 27px 0 2px;
}

.product-main-information .select2-container {
    padding: 27px 0 2px;
}

.product-main-information .select2-selection__arrow {
    top: 0;
}

.product-item-amount {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.product-block {
    color: #440099;
    font-family: 'MontRegular';
    font-size: 11px;
    line-height: 16px;
    display: flex;
    margin: 0 0 16px;
}

.product-block-price {
    display: inline-flex;
}

.product-block-price span {
    color: #440099;
    font-family: 'MontBold';
    font-size: 13px;
    line-height: 16px;
}

.product-block-price img {
    height: 16px;
    margin: 0 4px 0 2px;
    width: 16px;
}

.product-item-amount .product-item-amount-field {
    font-family: 'MontSemiBold';
}

.product-item-amount .product-item-amount-field-container {
    display: flex;
    align-items: center;
}

.product-item-amount .product-item-amount-field-container span {
    color: #AFB1B5;
    font-family: 'MontBold';
    font-size: 19px;
    line-height: 24px;
    margin: 0 0 0 10px;
}

.product-item-amount .product-item-amount-field-container .product-item-amount-field-btn-plus,
.product-item-amount .product-item-amount-field-container .product-item-amount-field-btn-minus {
    color: #FFFFFF;
    margin: 0;
}

.product-item-amount-description-container {
    font-family: 'MontRegular';
    font-size: 13px;
    line-height: 16px;
    color: #AFB1B5;
}

.product-item-amount-description-container strong {
    color: #AFB1B5;
    font-family: 'MontRegular';
}

.product-item-detail-price-current {
    font-size: 32px !important;
    line-height: 40px;
    letter-spacing: 0.5px;
}

.product-item-detail-info-container {
    margin: 0 0 8px;
}

@media only screen and (max-width: 1279px) {
    .product-item-detail-info-section {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .product-main-information {
        flex-direction: column;
        margin: 0 0 5px;
    }

    .product-item-detail-slider-container {
        margin: 0;
        width: 100%;
    }

    .product-item-detail-pay-block {
        border: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .product-item-detail-tab-content {
        padding: 0;
    }

    .product-block {
        align-items: center;
        display: flex;
    }

    .product-block-price {
        margin: 0 5px 0 0;
    }

    .product-item-detail-price-current {
        font-size: 24px !important;
        line-height: 30px;
    }

    .product-item-detail-info-container {
        margin: 0;
    }

    .product-item-detail-price-current-wrapper {
        margin: 0 0 10px;
        justify-content: flex-start;
    }

    .product-item-detail-price-current-text {
        margin: 0 0 0 4px;
        width: auto;
    }

    .product-main-information .b-date__input--event,
    .product-main-information .select2-container {
        font-size: 13px;
        line-height: 16px;
    }

    .product-main-information .b-time {
        margin: 0;
    }

    .product-main-information .b-datetime {
        margin: 0 0 16px;
    }

    .product-item-scu-container {
        margin: 0 0 16px;
    }

    .product-item-amount-field-btn-plus,
    .product-item-amount-field-btn-minus {
        height: 16px;
        width: 16px;
        min-width: 16px;
    }

    .product-item-amount-field {
        font-size: 13px;
        line-height: 16px;
        max-width: 28px;
    }

    .product-item-amount-field-btn-minus:after,
    .product-item-amount-field-btn-plus:after {
        background-size: 6px;
    }

    .product-item-amount-field {
        height: 16px;
    }

    .product-item-amount .product-item-amount-field-container span {
        font-size: 13px;
        line-height: 16px;
        margin: 0 0 0 8px;
    }

    .product-item-amount {
        padding: 0;
        margin: 0 0 16px;
    }

    .product-item-amount-description-container {
        font-size: 11px;
        line-height: 16px;
    }

    .product-main-information .b-time__label {
        font-weight: normal;
    }

    .product-main-information .b-date__close-wrap {
        bottom: 34px;
        right: 5px;
    }
}

.product-main-information .btn.product-item-detail-buy-button {
    height: 32px;
    line-height: 16px;
    margin: 0;
    max-width: none;
    padding: 8px 16px;
}

.product-main-information .btn.product-item-detail-buy-button:before {
    content: none;
}

.product-main-information .btn.product-item-detail-buy-button span {
    position: relative;
    width: 100%;
}

.product-main-information .btn.product-item-detail-buy-button span:before {
    content: '';
    background-image: url(../img/shopping-cart.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    filter: brightness(0) invert(1);
    height: 16px;
    margin: -8px 0 0;
    top: 50%;
    right: 0;
    width: 16px;
}

@media only screen and (max-width: 767px) {
    .product-main-information .btn.product-item-detail-buy-button {
        font-family: 'MontRegular';
        max-width: none;
        margin: 0 0 16px;
        text-align: center;
    }

    .product-main-information .btn.product-item-detail-buy-button span {
        padding: 0 26px 0 0;
        width: auto;
    }
}

.product-item-detail-price-current {
    font-family: 'MontBold';
}

.basket-wrapper .basket-item-price-old-text,
.basket-wrapper .basket-item-price-difference,
.basket-wrapper .basket-coupon-block-total-price-difference {
    display: none;
}

.product-item-price-container {
    display: flex;
    justify-content: space-between;
}

.product-item-price-container .merchBonuses {
    color: #440099;
    font-weight: bold;
    margin-right: 18px;
    position: relative;
}

.product-item-price-container .merchBonuses:after {
    background: url(/img/lk/bonus-purple.svg) no-repeat;
    background-size: contain;
    content: '';
    height: 14px;
    position: absolute;
    right: -18px;
    width: 14px;
}
.form_submit {
    position: relative;
}

.error_field.error_field--login {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-align: center;
    top: -38px;
    visibility: hidden;
    width: 100%;
	position: static;
}

.formItem__icon {
    position: absolute;
    bottom: 5px;
    right: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url('../img/eye-not-visible.png') no-repeat 50% / contain;
}

.formItem__icon.show {
    background: url('../img/eye-visible.png') no-repeat 50% / contain;
}

.sms_field_wrapper form,
.sms_field_wrapper tbody {
    margin: 0 0 25px;
}

.sms_field_wrapper table,
.sms_field_wrapper tbody tr {
    display: flex;
    flex-direction: column;
}

.sms_field_wrapper tbody td {
    width: 100%;
}

.sms_field_wrapper tbody td:first-child {
    margin: 0 0 10px;
}

.sms_field_wrapper tfoot td + td {
    width: 100%;
}

.sms_field_wrapper tbody input {
    width: 100%;
    font-family: 'CoreRhino45Regular';
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 7px;
    border: none;
    border-bottom: 1px solid #000000;
}

.sms_field_wrapper tfoot {
    display: flex;
}

.sms_field_wrapper tfoot tr {
    display: flex;
    width: 100%;
}

.sms_field_wrapper tfoot input {
    background: #433187;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'CoreRhino65Bold';
    padding: 15px 26px 10px 21px;
    border: none;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.sms_field_wrapper #bx_register_resend_action {
    text-align: center;
}

.sms_field_wrapper #bx_register_resend_link {
    color: #433187;
    text-decoration: none;
}