.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 }