/*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);
    position: relative;
}

* 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-y: 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-x: 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;
}

.load {
    background-image: url("images/loaders/circle_loader.svg");
    height: 30px;
    text-align: center;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 15px 0;
}

.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.find_order_section {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    border: 1px solid #E4E4ED;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.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_fine_order > form {
    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;
    z-index: 10;
}

.resend_code_btn {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    gap: 3px;
    align-items: center;
}

.resend_code_btn .rs_ico {
    background-image: url("icon/resend_code_icon.svg");
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.resend_code_btn .rs_txt {
    display: inline-block;
    color: #22388F;
    font-size: 13px;
    line-height: 13px;
    border-bottom: 1px dotted;
    font-weight: 500;
}


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

.col_of_1 .btn-clear-search{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: 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;
}

.filter_orders_list {
    margin-top: 24px;
}

.filter_orders_list .line-block__item .dropdown-select .dropdown-select__title {
    border-color: #e4e4ed;
}

.filter_orders_list .line-block__item .dropdown-select .dropdown-select__title:hover {
    border-color: transparent;
}

.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: 495px;
    text-align: center;
    font-size: 18px;
    color: #2C3033;
    font-weight: 800;
}

.pg_txt_desc {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #2C3033;
    text-align: center;
}


.pgn_content .pg_smp_txt {
    display: inline-block;
    width: 100%;
    max-width: 493px;
    text-align: center;
    font-size: 14px;
    color: #636567;
}

.pgn_content .pg_smp_txt p {
    margin: unset;
}

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


.notify_list_section {
}

.notify_list {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 20px;
}

.notify_elems {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-content: flex-start;
    width: 100%;
}

.ntf_head {

}

.ntf_date {
    display: inline-block;
    width: 100%;
    color: #636567;
    font-size: 14px;
    line-height: 20px;
}

.ntf_body {
}

.ntf_elem {
    background: #F5F5F7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    padding: 15px;
    gap: 15px;
    position: relative;
}

.ntf_status_point {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #F7392F;
    left: -4px;
    top: -4px;
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ntf_col {
}

.ntf_img {
    display: flex;
    width: 48px;
    min-width: 48px;
    height: 48px;
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.ntf_cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    gap: 5px;
}

.htf_top_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
}

.ntf_t_col {
}

.ntf_t_title {
    font-size: 14px;
    color: #202325;
    font-weight: 500;
    line-height: 20px;
}

.ntf_t_date {
    font-size: 14px;
    color: #636567;
    line-height: 20px;
}

.htf_full_info {
}

.ntf_t_text {
    font-size: 14px;
    color: #2C3033;
    line-height: 20px;
}

body .ntf_t_link {
    font-size: 14px;
    color: var(--dark_color_primary_txt);
    line-height: 14px;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.ntf_t_link {
}

.ntf_img_simple {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("icon/simple_notify_img.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.ps_smp_txt {
    font-size: 14px;
    line-height: 20px;
    color: #2C3033;
}

.ps_head_navigation {
}

.ps_h_nav {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.ps_nav_range {
}

.ps_nav_range.active {
}

.ps_nav_range.active .ps_n_link {
    background-color: #22388F;
    color: #fff;
}

.ps_nav_range .ps_n_smp {
    color: #2C3033;
    font-size: 13px;
}

.ps_n_link {
    color: #2C3033;
    font-size: 13px;
    padding: 8px 16px;
    line-height: 13px;
    background-color: #F5F5F7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.ps_stat_col {
}

.ps_s_char_block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
    width: 100%;
    min-width: 280px;
    max-width: 280px;
}

.ps_s_info_block {
    flex: 1 0 auto;
    margin-top: 35px;
}

.ps_stat_table {
}

.ps_stat_title_head {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    color: #2C3033;
    font-weight: 600;
    margin-block: 10px;
}

.ps_stat_sections {
}

.ps_stat_container {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 25px;
    margin-top: 25px;
}

.ps_stat_section:nth-child(odd) {
    background-color: #F5F5F7;
}

.ps_stat_section {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ps_s_block_col {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.ps_s_block_col.nms {
    gap: 10px;
}

.ps_s_block_col.sts {
    width: 232px;
    gap: 15px;
    justify-content: flex-end;
}

.ps_t_col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    min-width: 100px;
}

.ps_s_name {

    justify-content: flex-start;
    min-width: unset;
}

.ps_s_prc {
    font-size: 13px;
    line-height: 18px;
    color: #909192;
    max-width: 57px;
    min-width: 57px;
}

.ps_s_color {
    display: inline-block;
    width: 6px;
    height: 6px;
    min-width: 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ps_s_txt {
    font-size: 14px;
    line-height: 20px;
    color: #2C3033;
    font-weight: 500;
    max-width: 320px;
}

.ps_s_prods {
    font-size: 13px;
    line-height: 18px;
    color: #2C3033;
    font-weight: 600;
    justify-content: flex-start;
}

.ps_s_price {
    font-size: 13px;
    line-height: 18px;
    color: #2C3033;
    font-weight: 600;
}

.stat_date_range_selector {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin: 20px 0;
}

.stat_date_range_selector .pm_date_range_selector {
    border: unset;
    border-bottom: 2px solid gray;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 13px;
    padding-bottom: 6px;
}

.stat_date_range_selector .pm_date_label {
    display: inline-block;
    position: absolute;
    font-size: 10px;
    color: #909192;
    left: 16px;
    top: -10px;
}

.dropdown-nav-select {
    display: none;
}

.drop_nv_flex {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.drop_nv_col {
}

.drop_nv_col_1 {
}

.drop_nv_col_1 .ps_n_smp {
    color: #2C3033;
    font-size: 13px;
}

.drop_nv_col_2 {
    max-width: 208px;
    min-width: 208px;
}

.dropdown-nav-select .dropdown-select__title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

@media all and (max-width: 1320px) {
    .ps_s_txt {
        max-width: 225px;
    }
}

@media all and (max-width: 1238px) {
    .personal_left_block {
        --width: 209px;
    }

    .ps_stat_section {
        flex-direction: column;
        align-items: stretch;
    }

    .ps_s_block_col.nms {
        justify-content: space-between;
        border-bottom: 1px solid #D8D8E0;
        padding-bottom: 7px;
    }

    .ps_s_block_col.sts {
        padding-top: 7px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    .ps_s_prods {
        justify-content: flex-start;
    }
}

@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 > form {
        flex-wrap: wrap;
        gap: 10px;
    }

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

    .ps_stat_container {
        flex-direction: column;
        align-items: stretch;
    }

    .ps_s_char_block {
        max-width: unset;
    }

    .ps_s_info_block {
        margin-top: unset;
    }

    .ps_head_navigation {
        display: none;
    }

    .dropdown-nav-select {
        display: block;
    }
}

@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;
    }
}

.simple_content {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

.ps_body_container .simple_content .personal__top-form {
    padding: unset;
    background: unset;
}

.code_acceptor {
}

.code_acceptor .intlabel.phone {
    border: unset;
    border-bottom: 2px solid #909192;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.custome_order_list {
}

.custome_order_list .orders__order {
}

.custome_order_list .status_icon {
    display: inline-block;
    width: 22px;
    min-width: 22px;
    flex: 1;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.custome_order_list .status_icon.order_status_N {
    background-image: url(icon/ico_order_status_new.svg);
}

.custome_order_list .status_icon.order_status_C {
    background-image: url(icon/ico_order_status_cancel.svg);
}

.custome_order_list .status_icon.order_status_A,
.custome_order_list .status_icon.order_status_P {
    background-image: url(icon/ico_order_status_process.svg);
}

.custome_order_list .status_icon.order_status_R,
.custome_order_list .status_icon.order_status_F {
    background-image: url(icon/ico_order_status_complete.svg);
}


.order_pm {
    display: flex;
    border: 1px solid #E4E4ED;
    flex-direction: column;
}

.order_pm .opm_head {
    background-color: #F5F5F7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 24px;
}

.order_pm .opm_head .opm_col {
    width: 50%;
}

.order_pm .opm_head .opm_l {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;


}

.order_pm .opm_head .opm_l .status_icon {
    max-width: 22px;
}

.opm_name_data {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 10px;
}

.order_pm .opm_head .opm_l .order_name {
    color: #2C3033;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
}

.order_pm .opm_head .opm_l .order_name:hover {
    text-decoration: underline;
}

.order_pm .opm_head .opm_l .order_date {
    color: #636567;
    font-size: 14px;
    line-height: 22px;
}

.order_pm .opm_head .opm_r {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.order_pm .opm_body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 24px;
}

.opm_s_col {
    flex: 1;
}

.opm_s_col.sc_l {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.opm_s_col.sc_c {


    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.opm_s_col.sc_r {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;

    white-space: nowrap;
}

.opm_body .status_name {
    font-size: 13px;
    line-height: 18px;
    color: #636567;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.opm_body .status_name span {
    font-weight: 500;
    color: #2C3033;
}

.opm_body .products_in_order {
    font-size: 14px;
    line-height: 20px;
}

.opm_body .delivery_info_block {
    color: #2C3033;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}

.opm_body .delivery_info_block .dib_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.opm_body .delivery_info_block .dib_info .dib_name {
}

.opm_body .delivery_info_block .dib_info .dib_date {
}

.opm_body .delivery_info_block .dib_info .dib_time {
}

.opm_body .delivery_info_block .dib_price {
    color: #22388F;
}

.opm_price {
}

.opm_price .price_val {
    color: #2C3033;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}

.pay_info .price_status,
.opm_price .price_status {
    font-size: 13px;
    color: #DE291F;
    line-height: 13px;
}

.pay_info .price_status {
    line-height: 18px;
    margin-left: 15px;
}

.opm_pay {
    margin-left: 30px;
}

.opm_pay .opm_pay_btn {
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
}

.opm_link {
    display: flex;
    width: 24px;
    height: 24px;
    background-color: #fff;
    -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: 25px;
}

.opm_link span {
    display: inline-block;
    width: 5px;
    height: 10px;
    background-image: url(icon/pm_ico_link_go.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.orders_search_result {
    font-weight: 500;
    font-size: 24px;
    color: #2C3033;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.orders_search_result span {
    color: #22388F;
}


@media all and (max-width: 991px) {
    .order_pm .opm_head,
    .order_pm .opm_body {
        padding: 15px;
    }

    .order_pm .opm_head .opm_l {
        align-items: flex-start;
    }

    .opm_name_data {
        flex-direction: column;
        align-items: flex-start;
    }

    .order_pm .opm_head .opm_l .status_icon {
        margin-top: 1px;
    }

    .order_pm .opm_head .opm_l .order_name {
        position: absolute;
    }

    .order_pm .opm_head .opm_l .order_date {
        margin-top: 35px;
    }

    .order_pm .opm_head .opm_r {
        flex-direction: column;
        align-items: flex-end;
        justify-content: normal;
        gap: 8px;
    }

    .opm_link {
        order: 0;
    }

    .opm_price {
        order: 1;
    }

    .opm_pay {
        order: 2;
    }


    .order_pm .opm_body {
        display: flex;
        flex-wrap: wrap;
    }

    .opm_s_col.sc_l {
        width: 50%;
    }

    .opm_s_col.sc_c {
        width: 50%;
        justify-content: flex-end;
    }

    .opm_s_col.sc_r {
        width: 100%;
        flex: 1 0 auto;
        display: flex;
        justify-content: space-between;
        margin-top: 9px;
    }

    .opm_body .delivery_info_block {
        width: 100%;
        justify-content: space-between;
    }

    .orders_search_result {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 640px) {
    .opm_s_col.sc_l .status_name {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .opm_body .delivery_info_block .dib_info {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 0px;
    }
}

/* pm order detail*/
.od_detail {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 24px;
}

