.hero__slider {
	height: 600px;
}
.hero__slide {
	display: flex !important;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.hero_slider-inner {
	max-width: 1000px;
}
.hero__slide-light {
	color: #fff;
}
.hero__slide-title {
	font-size: clamp(1.5rem, 1.071rem + 1.19vw, 2.5rem);
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 25px;
}
.hero__slide-link {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	color: #fff !important;
	padding: 24px 40px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;

	background-color: #448ccb !important;
}

.hero__slide-light .hero__slide-link {
	background-color: #fff !important;
	color: #448ccb !important;
}
.swiper-button {
	width: 40px !important;
	height: 40px !important ;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.3);

	transition: background-color 0.3s;
	color: #fff;
}
.swiper-button:hover {
	background-color: #fff;
}
.swiper-button > svg {
	width: 20px !important;
	height: 20px !important;
	stroke: #fff;

	transition: stroke 0.3s;
}
.swiper-button-prev svg {
	transform: rotate(-90deg);
}
.swiper-button-next svg {
	transform: rotate(90deg);
}
.swiper-button:hover > svg {
	stroke: black;
}
.swiper-button::after {
	display: none;
}

.swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	bottom: 30px !important;
}
.swiper-pagination-bullet {
	position: relative;
	display: inline-block !important;
	background-color: transparent !important;
	width: 10px !important;
	height: 10px !important;
	border: 2px solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50% !important;
	opacity: 1 !important;
	border: 2px solid #448ccb !important;
}
.swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	width: 250%;
	height: 250%;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
.swiper-pagination-bullet-active {
	background-color: #448ccb !important;
}

header:has(.header__cstm) {
	position: static !important;
	color: #222;
	z-index: 5;
}

header:has(.header__cstm) .mobile-menu span.icon-bar {
	background-color: #222 !important;
}

header:has(.header__cstm) .mobile-menu .ic-callback-mob {
	background-image: url('/local/templates/concept_phoenix_s1/images/svg/order_map_bl.svg');
}

header:has(.header__cstm) .mobile-menu div.mini-search-style.mob {
	background-image: url('/local/templates/concept_phoenix_s1/images/svg/search_mob_bl.svg');
}

header:has(.header__cstm) .mobile-menu .ic-cart-mob {
	background-image: url('/local/templates/concept_phoenix_s1/images/svg/cart_bl.svg');
}

header:has(.header__cstm) nav.main-menu {
	display: flex;
}

header:has(.header__cstm) nav.main-menu > li {
	flex: 1;
}

.header_actions {
	display: flex;
	align-items: center;
	gap: 30px;
}
.header__cstm .main-menu-board .wrapper-search,
.header__cstm .main-menu-board .wrapper-social {
	display: none;
}
.header__cstm nav.main-menu > li > a > span.wrap-name div.bord {
	display: none;
}
.df-aic {
	display: flex !important;
	align-items: center;
	gap: 10px;
}
.header_actions .df-aic {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: inherit;
	cursor: pointer;
	transition: color 0.3s;
}
.header_actions .df-aic:hover {
	color: #2285c4;
}

