/*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{overflow-x:hidden;overflow-y:auto;} */
html {
  width: 100%;
  height: 100%;

  scrollbar-gutter: stable;
}
body {
  min-width: 300px;
  width: 100%;
  min-height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
* html .clearfix {
  height: 1%;
}

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

.body {
  height: auto !important;
  flex-grow: 1;
}
body > .body:not(.index) > .main {
  padding-bottom: 80px;
}
.container {
  width: 100% !important;
  padding: 0;
}
.container > .row > .maxwidth-theme > .content-md {
  display: flex;
  flex-direction: row-reverse;
}

.main > .container {
  --side_area-padding: 40px;
  --side_area-width: 272px;
}
.container .right_block {
  width: 100%;
}
@media (min-width: 992px) {
  .container .right_block.narrow_Y,
  .section-content-wrapper.with-leftblock {
    width: calc(100% - calc(var(--side_area-width) + var(--side_area-padding)));
  }
}

.container .left_block {
  width: calc(var(--side_area-width) + var(--side_area-padding));
  flex-shrink: 0;
  min-width: 0;
}
.side_left .container .left_block {
  padding-right: var(--side_area-padding);
}
.side_right .container .left_block {
  padding-left: var(--side_area-padding);
  padding-right: 0px;
}
.container.blog-page {
  --side_area-padding: 72px;
  --side_area-width: 360px;
}

.main-wrapper > .section-content-wrapper {
  min-width: 0;
}

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

.tariffs-wrapper > div + div {
  margin-top: 64px;
}
.tariffs-wrapper + .main-wrapper {
  margin-top: 102px;
}
.tariffs-wrapper + .main-wrapper .text_after_items {
  margin-top: 0;
}

.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;
  zoom: 1;
}
.bx_editmode .bx_areas *[id^="bx_incl"],
.right_block *[id^="bx_incl"] {
  display: block;
}

