/*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%;
}

@font-face {
    font-family: 'Manrope-Bold';
    src: url(/bitrix/templates/aspro-allcorp3digital/vendor/Manrope-Bold.ttf);
}

@font-face {
    font-family: 'Manrope-Light';
    src: url(/bitrix/templates/aspro-allcorp3digital/vendor/Manrope-Light.ttf);
}

@font-face {
    font-family: 'Manrope-Medium';
    src: url(/bitrix/templates/aspro-allcorp3digital/vendor/Manrope-Medium.ttf);
}

@font-face {
    font-family: 'Manrope-Regular';
    src: url(/bitrix/templates/aspro-allcorp3digital/vendor/Manrope-Regular.ttf);
}

@font-face {
    font-family: 'Manrope-SemiBold';
    src: url(/bitrix/templates/aspro-allcorp3digital/vendor/Manrope-SemiBold.ttf);
}

@font-face {
    font-family: 'Manrope';
    src: url(/bitrix/templates/aspro-allcorp3digital/vendor/Manrope-VariableFont_wght.ttf);
}

* {
    font-family: "Manrope";
}
.staff-list__item--shadow:hover {
	box-shadow: unset !important; 
	background-color: unset !important; 
}
#panel {
    z-index: 1000 !important;
}

body {
    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;
    padding-left:0 !important;
    padding-right:0 !important;
}

.container .left_block {
    width: 348px;
    flex-shrink: 0;
}

.container .right_block {
    width: 100%;
}

.container .right_block.narrow_Y {
    width: calc(100% - 348px);
}

body .main-wrapper>.section-content-wrapper {
    min-width: 0;
    /* fix tabs nowrap in flexbox */
}

.side_left .container .left_block {
    padding-right: 48px;
}

.side_right .container .left_block {
    padding-left: 48px;
    padding-right: 0px;
}

.container .catalog_page .left_block {
    width: 332px;
}

/*.slider__brands--first{
      transform: translateX(-100px);
  }*/
.side_left .container .catalog_page .left_block {
    padding-right: 32px;
}

.side_right .container .catalog_page .left_block {
    padding-left: 32px;
}

.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;
    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 #e5e5e5;
    border-color: var(--stroke_black);
}

.overflow-block {
    overflow: hidden;
}

* {
    outline: none;
}

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

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

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

/*custom browser scrollbar */
.scrollbar:not(.scroller) {
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}

.scrollbar::-webkit-scrollbar,
.scrolled::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

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

.scrollbar::-webkit-scrollbar-thumb,
.scrolled::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ccc;
    background: var(--gray_bg_black);
    border: 1px solid #fff;
    border-color: var(--black_bg_black);
}

.scrollbar::-webkit-scrollbar-thumb:window-inactive-thumb,
.scrolled::-webkit-scrollbar-thumb:window-inactive-thumb {
    background: #ccc;
    background: var(--gray_bg_black);
    border: 2px solid #fff;
    border-color: var(--black_bg_black);
}

.scrollbar.scrollbar--overscroll-auto {
    overscroll-behavior: auto;
}

/* mCustomScrollBar */
.scroll-init:not(.mCustomScrollbar) {
    overflow: hidden !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

body .mCSB_scrollTools {
    width: 8px;
    z-index: 3;
    opacity: 1;
    right: 0px;
    top: 2px;
    bottom: 2px;
}

body .mCSB_container {
    z-index: 1;
}

body .mCSB_3_dragger_vertical {
    width: 8px;
    border: 2px solid #fff;
    border-color: var(--black_bg_black);
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
    background: #ccc !important;
    background: var(--gray_bg_black) !important;
    border-radius: 5px;
}

/**/

.container iframe,
.container object,
.container video:not(.cover) {
    display: block;
    margin: 0 auto;
}

.container iframe:not(.cover),
.container object:not(.cover),
.container video:not(.cover) {
    max-width: 80%;
}

.banners-big .loading.vvideo:not(.started) iframe,
.banners-big .loading.vvideo:not(.started) object,
.banners-big .loading.vvideo:not(.started) video {
    opacity: 0.75;
}

@media (max-width: 767px) {

    .banners-big.banners-big--adaptive-2 .loading.vvideo iframe,
    .banners-big.banners-big--adaptive-2 .loading.vvideo object,
    .banners-big.banners-big--adaptive-2 .loading.vvideo video {
        opacity: 1;
    }
}

body .banners-big .banners-big__item.loading.vvideo {
    background: none;
}

body .banners-big .banners-big__item.loading.vvideo .wrapper_video {
    background: #000 !important;
}

body .banners-big .banners-big__item.banners-big__item--dark.loading.vvideo .wrapper_video {
    background: #fff !important;
}

.maxwidth-theme {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1396px;
    width: 100%;
}

.maxwidth-theme:before,
.maxwidth-theme:after {
    content: "";
    display: block;
    clear: both;
}

.marquee {
    padding: 0 !important;
}

.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 !important;
    padding-left: 0 !important;
}

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

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

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