.header_actions .df-aic svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.header__cstm .inner-head-top {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.header__cstm .inner-head-top .wrapper-logotype {
	max-width: 370px;
}

.header__cstm .wrap-main-menu {
	background-color: #448ccb !important;
	color: #fff;
}
.header__cstm span.icon-bar {
	background-color: #448ccb !important;
}
.header__cstm div.ic-open-list-contact {
	background-color: gray;
}

@media (min-width: 991px) {
	div.phoenix-modal div.phoenix-modal-dialog {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.swiper-button-next,
.swiper-button-prev {
	opacity: 0;
	transition: opacity 0.5s;
}

.hero__slider:hover .swiper-button-next,
.hero__slider:hover .swiper-button-prev {
	opacity: 1;
}

.need__consult-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px 40px;
}

.need__consult {
	background-color: #448ccb;
}

.need__consult-title {
	padding: 40px 30px;
	background-image: url('/local/templates/concept_phoenix_s1/images/question_mark.webp');
	background-repeat: no-repeat;
	background-position: center;
}

.need__consult-title > span {
	display: inline-block;
	padding: 0 30px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	vertical-align: middle;
	white-space: normal;
	font-size: 22px;
	line-height: 1.1;
	color: #fff;
	font-weight: bold;
}

.need__consult-descr {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	padding: 30px 0;
}

.need__consult-btn > a:not(:hover) {
	background-color: #fff;
	color: #448ccb !important;
}

.footer__cstm {
	background-image: none !important;
	background-color: #f5f5f5;
	color: #222;
}

.footer__cstm .menu-items div.menu-item > a,
.footer__cstm div.political a > span.bord-bot .footer__cstm .email a > span,
.footer__cstm div.email a > span,
.footer__cstm .political a > span.bord-bot {
	color: #222;
}

.footer__cstm div.phone div.phone-value,
.footer__cstm div.email a {
	background-image: none !important;
	padding-left: 0 !important;
}

.contact-item .df-aic {
	transition: color 0.3s;
	color: #222;
}

.contact-item .df-aic:hover {
	color: #448ccb;
}

.footer__cstm-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}

.footer__cstm-item {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.footer__cstm .menu-items {
	display: flex;
	gap: 0px 40px;
	padding: 0;
}

.footer__cstm-items {
	margin-bottom: 50px;
}

.footer__logo {
	text-align: left;
}

.footer__cstm .menu-items .menu-item {
	text-transform: inherit;
	letter-spacing: inherit;
}

.footer__cstm .menu-items .menu-item > a {
	color: #448ccb !important;
	font-weight: 600;
}

.footer__cstm-item .button-wrap {
	margin-bottom: 10px;
	margin-top: 0;
}

.footer__cstm .soc-group {
	margin: 0 !important;
	margin-top: 25px !important;
}

.footer_contacts-title {
	font-size: 14px;
	font-weight: 600;
}

header:has(.header__cstm) div.fix-board {
	background-color: #448ccb !important;
}

header:has(.header__cstm) div.wrapper-board-contact a {
	color: #fff !important;
}

header:has(.header__cstm) div.comment {
	color: #fff !important;
}

@media (max-width: 1024px) {
	.footer__cstm .menu-items {
		width: 100%;
		flex-wrap: wrap;
	}
}

@media (max-width: 768px) {
	.need__consult-inner {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.need__consult-descr,
	.need__consult-title {
		padding: 0;
	}
	.need__consult-title {
		background: none !important;
	}
	.need__consult {
		padding: 30px 0;
	}
}

@media (max-width: 576px) {
	.hero__slider {
		height: 350px;
		text-align: center;
	}
	.hero__slide-link {
		padding: 15px 30px;
	}
	.hero__slide-title {
		padding: 15px 20px;
	}
	.hero__slide-light .hero__slide-title {
		background-color: rgba(0, 0, 0, 0.6);
	}
	.hero__slide-title:not(.hero__slide-light .hero__slide-title) {
		background-color: rgba(255, 255, 255, 0.6);
	}
	header:has(.header__cstm).fixed.top .mobile-menu {
		z-index: 25;
		background-color: #fff !important;
	}
	header:has(.header__cstm) {
		display: flex;
		align-items: center;
		min-height: unset;
	}
	.footer__cstm-item,
	.footer__cstm-item .button-wrap,
	.footer__cstm-item .button-wrap > a {
		width: 100%;
	}
	.footer__cstm .menu-items {
		flex-direction: column;
		align-items: start;
	}
}

header.fixed.top div.fix-board {
	z-index: 100;
}
.footer__logo img.logotype.r52,
.wrapper-logotype img.logotype.r52{
max-width: 370px;
}
header.tone-dark .board-info.order-last.r52 div.basket-quantity-info-icon.cart {
    background-image: url('../images/svg/cart_bl.svg');
}
header.tone-dark .board-info.order-last.r52 table.cabinet td.picture div.def-picture {
    background-image: url('../images/svg/user_bl.svg');
}
header.tone-dark .board-info.order-last.r52 table.cabinet td.name {
    color: #000;
}
header table.cabinet td.name div.width-limit span {
	display: block;
    width: 170px;
	text-align: left;
}
.wrapper-logotype.r52 .logotype.lazyload.hidden-md.hidden-sm.hidden-xs,
.footer__logo.r52 .logotype.lazyload.hidden-md.hidden-sm.hidden-xs{
	width: 370px;
}
.footer__cstm-item.logo{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}