html {
  width: 100%;
  height: 100%;
  scrollbar-gutter: stable;
}
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 + 8px);
}
* 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: 2;
}
.container {
  width: 100% !important;
  padding: 0;
}
.container > .row > .maxwidth-theme > .content-md {
  display: flex;
  flex-direction: row-reverse;
}

.container .left_block {
  --width: 304px;
  --padding: 40px;
  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;
}
.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;
}
.overflow-block {
  overflow: hidden;
}

* {
  outline: none !important;
}
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible {
  outline: 1px solid var(--white_text_black) !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;
}

.no-pointer-events {
  pointer-events: none;
}

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

.scrollbar:not(.scroller) {
  overflow: hidden;
  overflow-y: auto;
}
.overscroll-behavior-contain {
  overscroll-behavior: contain;
}
@media (any-hover: hover) {
  :root {
    --scrollbar-width: 6px;
  }
  .bx-core ::-webkit-scrollbar,
  .scrollbar::-webkit-scrollbar,
  .scrolled::-webkit-scrollbar {
    width: var(--scrollbar-width);
    height: 6px;
  }

  .bx-core ::-webkit-scrollbar-track,
  .scrollbar::-webkit-scrollbar-track,
  .scrolled::-webkit-scrollbar-track {
    border-radius: 5px;
  }

  .bx-core ::-webkit-scrollbar-thumb,
  .scrollbar::-webkit-scrollbar-thumb,
  .scrolled::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--gray_bg_black, #ccc);
    border: 1px solid #fff;
    border-color: var(--black_bg_black, #fff);
  }
  .bx-core ::-webkit-scrollbar-thumb:window-inactive-thumb,
  .scrollbar::-webkit-scrollbar-thumb:window-inactive-thumb,
  .scrolled::-webkit-scrollbar-thumb:window-inactive-thumb {
    background: var(--gray_bg_black, #ccc);
    border: 2px solid #fff;
    border-color: var(--black_bg_black, #fff);
  }
}
@supports not selector(::-webkit-scrollbar) {
  .scrollbar:not(.scroller) {
    scrollbar-width: thin;
  }
}
.scrollbar.scrollbar--horizontal {
  overflow: hidden;
  overflow-x: auto;
  overscroll-behavior: auto;
}
.scrollbar.scrollbar--overscroll-auto {
  overscroll-behavior: auto;
}
.scrollbar.scrollbar--gutter-stable {
  scrollbar-gutter: stable;
}

.container iframe,
.container object,
.container video:not(.cover) {
  display: block;
  border-radius: var(--theme-button-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: calc(var(--theme-page-width) + calc(2 * var(--theme-page-width-padding)));
  padding-inline: var(--theme-page-width-padding, 32px);
  width: 100%;
}
@media (max-width: 600px) {
  .maxwidth-theme {
    --theme-page-width-padding: 16px;
  }
}
@media (max-width: 991px) {
  :root {
    --theme-page-width-padding: 24px;
  }
}

.maxwidth-theme--no-paddings {
  padding: 0;
  max-width: var(--theme-page-width);
}

.maxwidth-theme.maxwidth-theme--no-maxwidth,
.maxwidth-theme--off {
  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;
}

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

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-premier/images/svg/Fullsize.svg) center no-repeat;
}
span.zoom i {
  font-size: 21px;
  left: 0;
  position: relative;
  top: 2px;
}

.hover_zoom .shine {
  will-change: transform;
  transition: transform 0.8s;
}
.hover_zoom:hover .shine {
  transform: scale(1.1);
}

form.search {
  position: relative;
}
.search .search-input-div {
  width: 100%;
  position: relative;
}
/* .search .search-input {
  padding-right: 60px;
} */

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

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

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

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

.content + .order-block {
  margin-top: 51px;
  margin-bottom: 57px;
}

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

.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-premier/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);
}
body .group-content .tab-pane:first-of-type h3 {
  margin-top: 0px;
}
.group-content .tab-pane .text_before_items {
  margin-bottom: 30px;
}