.od_head {
    border-bottom: 1px solid #E4E4ED;
    display: flex;
    padding-bottom: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.od_head .od_h_col {
}

.od_head .od_h_col.od_h_cl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}

.od_head .od_h_col.od_h_cl .status_icon {
    max-width: 22px;
}

.od_head .od_name_date {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 25px;
    align-items: flex-end;
}

.od_head .od_h_col.od_h_cl .order_name {
    font-weight: 500;
    font-size: 24px;
    color: #2C3033;
}

.od_head .od_h_col.od_h_cl .order_date {
    font-size: 14px;
    color: #636567;
    line-height: 22px;
}

.od_head .od_h_col.od_h_cr {
}

.od_head .od_h_col.od_h_cr .status_name {
    font-size: 13px;
    line-height: 18px;
    color: #636567;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
}

.od_head .od_h_col.od_h_cr .status_name span {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    background-color: #22388F;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.od_head .od_h_col.od_h_cd {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
}

.od_head .od_h_col.od_h_cd .od_pay_btn {
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    display: flex;
    width: 124px;
    height: 32px;
}

.od_head .status_icon {
    display: inline-block;
    width: 22px;
    min-width: 22px;
    flex: 1;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.od_head .status_icon.order_status_N {
    background-image: url(icon/ico_order_status_new.svg);
}

.od_head .status_icon.order_status_C {
    background-image: url(icon/ico_order_status_cancel.svg);
}

.od_head .status_icon.order_status_A,
.od_head .status_icon.order_status_P {
    background-image: url(icon/ico_order_status_process.svg);
}

.od_head .status_icon.order_status_R,
.od_head .status_icon.order_status_F {
    background-image: url(icon/ico_order_status_complete.svg);
}

.order_status_color_ {
    background-color: #22388F;
}

.order_status_color_.order_status_color_id_N {
    background-color: #22388F !important;
}

.order_status_color_.order_status_color_id_C {
    background-color: #DE291F !important;
}

.order_status_color_.order_status_color_id_A,
.order_status_color_.order_status_color_id_P {
    background-color: #FBBA00 !important;
}

.order_status_color_.order_status_color_id_R,
.order_status_color_.order_status_color_id_F {
    background-color: #5FA957 !important;
}

.od_desc_block:first-child {
    margin-top: 20px;
}

.od_desc_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    margin-top: 24px;
}

