.auth.form-block .social__items.grid-list--items-4 {
	display: flex;
	justify-content: center;
}
.auth.form-block .social__items--type-color .social__item.tg_icon{
	border-radius: 5px;
}
.tg_block {
	border: 1px solid #ededed;
	border-color: var(--stroke_black);
	background: var(--card_bg_black);
	padding: 27px 28px;
	margin-bottom: 25px;
	border-radius: var(--theme-outer-border-radius);
}
.categorylinks a {
    color: #bd284c;
    text-decoration: underline;
    margin-right: 15px;
}
.right_block.narrow_N .element-list.\.default-template {
    margin: 25px 0;
}
#bx-soa-properties .bx-soa-customer-field {
    min-height: 55px;
}
#bx_auth_serv_Tgm{
	margin: 20px 0 -20px;
}
#bx_auth_serv_Tgm iframe{
	border-radius: 5px;
	background:#54a9eb;
}
#bx-soa-properties .social__item.tg_icon{
	margin: -30px 0 0;
}
#bx-soa-properties #telegram-login-KorobokAuth_bot{
	border-radius: 5px;
	background:#54a9eb;
}
#bx-soa-properties .auth__services{
	padding-left: 35px;
	margin: 20px 0 10px;
}
#bx-soa-properties .auth__services .left_block{
	width:100%;
}
.social__item.grid-list__item.tg_icon iframe{
	margin-bottom:20px;
	border-radius: 5px;
	background:#54a9eb;
}
.split_personal .auth__services{
	display:flex;
	align-items:center;
}
.split_personal .auth__services .socserv .social > div{
	display:none;
}
.auth__services .socserv ul{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:center;
}
#bx-soa-order-main .auth__services .socserv ul{
	justify-content:left;
}
.split_personal .auth__services .socserv ul{
	width:280px;
	justify-content:left;
}
.split_personal .auth__services .left_block{
	width:calc(100% - 280px) !important;
	padding-right:0 !important;
	margin-bottom:20px;
}

.orders__order.outer-rounded-x.bordered.shadow-hovered.shadow-hovered-f600.shadow-no-border-hovered.color-theme-parent-all {
	border-radius: 30px;
}

.city_destination,
.change_city,
.bx-soa-cart-total .bx-soa-cart-total-line-totals + .bx-soa-cart-total-line + .bx-soa-cart-total-line,
#bx-soa-delivery .bx-soa-pp-item-container,
#bx-soa-delivery [for="orderDescription"] {
    display: none;
}

.sticker__item {
    font-weight: 700;
}

.sticker__item--bestseller,
.sticker__item--stock {
    background-color: #bd284c;
    color: #fff;
}

.sticker__item--psextra {
    background-color: #ffeb81;
    color: #222;
}

.sticker,
.catalog-block__item .catalog-block__item--img-corner .sticker {
    top: auto;
    bottom: 5px;
    left: 7px;
}

.__jivoMobileButton {
    bottom: 54px !important;
}

table.isale-personal-keys-list {
    background-color: var(--darkerblack_bg_black);
}

table.isale-personal-keys-list th,
table.isale-personal-keys-list td {
    color: var(--white_text_black);
    border-color: var(--stroke_black_hover);
    background-image: none;
}

.image-list {
    position: relative;
}

.catalog-block__item-section-sticker {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    z-index: 10;
}

#freekassa legend {
    color: #fff;
    font-size: initial;
    border: 0;
    margin-bottom: 5px
}

