/*Svoi CSS kod pishite v faile CUSTOM.CSS,chotobi pri ustanovke obnovlenii ne bilo problem */
/* --------------------------------------- */
/* Put you custom CSS in CUSTOM.CSS,not in this file! */

/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */
html {
	width: 100%;
	height: 100%;
}
body {
	/*width: 100%;
  min-height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  font-size: 1rem;
  font-family: var(--theme-font-family), Arial, sans-serif;
  line-height: calc(1em + 10px);*/
}
* html .clearfix {
	height: 1%;
}

html[xmlns] .clearfix {
	display: block;
}

.switcher-title {
	font-family: var(--theme-font-title-family), Arial, sans-serif;
	font-weight: var(--theme-font-title-weight);
}
.body {
	height: auto !important;
	flex-grow: 1;
}
body > .body:not(.index) > .main {
	padding-bottom: 80px;
}
@media (max-width: 600px) {
	body > .body:not(.index) > .main {
		padding-bottom: 40px;
	}
}
.body > .main {
	position: relative;
	z-index: 1;
}
.container {
	/*width: 100% !important;
  padding: 0;*/
}
.container > .row > .maxwidth-theme > .content-md {
	display: flex;
	flex-direction: row-reverse;
}

.container .left_block {
	--width: 309px;
	--padding: 39px;
	width: var(--width);
	flex-shrink: 0;
}
.container .right_block {
	width: 100%;
	min-width: 0;
}
.container .right_block.narrow_Y {
	width: calc(100% - 270px);
}
body .main-wrapper > .section-content-wrapper {
	min-width: 0; /* fix tabs nowrap in flexbox */
}
.side_left .container .left_block {
	padding-right: var(--padding);
}
.side_right .container .left_block {
	padding-left: var(--padding);
	padding-right: 0px;
}

.side_right .container > .row > .maxwidth-theme > .content-md {
	flex-direction: row;
}
.side_left .main-wrapper {
	flex-direction: row-reverse;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.row.clearfix,
.clearfix.block {
	display: block;
}

*[id^="bx_incl"] {
	display: inline;
	vertical-align: top;
	*display: inline;
	zoom: 1;
}
.bx_editmode .bx_areas *[id^="bx_incl"],
.right_block *[id^="bx_incl"] {
	display: block;
}

.margin0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.nopadding {
	padding: 0px !important;
}
.nopadding-left {
	padding-left: 0px !important;
}
.nopadding-right {
	padding-right: 0px !important;
}
.bordered {
	border: 1px solid #ededed;
	border-color: var(--stroke_black);
}
.overflow-block {
	overflow: hidden;
}

* {
	outline: none !important;
}
*[data-event="jqm"] {
	cursor: pointer;
}

.srollbar-custom {
	overflow: auto;
}

.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.loading-state {
	min-height: 300px;
	background: transparent url("images/loaders/double_ring.svg") no-repeat center
		center;
}
.loading-state-before:before {
	content: "";
	display: block;
	background: rgba(255, 255, 255, 0.5) url("images/loaders/double_ring.svg")
		center 50px no-repeat;
	position: absolute;
	z-index: 105;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	background-position: center center;
}

.item-link-absolute {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
}

/*custom browser scrollbar */
.scrollbar:not(.scroller) {
	overflow: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
}
.scrollbar::-webkit-scrollbar,
.scrolled::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.scrollbar::-webkit-scrollbar-track,
.scrolled::-webkit-scrollbar-track {
	border-radius: 5px;
}
.scrollbar::-webkit-scrollbar-thumb,
.scrolled::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #ccc;
	background: var(--gray_bg_black);
	border: 1px solid #fff;
	border-color: var(--black_bg_black);
}
.scrollbar::-webkit-scrollbar-thumb:window-inactive-thumb,
.scrolled::-webkit-scrollbar-thumb:window-inactive-thumb {
	background: #ccc;
	background: var(--gray_bg_black);
	border: 2px solid #fff;
	border-color: var(--black_bg_black);
}
.scrollbar.scrollbar--horizontal {
	overflow: hidden;
	overflow-x: auto;
	overscroll-behavior: auto;
}
.scrollbar.scrollbar--overscroll-auto {
	overscroll-behavior: auto;
}

.container iframe,
.container object,
.container video:not(.cover) {
	display: block;
	border-radius: var(--border-radius);
}
.container iframe:not(.cover),
.container object:not(.cover),
.container video:not(.cover) {
	max-width: 100%;
}

.maxwidth-theme {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1402px;
	max-width: var(--theme-page-width);
	max-width: calc(
		var(--theme-page-width) + calc(2 * var(--theme-page-width-padding))
	);
	width: 100%;
	padding-left: var(--theme-page-width-padding);
	padding-right: var(--theme-page-width-padding);
}
@media (max-width: 600px) {
	.maxwidth-theme {
		--theme-page-width-padding: 16px;
	}
}
@media (max-width: 991px) {
	:root {
		--theme-page-width-padding: 24px;
	}
}
.maxwidth-theme:before,
.maxwidth-theme:after {
	content: "";
	display: block;
	clear: both;
}

.maxwidth-theme.maxwidth-theme--no-maxwidth {
	max-width: none;
}
.maxwidth-theme--relative {
	position: relative;
}
.maxwidth-theme.wide-Y {
	max-width: initial;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-right: 0;
	padding-left: 0;
}