.od_desc_block .text_detail .title {
    color: #2C3033;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-top: 2px;
}

.od_desc_block .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
}

.back_money {
    color: var(--dark_link_hover);
    margin-left: 15px;
}

.od_desc_block .text_detail .desc .change_pay_type {
    color: var(--dark_link_hover);
    border-bottom: 1px dotted var(--dark_link_hover);
    margin-left: 15px;
}

.od_desc_block .text_detail .desc .change_pay_type:hover {
    border-bottom: unset;
}

.desc_pl .inform_block {
    display: flex;
    background-color: #F5F5F7;
    padding: 8px;
    border-radius: 8px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.desc_pl .inform_block .txt {
    color: #000;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
}

.desc_pl .inform_block .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
}

.icon.yell {
    background-image: url(icon/ico_yellow_warn.svg);
}

.od_buyer {
    background-image: url(icon/od_icon_buyer.svg);
}

.od_pickup_point {
    background-image: url(icon/od_icon_delivery_pickup.svg);
}

.od_delivery_point {
    background-image: url(icon/od_icon_delivery_point.svg);
}

.od_pay_processing {
    background-image: url(icon/od_icon_paysystem_notpay.svg);
}

.od_pay_complete {
    background-image: url(icon/od_icon_paysystem_cash.svg);
}

