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

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

.search .search-button-div {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
}

.search .btn-search {
    background: transparent;
    border: 1px solid transparent;
    padding: 0px 16px 1px 16px;
    line-height: 0;
    display: flex;
    height: 100%;
    align-items: center;
    border-radius: 0 var(--theme-button-border-radius) var(--theme-button-border-radius) 0;
}

.btn-search:hover * {
    fill: var(--fill_dark_light);
}

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