/*
  .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-allcorp3digital/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;
}

/* search-block  */
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;
    /* 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;
}

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

/* BUY BLOCK */
.buy_block {
    display: block;
}

#main .buy_block:not(.in) .in_cart {
    display: none;
}

#main .buy_block.in .to_cart {
    display: none;
}

.btn-actions--with-icons {
    max-width: 243px;
    flex-basis: 100%;
}

.btn-actions__inner {
    flex: 1;
    max-width: 100%;
    text-overflow: ellipsis;
}

.btn-actions--with-icons .buy_block {
    display: flex;
    flex: 1;

    justify-content: flex-end;
}

.btn-actions--with-icons .buttons {
    flex: 1;
}

.buy_block .btn {
    white-space: normal;
    max-width: 100%;
    text-overflow: ellipsis;
}

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

/* SEARCH PAGE */
.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;
    display: inline;
    zoom: 1;
    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 .svg{min-width: 16px;min-height: 16px;} */
.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;
}

.popup .loadings {
    background-position: 0px 0px !important;
}

/* 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: 35px;
    height: 13px;
    border-radius: 0px 4px 4px 0px;
}

.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 .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 {
    margin-bottom: 33px;
}

.accordion-btn {
    padding: 0px 0px 31px;
}

.accordion-head .svg-inline-right-arrow {
    position: absolute;
    right: 35px;
    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_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;
}

/* SCROLL TO TOP */
a.scroll-to-top {
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
    -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    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;
    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;
}