.od_cancel_text {
    background-image: url(icon/od_icon_cancel_text.svg);
}

.od_promocode {
    background-image: url(icon/od_icon_promocode.svg);
}

.od_bonus {
    background-image: url(icon/od_icon_bonus.svg);
}

.od_desc_block .text_detail .desc * {
    color: #2C3033;
}

.od_desc_block .text_detail .desc {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
    margin-top: 10px;
}

.od_desc_block .text_detail .desc .desc_pl {
    font-size: 14px;
}

.od_desc_block .text_detail .desc .color_txt {
    color: #22388F;
}

.upper_txt {
    text-transform: uppercase;
}

.desc_pl .clr_txt {
    display: inline-block;
    color: #22388F;
    margin: 0px 4px;
}

.desc_pl .shl_text {
    display: inline-block;
    background-color: #D4EDD1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 12px;
    line-height: normal;

}

.order_total_block.summary.pc{
    padding-left: clamp(16px, 2vw, 20px);
    padding-right: clamp(16px, 2vw, 20px);
}
.order_total_block {
    padding-top: clamp(16px, 2vw, 24px);
    padding-bottom: clamp(16px, 2vw, 24px);
    background: #fff;
    background: var(--card_bg_black);
}

.order_total_block.products {
}

.order_total_block.products .block_head {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: clamp(16px, 2vw, 20px);
    padding-right: clamp(16px, 2vw, 20px);
}

.order_total_block.products .block_head .txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.order_total_block.products .block_head .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    background-image: url(icon/ico_order_products_list.svg);
}

.order_total_block.products .block_head .title {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.order_total_block.products .block_head .sub_txt {
    font-size: 12px;
    line-height: 12px;
}

.order_total_block.products .block_head .sep {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #E4E4ED;
    margin-bottom: 15px;
}

.order_total_block.products .block_body {
}

.order_total_block.products .block_body .od_products_section {
    height: 100%;
    max-height: 415px;
    min-height: 83px;
    overflow-y: auto;
    padding-left: clamp(16px, 2vw, 20px);
    padding-right: clamp(16px, 2vw, 20px);
    gap: 15px;
    display: flex;
    flex-direction: column;
}


.od_products_section::-webkit-scrollbar {
    height: 3px;
    width: 3px;
}

.od_products_section::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #D8D8E0;
}

.od_products_section::-webkit-scrollbar-track:hover {
    background-color: #D8D8E0;
}

.od_products_section::-webkit-scrollbar-track:active {
    background-color: #D8D8E0;
}

.od_products_section::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #636567;
}

.od_products_section::-webkit-scrollbar-thumb:hover {
    background-color: #636567;
}

.od_products_section::-webkit-scrollbar-thumb:active {
    background-color: #636567;
}

