/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/





.detail-sidebar-help.detail-sidebar-contact-us{
	margin-top: 22px;
}
.detail-sidebar-help.detail-sidebar-contact-us .detail-chat-help__text{
	margin-bottom: 0;
}
.detail-sidebar-help.detail-sidebar-contact-us .social-icons li a{
	width: 26px;
	height: 26px;
}





.detail-sidebar-help{
	margin-top: 32px;
}

.detail-sidebar-help .social-icons li a{
	background: none;
	display: flex;
	justify-content: center;
    align-items: center;
}
.detail-sidebar-help .social-icons li a.viber{
	background-color: #6f3faa;
}
.detail-sidebar-help .social-icons li a.max{
	background-color: #8342e4;
}
.detail-sidebar-help .social-icons li a.telegram{
	background-color: #2aabee;
}
.detail-sidebar-help .social-icons li a.whatsapp{
	background-color: #29a71a;
}
.detail-sidebar-help .social-icons li a img{
	max-width: 28px !important;
	width: 28px !important;
	max-height: 28px !important;
	height: 28px !important;
}


.max .footer_max_link{
	background-image: url(/upload/aspro.max/iconset/header_chats/5ae/aiv597agb66mqd7g4ielkh9vl2hh1g7p/max_messenger_sign_logo.png);
	background-position: center center;
	background-size: 21px;
	filter: grayscale(1);
}
.max .footer_max_link:hover{
	filter: none;
	background-color: #8342e4;
}

footer .social-icons ul li.viber .footer_viber_link{
	background-image: url(/upload/aspro.max/iconset/header_chats/404/8optkrrjrhuyqj7328rbfm9928000z4p/viber.png);
	background-position: center center;
	background-size: 26px;
	filter: grayscale(1);
}
footer .social-icons ul li.viber .footer_viber_link:hover{
	filter: none;
	background-color: #6f3faa;
	background-position: center center;
}



.social-icons.social-icons-fvv ul li a{
	border-radius: 50%;
}

#bottom_catalog,
#bottom_catalog2{
	overflow: hidden;
    height: 500px;
}
#bottom_catalog.openens,
#bottom_catalog2.openens{
	height: auto;
}

#bottom_catalog2 .item-list-toggle{
	display: none;
}

.item-list-toggle{
	position: absolute;
    bottom: -20px;
    left: calc(100% - 8px);
    width: 8px;
    transform: rotate(90deg);
}
.openens .item-list-toggle{
	transform: rotate(270deg);
}


.price_name.font_xs {
	line-height: 0.992em;
	color: #333;
	color: var(--white_text_black);
}

footer .footer-contacts-info {
  margin: 0 0 24px;
  color: #ffffff;
  line-height: 1.5;
}

footer .footer-contacts-info__item + .footer-contacts-info__item {
  margin-top: 8px;
}

footer .footer-contacts-info__label {
  color: #999999;
}

footer .footer-contacts-info a {
  color: inherit;
  text-decoration: none;
}

footer .footer-contacts-info a:hover {
  opacity: 0.5;
}

.catalog_block .item_info--bottom_block .cost.prices .price_name.muted.font_xs {
	color: #333;
	color: var(--white_text_black);
}

.detail-text-wrap .detail-chat-help {
	margin-top: 32px;
	padding: 22px 24px;
	border: 1px solid #ececec;
	border-color: var(--stroke_black);
	border-radius: 8px;
	background: #fafafa;
	background: var(--darkerblack_bg_black);
}

.detail-text-wrap .detail-chat-help__text {
	margin: 0;
	color: #333;
	color: var(--white_text_black);
	line-height: 1.55;
}

.detail-text-wrap .detail-chat-help__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.detail-text-wrap .detail-chat-help__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border: 1px solid #ececec;
	border-color: var(--stroke_black);
	border-radius: 6px;
	color: #333;
	color: var(--white_text_black);
	background: #fff;
	background: var(--card_bg_hover_black);
	transition: color 0.2s ease, border-color 0.2s ease;
}

.detail-text-wrap .detail-chat-help__link:hover {
	color: #333;
	color: var(--white_text_black);
}

.detail-text-wrap .detail-chat-help__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
}

.detail-text-wrap .detail-chat-help__icon .iconset_icon {
	max-width: 16px;
	max-height: 16px;
}

div#yandex-social_auth {
	max-width: 300px;
	margin: 0 auto;
}

@media (max-width: 992px) {
	#bottom_catalog,
	#bottom_catalog2{
		height: auto;
	}
	.item-list-toggle{
		display: none;
	}
	
	.detail-sidebar-help.detail-sidebar-contact-us {
		margin-top: 10px;
		margin-bottom: 10px;
	}

}
@media (min-width: 992px) {
	
	.popup.auth_frame {
		width: 800px !important;
		max-width: 800px;
	}

	#wrap_ajax_auth {
		width: 800px;
		max-width: 800px;
	}

	#wrap_ajax_auth #auth-page-form,
	#ajax_auth #auth-page-form {
		display: flex;
		align-items: stretch;
	}

	#wrap_ajax_auth #auth-page-form .auth-main-column,
	#ajax_auth #auth-page-form .auth-main-column {
		flex: 1 1 auto;
		min-width: 400px;
	}

	#wrap_ajax_auth #social_auth,
	#ajax_auth #social_auth {
		width: 50%;
		margin: 0;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#wrap_ajax_auth #social_auth::before,
	#ajax_auth #social_auth::before {
		content: "";
		position: absolute;
		left: 0;
		top: 9%;
		width: 1px;
		height: 258px;
		background: var(--stroke_black);
	}

	#wrap_ajax_auth #social_auth::after,
	#ajax_auth #social_auth::after {
		content: "или";
		position: absolute;
		left: 0;
		top: 38%;
		transform: translate(-50%, -50%);
		width: 32px;
		height: 86px;
		background: var(--black_bg_black);
		color: #999;
		font-size: 12px;
		line-height: 80px;
		text-align: center;
	}

	#wrap_ajax_auth #social_auth #yandex-social_auth,
	#ajax_auth #social_auth #yandex-social_auth {
		margin: 0;
		width: 100%;
	}
}