/* 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 32px;
}

.search-tags-cloud .title-block-middle {
    padding: 0px 0px 16px;
}

.search-tags-cloud .tags {
    margin: -4px -4px;
}

.search-tags-cloud .tags a {
    display: inline-block;
    background: #fafafa;
    background: var(--darkerblack_bg_black);
    padding: 4px 10px 5px;
    color: #333;
    color: var(--white_text_black);
    margin: 4px 3px;
}

.search-tags-cloud .tags a:hover {
    color: #fff;
    border-color: transparent;
}

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

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

/* 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-allcorp3digital/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;
}

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

.block1_wrapper {
    padding: 20px;
    background: url(/bitrix/templates/aspro-allcorp3digital/components/bitrix/news.list/advantages/img/Плашка1.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    border-radius: 50px;
    border: 5px solid white;
}

.block1__inner {
    display: flex;
}

.block1__h4 {
    text-align: center;
}

.block1__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 94px;
}

.block1__grid:before {
    display: none;
}

.block1__grid:after {
    display: none;
}

.block1__grid__item {
    background: white;
    border-radius: 12px;
    padding: 24px 24px 0 24px;
}

.block1__grid__item--first {
    display: flex;
}

.block1__grid__item--first img {
    height: fit-content;
}

.block1__grid__item--first h5 {
    margin: 0 0 0 16px;
}

.bottom_line_slick1 {
    margin-top: 90px;
}

.questions__rightImg {
    margin-left: 10px;
    height: fit-content;
}

.bottom_line_slick1 {
    padding: 0;
}

.form__fon__home {
    background-size: auto !important;
}

.form-body__home input {
    background: transparent;
    color: gray;
}

.form-footer__btn__home input {
    background-color: #FB9333 !important;
}

.bottom_line_slick1 {
    padding: 0 !important;
}

.slider__brands--second {
    margin: 16px 0;
}

.brands-list__item {
    padding: 20px 0;
    border-radius: 60px;
    border: 1px solid rgb(144 192 248);
    margin: 0 10px;
    background: rgba(225, 232, 253, 1);
}

.case__link {
    color: var(--theme-base-color);
    width: fit-content;
    padding: 5px 10px 5px 5px;
    margin-top: 10px;
    border: 1px solid;
    border-radius: 5px;
    background: rgba(225, 232, 253, 1);
    border-image-source: linear-gradient(180deg, #0064D9 0%, #3942E3 100%);
}

.rewiew_bottom {
    padding: 10px 20px;
    margin: 10px 20px;
    width: 80%;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    border-radius: 10px;
}

.rewiew_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(120px, -40px);
    z-index: 1000;
    width: 350px;
    background: white;
}

.rewiew_bottom__img {
    width: 80px;
    height: 80px;
}

.owl-stage {
    gap: 20px;
}

.rewiew_bottom__inner h4,
.rewiew_bottom__inner p {
    padding: 0;
    margin: 5px 0;
}

.reviews-list__item vi.rewiew_bottomeo {
    border-radius: 15px;
}

#panel {
    z-index: 100;
}

.otzyv__custom {
    background-color: #E2E8F4;
}

.otzyv__custom #carousel_staff {
    width: 940px;
    margin: 0 0 80px 0;
}

.staff-list__item-text-wrapper__custom {
    width: auto !important;
    background: white;
    border-radius: 15px;
    padding: 80px 26px 26px 40px !important;
    min-height: 370px;
    max-width: 300px;
}

.staff__inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.otzyv__custom .owl-stage-outer {
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.otzyv_img__custom {
    width: 100px !important;
    height: 100px;
    border-radius: 20px;
    transform: translate(40px, 40px);
}

.otzyv__custom .staff-list__item {
    flex-direction: column;
}

.staf__left {
    margin-right: 100px;
}

.staf__left p {
    font-family: Manrope;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.3px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.staf__left_h2 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 120px !important;
    font-family: Manrope;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.otzyv__custom .owl-next {
    right: auto !important;
    left: -517px;
}

.otzyv__custom .owl-prev {
    left: -527px !important;
}

.otzyv__custom .owl-nav i {
    height: 60px !important;
    width: 60px !important;
    border-radius: 10px !important;
}

.otzyv__custom .owl-nav i:hover {
    -webkit-box-shadow: 0px 0px 17px 13px rgba(0, 100, 217, 0.2);
    -moz-box-shadow: 0px 0px 17px 13px rgba(0, 100, 217, 0.2);
    box-shadow: 0px 0px 17px 13px rgba(0, 100, 217, 0.2);
    transition: ease all 0.3s;

}

.otzyv__custom .owl-nav i path {
    stroke: #fff !important;
}

.otzyv_link__custom {
    color: #0064d9;
    display: ruby;
    cursor: pointer;
}

.otzyv__custom .owl-dots button {
    border: 1px solid #0064d9;
}

.staf__left__number {
    display: none;
    align-items: baseline;
    width: 100%;
    justify-content: start;
    margin-top: 60px;
}

.staf__left__number .first {
    font-weight: 600;
    font-size: 45px;
}

.staf__left__number .second {
    font-weight: 600;
    font-size: 20px;
    opacity: 0.5;
}

.otzyv__custom .staff-list__item-title {
    text-transform: uppercase;
}

.otzyv__custom .staff-list__item-preview {
    opacity: 0.5;
}

.footer__bottom-part-inner {
    display: none;
}

.banners-big__inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.image_svg__1 {
    transform: translate(-540px, -43px) !important;
    z-index: 1000;
}

@media(min-width:1000px){
	.image_svg__2 {
		transform: translate(-30px, 180px) !important;
		z-index: 1000;
	}
	.svg__g__3 {
		transform: translate(-480px, -200px);
	}
}
@media(max-width:1000px){
	.image_svg__2 {
		transform: translate(-30px, 80px) !important;
		z-index: 1000;
	}
}




.image_svg__4 {
    transform: translate(-50px, -178px) !important;
    z-index: 1000;
}



.image_svg div {
    position: absolute;
    right: 0;
    transform: translate(0px, -50%);
}

.image_svg__8 {
    transform: translate(-52px, -50%) !important;
}

@media(min-width:1000px){
	.image_svg__6 svg {
		overflow: visible;
		transform: translate(298px, 8%);
		width:1500px;
	}
	
	.image_svg__8 svg{
		width:1500px;
		transform: translate(827px, 0);
	}
	.image_svg__13 svg {
		width:1500px;
		transform: translate(623px, 19%);
	}
	.image_svg__10 {
		transform: translate(-111px, 256px) !important;
	}

}





.square_blue {
    transform: translate(-75px, 75px);
}


.marquee {
    background: linear-gradient(180deg, #0064D9, #3942E3);
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 70px;
    overflow-x: hidden;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
}

.content_bottom_line {
    display: flex;
    justify-content: space-between;
    width: 110%;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 1024px) {
    .block1__grid {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
}

.display_none {
    display: none;
}
@media (min-width: 992px) {
	.image_svg__11 {
		transform: translate(-450px, -250px) !important;
	}
	
	.image_svg__12 {
		transform: translate(-440px, -210px) !important;
	}
	
	.image_svg_12--7 {
		transform: translate(-820px, -210px) !important;
	}

	.image_svg__14 {
		transform: translate(-432px, 72%) !important;
	}
	
	.image_svg__15 {
		transform: translate(-477px, -305px) !important;
	}
	
	.image_svg__17 {
		transform: translate(-432px, 0) !important;
	}
	
	.image_svg__18 {
		transform: translate(-471px, -289px) !important;
	}
	
	.image_svg__19 {
		transform: translate(-12px, -323px) !important;
	}

}


.svg_men_mask {
    clip-path: inset(10px);
}

.image_svg__13 {
    clip-path: inset(10px);
}

@media (max-width: 480px) {
    .slider__brands--second {
        margin: 20px 0;
    }
	.img_content_acoord_phone {
		display:none !important;
	}
	.image_svg__0  {
		margin-top:0;
	}
    .container video:not(.cover) {
        max-width: 90%;
    }

    .reviews-list__item video {
        border-radius: 10px 10px 0 0;
    }
    .rewiew_bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1000;
        max-width: 400px;
        width: inherit;
        padding: 10px 20px;
        margin: 0px 20px;
        -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
        box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
        border-radius: 0 0 15px 15px;
        transform: none;
    }
    .rewiew_bottom__inner h4,
    .rewiew_bottom__inner p {
        padding: 0;
        margin: 0 0;
        text-align: left;
    }
}

.image_svg {
    position: absolute;
    top: 50%;
}

#bx_incl_area_35_1 {
    color: black;
}

.index-block__link.right_link_block {
    display: none;
}

.btn_all_title_ {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.blog_list_ugol {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
}

.blog_list_ugol_btn {
    color: white;
    background: rgba(0, 100, 217, 1);
    border: none;
    border-radius: 50px;
}

.first_block_cards {
    perspective: 1000px;
    /* Устанавливаем перспективу для 3D эффекта */
}