#freekassa input[type="button"] {
    --button-height: 42px;
    --button-font-size: 0.9375rem;
    --button-pl: 20px;
    --button-pr: 20px;
    font-size: .9375rem;
    font-size: var(--button-font-size);
    line-height: 1em;
    font-weight: 600;
    text-transform: none;
    text-transform: var(--theme-text-transform);
    letter-spacing: normal;
    letter-spacing: var(--theme-letter-spacing);
    text-decoration: none;
    margin: 0;
    border: 1px solid;
    border-radius: 8px;
    border-radius: var(--border-radius);
    padding: 1px 20px;
    padding-left: var(--button-pl);
    padding-right: var(--button-pr);
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    height: var(--button-height);
    user-select: none;
    background-image: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color .1s ease;
    -moz-transition: background-color .1s ease;
    -ms-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    -webkit-transition: background-color .1s ease;
    background-color: var(--theme-base-color);
    border-color: var(--theme-base-color);
    color: #fff;
    margin-left: 20px
}

.sale_order_full_table:first-of-type {
    text-align: initial;
    border: 1px solid #ececec !important;
    padding: 30px !important;
    border-color: var(--stroke_black) !important;
}

.sale_order_full_table:first-of-type:before {
    display: none;
}

.sale_order_full_table:last-of-type {
    padding: 0 !important;
    margin-top: 70px;
    text-align: center;
    color: var(--white_text_black);
    border: none !important;
}


.ps_popup_content{
  position:fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;
  overflow:hidden;
  z-index:3010;
  background:rgba(0,0,0,0.5);
  display:none;
}
.ps_popup_box{
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
}
.ps_popup_box.high{
  display:block;
  overflow:auto;
  margin-right:-20px;
}
.ps_popup{
	background:#121212;
  position:relative;
  box-sizing:border-box;
  width:960px;
  padding:30px;
	box-shadow:0 0 150px rgba(255,255,255,0.3)
}
.ps_popup img{
	max-width:100%;
}
.ps_popup_box.high .ps_popup{
	margin:0 auto;
}
.ps_popup .ps_close{
	position:absolute;
  width:50px;
  height:50px;
  top:0;
  right:0;
  font-size:40px;
  display:flex;
  justify-content:center;
  align-items:center;
}

@media (max-width: 767px) {
    .grid-list .sticker {
        display: flex;
    }

    .catalog-block__item-section-sticker {
        width: 50px;

    }
	.banners-big--adaptive-3 .banners-big__item .pos-static{
		opacity:1;
		z-index:100;
	}
	.banners-big__text--wide.banners-big__text--center .banners-big__text-wrapper,
	.banners-big__text--wide .banners-big__title{
		opacity:0;
	}
	.ps_popup_box.high{
	margin-right:0;
	}
	.ps_popup{
	width:100%;
	padding:5vw
	}
	.ps_popup .ps_close{
	width:12.5vw;
	height:12.5vw;
	font-size:10vw
	}

}



#bx-soa-order-form select {
    background: #121212;
    border: 1px solid #3a3a3a;
    box-shadow: none;
    border-radius: 2px;
    box-shadow: none;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    line-height: calc(1em + 4px);
    height: 47px;
    padding: 6px 14px;
    width: 100%;
}

#bx-soa-order-form select:hover {
    background: #1b1b1b;
    border: 1px solid #3a3a3a;
}

#bx-soa-order-form select:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .015) inset;
    border-color: #999;
    background-color: #2b2b2b;
}

#bx-soa-order-form select option {
    height: 47px;
    padding: 6px 14px;
}

#bx-soa-order-main .bx-soa .form-group label[for="soa-property-36"] {
    margin-bottom: 8px;
    margin-top: -10px;
    line-height: 16px;
} 

/* Modal "Как я получу этот заказ?" */
.how-get-order-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

.how-get-order-modal-overlay.active {
    display: flex;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
}