.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 .order-block {
  margin: 0px;
}

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

.banners-big .flexslider .target {
  display: none;
}
.flexslider .target {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: 10;
}

.mCSB_container {
  margin-bottom: 1px;
}
div.bx-component-opener {
  position: absolute !important;
  z-index: 1000 !important;
}

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

.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;
}
.centered {
  text-align: center;
}

.layout {
  display: flex;
  flex-direction: column;
}

.visible-when-inited {
  display: none;
}

.visible-by-block-presence {
  display: none;

  &:has(.visible-by-block-presence__condition) {
    display: block;
  }
}

/*from old site*/
.header {
  position: inherit;
  z-index: 8;
}

.header-top {
  /* background: #F7F7F7 0% 0% no-repeat padding-box; */
  background: #3C3C3C;
  opacity: 1;
  height: 50px;
  padding-top: 10px;
}

.header-top .row {
  max-width: 1440px;
  justify-content: space-between;
  margin: 0 auto;
}

.header-top-left {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0;
}

.header-top-left img {
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .header-top-left {
    flex: 0 1 auto;
    max-width: none;
  }

  .header-top .row {
    flex-wrap: nowrap;
  }
}

.header-top .mobile {
  display: none;
}

.header-middle {
  position: fixed;
  width: 100%;
  z-index: 99;
  /* transition: all 0.5s */
}

@media (max-width:1024px) {
  .header-middle {
    position: relative;
    top: 0 !important;
  }
}

.header-middle-fon {
  padding: 15px 0;
  background: #333333;
}

.header-middle .row {
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
}

.header-middle .clothing-menu .row {
  justify-content: flex-start;
  height: 100%;
  align-items: flex-start;
}

.top-mail .fa-envelope {
  color: #F5B51B;
  margin: 0 5px 0 15px;
}

.top-phone a {
  font: 16px ProximaNova;
  color: #fff;
  opacity: 1;
  text-decoration: none !important;
  /* margin-right: 50px; */
}

.top-mail {
  display: inline-block;
  text-align: right;
  line-height: 0;
  z-index: 1;
}

.top-socials a,
.top-socials span {
  margin-right: 10px;
  text-decoration: none;
}

.top-mail a {
  font: 16px ProximaNova;
  color: #fff;
  opacity: 1;
  text-decoration: none !important;
  margin-right: 40px;
}

.top-links {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 50%;
}

.header.allowcopy {
  margin: 0;
  /*height: 100vh;*/
  font-size: 16px;
  line-height: 30px;
  font-family: "ProximaNova", Arial, sans-serif !important;
  color: #000;
  font-weight: 400;
  background: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.header-middle {
  position: fixed;
  width: 100%;
  z-index: 99;
  /* transition: all 0.5s */
}

.header-middle-fon {
  padding: 15px 0;
  background: #333333;
}

.header-middle .row {
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
}

.header-middle .clothing-menu .row {
  justify-content: flex-start;
  height: 100%;
  align-items: flex-start;
}
.header-top .mobile .col-xs-4, .header-middle .col-xs-2 {
  width: initial;
}
.user-box {
  text-align: right;
  max-width: 20%;
  min-width: 19%;
  width: 100%;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.user-box a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  z-index: 99;
}

.menu-button {
  cursor: pointer;
  text-align: center;
}

.user-box :is(.menu-button, .i-zvonok, .basket-icon) {
  flex-shrink: 0;
}

input.search-input {
  text-align: left;
  font: normal 14px ProximaNova;
  letter-spacing: 0px;
  color: #98A2AD;
  opacity: 1;
}

/*.search-input {*/
/*  width: 100%;*/
/*  height: 52px;*/
/*  transition: 0.2s ease;*/
/*  border: 0;*/
/*  background: #F6F6F6;*/
/*  padding: 18px 25px;*/
/*  border-radius: 100px;*/
/*  box-sizing: border-box;*/
/*  outline: none;*/
/*}*/

.newmenu {
  position: fixed;
  left: 0;
  /* width: 100%; */
  width: 100vw;
  /* position: absolute;
  left: -70vw;
  width: 83vw; */
  /* margin-top: -74px; */
  display: none;
  z-index: 99;
}

.newmenu .close-block {
  position: fixed;
  background: transparent;
  height: 140px;
  width: 100vw;
  top: 0;
}

.newmenu .social-menu {
  display: flex;
  padding-inline-start: 34px;
  margin-top: 20px;
  gap: 10px;
}

.newmenu .space-div {
  padding: 25px 0;
}

.newmenu .social-menu._new a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border-radius: 50%;
  padding: 0;
}