.title_block_cards {
    font-weight: 600;
    font-family: "Manrope", serif;
}

text_block_cards {
    font-weight: 600;
    font-family: "Manrope", serif;
}

.turn_name_title-block_card {
    font-size: 32px;
    margin: 0;
    color: white;
    font-weight: 600;
    font-family: "Manrope", serif;
}

.deteils {
    font-weight: 600;
    font-family: "Manrope", serif;
}

.card-back ul {
    padding: 0;
    /* Убираем отступы */
    margin-top: 10px;
    column-count: 2;
    /* Делим на 2 колонки */
    column-gap: 20px;
    /* Отступ между колонками */
    height: 100%;
    /* Устанавливаем высоту на 100% для заполнения карточки */
    overflow: hidden;
    /* Скрываем переполнение */
    list-style-type: none;
    /* Убираем стандартные маркеры */
    color: white;
    /* Устанавливаем цвет текста в белый, если нужно */

}

.card-back ul li {
    margin-bottom: 5px;
    margin-left: 60px;
    text-indent: -1.5em;
    padding-left: 2em;
    position: relative;
    /* Устанавливаем позиционирование для псевдоэлемента */
}

.card-back ul li::before {
    content: '';
    /* Пустое содержимое */
    left: 0;
    /* Позиция слева */
    transform: translateY(-50%);
    /* Центрируем по вертикали */
    width: 8px;
    /* Ширина точки */
    height: 8px;
    /* Высота точки */
    background-color: white;
    /* Цвет точки */
    border-radius: 50%;
    /* Делаем точку круглой */
}


.card-back ul li::marker {
    color: white;
    /* Устанавливаем цвет маркера в белый */
}

.card-back .btn_turn_cards {
    position: absolute;
}

