html:has(.buy_one_click-overlay.buy_one_click-popup_open) {
    overflow: hidden;
}
html:has(.buy_one_click-overlay.buy_one_click-popup_open) .page-footer {
    position: relative;
}
.util-form-fieldset.fieldset .bx-sls {
    width: 100%;
}
.util-form-fieldset.fieldset .bx-sls .bx-ui-sls-input-block {
    width: 100%;
    border-radius: 1rem;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    color: #27282B;
    box-shadow: none;
    height: 40px;
}

.buy_one_click-overlay.buy_one_click-popup_open {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0;
    z-index: 2;
    background-color: rgba(117, 117, 117, 0.5);
    backdrop-filter: blur(0.5rem);
}
.buy_one_click-overlay.buy_one_click-popup_open .popup.bg-light {
    display: block;
    position: sticky;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 2;
    padding-bottom: var(--footer--h);
    height: 100vh;
    background-color: #F1F4F6;
}
.buy_one_click-overlay {
    background-color: #000000cf;
    position: fixed;
    display: none;
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.buy_one_click-popup {
    position: fixed;
    width: 300px;
    z-index: 5001;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}

.buy_one_click-popup_open {
    display: block;
}

.buy_one_click-close_button {
    background: url("images/close.png") no-repeat transparent;
    height: 22px;
    width: 22px;
    z-index: 999;
    cursor: pointer;
}

.buy_one_click-close_button:hover {
    background-position: 0 -22px;
}

.buy_one_click-title {
    font-size: 19px;
    color: black;
}

.buy_one_click-header {
    display: flex;
    margin: 0 0 5px 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

.buy_one_click-content {
    position: relative;
}

.buy_one_click-form_row {
    margin: 10px 0 0 0;
}

.buy_one_click-form_text {
    margin-bottom: 3px;
    text-align: start;
}

.buy_one_click-form_input {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #333;
    height: 36px;
    padding: 3px 18px;
    font-size: 14px;
    position: relative;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.buy_one_click-form_button {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    color: #fff;
    background: #86cb28;
    background: -webkit-gradient(linear, left top, left bottom, from(#86cb28), to(#009d00));
    background: -webkit-linear-gradient(#86cb28, #009d00);
    background: linear-gradient(#86cb28, #009d00);
    padding-left: 22px;
    padding-right: 22px;
    font-size: 17px;
    min-height: 35px;
    line-height: 20px;
}

.buy_one_click-row_center {
    text-align: center;
}

.buy_one_click-preloader {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 95%;
    left: 0;
    background-color: #ffffff8a;
    display: none;
}

.buy_one_click-preloader-img {
    display: block;
    margin: 30% auto;
}

.btn.btn--red {
    background: linear-gradient(#e1bd1b, #e15c1b);
    color: #fff;
}

/**********************************************************************************************************************/

.buy_one_click-form_field .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

.buy_one_click-form_field .iti.readonly .iti__flag-container,
.buy_one_click-form_field .iti--allow-dropdown input[readonly] {
    cursor: default;
}

.buy_one_click-form_field .iti.readonly input {
    padding-left: 36px;
}

.buy_one_click-form_flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 10px;
}

.buy_one_click-form_flex-left {
    width: 182px;
}

.buy_one_click-form_flex-right {
    width: 108px;
}

.buy_one_click-form_error,
form .notes.res {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

#buy_one_click-form .one_click-sms_btn,
#buy_one_click-form .one_click-sms_btn-fake {
    display: block;
    margin-top: 22px;
}

#buy_one_click-form .one_click-sms_btn a.btn,
#buy_one_click-form .one_click-sms_btn-fake a.btn {
    display: block;
    text-align: center;
    height: 34px;
    line-height: 34px;
}

#buy_one_click-form .one_click-sms_btn-fake {
    opacity: .5;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.callback_switch_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    min-height: 48px;
}

.callback_switch_wrap .callback_switch {
    position: relative;
    display: block;
    width: 56px;
    min-width: 56px;
    height: 30px;
    padding: 0;
    margin: 0 8px;
}

.callback_switch_wrap .callback_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.callback_switch_wrap .callback_switch .callback_switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #19C368;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px;
}

.callback_switch_wrap .callback_switch .callback_switch-slider:before {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: transform .4s;
    border-radius: 50%;
    background-size: 14px 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(//airsoft-rus.ru/bitrix/images/order-sms.svg);
}

.callback_switch_wrap .callback_switch input:checked + .callback_switch-slider {
    background-color: #0195D4;
}

.callback_switch_wrap .callback_switch input:focus + .callback_switch-slider {
    box-shadow: 0 0 1px #0195D4;
}

.callback_switch_wrap .callback_switch input:checked + .callback_switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-image: url(//airsoft-rus.ru/bitrix/images/order-tel.svg);
}

.callback_question {
    background: url(/bitrix/templates/main_expert_it/images/question1.png) no-repeat 0 0;
    display: inline-block;
    height: 16px;
    width: 18px;
    vertical-align: middle;
    align-self: flex-start;
}

.callback_switch_wrap details {
    align-self: flex-start;
}

.callback_switch_wrap .callback_text {
    font-size: 16px;
    text-align: left;
    line-height: 1;
}

.callback_switch_wrap .callback_text-left {
    min-width: 116px;
    max-width: 116px;
}

.callback_switch_wrap .callback_text-left span {
    display: inline-block;
    background-color: #DCFFEC;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 20px;
    padding: 0 6px;
    color:#19C368;
}

.callback_switch_wrap .callback_text-right {
    max-width: 72px;
}

details summary::-webkit-details-marker {
    display: none;
}

/*details > summary {*/
/*    list-style: none;*/
/*    cursor: pointer;*/
/*}*/

/*details > summary:focus {*/
/*    border: none;*/
/*    outline: none;*/
/*}*/

/*details {*/
/*    position: relative;*/
/*    width: 18px;*/
/*    height: fit-content;*/
/*    margin: 0 0 0 6px;*/
/*}*/

details .popover {
    position: absolute;
    top: 0;
    z-index: 1060;
    display: block;
    width: 200px;
    max-width: 200px;
    margin-bottom: .5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
}

details .popover.popover-left {
    left: 50%;
    transform: translate(-50%, calc(-100% - 0.5rem));
}

details .popover.popover-right {
    right: 0;
    transform: translate(6%, calc(-100% - 0.5rem));
}

details .popover .popover-arrow {
    bottom: calc((.5rem + 1px) * -1);
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0;
}

details .popover.popover-left .popover-arrow {
    left: 50%;
    transform: translateX(-50%);
}

details .popover.popover-right .popover-arrow {
    right: 6%;
}

details .popover .popover-arrow::after,
details .popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    box-sizing: border-box;
    border-width: .5rem .5rem 0;
    border-color: transparent;
    border-style: solid;
}

details .popover .popover-arrow::before {
    bottom: 0;
    border-top-color: #ccc;
}

details .popover .popover-arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

details .popover .popover-body {
    padding: .75em 1em;
}

/**********************************************************************************************************************/

#buy_one_click-content .btn--blue {
  margin: 10px auto 0;
  display: flex;
  width: 100%;
  height: 34px;
  max-width: 160px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(#86CB28, #009D00);
  color: #FFFFFF;
  font-size: 16px;
}

#buy_one_click-content .btn--transparent {
  margin: 10px auto 0;
  display: flex;
  width: 100%;
  height: 34px;
  max-width: 160px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: transparent;
  color: #000000;
  font-size: 16px;
}

.bxm-1-click-telegram-button[hidden],
.bxm-1-click-telegram-block[hidden],
.bxm-1-click-button[hidden] {
  display: none !important;
}

.buy_one_click-popup {
  max-height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
}