.newmenu .social-menu._new a:hover {
  background: #F5B51B;
  transition: .3s;
}

.newmenu .social-menu._new a svg path {
  fill: #fff;
  transition: .3s;
}

.newmenu .social-menu._new a:hover svg path {
  fill: #000;
  transition: .3s;
}

.newmenu .close-x {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 50px;
  z-index: 99;
  cursor: pointer;
}

.newmenu .content {
  height: 100vh;
  text-align: left;
  margin-top: 23px;
  cursor: auto;
  border-radius: 0;
  position: relative;
  padding: 60px 0 60px;
  background: #fff;
}

.newmenu .content a {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  width: 100%;
  text-align: left;
  display: flex;
  padding-bottom: 25px;
  align-items: center;
  transition: .3s;
}

.newmenu .content a:hover {
  color: #DE9D00;
  transition: .3s;
}

.newmenu .content a img {
  padding-right: 10px;
  height: 24px;
  width: 24px;
  box-sizing: content-box;
}

.newmenu .content ul {
  margin: 0;
  padding-inline-start: 34px;
}

.newmenu .content li a {
  font-weight: normal;
  padding-bottom: 18px;
  line-height: 18px;
}

.newmenu .content li p {
  margin: 0;
}

.newmenu .content .container {
  display: flex;
}

.newmenu .content .container .col-xl-6 {
  display: flex;
  flex-wrap: wrap;
  height: max-content;
}

.newmenu .social-menu {
  display: flex;
  padding-inline-start: 34px;
  margin-top: 20px;
}

.search-button {
  width: 52px;
  min-width: 52px;
  max-width: 52px;
  height: 52px;
  position: absolute;
  right: 5px;
  top: 0px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  text-align: center;
}

.search-button img {
  width: 25px;
  height: 25px;
  max-width: 25px;
  min-width: 25px;
  vertical-align: middle;
  border: none;
  justify-content: left;
}

.search-button svg {
  display: block;
  margin: auto;
  width: 22px;
  height: 22px;
  fill: #6D7379;
}

.search .digi-autocomplete-container {
  width: 100%;
  border-radius: 10px;
  margin-top: 10px;
}

.basket-button {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 99;
}

.basket-count {
  position: absolute;
  right: 0px;
  top: -5px;
  background-color: #F5B51B;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 5px;
  line-height: 19px;
  border-radius: 9px;
}

.user-box .i-zvonok {
  z-index: 99;
}

.user-box a p {
  margin: 0;
  padding: 0;
  padding-top: 6px;
  width: 100%;
  line-height: 14px;
  color: #fff !important;
}
.user-box .i-zvonok img,
.basket-button img {
  filter: brightness(2) grayscale(1);
  transition: .1s;
}

.header-user img {
  vertical-align: bottom;
}

.menubuttonactive p {
  padding-top: 5px !important;
}