.how-get-order-modal-content {
    background-color: #1e1e1e;
    border-radius: 10px;
    padding: 24px 24px 20px;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    border: 1px solid #4e4e4e;
    transform: scale(0.9) translateY(-20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.how-get-order-modal-overlay.active .how-get-order-modal-content {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.how-get-order-modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    color: #c9c9c9;
    font-size: 24px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-get-order-modal-body h3 {
    margin: 0 0 12px;
    font-size: 18px;
    color: #ffffff;
}

.how-get-order-modal-body p {
    margin: 0 0 8px;
    font-size: 16px;
    color: #ffffff;
}

.how-get-order-modal-body {
    font-size: 16px;
    color: #ffffff;
}

/* Триггер "Как я получу этот заказ?" — сплошное подчёркивание */
#how-get-order-trigger .choise {
    border-bottom: none !important;
    text-decoration: underline !important;
    text-decoration-style: solid !important;
    text-underline-offset: 2px;
    font-size: 16px !important;
}

.bx-soa-customer-field [for="soa-property-36"] {
    display: flex;
    flex-direction: column;
}

.message{
  position: relative;
  display: inline-block;
 cursor: pointer;
    color: #fff;
}

.message > span {
  visibility: hidden;
  width:100%;
  color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .015) inset;
    border: 1px solid #999;
    background-color: #2b2b2b;
  text-align: left;
  border-radius: 2px;
padding: 6px 14px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  margin-left: 0;
}

.message:hover {
    color: #737373;
}
.message:hover > span {
  visibility: visible;
}

.soa-property-container {
    border-radius: 25px!important;
    
}

#bx-soa-properties {
    background: #262626;
    border-radius: 30px;
    margin-bottom: 14px;
}


@media (max-width: 991px) {
    .banners-img-list__item-image {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .banners-img-list__item-image {
        margin: 0;
    }
}

/* Hide product detail info block with manual order / execution time */
.catalog-detail__forms {
    display: none !important;
}



#bx-soa-properties .bx-soa-more {display: none;}

.account-fields,
.user-fields {
        border: 1px solid #e8e9eb;
        border-color: #3a3a3a;
        margin-bottom: 30px;
} 

.account-fields > .row {
    margin-left: 0;
    margin-right: 0;
    padding: 9px 8px 10px;
}

.account-fields > span {
    padding: 24px 35px 10px;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .bx-soa-section {
        border: 0;
        margin-bottom: 0;
    }

    #bx-soa-paysystem.bx-soa-section,
    #bx-soa-delivery.bx-soa-section {
        border: none;
        border-radius: 30px;
        background: #262626;
    }
}

@media (max-width: 767px) { 
    .account-fields > span {
        padding: 24px 16px 10px;
    }
}

.bx-soa-custom-label {
    color: #fff!important;
    font-size: 16px!important;
    display: flex!important;
    align-items: center!important;
}

.bx-soa-custom-label .soa-property-container{
	display: inline-block;
	margin-right: 10px;
}

.bx-soa-custom-label .soa-property-container input[type="checkbox"]{
    background: #D9D9D9!important;
    height: 19px!important;
    width: 19px!important;
    border-radius: 5px!important;
}
#bx-soa-order-form .account-fields{
	display:none !important;
}

#bx-soa-properties .soa-property-container.ps_modified{
	background: var(--darkerblack_bg_black);
	position: relative;
}
#bx-soa-properties label.hide-for-input{
	display: none !important;
}
#bx-soa-properties .soa-property-container.ps_modified input[type="text"]{
background: transparent;
	z-index: 1;
	position: relative;
}
#bx-soa-properties .soa-property-container.ps_modified.has-required-star{
	position: relative;
}
#bx-soa-properties .soa-property-container.ps_modified.has-required-star::after{
	content: '*';
	color: #ff0000;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 2;
	font-size: 16px;
	opacity: 0.7;
}
#bx-soa-properties .soa-property-container.ps_modified.has-required-star.filled::after,
#bx-soa-properties .soa-property-container.ps_modified.has-required-star.input-focused::after{
	display: none;
}

.new_page .grid-list.grid-list--no-gap.grid-list--items--wide {
    display: block;
}
/* .element-list.\.default-template {
    margin-top: 35px;
} */
.right_block.narrow_N .maxwidth-theme {
    padding-left: 0;
}