.top-content-block > div {
	margin-bottom: 32px;
}
.top-content-block > div:empty {
	margin-bottom: 0px;
}
.top-content-block .top-big-img + .tizers {
	margin-top: -2px;
}
.top-big-img--with-tizers {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.top-content-block .seo-block-main {
	margin-bottom: 0px;
}
.top-content-block .seo_block {
	margin-bottom: 48px;
}
.top-content-block .seo_block + .seo_block--description {
	margin-top: -5px;
}
.top-content-block .seo_block--img {
	width: 300px;
	margin-bottom: 0px;
}
.top-content-block .sticky-block {
	margin-bottom: 48px;
}

.greyline > .row,
.logo_and_menu-row > .row,
.main > .row,
.container > .row,
.border_content > .row {
	margin-left: 0;
	margin-right: 0;
}
.container > .row > .maxwidth-theme:not(.wide-Y) > .content-md,
.greyline > .row > .maxwidth-theme,
.logo_and_menu-row > .row > .maxwidth-theme,
.main > .row > .maxwidth-theme,
section.page-top > .row > .maxwidth-theme {
	padding: 0;
}

/*
article.post-large {
  margin-left: 80px;
}
article.post-large div.post-image,
article.post-large div.post-date {
  margin-left: -80px;
}
.border_content {
  margin: 18px 0px 8px;
}
.border_content .head-block.top {
  margin-bottom: 39px;
}
body .wide-block {
  display: block;
  margin-right: 0px;
}
*/

/* .body {
  content-visibility: auto;
} */

div[id^="wait_comp"],
.bx-core-waitwindow {
	display: none;
}

span.zoom {
	border-radius: 4px;
	color: #ffffff;
	display: block;
	height: 44px;
	line-height: 24px;
	margin: -22px -22px 0 0;
	padding: 6px;
	position: absolute;
	right: 50%;
	text-align: center;
	top: 50%;
	width: 44px;
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	background: rgba(34, 34, 34, 0.7)
		url(/bitrix/templates/aspro-lite/images/svg/Fullsize.svg) center no-repeat;
}
span.zoom i {
	font-size: 21px;
	left: 0;
	position: relative;
	top: 2px;
}

/*
.shine {
  position: relative;
}
.hover_shine .shine:before {
  position: absolute;
  top: 0;
  left: -45%;
  z-index: 2;
  display: block;
  content: "";
  width: 25%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover_shine .shine:hover:before {
  -webkit-animation: shine 0.5s;
  animation: shine 0.5s;
}
.hover_blink .shine:before {
  display: none;
}
.hover_blink:hover .shine,
.hover_blink .shine:hover {
  opacity: 1;
  -webkit-animation: flash 0.8s;
  animation: flash 0.8s;
}
.inner-table-block {
  display: table-cell;
  vertical-align: middle;
}

.with_dropdown {
  position: relative;
  padding-right: 12px;
}
*/
.hover_zoom .shine {
	transition: transform 0.8s;
}
.hover_zoom:hover .shine {
	transform: scale(1.1);
}

/* search-block  */
form.search {
	position: relative;
}
.search .search-input-div {
	width: 100%;
	position: relative;
}
.search .search-input {
	padding-right: 60px;
}
.search .search-button-div {
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
}
.search .btn-search {
	background: transparent;
	border: none;
	padding: 0px 16px 1px 16px;
	line-height: 0;
	display: flex;
	height: 100%;
	align-items: center;
	border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
.btn-search:hover * {
	fill: #333;
}

.body .main > .container.with_error .left-menu-md,
.body .main > .container.with_error .page-top,
.body .main > .container.with_error .right-menu-md {
	display: none !important;
}
.body .main > .container.with_error .content-md {
	width: 100%;
	display: block;
}
body .container.with_error .right_block.narrow_Y {
	float: none !important;
	width: 100% !important;
}

.banner {
	display: flex;
}
.banner.CROP,
.banner.CONTENT_TOP,
.banner.CONTENT_BOTTOM,
.banner.SIDE {
	overflow: hidden;
}
.banner.CROP,
.banner.CONTENT_BOTTOM,
.banner.CONTENT_TOP,
.banner.FOOTER,
.banner.TOP_HEADER,
.banner.TOP_UNDERHEADER {
	justify-content: center;
}
.banner.CONTENT_TOP {
	margin-bottom: 24px;
}
.banner.CROP.TOP_HEADER {
	position: relative;
	z-index: 2;
}
.banner img {
	vertical-align: top;
}
@media (max-width: 991px) and (min-width: 768px) {
	.banner.hidden-sm {
		display: none;
	}
}
@media (max-width: 767px) {
	.banner.hidden-xs {
		display: none;
	}
}
@media (min-width: 601px) {
	.th-mobile {
		display: none !important;
	}
}
body > .body:not(.index) > .main .banner.FOOTER {
	margin-bottom: -80px;
}
.banner.CONTENT_BOTTOM {
	/* margin-bottom: 40px; */
	margin-top: 40px;
}
.body:not(.index) .banner.FOOTER {
	margin-top: 40px;
}
.right-menu-md .side-menu > li > .submenu {
	padding-left: 26px;
}

.zomm_wrapper-block {
	position: relative;
}
.zomm_wrapper-block:hover .flex-direction-nav a:not(.flex-disabled) {
	opacity: 1 !important;
}

/*
.iblocks {
  max-height: 133px;
}
.iblocks:after {
  content: "";
  clear: both;
  display: table;
}
.iblocks .inner-wrapper {
  background: #f2f2f2;
  min-height: 132px;
}
.iblocks > div {
  font-size: 13px;
  line-height: 20px;
}
.iblocks > div a {
  display: block;
}
.iblocks .icons-block {
  color: #9a9a9a;
  width: 80px;
  text-align: center;
  background: #f2f2f2;
  float: left;
}
.iblocks .icons-block a {
  color: #9a9a9a;
  padding: 72px 10px 25px;
  position: relative;
}
.iblocks .icons-block a:before {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 27px;
  background: url(images/svg/lighta.svg) -249px -83px no-repeat;
  top: 30px;
  left: 50%;
  margin-left: -11px;
}
.iblocks .icons-block a:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
  top: 0px;
  right: 0px;
}
.docs-block .iblocks:hover .icons-block a:before,
.iblocks .icons-block a:hover:before {
  background-position: -250px -114px;
}
.docs-block .iblocks:hover .icons-block a,
.iblocks .icons-block a:hover {
  color: #fff;
}
.iblocks .text-block {
  color: #222222;
  font-weight: bold;
  font-size: 15px;
  background: #f2f2f2;
  padding-left: 82px;
}
.iblocks .text-block .text {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}
*/
/*
body .docs-block .blocks {
  display: block;
}
body .docs-block .blocks .inner-wrapper {
  position: relative;
  padding: 0px 0px 0px 55px;
  margin-bottom: 32px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.docs-block .blocks .inner-wrapper:before {
  content: "";
  position: absolute;
  display: block;
  width: 36px;
  height: 35px;
  background: url(images/svg/docs_types.svg) 0px 0px no-repeat;
  top: 0px;
  left: 0px;
}
.docs-block .blocks.doc .inner-wrapper:before,
.docs-block .blocks.docx .inner-wrapper:before {
  background-position-y: -55px;
}
.docs-block .blocks.jpg .inner-wrapper:before {
  background-position-y: -110px;
}
.docs-block .blocks.png .inner-wrapper:before {
  background-position-y: -165px;
}
.docs-block .blocks.ppt .inner-wrapper:before {
  background-position-y: -220px;
}
.docs-block .blocks.txt .inner-wrapper:before {
  background-position-y: -275px;
}
.docs-block .blocks.tiff .inner-wrapper:before,
.docs-block .blocks.tif .inner-wrapper:before {
  background-position-y: -330px;
}
.docs-block .blocks.none .inner-wrapper:before {
  background-position-y: -495px;
}
.docs-block .blocks.rtf .inner-wrapper:before {
  background-position-y: -440px;
}
.docs-block .blocks.xls .inner-wrapper:before,
.docs-block .blocks.xlsx .inner-wrapper:before {
  background-position-y: -385px;
}
.docs-block .blocks .filesize {
  font-size: 12px;
  color: #9a9a9a;
}
*/

.grid-list__item {
	min-width: 0px;
}

.loadings {
	background: url(images/loaders/preloader.gif) no-repeat scroll center center
		rgba(0, 0, 0, 0) !important;
	border-color: rgba(0, 0, 0, 0) !important;
	color: rgba(0, 0, 0, 0) !important;
	cursor: default !important;
}
.loadings * {
	background: rgba(0, 0, 0, 0) !important;
	border-color: rgba(0, 0, 0, 0) !important;
	color: rgba(0, 0, 0, 0) !important;
	cursor: default !important;
	visibility: hidden;
}

/* accordion */
.accordion-head {
	cursor: pointer;
	padding: 30px 86px 20px 34px;
	position: relative;
	display: block;
}
.accordion-head:hover,
.accordion-head:active,
.accordion-head:focus,
.accordion-head:visited {
	color: #333333;
	color: var(--white_text_black);
}
.accordion-line {
	background-color: #9e9e9e;
	background-color: var(--darkerblack_bg_black);
	width: 4px;
	position: absolute;
	left: -1px;
	top: 32px;
	height: 13px;
	border-radius: 0px 4px 4px 0px;
}
.accordion {
	background: #fff;
	background: var(--card_bg_black);
}
.item-accordion-wrapper {
	border: 1px solid #e5e5e5;
	border-color: var(--stroke_black);
	margin-bottom: -1px;
	padding-bottom: 8px;
	position: relative;
	transition: background ease 0.3s, box-shadow ease 0.3s;
}
.item-accordion-wrapper:first-of-type {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.item-accordion-wrapper:last-of-type {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.item-accordion-wrapper .accordion-head {
	border: none;
}
.accordion-type-1 .item,
.accordion-type-2 .item,
.accordion-type-1 .item:hover,
.accordion-type-2 .item:hover {
	border-color: #e5e5e5 !important;
	border-color: var(--stroke_black) !important;
}
.accordion-type-1 .item .accordion-body,
.accordion-type-2 .item .accordion-body,
.accordion-type-1 .item .panel-collapse,
.accordion-type-2 .item .panel-collapse,
.accordion-type-1 .item .accordion-head,
.accordion-type-2 .item .accordion-head {
	border: none !important;
}
.accordion-type-1 .item .accordion-head,
.accordion-type-2 .item .accordion-head {
	margin-bottom: 0 !important;
}
.accordion-head.accordion-open .fa:before {
	content: "\f106";
}
.panel-collapse {
	position: static;
}
.panel-collapse .accordion-body {
	padding: 0px 33px 0px 33px;
}
.accordion-preview {
	padding-bottom: 13px;
}
.accordion-btn {
	padding: 0px 0px 31px;
}

.accordion-head .svg-inline-right-arrow {
	position: absolute;
	right: 22px;
	top: 34px;
	transition: transform ease 0.3s;
}
.accordion-head:hover .svg-inline-right-arrow {
	transform: scale(1.1);
}
.accordion-open .svg-inline-right-arrow {
	transform: rotate(135deg);
}
.accordion-head.accordion-open:hover .svg-inline-right-arrow {
	transform: rotate(135deg) scale(1.1);
}

.accordion-type-1 .accordion-head a {
	display: inline;
	text-decoration: none;
}
.accordion-head .fa {
	border-radius: 30px;
	color: #222222;
	position: absolute;
	top: 23px;
	font-size: 24px;
	line-height: 26px;
	width: 26px;
	height: 26px;
	text-align: center;
}
.accordion-head:hover .fa {
	background: #e5e5e5;
}
.accordion-type-1 .accordion-head .fa {
	right: 29px;
}
.accordion-type-2 .accordion-head {
	padding-left: 75px;
	padding-right: 38px;
}
.accordion-type-2 .accordion-head a {
	display: inline;
	line-height: 18px;
	text-decoration: none;
	font-size: 16px;
}
.accordion-type-2 .accordion-head:after {
	content: "";
	display: table;
	clear: both;
}
.accordion-type-2 .accordion-head .fa {
	left: 26px;
}
.accordion-type-2 .accordion-head .svg-inline-right-arrow {
	right: auto;
	left: 39px;
}
.accordion-type-2 .accordion-head.accordion-open .fa {
	line-height: 25px;
}

section.toggle {
	margin: 10px 0 0;
	position: relative;
	clear: both;
}
section.toggle input {
	cursor: pointer;
	filter: alpha(opacity=0);
	height: 45px;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}
section.toggle label {
	border-left: 3px solid;
	transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	background: #f4f4f4;
	background: var(--card_bg_black);
	border-radius: 3px;
	display: block;
	font-size: 1.1em;
	min-height: 20px;
	padding: 12px 20px 12px 10px;
	position: relative;
	cursor: pointer;
	font-weight: 400;
	border-color: var(--light, var(--fill_dark_lite_white_hover))
		var(--dark, #cccccc);
}
section.toggle .toggle-content {
	display: none;
}
section.toggle label::-moz-selection {
	background: none;
}
section.toggle label i.fa-minus {
	display: none;
}
section.toggle label i.fa-plus {
	display: inline;
}
section.toggle label::selection {
	background: none;
}
section.toggle label::before {
	border: 6px solid transparent;
	border-left-color: inherit;
	content: "";
	margin-top: -6px;
	position: absolute;
	right: 4px;
	top: 50%;
}
section.toggle label + p {
	color: #999;
	display: block;
	overflow: hidden;
	padding-left: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 25px;
}
section.toggle label i {
	font-size: 0.7em;
	margin-right: 8px;
	position: relative;
	top: -1px;
}
section.toggle.active i.fa-minus {
	display: inline;
}
section.toggle.active i.fa-plus {
	display: none;
}
section.toggle.active > label {
	color: white;
	background-color: var(--light, var(--fill_dark_lite_white_hover))
		var(--dark, var(--card_bg_hover_black));
	border-color: var(--light, var(--fill_dark_lite_white_hover))
		var(--dark, var(--card_bg_hover_black));
}
section.toggle.active > label::before {
	border: 6px solid transparent;
	border-top-color: inherit;
	margin-top: -3px;
	right: 10px;
}
section.toggle > p.preview-active {
	height: auto;
}
section.toggle > p.preview-active,
section.toggle.active > p {
	white-space: normal;
}

.links-block .links {
	font-size: 0px;
	line-height: 0px;
}
.links-block .links > a {
	font-size: 15px;
	line-height: 24px;
}
.links-block .links a.next-url {
	float: right;
}

.links-block .share {
	margin-bottom: 35px;
}

/* PRICE */
/*
.item-views .item .price,
.order-block .price {
  line-height: 19px;
}
.item-views .item .price .fa,
.order-block .price .fa {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 22px;
  background: none;
}
.item-views .item .price .price_val,
.order-block .price .price_val {
  font-size: 18px;
  font-weight: bold;
  padding-right: 5px;
  color: #1d2029;
  display: inline-block;
}
.item-views .item .price_new {
  display: inline-block;
}
.item-views .item .price .price_old,
.order-block .price .price_old {
  line-height: 15px;
  padding-top: 2px;
  display: inline-block;
}
.item-views .item .price .price_old {
  padding-top: 1px;
}
.item-views .item .price .price_old .price_val,
.item-views .item .price .price_old .fa,
.order-block .price .price_old .price_val,
.order-block .price .price_old .fa {
  font-size: 14px;
  font-weight: normal;
  padding-right: 0px;
  color: #777;
  text-decoration: line-through;
}
.order-block .price,
.order-block .price + .btn {
  display: inline-block;
  vertical-align: top;
}
.order-block .price .price_val {
  font-size: 24px;
}
.order-block .price.nop {
  margin-top: 8px;
}
.order-block .price + .btn {
  margin-left: 5px;
}
*/
.content + .order-block {
	margin-top: 51px;
	margin-bottom: 57px;
}

.search-tags-cloud {
	margin: 0px 0px 24px;
}
.search-tags-cloud .title-block-middle {
	padding: 0px 0px 16px;
}
.container-block {
	margin: 0px 0px 40px;
}
.fill-block {
	background: #f9f9f9;
	padding: 21px 30px 16px;
	border-bottom: 1px solid #f2f2f2;
}
.title-block-middle {
	color: #333;
	font-size: 1.067em;
	font-weight: bold;
}
.fill-block .title-block-middle {
	padding: 0px 0px 19px;
	border-bottom: 1px solid #f1f1f1;
}
.fill-block ul {
	margin: 0px;
	padding: 14px 0px 0px;
}
.fill-block ul li {
	padding: 0px;
	margin: 0px;
}
.fill-block ul li:before {
	display: none;
}
.fill-block ul li a {
	display: block;
	padding: 4px 0px;
}
.fill-block ul li a .text {
	font-size: 0.933em;
	padding: 0px 12px 0px 0px;
}
.fill-block ul li a .count,
.fill-block ul li a:hover .count {
	font-size: 0.867em;
	float: right;
	color: #999999;
}

.period-wrapper {
	margin: -18px 0px 13px;
}

.item_block.animated {
	opacity: 0;
}
.main-section-wrapper {
	position: relative;
}

.item span.zoom {
	opacity: 0;
}
.items .item:hover span.zoom {
	opacity: 1;
}

.detail .galery {
	margin-right: 0px;
	margin-left: 0px;
}
.detail .galery .inner {
	border: 1px solid #f2f2f2;
	max-height: 673px;
	overflow: hidden;
	padding: 50px 62px;
	position: relative;
}
.detail .galery .inner .stickers {
	top: -10px;
	left: 28px;
}
.detail .galery .item {
	padding: 0;
	text-align: center;
	position: relative;
}
.detail .galery .item img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	zoom: 1;
}
.detail .galery .item:hover span.zoom {
	opacity: 1;
}
.detail .galery .flexslider.top-bigs {
	border: none;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	height: 100%;
	background: transparent;
}
.detail .galery .flexslider.s_1 {
	margin-left: 0px;
}
.detail .galery .flexslider .flex-viewport,
.detail .galery .items {
	height: 100%;
}

.head-block-item.dropdown-select__title {
	position: relative;
	padding: 12px 55px 12px 20px;
	color: #333;
	color: var(--white_text_black);
	margin-bottom: 48px;
}
.head-block-item .menu-arrow {
	color: #000;
}
.head-block-item .menu-arrow path {
	fill: var(--fill_dark_light);
}
.head-block {
	padding: 0px 35px;
	margin-bottom: 48px;
	cursor: default;
}
.head-block__item {
	cursor: pointer;
	display: block;
}
.head-block__item--active {
	cursor: default;
}
.head-block__item-text {
	padding: 19px 0px;
	display: block;
	position: relative;
}
.head-block__item--active .head-block__item-text:before {
	content: "";
	position: absolute;
	height: 2px;
	left: 0px;
	right: 100%;
	bottom: -1px;
	display: block;
	right: 0px;
	background-color: #9e9e9e;
	background-color: var(--theme-base-color);
	border-radius: 2px 2px 0px 0px;
}

.opacity1 {
	opacity: 1 !important;
}
.opacity0 {
	opacity: 0 !important;
}

.mixitup-container:not(.mixitup-ready) div[data-ref="mixitup-target"] {
	display: none;
}

/* REVIEWS */
.hidden-text-block:after {
	content: "";
	background-color: rgba(255, 255, 255, 0.32);
	background-image: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.85)
	);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#D9FFFFFF', GradientType=0);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3rem;
}
.hidden-text-block {
	position: relative;
}

.shadow-block .flex-viewport {
	margin: -20px -25px 0px;
	padding: 10px 25px;
}
.shadow-block .item:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.flexslider:not(.flexslider-init).flex_loader_circle {
	background: url(/bitrix/templates/aspro-lite/images/pl3.gif) no-repeat center
		center !important;
	min-height: 200px;
}

.flexslider.shadow.front .flex-direction-nav .flex-prev,
.flexslider.shadow.front .flex-direction-nav .flex-next {
	top: 7px;
}
.item-views .shadow .item:hover,
.projects.item-views.table .flexslider .item:hover {
	box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
}

.group-content h3 {
	font-weight: bold;
	margin: 49px 0px 26px;
}
body .group-content .tab-pane:first-of-type h3 {
	margin-top: 0px;
}
.group-content .tab-pane .text_before_items {
	margin-bottom: 30px;
}

/* COMMENTS */
.bx_soc_comments_div .bx-catalog-tab-list li {
	padding-left: 0px;
	margin: 0px;
}

hr.bottoms {
	margin: 55px 0px 44px;
}
.marker-nav {
	width: 0;
	height: 2px;
	background: #dedede;
	position: absolute;
	bottom: -1px;
	left: 0;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	opacity: 0;
}

/*seo block*/
.seo_block .order-block {
	margin: 0px;
}

/* INSTAGRAM */
.loader_circle {
	background: url(images/pl3.gif) no-repeat center center;
}

.alert.alert-danger {
	background: #fee;
	color: #e83333;
	font-size: 0.933em;
}
.alert a {
	color: inherit;
	text-decoration: underline;
}
.alert a:hover,
.alert a:focus {
	color: inherit;
	text-decoration: none;
}

body.with_custom_img.fill_bg_n {
	background: #fff !important;
}

.wd_propsorter table tr:not(.row_header) td {
	background: url(images/dott.png) no-repeat;
	background-position: 0 14px;
	background-repeat: repeat-x;
	vertical-align: top;
}
body .char_block .wd_propsorter table tr.row_empty td {
	border-bottom: 1px solid #f2f2f2;
	padding-top: 15px;
	background: none;
}

body .char-wrapp .yeni_ipep_props_groups table tr.prop_line,
body .char-wrapp .yeni_ipep_props_groups table tr.prop_line:hover {
	background: none;
}
body .char-wrapp .yeni_ipep_props_groups table tr td {
	padding: 5px 3px;
	border-bottom: 1px solid #f2f2f2;
	background: none;
	font-size: 0.933em;
}

.wbot .drag-block.container.CATALOG_INDEX {
	display: none;
}
.wbot .banners-big .flexslider {
	background: none;
}
.wbot .banners-big .flexslider > .slides > li {
	display: none !important;
}
.wbot .banners-big .flexslider > .slides > li:first-of-type {
	display: block !important;
}
.wbot .banners-big .flexslider > .slides > li:first-of-type .text .inner {
	opacity: 1;
}

.marker.dynamic,
.ymaps-point-overlay ymaps > svg {
	position: absolute;
	bottom: 0px;
	left: -23px;
}
.ymaps-point-overlay ymaps.ymaps-image-with-content .marker {
	display: none;
}

.banners-big .flexslider .target {
	display: none;
}
.flexslider .target {
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 100%;
	z-index: 10;
}
/* fix scroll CustomScrollBox in jqm */
.mCSB_container {
	margin-bottom: 1px;
}
div.bx-component-opener {
	position: absolute !important;
	z-index: 1000 !important;
}
/*preview*/
.ui-panel-top-devices-inner {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 58px;
	width: 158px;
	cursor: pointer;
	background-color: #fff;
	background-color: var(--card_bg_black);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 0;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 0px 5px 0px 0px;
}
.ui-panel-top-devices-inner > .ui-button {
	opacity: 0.5;
	transition: opacity 0.3s ease;
	padding: 0px 10px;
	display: block;
}
.ui-button use {
	fill: #333;
	fill: var(--white_text_black);
}
.ui-panel-top-devices-inner > .ui-button--active,
.ui-panel-top-devices-inner > .ui-button:hover {
	opacity: 1;
}
.ui-button-desktop svg {
	width: 30px;
	height: 26px;
}
.ui-button-tablet svg {
	width: 22px;
	height: 26px;
}
.ui-button-mobile svg {
	width: 16px;
	height: 26px;
}
.bx-ie .ui-button-desktop i {
	background: url("images/svg/responsible/desktop.svg");
}
.bx-ie .ui-button-tablet i {
	background: url("images/svg/responsible/tablet.svg");
}
.bx-ie .ui-button-mobile i {
	background: url("images/svg/responsible/mobile.svg");
}
iframe .ui-panel-top-devices-inner {
	display: none;
}
@media (max-width: 991px) {
	body .ui-panel-top-devices-inner {
		display: none;
	}
}

/*info more style*/
.more_wrapper {
	margin-bottom: 32px;
}
.more_wrapper > a {
	display: block;
	background: #f8f8f8;
	background: var(--darkerblack_bg_black);
	-webkit-transition: box-shadow ease-out 0.2s;
	-moz-transition: box-shadow ease-out 0.2s;
	-o-transition: box-shadow ease-out 0.2s;
	transition: box-shadow ease-out 0.2s;
	text-align: center;
	padding: 45px 0 41px;
}
.more_wrapper > a svg {
	width: 50px;
	height: 50px;
}
.more_wrapper > a:hover {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	background: #fff;
	background: var(--black_bg_black);
}
.more_wrapper .svg-inline-more_icon {
	margin-bottom: 13px;
}
.more_wrapper .title {
	color: #333;
	color: var(--white_text_black);
	font-size: 16px;
}

/*RR blocks*/
.rr_adblock_2_1 {
	grid-row: 4;
}

@media all and (min-width: 992px) {
	.jqmOverlay.mobp {
		opacity: 0 !important;
		z-index: 1 !important;
	}
}

.auth__bottom-action-another_text {
	display: inline-block;
	font-size: 14px;
}

/*TASK 8264 */
.card-notavaible-color .top > p:first-child {
	color: #93999e;
}

.card-notavaible-color .catalog-block__info-title span {
	color: #93999e;
}
.line-block__item:has(.similar-btn) {
	display: block !important;
	visibility: visible !important;
}
.price-oldest .price-oldest__no-avaible {
	font-weight: 500;
	color: #222222;
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.price-oldest .price-oldest__value-price {
	font-weight: 700;
	font-size: 26px;
	color: #909192;
	line-height: 1.2;
}
.price-oldest .price-oldest__notice {
	color: #636567;
	font-size: 16px;
	line-height: 1.2;
}

.detail-card-wrap-favorites .item-action--favorite {
	width: 100%;
}
.detail-card-wrap-favorites .item-action--favorite a {
	flex-grow: 1;
}
/* .detail-card-wrap-favorites .btn{
  background-color: white;
  color: #142569;
} */
.detail-card-wrap-favorites .btn:hover {
	color: white;
}

.detail-card-wrap-favorites {
	margin-top: 0px !important;
	margin-bottom: 10px;
}
.catalog-block__info-bottom--not-avaible
	.btn-transparent-border:not(.similar-btn) {
	display: none;
}
.catalog-block__last-price {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	justify-content: space-between;
	gap: 15px;
	line-height: 1.1;
}
.catalog-block__last-price span {
	font-weight: 600;
	color: #909192;
	flex-shrink: 0;
	order: -1;
}
.catalog-block__last-price p {
	font-size: 13px;
	margin-bottom: 0px;
	color: #636567;
}

.line-block__item--noavaible {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.btn.detail-card-btn-similary {
	background-color: white;
	color: #142569;
	max-width: 152.5px;
}
.btn.detail-card-btn-similary:hover {
	color: white;
}
.detail-card-view-list-lastPrice .detail-card-view-list-lastPrice__price {
	font-size: 18px;
	line-height: 1.1;
	color: #909192;
	font-weight: 600;
}
.detail-card-view-list-lastPrice__text {
	color: #636567;
	font-size: 13px;
}

/* .catalog-table-noavaible-wrap{
  display: flex;
  flex-wrap: nowrap;
  width: 200px;
} */
.catalog-table-old-price {
	color: #636567;
	max-width: 200px;
}
.catalog-table-old-price__price {
	color: #636567;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 500;
}
.catalog-table-old-price__notice {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.1;
}

.line-block__item--noavaible .line-block__item:not(.js-replace-icons) {
	display: none;
}
.catalog-table__item-wrapper
	.btn-transparent-border:not(.catalog-table-noavaible-wrap__btn) {
	display: none;
}
@media (max-width: 991px) {
	.line-block__item--noavaible {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 10px;
	}
	.btn.detail-card-btn-similary {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.btn.detail-card-btn-similary {
		width: 116px;
	}
	.line-block__item--noavaible {
		justify-content: flex-start;
	}
}

@media (max-width: 576px) {
	.line-block__item--noavaible {
		flex-wrap: wrap;
		justify-content: center;
	}
	.btn.detail-card-btn-similary {
		width: auto;
		height: 35px;
		flex-grow: 1;
	}
	.catalog-block__last-price {
		flex-wrap: wrap;
		gap: 0px;
	}
	.catalog-block__last-price p {
		width: 100%;
	}
}

.rr_widget {
}
.rr_widget.rr_hit_list {
	margin-top: 25px;
}

/* PERSONAL SECTION*/
:root {
	--light_text_color: #636567;
	--dark_text_color: #2c3033;
	--dark_link_color: #2c3033;
	--dark_link_hover: #22388f;
	--dark_btn: #142569;
	--dark_btn_hover: #192f85;
	--dark_color_primary_txt: #22388f;
	--primary_color_red: #de291f;
	--primary_color_green: #5fa957;
}

.header_down_shadow {
	-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
}

.btn_ {
}
.btn_default {
	background-color: var(--dark_btn_hover);
}
.btn_default {
	background-color: var(--dark_btn);
	color: #ffffff;
	border: unset;
	cursor: pointer;
}
.btn_default:hover {
	background-color: var(--dark_btn_hover);
}
.brd_3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.brd_4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
body .body .no_margin {
	margin: unset;
}
.mrg_t_30 {
	margin-top: 30px;
}
.gray_main_bg {
	background-color: #f5f5f7;
}
.personal_left_block {
	--width: 250px;
	--padding: 39px;
	width: var(--width);
	flex-shrink: 0;
	padding-right: var(--padding);
}
.page-top-personal {
	padding-top: 15px;
	padding-bottom: 20px;
	position: relative;
}
.back_personal_nav {
}
.back_personal_nav a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}
.back_personal_nav a .bpn_ico {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.back_personal_nav a .bpn_ico svg {
}

.back_personal_nav a .bpn_txt {
	font-size: 0.8125rem;
	line-height: calc(1em + 7px);
	color: #636567;
}
.back_personal_nav a:hover .bpn_txt {
	color: var(--fill_dark_lite_hover);
}

.pm_title_block {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 6px;
}
.pm_title_block .pm_b_ico {
	display: flex;
	width: 24px;
	justify-content: flex-start;
}
.pm_title_block .pm_b_text {
	color: var(--dark_text_color);
	display: flex;
	font-weight: 500;
}
.pm_title_block .pm_b_arr {
	display: flex;
	cursor: pointer;
	width: 15px;
	height: 15px;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
}

.pm_section_menu.close_pm .pm_menu_block {
	display: none;
}
.pm_section_menu.close_pm .pm_b_arr {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.pm_menu_comp {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	align-content: flex-start;
	margin: 15px 0;
}
.pm_menu_elem {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
}
.pm_menu_elem a {
	color: var(--dark_link_color);
	line-height: normal;
	padding: 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pm_menu_elem a:hover {
	color: var(--dark_link_hover);
}
.pm_menu_elem a.selected {
	background: #fff;
	color: var(--dark_link_hover);
	font-weight: 500;
}

.pm_right_menu_comp {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	align-content: flex-start;
	margin-top: 7px;
}
.pm_right_menu_elem {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding-left: 25px;
}
.pm_right_menu_elem a {
	color: var(--dark_link_color);
	line-height: normal;
	padding: 7px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pm_right_menu_elem a:hover {
	color: var(--dark_link_hover);
}
.pm_right_menu_elem a.selected {
	background: #fff;
	color: var(--dark_link_hover);
	font-weight: 500;
}

.mobile_personal_nav_down {
	display: none;
	width: 100%;
	margin-top: 20px;
	flex-direction: column;
	gap: 10px;
}
.pm_menu_down_mobile {
	display: flex;
	background-color: #fff;
	padding: 8px 16px;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.pm_menu_down_mobile_elem:first-child {
	border-top: unset;
}
.pm_menu_down_mobile_elem {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
	border-top: 1px solid #e4e4ed;
}
.pm_menu_down_mobile_elem a {
	display: inline-block;
	color: var(--dark_text_color);
}
.pm_menu_down_mobile_elem a:hover {
	color: var(--dark_link_hover);
	text-decoration: none;
}

.pm_container {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 39px;
}
.pm_left {
	flex: 1 0 auto;
}
.pm_right {
	width: 241px;
	flex-shrink: 0;
}

.pm_header_title {
	color: var(--dark_text_color);
	font-size: 1.5rem;
	font-weight: 500;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.pm_find_order {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 18px 0px #00000013;
	-moz-box-shadow: 0px 0px 18px 0px #00000013;
	box-shadow: 0px 0px 18px 0px #00000013;
	padding: 25px;
	position: relative;
}
.pm_find_order:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 20px;
	right: 20px;
	height: 4px;
	background-color: #e4e4ed;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	left: 20px;
	right: 20px;
	bottom: -4px;
	margin: auto;
}
.pm_head_block {
	display: flex;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
.pm_block_title {
	color: var(--dark_text_color);
	display: inline-block;
	line-height: normal;
	font-size: 0.875rem;
	font-weight: 500;
}
.pm_body_block {
}

.pm_fine_order {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	gap: 15px;
}
.pm_order_search_field,
.pm_order_date_range {
	display: flex;
	width: 100%;
	padding: 11px 16px;
	border: 1px solid #e4e4ed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
}
.pm_order_date_range {
	display: flex;
	padding: 11px 16px;
	min-width: 230px;
	padding-right: 40px;
}
.ico_date_selector {
	background-image: url("icon/calendar_selector.svg");
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 11px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.pm_order_finder {
	display: inline-block;
	padding: 12px 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
}
.pm_form_control {
	display: inline-block;
	width: 100%;
	position: relative;
}
.col_of_1 {
	flex: 1 1 auto;
}
.col_of_2 {
	flex: 0 0 220px;
}
.col_of_3 {
	flex: 0 0 auto;
}

.placeholder-one {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
	text-align: left;
}

.pm_services_block {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
	gap: 15px;
	margin-top: 15px;
}

.pm_serv {
	display: flex;
	background-color: #fff;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 98px;
}
.pm_serv_txt {
	color: var(--dark_link_color);
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
}
.pm_serv:hover .pm_serv_txt {
	color: var(--dark_link_hover);
}
.pm_serv_ico {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
}
.pm_serv_ico.pm_ico_order {
	background-image: url("icon/pm_ico_order.svg");
}
.pm_serv_ico.pm_ico_adress {
	background-image: url("icon/pm_ico_adress.svg");
}
.pm_serv_ico.pm_ico_smeta {
	background-image: url("icon/pm_ico_smeta.svg");
}
.pm_serv_ico.pm_ico_favorite {
	background-image: url("icon/pm_ico_favorite.svg");
}
.pm_serv_ico.pm_ico_compare {
	background-image: url("icon/pm_ico_compare.svg");
}
.pm_head_services {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 20px;
}
.pm_another_down {
	margin-top: 15px;
}
.pm_another_services_block {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	gap: 15px;
}
.pm_a_serv {
	display: inline-block;
	padding: 25px;
	background-color: #fff;
	flex: 1;
}
.pm_a_head {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 6px;
	margin-bottom: 10px;
}
.pm_a_b_text {
	color: var(--dark_text_color);
	font-size: 1.5rem;
	line-height: 1.68rem;
	font-weight: 600;
}

.pm_a_body {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
}
.pm_a_h_text {
	color: var(--dark_text_color);
	display: inline-block;
	line-height: normal;
	font-size: 0.875rem;
	font-weight: 500;
}
.pm_a_s_text {
	color: var(--light_text_color);
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.a_link_go {
	display: flex;
	width: 24px;
	height: 24px;
	background-color: #f5f5f7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
.a_link_go span {
	display: inline-block;
	width: 5px;
	height: 10px;
	background-image: url("icon/pm_ico_link_go.svg");
	background-position: center;
	background-repeat: no-repeat;
}

.bg_profile,
.bg_balance,
.bg_statistics {
	background-repeat: no-repeat;
	background-position: right 15px bottom 15px;
}
.bg_profile {
	background-image: url("icon/pm_ico_profile.svg");
}
.bg_balance {
	background-image: url("icon/pm_ico_bonuses.svg");
}
.bg_statistics {
	background-image: url("icon/pm_ico_statistics.svg");
}

.pm_right_services {
	display: inline-block;
	width: 100%;
	padding: 25px;
	background-color: #fff;
}
.pm_notification_block {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
}
.pm_a_ico {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
}

.pm_a_ico.ico_notify {
	background-image: url("icon/pm_ico_noty.svg");
}
.is_notify:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	background: #f7392f;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 2px solid #fff;
	right: 0;
	top: 0;
}
.pm_notify_list {
	display: flex;
	width: 100%;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 10px;
}
.pm_noty_elem:first-child {
	border-top: none;
	padding-top: 0;
}
.pm_noty_elem {
	color: var(--dark_text_color);
	display: inline-block;
	line-height: normal;
	font-size: 0.875rem;
	border-top: 1px solid #d8d8e0;
	padding-top: 10px;
}
.pm_not_notify {
	margin-top: 3px;
}
.pm_mobile_notification {
	display: flex;
	margin-right: 15px;
}
.pm_a_products_container {
}
.pm_product_list {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
	align-items: center;
	justify-content: space-around;
}
.pm_product_elem {
}
.pm_product_elem a {
}
.pm_product_elem a:hover {
}

.a_smp_link {
	display: inline-block;
	line-height: normal;
	font-size: 0.875rem;
	color: var(--dark_link_hover);
	font-weight: 500;
	border-bottom: 1px dashed;
}
.a_smp_link:hover {
	color: var(--dark_text_color);
}

.fr_space {
	flex: 1 0 auto;
}

.ps_body_container.not_bg_page {
	background-color: unset;
}
.ps_body_container {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	padding: 25px;
}
.pgn_content {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 25px;
}
.pgn_content .pg_ico {
}
.pgn_content .pg_txt {
	display: inline-block;
	width: 100%;
	max-width: 336px;
	text-align: center;
	font-size: 18px;
	color: #2c3033;
	font-weight: 800;
}
.pgn_content .pg_link {
}

.pm_bonus_header {
	display: inline-block;
	width: 100%;
	max-width: 319px;
	background-color: #f5f5f7;
	padding: 20px;
}
.pm_bs_head {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}
.pm_bs_head .pm_bs_head_img {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.pm_bs_head .pm_bs_head_txt {
}
.pm_bs_head .pm_bs_bs_val {
	display: inline-block;
	width: 100%;
	font-size: 30px;
	color: var(--dark_color_primary_txt);
	font-weight: 800;
}
.pm_bs_head .pm_bs_bs_txt {
	color: var(--dark_text_color);
	font-size: 18px;
	font-weight: 500;
}
.pm_bonus_header .pm_bs_text {
	color: var(--dark_text_color);
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
	display: block;
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
.pm_bonus {
}
.pm_bonus .smp_ps_text {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-start;
	gap: 10px;
	margin: 25px 0;
}
.pm_bonus .sm_bold {
	font-weight: 600;
}
.pm_bonus p {
	color: var(--dark_text_color);
	font-size: 14px;
	margin: unset;
}
.pm_bonus a {
	color: var(--dark_color_primary_txt);
	text-decoration: underline;
}
.pm_bonus a:hover {
}
.pn_bn_action {
	display: inline-block;
	color: var(--dark_text_color);
	font-size: 14px;
	font-weight: 400;
}
.pn_bn_date {
	display: inline-block;
	color: var(--dark_text_color);
	font-size: 14px;
	font-weight: 400;
}
.pn_bn_status_line {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 5px;
}
.pn_bn_status_line span {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
}
.pn_bn_status_line.bs_minus span {
	color: var(--primary_color_red);
}
.pn_bn_status_line.bs_plus span {
	color: var(--primary_color_green);
}

.pm_bonus_history_table {
	width: 100%;
	display: table !important;
}
.pm_bonus_history_table thead {
	display: table-header-group !important;
}
.pm_bonus_history_table thead tr {
	position: relative !important;
	top: unset !important;
	left: unset !important;
}
.pm_bonus_history_table thead tr th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.pm_bonus_history_table thead tr th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.pm_bonus_history_table thead tr th {
	background: #8a92b4;
	padding: 10px 20px;
	text-align: left;
	display: table-cell !important;
}
.pm_bonus_history_table thead tr th span {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.pm_bonus_history_table tbody {
}
.pm_bonus_history_table tbody tr {
}
.pm_bonus_history_table tbody tr:nth-child(even) {
	background-color: #f5f5f7;
}
.pm_bonus_history_table tbody tr td {
	padding: 10px 20px;
}

.bonus_nav_history_block {
}
.bonus_nav_history_block .all_block_nav {
	display: none;
}

.pm_card_bonus_present {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 40px;
}
.pm_card_bonus_present .smp_ps_img {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	flex: 1 0 auto;
}
.pm_card_bonus_present .smp_ps_img img {
	width: 100%;
	max-width: 240px;
	height: auto;
}
.pm_card_bonus_present .smp_ps_text {
	line-height: normal;
}

.pm_bonus_reg_card {
	display: inline-block;
	padding: 12px 16px;

	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
	width: 100%;
	max-width: 205px;
}

.discount_card_reg_form_frame {
	width: 100%;
	max-width: 935px;
}
.pm_current_card_info_block {
	display: flex;
	width: 209px;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
	text-align: center;
}
.pm_current_card_info_block .pm_ds_card_img {
	display: flex;
	width: 100%;
	background-color: #f5f5f7;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding: 15px;
	gap: 5px;
}
.pm_ds_card_img .pm_ds_num {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 7px;
}
.pm_ds_num .pm_ds_number {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: var(--dark_text_color);
	line-height: normal;
}
.pm_ds_num .pm_ds_copy {
	cursor: pointer;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-image: url("icon/pm_ico_copy_ds_card.svg");
	background-position: center;
	background-repeat: no-repeat;
}
.pm_ds_num .pm_ds_copy:hover {
	opacity: 0.7;
}
.pm_ds_card_img .pm_ds_show {
}
.pm_ds_card_img .pm_ds_show a {
	color: var(--dark_color_primary_txt);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	line-height: normal;
}
.pm_ds_card_img .pm_ds_show a:hover {
}
.pm_current_card_info_block .pm_ds_user_info {
	display: flex;
	width: 100%;
	gap: 8px;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}
.pm_current_card_info_block .pm_ds_u_name {
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	color: var(--dark_text_color);
}
.pm_current_card_info_block .pm_ds_u_phone {
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	line-height: normal;
	color: var(--dark_text_color);
}
.btn_mod {
	font-weight: normal !important;
	text-decoration: unset !important;
}
@media all and (max-width: 1238px) {
	.personal_left_block {
		--width: 209px;
	}
}
@media all and (min-width: 992px) {
	.pm_mobile_notification {
		display: none;
	}
}
@media all and (max-width: 991px) {
	.pm_right_services,
	.personal_left_block,
	.no_mobile,
	.pm_find_order:after {
		display: none;
	}

	.pm_container {
		display: inline-block;
	}
	.mobile_personal_nav_down {
		display: flex;
	}

	.pm_another_services_block {
		order: 0;
		flex-wrap: wrap;
		gap: 10px;
	}
	.pm_find_order {
		order: 1;
	}

	.bg_profile {
		flex: 1 1 100%;
	}
	.bg_profile {
		background-position: right 15px bottom;
	}
	.bg_balance {
		background-position: right 5px bottom -10px;
	}
	.bg_statistics {
		background-position: right 5px bottom -7px;
	}
	.bg_profile .pm_a_b_text br {
		display: none;
	}
	.pm_a_serv {
		padding: 10px;
	}
	.bg_profile .pm_a_body .pm_a_b_text,
	.bg_balance .pm_a_body .pm_a_b_text {
		text-wrap: nowrap;
	}
	.bg_profile .pm_a_head,
	.bg_statistics .pm_a_head {
		justify-content: space-between;
	}

	.pm_head_services {
		gap: 10px;
	}
	.pm_order_date_range {
		min-width: unset;
	}
	.col_of_1 {
		flex: 1 1 100%;
	}
	.col_of_1 {
		flex: 1 1 auto;
	}
	.col_of_3 {
		flex: 0 0 74px;
	}
}

@media all and (max-width: 767px) {
	.pm_fine_order {
		flex-wrap: wrap;
		gap: 10px;
	}
	.pm_order_search_field {
		flex: 1 1 100%;
	}
	.col_of_2 {
		flex: 1;
	}

	.pm_card_bonus_present {
		flex-direction: column;
	}
	.pm_bonus_reg_card {
		max-width: unset;
	}
	.pm_bonus .smp_ps_text {
		gap: 15px;
	}
}
@media all and (max-width: 509px) {
	.pm_bonus_history_table thead tr th,
	.pm_bonus_history_table tbody tr td {
		line-height: normal;
		padding: 10px 10px;
	}
	.pm_bonus_history_table tbody tr td {
		vertical-align: top;
	}
	.ps_body_container {
		padding: 15px;
	}
}
/* PERSONAL SECTION*/

.jqmWindow.popup {
	background-image: url(images/modal_form_decor_top_left.svg);
	background-position: top left;
	background-repeat: no-repeat;
}




/* ТП 26 фтсукы*/
.wrapper_mod{
	position:relative;
}
.ancor_section{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	margin: auto;
	z-index: 20;
	height: 160px;
	pointer-events: none;

}
.ancor_hd {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	pointer-events: all;
	cursor:pointer;

}

.el_1{
	height: 53px;
	width: 123px;
	top: 25%;
	margin-left: 28%;
}
.el_2{
	height: 53px;
	width: 112px;
	top: 56%;
	margin-right: 32.5%;
}
.el_3{
	height: 53px;
	width: 77px;
	top: 213%;
	margin-right: 37.5%;
}
.el_4{
	height: 53px;
	width: 164px;
	top: 326%;
	margin-left: 32.5%;
}
@media all and (max-width: 1957px){
	.el_3{top: 208%;}
	.el_4{top: 319%;}
}
@media all and (max-width: 1924px){
	.el_1 {
		height: 48px;
		width: 115px;
		top: 25%;
		margin-left: 28.3%;
	}
	.el_3{top: 204%;}
	.el_4{top: 308%;}
}
@media all and (max-width: 1855px){
	.el_3{top: 197%;}
	.el_4{
		top: 303%;
		width: 152px;
	}
}
@media all and (max-width: 1812px){
	.el_1 {
		height: 48px;
		width: 108px;
		top: 22%;
		margin-left: 28.3%;
	}
	.el_2 {
		height: 53px;
		width: 106px;
		top: 51%;
		margin-right: 32.5%;
	}
	.el_3{        top: 193%;}
	.el_4{
		top: 295%;
		width: 152px;
	}
}
@media all and (max-width: 1806px){
	.el_1 {
		height: 48px;
		width: 108px;
		top: 22%;
		margin-left: 28.3%;
	}
	.el_2 {
		height: 53px;
		width: 106px;
		top: 49%;
		margin-right: 32.5%;
	}
	.el_3{        top: 188%;}
	.el_4{
		top: 288%;
		width: 145px;
	}
}
@media all and (max-width: 1730px){
	.ancor_section{
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 1px;
		margin: auto;
	}
	.ancor_section .el_1,
	.ancor_section .el_2,
	.ancor_section .el_3,
	.ancor_section .el_4{
		left: 0;
		margin: unset;
		right: 0;
		top: 0;
		margin: auto;
	}
	.ancor_section .el_1 {
		top: 34px;
		left: unset;
		right: 276px;
	}
	.ancor_section .el_2 {
		top: 82px;
		left: 204px;
		height: 44px;
		width: 100px
	}
	.ancor_section .el_3{
		top: 301px;
		left: 146px;
		height: 42px;
		width: 67px;
	}
	.ancor_section .el_4{
		top: 454px;
		left: unset;
		right: 166px;
	}
}
@media all and (max-width: 1023px){
	.ancor_section .el_1 {
		top: 37px;
		left: unset;
		right: 285px;
	}
	.ancor_section .el_2 {
		top: 87px;
		left: 211px;
		height: 44px;
		width: 100px;
	}
	.ancor_section .el_3{
		top: 312px;
		left: 152px;
		height: 42px;
		width: 67px;
	}
	.ancor_section .el_4{
		top: 467px;
		left: unset;
		right: 170px;
	}
}
@media all and (max-width: 991px){
	.ancor_section .el_1 {
		top: 27px;
		left: unset;
		right: 212px;
		height: 38px;
		width: 85px;
	}
	.ancor_section .el_2 {
		top: 66px;
		left: 160px;
		height: 35px;
		width: 77px;
	}
	.ancor_section .el_3{
		top: 232px;
		left: 118px;
		height: 33px;
		width: 45px;

	}
	.ancor_section .el_4{
		top: 354px;
		left: unset;
		right: 123px;
		width: 119px;
		height: 37px;
	}
}
@media all and (max-width: 767px){
	.ancor_section .el_1 {
		top: 27px;
		left: unset;
		right: 155px;
		height: 38px;
		width: 85px;
	}
	.ancor_section .el_2 {
		top: 66px;
		left: 215px;
		height: 35px;
		width: 77px;
	}
	.ancor_section .el_3{
		top: 232px;
		left: 176px;
		height: 33px;
		width: 45px;

	}
	.ancor_section .el_4{
		top: 354px;
		left: unset;
		right: 70px;
		width: 119px;
		height: 37px;
	}
}
@media all and (max-width: 520px){
	.ancor_section{
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
	body .ancor_section .el_1,
	body .ancor_section .el_2,
	body .ancor_section .el_3,
	body .ancor_section .el_4{
		left: unset;
		right: unset;
	}
	body .ancor_section .el_1 {
		top: unset;
		height: 38px;
		width: 85px;
		left: 2%;
		bottom: 85%;
	}
	body .ancor_section .el_2 {
		top: unset;
		height: 35px;
		width: 77px;
		right: 5%;
		bottom: 85%;
	}
	body .ancor_section .el_3{
		top: unset;
		height: 40px;
		width: 62px;
		right: 20%;
		bottom: 57%;
	}
	body .ancor_section .el_4{
		top: unset;
		left: 12%;
		width: 119px;
		height: 37px;
		bottom: 35%;
	}
}
.mod_fixer .counter-tooltip{display:none;}