.card {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    /* Сохраняем 3D стиль */
    transition: transform 0.6s;
    /* Плавный переход */
}

.card.flipped {
    transform: rotateX(180deg);
    /* Переворот карточки */
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    backface-visibility: hidden;
    /* Скрываем обратную сторону */
    border-radius: 10px;

}

.card-front {
    display: flex;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    z-index: 2;
    /* Убедимся, что передняя сторона выше */
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(288.73deg, rgba(76, 117, 242, 0.1) 58.04%, rgba(230, 233, 243, 0.1) 98.86%);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(0, 100, 217, 0.3) 0%, rgba(57, 66, 227, 0.3) 100%);
    box-shadow: 0px 3.42px 3.42px 0px rgba(76, 117, 242, 0.14);
    box-shadow: 0px 2.11px 4.22px 0px rgba(76, 117, 242, 0.06);
}

.card-back {
    background: linear-gradient(180deg, #0064D9 0%, #3942E3 100%);
    transform: rotateX(180deg);
    /* Поворачиваем заднюю сторону */
    padding: 20px;
}

.all-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* Центрирование по горизонтали */
    gap: 20px;
    /* Отступ между карточками */
    max-width: 1920px;
    margin: 0 auto;
    /* Центрирование контейнера */
    padding-bottom: 70px;
}

.all_btn {
    display: flex;
    flex-direction: column;
    row-gap: 70px;
}