.od_product {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.od_product .od_product_img {
    width: 48px;
    display: inline-block;
    flex: none;
}

.od_product .od_product_data {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.od_product .od_product_name {
}

.od_product .od_product_name a {
    font-size: 14px;
    line-height: 20px;
    color: #2C3033;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.od_product .od_product_name a:hover {
    text-decoration: underline;
}

.od_product .od_product_info {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 16px;
    align-items: center;
}

.od_product .od_product_prop {
    font-size: 11px;
    line-height: 19px;
    color: #999999;
    text-align: right;
}

.od_product .od_product_price .unit {
    display: none;
}

.od_product .od_product_price .price {
}

.od_product .od_product_price .price .line-block {
    margin: unset;
    gap: unset;
}

.od_product .od_product_price .price .line-block__item {
    padding: unset;
}

.od_product .od_product_price .price .price__new {
}

.od_product .od_product_price .price .price__new-val {
}

.od_product .od_product_price * {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #2C3033;
    min-width: 60px;
    text-align: right;
}


.order_total_block.summary {
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-content: space-between;
    flex-wrap: nowrap;
}

.order_total_block.summary .summ.head {
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    justify-content: space-between;
}

.order_total_block.summary .summ.head * {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

.order_total_block.summary .summ.line {
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    justify-content: space-between;
    gap: 7px;
}

.order_total_block.summary .summ.line * {
    font-size: 13px;
    line-height: 13px;
}

.order_total_block.summary .summ.line .scl {
}

.order_total_block.summary .summ.line .sep {
    display: inline-block;
    flex: 1 0 auto;
    border-bottom-width: 2px;
    border-style: dotted;
    border-color: #d5d5d5;
    border-top: none;
    border-left: none;
    border-right: none;
}

.order_total_block.summary .summ.line .scr {
}

.order_total_block.summary .summ.line .scr.color {
    color: #DE291F;
}

.summ_data_block {
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-content: space-between;
    flex-wrap: nowrap;
    padding-bottom: 24px;
    border-bottom: 1px solid #E4E4ED;
}

.summ_btn_block {
    display: flex;
    gap: 8px;
    width: 100%;
}

.summ_btn_block .order_btn:only-child {
    flex-basis: 100%;
}

.summ_btn_block .order_btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 3px;
    flex: 1 1 50%;
    height: 32px;
    border: 1px solid transparent;
}

.order_btn .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
}

.order_btn .txt {
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
}

.order_btn.repeat {
    border: 1px solid #22388F;
}

.order_btn.repeat .icon {
    background-image: url(icon/ico_repeat_order.svg);
}

.order_btn.repeat .txt {
    color: #22388F;
}

.order_btn.cancel {
    background-color: #F5F5F7;
}

.order_btn.cancel .txt {
    color: #636567;
}

.order_btn.cancel .icon {
    display: none;
}

.order_btn.back_prods {
    background-color: #F5F5F7;
}

/*.order_btn.back_prods:hover{background-color: #DE291F;}*/
/*.order_btn.back_prods:hover .txt{color:#fff;}*/
.order_btn.back_prods .txt {
    color: #DE291F;
}

.order_btn.back_prods .icon {
    display: none;
}


#main.fixed_y .sticky-block.top-sticky {
    top: 32px;
}

.summ_btn_block.mb,
.order_total_block.mb {
    display: none;
}


@media all and (max-width: 1280px) {
    .od_head .od_h_col.od_h_cr {
        width: 100%;
        margin-top: 12px;
    }
}

@media all and (max-width: 991px) {
    .order_total_block.pc {
        display: none;
    }

    .od_detail {
        background-color: transparent;
        padding: 0;
    }

    .od_head,
    .od_order_body {
        background-color: #fff;
        padding: 16px;
        margin-bottom: 16px;
        border: unset;
    }

    .od_head .od_h_col.od_h_cl .order_name {
        font-size: 18px;
    }

    .od_head .od_h_col.od_h_cl {
        gap: 12px;
    }

    .od_head .od_h_cr .status_name {
    }

    .od_head .order_total_block {
    }

    .summ_btn_block.mb,
    .od_head .order_total_block.summary.mb {
        display: flex;
        padding: unset;
        width: 100%;
    }

    .od_head .order_total_block.summary .summ_data_block {
        padding-top: 16px;
        border-top: 1px solid #e4e4e4;
        padding-bottom: 16px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .summ_data_block.pc {
    }

    .summ_data_block.mb {
    }

}

@media all and (max-width: 670px) {

}

/* PERSONAL SECTION*/

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


/* блок ФИКС для мобилки добавления в корзину*/

.mobile_buy_block {
    display: none!important;
    position: fixed;
    bottom: 69px;
    background: #fff;
    z-index: 999;
    left: 0;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px 8px 0 0;
    padding: 10px 16px;
    gap: 30px;
    transition: all 0.2s;
    /* transform: translateY(200%);*/
}

.mobile_buy_block .top {
    display: none !important;
}

.mobile_buy_block .price .price-economy {
    display: none !important;
}

.mobile_buy_block .price .price__new .small {
    font-size: 15px;
}

@media all and (max-width: 767px) {
    .mobile_buy_block {
        display: flex!important;
    }
}

.mb_buy_section {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}
.mb_buy_section.not_store .mb_buy_col_1{display:none;}
.mb_buy_section.not_store .mb_buy_col_2{width:100%;}

body .mb_buy_section .catalog-detail__cart {
    padding: unset;
}

.mb_buy_section .item-action a {
    width: 100%;
    font-weight: 400;
    line-height: 0.9em;
    height: 2.5em;
    font-size: 14px;
}

.mb_buy_section .btn.btn-default.in_cart {
    height: 2.5em;
}

.mb_buy_section .buy_block.btn-actions__inner {
    margin: unset;
}

.catalog-detail__main .catalog-detail__buy-block--new .mb_buy_section .price__new-val {
    font-size: 15px;
}

/*Задача № 8785*/

.block_end_reg {
    display: flex;
    width: 100%;
    max-width: 484px;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 15px;
    text-align: center;
}

.block_end_reg .header_section {
}

.block_end_reg .header_section p:last-child {
    margin: unset;
}

.block_end_reg .header_section p a {
    text-decoration: underline;
}

.block_end_reg .header_section p {
    display: inline-block;
    width: 100%;
    margin: unset;
    margin-bottom: 10px;
}

.block_end_reg_result {
    background: #F5F5F7;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    padding-top: 18px;
    padding-right: 32px;
    padding-bottom: 24px;
    padding-left: 32px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    gap: 25px;
}

.bnr_head {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
}

.bnr_discount {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=180, Strength=15);
}