.bordered {
  border: 1px solid var(--stroke_black, #e5e5e5);
}
.border-top {
  border-top: 1px solid var(--stroke_black, #e5e5e5);
}
.border-bottom {
  border-bottom: 1px solid var(--stroke_black, #e5e5e5);
}
.border-left {
  border-left: 1px solid var(--stroke_black, #e5e5e5);
}
.border-right {
  border-right: 1px solid var(--stroke_black, #e5e5e5);
}
.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;
}

.ajax-container {
  --loaded: 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;
}

.scrollbar:not(.scroller) {
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}


@media (any-hover: hover) {
  .bx-core ::-webkit-scrollbar,
  .scrollbar::-webkit-scrollbar,
  .scrolled::-webkit-scrollbar {
    width: 6px;
    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--overscroll-auto {
  overscroll-behavior: auto;
}

.maxwidth-theme {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: calc(
    var(--theme-page-width, 1500px) + calc(var(--theme-page-width-padding, 32px) * 2) -
      var(--theme-page-width-diff, 00px)
  );
  padding-inline: var(--theme-page-width-padding, 32px);
  width: 100%;
}
@media (max-width: 991px) {
  .maxwidth-theme {
    --theme-page-width-padding: 16px;
  }
}
.maxwidth-theme.maxwidth-theme--diff-2p {
  --theme-page-width-diff: calc(2 * var(--theme-page-width-padding));
}

.maxwidth-theme.maxwidth-theme--no-maxwidth,
.maxwidth-theme--off {
  max-width: none;
}
.maxwidth-theme--no-padding,
.row > .maxwidth-theme .maxwidth-theme {
  --theme-page-width-padding: 00px;
}

.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-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;
}
section.page-top > .row > .maxwidth-theme,
.greyline > .row > .maxwidth-theme,
.logo_and_menu-row > .row > .maxwidth-theme,
.main > .row > .maxwidth-theme,
.container > .row > .maxwidth-theme:not(.wide-Y) > .content-md {
  padding: 0;
}

/*
.main-wrapper {
  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-priority2/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;
}
.hover_zoom .shine {
  transition: transform 0.8s;
}
.hover_zoom:hover .shine {
  transform: scale(1.1);
}

.inner-table-block {
  display: table-cell;
  vertical-align: middle;
}

.with_dropdown {
  position: relative;
  padding-right: 12px;
}

form.search {
  position: relative;
}
.search .search-input-div {
  width: 100%;
  position: relative;
}
.search .search-input {
  color: #666;
  color: var(--light_basic_text_black);
  display: block;
  height: 41px;
  line-height: 18px;
  padding: 0 70px 0px 14px;
  width: 100%;
  background: #ffffff;
  background: var(--darkerblack_bg_black);
  border: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
  border-radius: 4px;
}

.search .search-button-div {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
}
.search .btn-search {
  background: transparent;
  border: none;
  padding: 1px 12px 0 0;
  line-height: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.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.TOP_HEADER img,
.banner.CONTENT_TOP img,
.banner.CONTENT_BOTTOM img,
.banner.TOP_HEADER img,
.banner.TOP_UNDERHEADER img,
.banner.FOOTER img {
  margin: auto;
}

.banner.CONTENT_TOP {
  margin-bottom: 37px;
}
.banner.CROP {
  overflow: hidden;
}
.banner.CROP.TOP_HEADER {
  position: relative;
  z-index: 2;
}
.banner.CROP img {
  margin-left: 50%;
  transform: translateX(-50%);
}

body > .body:not(.index) > .main .banner.FOOTER {
  margin-bottom: -80px;
}
.banner.CONTENT_BOTTOM {
  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;
}

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

.search-page a.search-page-params {
  border-bottom: 1px dashed blue;
  text-decoration: none;
}
.search-page div.search-page-params {
  margin: 10px 0 0;
}
.search-page .search-item-rate {
  font-size: 11px;
}
.search-page .path {
  display: block;
  font-size: 11px;
  line-height: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}
.search-page .path p {
  margin: 0;
}
.search-page .path > *,
.search-page .path a {
  text-decoration: none;
}
.search-page .path > li {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}
.search-page .path > li + li:before {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 9px;
  padding: 0 10px;
  position: static;
  background: none;
}
.search-page .path > li:first-of-type:before {
  display: none;
}
.search-page .where {
  border: 1px solid #cad4df;
  border-radius: 3px;
  float: left;
  height: 28px;
  line-height: 28px;
  margin: 10px 0 0;
}
.search-page .searchinput {
  position: relative;
}
.search-page .searchinput input[type="text"] {
  color: #333;
  color: var(--white_text_black);
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 0 44px 0 17px;
  height: 40px;
  font-size: 0.933em;
  line-height: 0.75em;
  background: #fafafa;
  background: var(--darkerblack_bg_black);
  border: 1px solid #ddd;
  border-color: var(--stroke_black);
  transition: background 0.3s ease;
}
.search-page .searchinput input[type="text"]:hover,
.search-page .searchinput input[type="text"]:focus {
  background-color: #fff;
  background-color: var(--card_bg_hover_black);
}
.search-page .searchinput input[type="text"]:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.015) inset;
  border-color: #999999;
}
.search-page .searchinput input.q {
  width: 100%;
}
.search-page .searchinput .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  color: white;
  width: 39px;
  height: 39px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.search-page .searchinput .btn-search {
  margin: 0px;
  text-align: center;
  padding: 0px;
}

.search-page .searchinput .btn-search:hover {
  background: none;
}
.search-page .searchinput .btn-search:hover path {
  fill: var(--fill_dark_light);
}

.search-page .searchinput--lg input[type="text"] {
  height: 48px;
}
.search-page .searchinput--lg .btn-search {
  height: 48px;
  width: 48px;
}

.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-head {
  cursor: pointer;
  padding: 24px 32px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: var(--theme-items-gap);
}
.accordion .bordered {
  background: #fff;
  background: var(--card_bg_black);
}
.accordion.no-gap {
  gap: 0px;
}
.accordion.no-gap .bordered {
  margin-bottom: -1px;
}
.accordion.no-gap .bordered.rounded-n {
  border-radius: 0px;
}
.accordion.no-gap .bordered:first-of-type.rounded-n {
  border-top-left-radius: var(--theme-outer-border-radius);
  border-top-right-radius: var(--theme-outer-border-radius);
}
.accordion.no-gap .bordered:last-of-type.rounded-n {
  border-bottom-left-radius: var(--theme-outer-border-radius);
  border-bottom-right-radius: var(--theme-outer-border-radius);
}

.panel-collapse {
  position: static;
}
.panel-collapse .accordion-body {
  padding: 0px 32px 26px;
}
.accordion-preview + .accordion-btn {
  padding: 20px 0px 0px;
}

.accordion-head svg {
  transition: transform ease 0.3s;
}
.accordion-open svg {
  transform: scaleY(-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 {
  flex-direction: row-reverse;
}
.accordion-type-2 .accordion-head a {
  display: inline;
  line-height: 18px;
  text-decoration: none;
  font-size: 16px;
}
.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_light_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_light_white_hover)) var(--dark, var(--card_bg_hover_black));
  border-color: var(--light, var(--fill_dark_light_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;
}

a.scroll-to-top {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #404040 url("images/svg/scroll.svg") no-repeat scroll center center;
  background-color: var(--theme-base-color);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  right: 73px;
  left: inherit;
  bottom: 23px;
  opacity: 0;
  visibility: hidden;
  z-index: 99 !important;
}
a.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}
a.scroll-to-top.ROUND_WHITE,
a.scroll-to-top.RECT_WHITE {
  background-color: #fff;
}
a.scroll-to-top.ROUND_GREY,
a.scroll-to-top.RECT_GREY {
  background-color: #e3e3e3;
}
a.scroll-to-top.RECT_COLOR,
a.scroll-to-top.RECT_GREY,
a.scroll-to-top.RECT_WHITE {
  border-radius: 2px;
}
a.scroll-to-top.TOUCH {
  border-radius: 2px 0 0 2px;
  width: 50px;
  height: 50px;
  right: 0;
}

a.scroll-to-top.ROUND_COLOR,
a.scroll-to-top.RECT_COLOR {
  background-position: center 14px;
}
a.scroll-to-top.ROUND_WHITE,
a.scroll-to-top.RECT_WHITE,
a.scroll-to-top.ROUND_GREY,
a.scroll-to-top.RECT_GREY {
  background-position: center -70px;
}
a.scroll-to-top.RECT_COLOR.TOUCH {
  background-position: center 17px;
}
a.scroll-to-top.RECT_GREY.TOUCH,
a.scroll-to-top.RECT_WHITE.TOUCH {
  background-position: center -67px;
}
a.scroll-to-top.CONTENT {
  left: 50%;
  margin-left: 512px;
}

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

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

.color-controls .flex-direction-nav a:before {
  background: url(images/svg/Arrow_right_white.svg) center no-repeat;
  top: 12px;
}
.color-controls .flex-direction-nav a.flex-next:before {
  background: url(images/svg/Arrow_left_white.svg) center no-repeat;
}
.color-controls span.zoom {
  top: -20px;
  right: 21px;
  transition: opacity ease 0.3s, top ease 0.3s;
  opacity: 0;
  margin: 0px;
  border-radius: 4px;
  background-image: url(images/svg/Fullsize.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.color-controls .item:hover span.zoom {
  opacity: 1;
  top: 20px;
}

.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;
  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;
  font-weight: bold;
  display: block;
}
.head-block__item--active {
  cursor: default;
}
.head-block__item-text {
  padding: 19px 0px;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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;
}

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

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

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

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

.hover-block .hover-block__item-wrapper {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.hover-block:hover .hover-block__item-wrapper {
  opacity: 1;
  visibility: visible;
}

.more_wrapper {
  margin-bottom: 32px;
}
.more_wrapper > a {
  display: block;
  background: #f8f8f8;
  background: var(--darkerblack_bg_black);
  border-radius: 3px;
  -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;
}