.first_block_cards {
    display: flex;
    width: 700px;
    /* Ширина каждого блока */
    height: 320px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.main_img_cards {
    padding-top: 10px;
    /* Уменьшите отступ сверху */
}

.deteils_block_cards {
    background: rgba(225, 232, 253, 1);
    color: rgba(0, 100, 217, 1);
    font-size: 15px;
    border: none;
    max-width: 120px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    /* Отступ снизу */
    padding: 7px;
}

.btn_turn_cards {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    /* Отступ от левого края */
    bottom: 20px;
    /* Отступ от нижнего края */
    background: white;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.blog-list__item {
    position: relative;
    overflow: hidden;
}

.grid-list--no-gap .blog-list__item {
    overflow: visible;
}

.grid-list--no-gap .blog-list__item-image--absolute {
    left: -1px;
}

.blog-list__item-image-wrapper {
    position: relative;
}

.blog-list__item-image-wrapper--BG {
    padding-top: 130%;
    overflow: hidden;
    width: 100%;
}

.blog-list__item-image-wrapper--BG:after {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 51%;
    bottom: 0%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.blog-list__item-image-wrapper--TOP {
    padding-top: 45%;
}

.blog-list__item-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.blog-list__item-image--absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bx-ie .blog-list__item-text-top-part {
    flex-basis: auto;
}

.blog-list__item-preview-wrapper {
    margin-top: 9px;
}

.blog-list__item-period {
    position: relative;
}

.blog-list__item-period--mt-19 {
    margin-top: 19px;
}

.blog-list__item-period.blog-list__item-period--FON {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 12px;
}

.blog-list__item-text-wrapper--BOTTOM {
    position: absolute;
    bottom: 33px;
    left: 39px;
    right: 39px;
    z-index: 2;
}

body .blog-list__item-text-wrapper--BOTTOM .dark_link {
    color: #fff;
}

.blog-list__item-text-wrapper--BOTTOM_RELATIVE {
    padding: 25px 29px;
}

#main .blog-list__item .sticker {
    display: flex;
}

.blog-list__item .sticker .sticker__item {
    margin-left: 0;
}

body .blog-list__item-sticker {
    top: 29px;
    left: 29px;
    right: 29px;
}

body .blog-list__item-sticker--normal {
    position: static;
    margin-bottom: 9px;
}

.sticker__item--fon.sticker__item--bordered {
    color: #fff;
    border-color: white;
    background: transparent;
}

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

@media(max-width:480px) {
    .first_block_cards {
        background: #E1E8FD;
    }
}

@media (min-width: 1200px) {}

@media (max-width: 1199px) and (min-width: 992px) {
    .grid-list--no-grid>.blog-list__wrapper {
        width: 33.33%;
    }

    .grid-list--no-grid>.blog-list__wrapper.item-w66,
    .grid-list--no-grid>.blog-list__wrapper.item-w50 {
        width: 66.66%;
    }
}

@media (min-width: 992px) {
    .blog-list__wrapper.item-w50 .blog-list__item-image-wrapper--BG {
        padding-top: 62%;
    }

    .blog-list__wrapper.item-w66 .blog-list__item-image-wrapper--BG {
        padding-top: 63%;
    }

    .blog-list__item-sticker--BOTTOM {
        bottom: 35px;
        left: 36px;
    }

    .grid-list--wide-first .blog-list__item-image-wrapper--BG {
        height: 100%;
    }

    .grid-list--wide-first>div:first-of-type .blog-list__item-title {
        font-size: 1.6em;
    }

    .blog-list__item-image-wrapper--BG .blog-list__item-sticker {
        top: 40px;
        left: 38px;
    }
}
    .mobile {
		display:none !important; 
	}
@media (max-width: 991px) {
	.desktop {
		display:none !important; 
	}
	.mobile {
		display:block !important; 
	}
    .blog-list__item-text-wrapper--BOTTOM {
        bottom: 20px;
        left: 29px;
        right: 29px;
    }

    .grid-list--no-grid>.blog-list__wrapper {
        width: 33.33%;
    }
	.more_text_ajax  {
		height:fit-content !important;
	}
	.ajax_load_btn {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 767px) {
    .grid-list--no-grid>.blog-list__wrapper {
        width: 50%;
    }
}

@media (min-width: 601px) {
    .blog-list__item-sticker--BOTTOM_CORNER {
        bottom: 40px;
        left: 39px;
    }
}

@media (max-width: 600px) {
    .blog-list__item.flexbox--direction-row-reverse {
        flex-direction: column;
    }

    .blog-list__item-preview-wrapper {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .blog-list__item-sticker--BOTTOM,
    .blog-list__item-sticker--BOTTOM_CORNER {
        bottom: 24px;
        left: 27px;
    }

    .blog-list__item-image-wrapper--BG {
        padding-top: 150%;
    }

    .blog-list__item-image-wrapper--BG:after {
        top: 40%;
    }
}

@media (max-width: 500px) {
    .grid-list--normal .blog-list__wrapper {
        width: 100%;
    }

    .grid-list--normal .blog-list__item-image-wrapper--BG {
        padding-top: 110%;
    }
	.image_svg__0  {
		display:none;
	}
}

@media (max-width: 650px) {
    .blog-list__item-sticker--TOP {
        top: 30px;
        left: 31px;
    }
    .banners-big__buttons-item {
        margin:0 !important;
    }
}

@media (max-width: 480px) {

    /*.case__link{
          margin-top: -30px;
          border-radius: 10px;
        }
        .BLOG .index-block__title{
          width: fit-content;
          margin: 0 auto;
        }
        .BLOG #bx_incl_area_35_1 p {
          text-align: center;
        }*/
    .container_two {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .SALE,
    .FAQS,
    .BRANDS,
    .CATALOG_SECTIONS,
    .NEWS,
    .BLOG {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .maxwidth-theme {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
.banners-big__top-text  {
    background: rgba(231, 237, 255, 1);
    width: fit-content;
    padding: 9px;
    border-radius: 10px;
}
.btn-blue-custom {
	color:var(--theme-more-color);
}
.block1__h4_title {
	color:black;
}
.rewiew_bottom {
    justify-content: start;
    gap:10px;
}
.rewiew_bottom p{
    text-align:start;
}
.rewiew_bottom h4{
    text-align:start;
}
.image_svg__6 svg {
	overflow:visible !important;
}
.form_questions-info input {
	font-size:16px;
}
.owl-nav button {
    border-radius:12px !important;
}
@media(min-width:1000px){
	.staff-list__item-text-wrapper_custom_height {
		height:420px;
	}
	.image_svg_12--7_mob {
		display:none !important;
	}
}
.staff-list__item-margin {
	margin:0 !important;
}
.form_questions {
	justify-content:space-between;
}
.bottom-icons-panel {/*Скрытие нижней панели*/
	display:none !important;
}
.container {
    padding:0 !important;  
}
.orange {
    color:#FB9333 !important;
}
.banners-big__buttons {
    gap:10px;
}
.block_7_img  {
  clip-path: inset(5px 0 0 0);
}

@media(min-width:1000px) {
    .header-menu__wide-limiter  {
        display:none !important;
    }
}
