.form_body.custom .radio br {
    display: none;
}
.menu_top_block .menu .opened > a img {
    filter: brightness(0) invert(1);
}
.top-description.country ul li:not(.active)::before {
    display: none;
}
.top-description.country ul li > a > img {
}
.ask-question-block {
    background: #fbfbfb;
    border: 1px solid #f5f5f5;
    color: #555;
    margin: 35px 0 35px;
    width: 100%;
}
.ask-question-block .form {
	padding-top: 0;
}
.ask-question-block h4 {
	margin-top: 1.3rem;
}
.form_result.success {
    color: green;
}
.logo-row .flexbox {
	width: 100%;
}
.logo-row .flexbox:before,
.logo-row .flexbox:after {
	display: none;
}
.logo-row .search_wrap_custom {
	flex: 1 1 auto;
}
.logo-row .pull-right {
	margin-left: auto;
}
.top_inner_block_wrapper .page-top-wrapper.grey {
	margin-top: 1rem;
}
.subscribe_frame .subscribe-form label.error {
	top: 0;
}
.subscribe-form .mess p {
	margin: 0;
}

/**/

.tab {
	display: flex;
	flex-wrap: wrap;
	/*margin-top: 70px;*/
  }

  .tab > input[type="radio"] {
	display: none;
  }

  .tab-content {
	display: block;
	width: 100%;
	margin-top: 20px;
  }

  #tab-btn-1:checked~#content-1,
  #tab-btn-2:checked~#content-2,
  #tab-btn-3:checked~#content-3 {
	display: block;
  }

  .tab > label {
	display: block;
	padding: 0.5rem 1rem;
	cursor: pointer;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	text-decoration: none;
	color: #DC2F2F;
	border: 0;
	border-radius: 0.375rem;
	background: 0 0;
  }

  .tab > input[type="radio"]:checked + label {
	cursor: default;
	color: #fff;
	background-color: #DC2F2F;
}

  .tab > input[type="radio"]:checked + label h4 {
		color: #fff;
	}

.tab h4 {
	margin: 0;
	color: #000;
}

.plan-all {
	margin-bottom: 20px;
}

.plan-img {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.plan-img a {
	color: #000;
    text-decoration: revert;
}

.plan-img .download-file {
	margin: 0 20px 0 0;
}

.plan-img svg {
	margin-right: 15px;
}
.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > a {
	color: #333;
}

.tabs_section .tab label {
	border-radius: 2px;
}

label[for="tab-btn-1"] {
	margin-right: 20px;
}

#citi-link {
	color: #e04949;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid;
}

.sale_order_full_table.failed:first-of-type:before {
    background: url(../images/svg/failed_icon.svg) 0px no-repeat;
}
.h5 {
	font-size: 1.2em;
	line-height: 22px;
	margin: 40px 0 26px;
	color: #383838;
}
@media (max-width: 500px) {
    .top_slider_wrapp.hidden_narrow {
        display: block !important;
    }
}

.crosslink ul li.active {
	color: #fff !important;
	background: #fff !important;
	border: 1px solid #1c2228 !important;
	
}

.crosslink ul li, .crosslink .cnt img {
	border-radius: 50% !important;
	padding: 3px;
	border: 1px solid #f3f3f5 !important;
}

.crosslink ul li:hover {
	border: 1px solid #DC2F2F !important;
}

.crosslink .list_values_wrapper {
	margin-top: 10px;
}

.operating-mode .blocks:before {
	width: 20px !important;
	height: 20px !important;
    background: url(/local/templates/aspro_next/images/svg/watch.svg) no-repeat !important;
}

.search .btn-voice-search {
    position: absolute;
    top: 10px;
    right: 35px;
    bottom: 0;
    border: none;
    background: none;
    font-size: 0;
	color: #7f7f7f;
}

.search .btn-voice-search-fixed {
    position: absolute;
    top: 7px;
    right: 165px;
    bottom: 0;
    border: none;
    background: none;
    font-size: 0;
	color: #7f7f7f;
}

.btn-voice-search-page {
	position: absolute;
	top: 66%;
	right: 2px;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	color: #7f7f7f;
}
 

@media (max-width: 600px) {
	.search .btn-voice-search-fixed {
		top: 0px;
		right: 115px;
	}
}

.voiceBtn.listening {
  animation: pulse 1s ease-in-out 3;
  color: #e04949; /* красный фон, как индикация записи */
}

.btn-voice-search-page.voiceBtn.listening {
	animation: 1s ease-in-out 3;
	color: #e04949; /* красный фон, как индикация записи */
}