.bnr_disc_head {
    display: flex;
    background-color: var(--dark_color_primary_txt);
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: 56px;
    width: 100%;
    padding: 16px;
    gap: 16px;
}

.bnr_disc_head span.txt {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.bnr_disc_head .icon {
    display: flex;
    width: 24px;
    height: 24px;
    background-image: url(icon/ico_arr_btn.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.bnr_body {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    padding: 15px;
}

.bnr_body_down {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.bnr_disc_img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.bnr_disc_num {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.bnr_disc_num span.txt {
    display: inline-block;
    font-size: 16px;
    color: #222;
    line-height: 16px;
}

.bnr_disc_num span.icon {
    display: flex;
    width: 20px;
    height: 21px;
    background-image: url(icon/pm_ico_copy_ds_card.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bnr_info {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.bnr_info .title {
    display: inline-block;
    font-weight: 600;
    color: #222;
}

.bnr_body_line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.bnr_body_line .icon {
    display: flex;
    width: 48px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    flex: 1 0 auto;
}

.bnr_body_line .in_shop {
    background-image: url(icon/ds_in_shop.svg);
}

.bnr_body_line .in_web {
    background-image: url(icon/ds_in_web.svg);
}

.bnr_body_line .text {
    text-align: left;
}

.bnr_body_line .text b {
    display: inline-block;
    font-weight: 500;
    color: #222;
}

.bnr_goto_btn {
    max-width: 212px;
}

@media all and (max-width: 480px) {
    .block_end_reg_result {
        padding-top: 18px;
        padding-right: 16px;
        padding-bottom: 24px;
        padding-left: 16px;
    }

    .bnr_goto_btn {
        max-width: unset;
        width: 100%;
    }
}


.dsc_body_no_card {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

.dsc_body_left {
    flex: 1 0 auto;
}

.dsc_body_left img {
    max-width: 291px;
}

.dsc_body_right {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 20px;
}

.dsc_body_head {
    display: inline-block;
    width: 100%;
    font-weight: 600;
}

.dsc_body_middle {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dsc_body_middle p {
    margin: unset;
}

.dsc_body_middle p a {
    text-decoration: none;
    border-bottom: 1px var(--fill_dark_lite_white_hover) solid;
}

.dsc_body_middle p:last-child {
}

.dsc_body_footer {
}

.dsc_body_footer a {
}

@media all and (max-width: 768px) {
    .dsc_body_no_card {
        gap: 16px;
        flex-direction: column;
        align-items: center;
    }

    .dsc_body_middle {
        order: 3;
    }

    .dsc_body_footer {
        text-align: center;
        order: 2;
    }
}

@media all and (max-width: 480px) {
    .dsc_body_footer a {
        max-width: unset;
        width: 100%;
    }
}

.dsc_body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 24px;
}

.dsc_image_card_block {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -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);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=180, Strength=25);
    display: flex;
    width: 320px;
    height: 200px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-right: -45px;
    z-index: 2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dsc_image_card_block img {
}

.dsc_stat_card {
    width: 400px;
    gap: 16px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 64px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #F5F5F7;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.dsc_content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.dsc_stat_header {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
}

.d_name {
    display: inline;
    width: 100%;
    font-size: 18px;
    color: #222222;
}

.d_phone {
    display: inline;
    width: 100%;
    font-size: 16px;
}

.dsc_stat_middle {
    display: flex;
    width: 100%;
    max-width: 312px;
    height: 100px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 16px;
    background-color: #fff;
    align-items: center;
}

.dsc_stat_middle img {
    height: 68px;
    width: 278px;
}


.dsc_stat_footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.dsc_stat_footer .text {
    display: inline-block;
    font-size: 16px;
    color: #222;
    line-height: 16px;
}

.dsc_stat_footer .icon {
    display: flex;
    width: 20px;
    height: 21px;
    background-image: url(icon/pm_ico_copy_ds_card.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.dsc_body_title {
    display: inline-block;
    width: 100%;
    color: #222;
    font-weight: 500;
}

.dsc_card_percent {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 24px;
    margin-top: 15px;
}

.dsc_percent_left {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    color: var(--dark_color_primary_txt);
    font-weight: 600;
}

.dsc_percent_right {
}

.dpb_content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    gap: 16px;
}

.dpb_image_card_block {
    width: 220px;
    height: 143px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.dpb_barcode {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.dpb_barcode svg {
    width: 100%;
}

.dpb_barcode img {
    width: 265px;
    height: 60px;
}

.dpb_discount_percent {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #555555;
}


@media all and (max-width: 768px) {
    .dsc_content {
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
    }

    .dsc_image_card_block {
        width: 212px;
        height: 133px;
        margin: unset;
        margin-bottom: -40px;
    }

    .dsc_image_card_block img {
        height: 100%;
        width: auto;
    }

    .dsc_stat_card {
        gap: 16px;
        padding-top: 64px;
        padding-right: 24px;
        padding-bottom: 24px;
        padding-left: 24px;
    }
}


.discount_personal_block {
}

.discount_personal_block .dpb_header {
}

.discount_personal_block.no_card .dpb_header {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.discount_personal_block .dpb_header {
    display: flex;
    background: var(--dark_color_primary_txt);
    color: #fff;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 16px;
    gap: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.discount_personal_block .dpb_header span.txt {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
}

.discount_personal_block .dpb_header .icon {
    display: flex;
    width: 24px;
    height: 24px;
    background-image: url(icon/ico_arr_btn.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.discount_personal_block .dpb_body {
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-width: 1px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    border: 1px solid #EDEDED;
    background-color: #fff;
}

.discount_personal_block .bpd_bonus_line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

.discount_personal_block .bns_icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    background-image: url(icon/bonus_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.discount_personal_block .bns_txt {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: var(--dark_color_primary_txt);
    text-transform: uppercase;
}

.discount_personal_block .bns_value {
    font-weight: 600;
    font-size: 44px;
    line-height: 50px;
    color: var(--dark_color_primary_txt);
}

.discount_block_section {
    padding: 15px;
    padding-bottom: 0;
}

.discount_bonus_block {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
}

.hd_block {
    box-shadow: 0px 5px 15px 0px #00000014;
    height: 60px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.hd_bonus {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    max-width: 100px;
    padding: 8px 16px;
}

.hd_bonus .title {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #222;
}

.hd_bonus .bonus {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
}

.hd_bonus .bonus .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(icon/bonus_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.hd_bonus .bonus .value {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--dark_color_primary_txt);
}

.hd_discount {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0 16px;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.hd_discount .text {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #222;
}

.hd_discount.no_card_block {
    background-image: url(icon/icon-discount-bg.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

.img-barcode {
    width: 118px;
    height: 44px;
    background-image: url(icon/icon-show-discount-card.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.show_in_mobile {
    display: none;
}


@media all and (max-width: 991px) {
    .show_in_mobile {
        display: unset;
    }

    .personal__main-link__image.custome_icon img {
        max-width: 24px;
    }
}

.discount_card_body {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.card_shower_block {
    width: 343px;
    height: 364px;
    gap: 8px;
    border-radius: 12px;
    padding: 24px;
    background-color: #F5F5F7;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.card_shower_block .cs_header {
    color: #555555;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.card_shower_block .cs_bar svg {
    width: 189px;
    height: 210px;
}

.card_shower_block .cs_bar {
    width: 295px;
    height: 240px;
    gap: 10px;
    border-radius: 8px;
    border-width: 16px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.card_shower_block .cs_code {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.card_shower_block .cs_code .icon {
    display: flex;
    width: 20px;
    height: 21px;
    background-image: url(icon/pm_ico_copy_ds_card.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.card_shower_block .cs_code .text {
    display: inline-block;
    font-size: 16px;
    color: #222;
    line-height: 16px;
}

/*Задача № 8785*/
/*Задача № 8190*/
.tmp_password {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}

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

.no_down {
    margin-bottom: unset;
}

.save_profile_btn {
    width: 100%;
    max-width: 107px;
}

@media all and (max-width: 460px) {
    .save_profile_btn {
        max-width: 100%;
    }
}

.field_int_block {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 341px;
}

.field_int_block .intlabel:focus ~ .anim_label, /* фокус на input */
.field_int_block .intlabel:not(:placeholder-shown) ~ .anim_label /* в input есть значение */
{
    transform: translateY(-13px) translateX(2px);
    font-size: 10px;
}

.field_int_block .intlabel:not(:placeholder-shown) ~ .anim_label {
    color: #808097; /* сероватый */
}

.field_int_block .intlabel:focus ~ .anim_label {
    font-size: 10px;
}

.field_int_block input:not(:placeholder-shown) {
    border-color: #909192; /* Цвет рамки, когда инпут заполнен */
}

.field_int_block .anim_label {
    color: #909192;
    left: 13px;
    line-height: 20px;
    font-size: 14px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, font-size 200ms;
    top: 11px;
}

.intlabel {
    width: 100%;
    max-width: 341px;
    height: 44px;
    border: 1px solid #E4E4ED;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #2C3033;
    padding-left: 14px;
    line-height: 20px;
    padding-top: 7px;
}

.field_int_block .form-radiobox__box {
    width: 18px;
    height: 18px;
}

.field_int_block .form-radiobox__input:checked + .form-radiobox__label .form-radiobox__box {
    border: 6px solid #9e9e9e;
    border-color: var(--theme-base-color);
}

.pf_form_flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    gap: 20px;
}

.pf_form_flex_row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    gap: 20px;
}

.field_int_block .field_int_block_radio {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
}

.field_int_block.flexible_align {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.field_int_block .field_int_block_radio .form-radiobox + .form-radiobox .form-radiobox__label {
    margin-top: unset;
}

.field_int_block .field_int_block_radio .form-radiobox__box {
    top: 0;
    bottom: 0;
    margin: auto;
}

.error_mini_txt {
    color: red;
    font-size: 11px;
    width: 100%;
}

.accept_phone_btn {
    color: #2C3033;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
}

.phone_code_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin: 10px 0;
    margin-top: 15px;
}

.field_int_block .phone_code_container .phone_code_input {
    display: flex;
    width: 40px;
    height: 60px;
    cursor: pointer;
    background-color: #F5F5F7;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s;
}

/* Стили для инпута, когда в нем что-то есть */
.phone_code_input.has-value {
    border-bottom: 2px solid #909192 !important;
    outline: none;
}

/* Стили для инпута, когда он в фокусе */
.phone_code_input.focus {
    border-bottom: 2px solid #909192 !important;
    outline: none;
}

.code_info_text {
    display: inline-block;
    color: #2C3033;
    text-align: center;
    font-size: 14px;
    width: 100%;
    line-height: 14px;
}

.code_info_timer {
    width: 100%;
    color: #909192;
    text-align: center;
    font-size: 14px;
}

@media all and (max-width: 640px) {
    .pf_form_flex_row {
        flex-direction: column;
        align-items: stretch;
    }

    .intlabel,
    .field_int_block {
        max-width: unset;
    }


    .discount_personal_block .bns_value {
        font-size: 35px;
    }

    .discount_personal_block .bns_txt {
        font-size: 20px;
        line-height: 23px;
    }

    .discount_personal_block .bns_icon {
        width: 45px;
        height: 45px;
        background-size: contain;
    }
}

.back_prod_syles {
    color: var(--dark_text_color);
    font-weight: 400;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.back_prod_syles .w500 {
    font-weight: 500;
}

.back_prod_syles .ul_title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.back_prod_syles .num_txt {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.back_prod_syles p {
    margin-bottom: 15px;
}

.back_prod_syles ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    unicode-bidi: isolate;
    margin-bottom: 15px;
}

.back_prod_syles ul li {
}

.back_prod_syles ul li:before {
    display: none;
}

.subtitle_big {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.smp_cont {
    margin-top: 30px;
}

.no_margin {
    margin: unset;
}

.hi_img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.hi_pc_s {
    display: none;
    margin-bottom: 20px;
}

.hi_pc_b {
    margin-bottom: 20px;
}

@media all and (max-width: 480px) {
    .hi_pc_b {
        display: none;
    }

    .hi_pc_s {
        display: block;
    }
}

@media all and (max-width: 991px) {
    .subtitle_big {
        font-size: 18px;
        line-height: 24px;
    }

    .back_prod_syles .num_txt {
        font-size: 16px;
    }

    .pm_header_title {
        order: -1;
    }

    .head_image_block {
        order: 0;
    }

    .pm_header_title {
        font-size: 18px;
        line-height: 24px;
    }
}

/*Задача № 8190*/
/*Задача № 8958*/
div[data-b24-crm-button-icon="callback"], .b24-widget-button-social-item.b24-widget-button-callback {
    display: none !important;
}

/*Задача № 8958 END*/

.cowl > #navigation {
    overflow: hidden;
    margin-bottom: 0px;
}
i.currency-symbol {
	font-style: normal;
}