@media (min-width: 1024px) {
  .header-middle-fon .row-2 {
    flex-wrap: nowrap;
  }
  .header-middle-fon .row-2:before,
  .header-middle-fon .row-2:after
  {
    display: none !important;
  }
  .header-middle-fon:not(.header-middle-fon-scroll) .header-catalog {
    order: 3;
    -ms-flex: 0 0 14.5%;
    flex: 0 0 14.5%;
    max-width: 14.5%;
    padding: 0;
  }
  .header-middle-fon:not(.header-middle-fon-scroll) .header-logo {
    order: 2;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: -53px;
    z-index: 100;
  }
  .header-middle-fon:not(.header-middle-fon-scroll) .header-catalog .bar-style {
    width: calc(100% - 15px);
    padding: 18px 22px !important;
    transition: background .3s ease;
  }
  .header-middle-fon:not(.header-middle-fon-scroll) .header-search {
    order: 1;
    padding-left: 0;
    padding-right: 0;
    -ms-flex: 0 0 35.5%;
    flex: 0 0 35.5%;
    max-width: 35.5%;
  }
  .header-middle-fon:not(.header-middle-fon-scroll) .header-user {
    order: 4;
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
  }
  .header-middle-fon:not(.header-middle-fon-scroll) .header-logo img,
  .header-middle-fon:not(.header-middle-fon-scroll) .header-logo a {
    width: 260px;
    height: auto;
    max-height: none;
    max-width: none;
    margin: 0 auto;
  }
  .header-middle-fon:not(.header-middle-fon-scroll) .header-catalog>div,
  .header-middle-fon:not(.header-middle-fon-scroll) .header-catalog .menu-v1>.container>.row>div {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .header-middle-fon:not(.header-middle-fon-scroll) .header-catalog {
    -ms-flex: 0 0 16.5%;
    flex: 0 0 16.5%;
    max-width: 16.5%;
    justify-self: self-end;
  }
  .header-middle-fon:not(.header-middle-fon-scroll) .header-logo img,
  .header-middle-fon:not(.header-middle-fon-scroll) .header-logo a {
    width: 308px;
  }
}

.container {
  min-width: initial;
  max-width: initial;
}

/*@media (min-width: 1200px) {*/
/*  .container, .container-lg, .container-md, .container-sm, .container-xl {*/
/*    max-width: 1140px;*/
/*  }*/
/*}*/

/*@media (min-width: 1300px) {*/
/*  .container-xl {*/
/*    max-width: 1240px;*/
/*  }*/
/*}*/

/*@media (min-width: 1400px) {*/
/*  .container-xl {*/
/*    max-width: 1340px;*/
/*  }*/
/*}*/

/*@media (min-width: 1500px) {*/
/*  .container-xl {*/
/*    max-width: 1440px;*/
/*  }*/
/*}*/

/*@media (min-width: 1560px) {*/
/*  .container-xl {*/
/*    max-width: 1500px !important;*/
/*  }*/
/*}*/
/*END from old site*/

/*header*/
/*.header-cabinet__link .header__icon,*/
/*.compare-link .header__icon,*/
/*.favorite-block .header__icon*/
/*{*/
/*  --icon-size: 35px;*/
/*  width: var(--icon-size);*/
/*  height: var(--icon-size);*/
/*}*/

/*.header-cabinet__link svg,*/
/*.compare-link svg,*/
/*.favorite-block svg*/
/*{*/
/*  width: 35px;*/
/*  height: 35px;*/
/*}*/


.header-cabinet__link svg use,
.compare-link svg use,
.favorite-block svg use
{
  fill: #fff !important;
}

.header-middle .line-block__item img {
  display: block;
  margin: auto;
  width: 18px;
}

.header-middle .line-block__item .new-menu-content img {
  display: initial;
  margin: initial;
  width: auto;
}

.header-middle .user-box .line-block__item {
  align-self: center;
}

.new-menu-content ul>li::before {
  display: none;
}

.user-box a p {
  font-size: 11px;
  padding-top: 0 !important;
  margin-top: 6px;
}

.line-block__item .basket-icon {
  margin-top: 7px;
}

/*END header*/

.main[role="main"] {
  /*margin-top: 82px;*/
  margin-top: 120px;
}

#mySidenav ul>li::before {
  display: none;
}