@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.phone-block__item-link:hover { color: #d02222  !important }
.store_property blockquote,
.store_property blockquote p { font-size: 14px; }

.module-pagination { position: inherit !important }

.notification-warning {
  /* Цвет фона и границы */
  background-color: #fff3cd;   /* светло-жёлтый фон */
  border: 1px solid #ffeeba;   /* чуть более насыщенный жёлтый */
  color: #856404;              /* тёмный жёлтый текст */

  /* Отступы и скругления */
  padding: 1rem;               /* внутренние отступы */
  border-radius: 0.25rem;      /* скруглённые углы */

  /* Шрифт и выравнивание */
  font-size: 0.9rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Иконка предупреждения через псевдо‑элемент */
.notification-warning::before {
  content: "⚠️";
  margin-right: 0.5rem;
  font-size: 1.2rem;
  line-height: 1;
}

.my_orders_tabs .tabs {
	display: flex;
	justify-content: center;
	align-items: left;
	gap: 8px;
	background-color: #f9f9f9;
	padding: 8px;
	border-radius: 3px;
	width: 100%;
	border: 1px solid #eeeeee;
}

.my_orders_tabs .tab {
	flex: 1;
	justify-content: center;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 600;
	color: #777;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.2s ease;
	cursor:pointer;
}

.my_orders_tabs .tab.active {
	background-color: #fff;
	color: #383838;
	font-weight: 600;
	pointer-events: none;
}

.my_orders_tabs .tab:not(.active):hover {
	background-color: #fff;
}

@media (max-width: 480px) {
	.my_orders_tabs .tabs {
		flex-direction: column;
		max-width: 100%;
	}
	.my_orders_tabs .tab {
		width: 100%;
	}
}

.svg-document {
	width: 20px;
	height: 20px;
	background: url("/local/templates/aspro_next/images/svg/document.svg") no-repeat center;
	background-size: contain;
	display: inline-block;
}

.doc-link {
	display: inline-flex;
	align-items: center;
	gap: 4px; /* расстояние между иконкой и текстом */
	margin-right: 15px;
}

.doc-link .svg-document {
	display: inline-block;
	width: 18px;
	height: 18px;
}

.doc-link:hover {
	text-decoration: underline !important;
	color: #DC2F2F !important;
}

.sale-personal-section-index-block{
	opacity: .8;
	padding: 0;
	margin: 15px 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
	color: #fff;
	background-size: cover;
	border-radius: 3px;
	height: 87%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
}

@media (max-width: 992px)
{
	.sale-personal-section-index-block {
		height: auto;
		margin: 8px 0;
	}
}

.sale-personal-section-index-block.bx-theme-green{
	background: url(images/wt_green.png) center top;
}
.sale-personal-section-index-block.bx-theme-blue{
	background: url(images/wt_blue.png) center top;
}
.sale-personal-section-index-block.bx-theme-red{
	background: url(images/wt_red.png) center top;
}
.sale-personal-section-index-block.bx-theme-yellow{
	background: url(images/wt_yellow.png) center top;
}
.sale-personal-section-index-block.bx-theme-black{
	background: url(images/wt_black.png) center top;
}
.sale-personal-section-index-block:hover{
	opacity: 1;
}
.sale-personal-section-index-block-link,
.sale-personal-section-index-block-link:hover,
.sale-personal-section-index-block-link:active,
.sale-personal-section-index-block-link:focus,
.sale-personal-section-index-block-link:visited{
	text-decoration: none;
	display: block;
	padding:25px 15px;
	color: #fff;
}
.sale-personal-section-index-block-link{color: #fff;}
.sale-personal-section-index-block-ico {font-size: 64px;}
.sale-personal-section-index-block-name{font-size: 16px;}
.sale-personal-section-account-sub-header{
	margin-top:40px;
}

.sale-personal-section-row-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
}
.personal-bonus-account {
	background-color: #fbfbfb;
    border: 1px solid #f2f2f2;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}
.personal-bonus-account .title {
	font-size: 1.143em;
    font-weight: bold;
	line-height: 1.1;
	color: #383838;
}
.personal-bonus-account .value {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
    align-items: center;
    gap: .4rem;
    font-size: 1.1429rem;
    font-weight: 400;
    line-height: 1.1;
}
.personal-bonus-account .value > number {
    font-size: 1.257rem;
    font-weight: 600;
    color: #DC2F2F;
    letter-spacing: .03rem;
}
@media (min-width: 1280px) {
	.personal-bonus-account {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: .75rem;
        padding: 17px 20px 22px;
        margin-bottom: 1.857rem;
	}
	.personal-bonus-account .value {
	   align-self: center;
	}
}

.form.DOCS_INTERMEDIATE .form-control {
	position: relative;
}

/* прячем старую картинку под полем */
.form.DOCS_INTERMEDIATE .form-control img.calendar-icon {
	display: none;
}

/* делаем иконку фоном внутри input */
.form.DOCS_INTERMEDIATE .form-control input.has-calendar {
	padding-left: 32px;
	background-image: url('/bitrix/js/main/core/images/calendar-icon.gif');
	background-repeat: no-repeat;
	background-position: left 8px center;
	cursor: pointer;
}
=======
.tab2-link { border-radius: 2px !important}
header > .top-block > .maxwidth-theme > .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 0;
}
header > .top-block > .maxwidth-theme > .row > * {
    order: 1;
}
header > .top-block > .maxwidth-theme > .row > .top-ctrl {
	order: 5;
}
header > .top-block > .maxwidth-theme > .row > .top-block-item__phones {
    order: 4;
    flex: 0 1 min-content;
}
header > .top-block > .maxwidth-theme > .row > .top-block-item__phones > .phone-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    column-gap: 14px;
    row-gap: 7px;
    white-space: nowrap;
}
header > .top-block > .maxwidth-theme > .row > .top-block-item__phones .phone-block__item-link {
    padding: 0;
    margin: 0;
    line-height: 1;
}
header > .top-block > .maxwidth-theme > .row > .top-block-item__phones .inline-block {
    padding: 0;
}
header > .top-block > .maxwidth-theme > .row > .top-block-item__phones .phone {
    display: flex;
}
header > .top-block > .maxwidth-theme > .row > .top-block-item__phones .btn {
    font-weight: 600;
    padding: 5px 14px;
}
header > .top-block > .maxwidth-theme > .row > .top-block-item__schedule {
	order: 3;
	flex: 0 1 auto;
    margin-left: auto;
}
.schedule-block {
    display: flex;
    flex-flow: row nowrap;
    gap: .645rem;
    justify-content: flex-end;
    align-items: flex-start;
}
.schedule-block > div {
	display: flex;
    flex-flow: row wrap;
    column-gap: .5rem;
    row-gap: 0;
    justify-content: flex-end;
    align-items: center;
    font-size: 1em;
    font-weight: 700;
    line-height: 18px;
    color: #222;
    flex: 0 1 min-content;
}
.schedule-block > div > div {
    white-space: nowrap;
}
.schedule-block > svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: #222;
    stroke: #222;
    flex: 0 0 20px;
}
.schedule-block > div div:first-child {
	display: none;
}
footer .subscribe-block {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
footer .subscribe-block .subscribe_wrap {
	flex: 1 1 100%;
}
footer .subscribe-block .subscribe-form {
	margin: 0;
}
footer .subscribe-block .social-block {
    display: none;
}
footer .subscribe-block .social-block:has(li) {
    display: block;
}
footer .subscribe-block .social-icons {
	margin: 0;
}
footer .subscribe-block .social-icons ul {
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
footer .subscribe-block .social-icons li a {
	margin: 0;
}
footer button.callback-block {
    align-self: center;
    display: block;
    flex: 1 1 100%;
    font-weight: 600;
    font-size: 1rem;
    height: 42px;
}
@media (min-width: 480px) {
    footer button.callback-block {
	    flex-basis: auto;
	}
	footer .subscribe-block .social-block {
	    flex-basis: 30%;
	}
}
@media (min-width: 1200px) {
    footer button.callback-block {
        flex-basis: 100%;
    }
    footer .subscribe-block .social-block {
        flex-basis: 100%;
    }
    footer .subscribe-block .social-icons ul {
	    justify-content: center;
	}
}
@media (min-width: 1280px) {
	header > .top-block > .maxwidth-theme > .row > .col-md-6 {
        width: auto;
        flex: 0 1 auto;
	}
	.schedule-block > div,
	header > .top-block > .maxwidth-theme > .row > .top-block-item__phones {
	    flex-basis: auto;
	}
	header > .top-block > .maxwidth-theme > .row > .top-block-item__phones .btn {
        margin: -4px auto;
    }
}

.ty-center-wrap{display:flex;align-items:center;justify-content:center;padding:0px}
.ty-card{max-width:760px;width:100%;text-align:center}
.ty-icon{width:96px;height:96px;margin:0 auto 16px;display:grid;place-items:center}
.ty-icon svg{width:56px;height:56px;display:block}
.ty-title{margin:0 0 10px}
.ty-text{margin:0 0 18px}
.ty-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.stickers .sticker_hit, .stickers .sticker_premium { background-color: #1d2029 !important }
.catalog.vertical .tizers_block {
    overflow: hidden;
}
