.slider-with-square-items-multiple {
   position: relative;
}

.slider-with-square-items-multiple .title_columns {
   padding-bottom: clamp(28px, 100/1920 * 1vw * 46, 46px);
}

.slider-with-square-items-multiple .title_columns .h1 {
   margin-bottom: clamp(28px, 100/1920 * 1vw * 46, 46px);
}

.slider-with-square-items-multiple .tab-content_block-wrapper_v1 {
   position: relative;
   display: flex;
   gap: 3em;
   flex-direction: column;
}

.slider-with-square-items-multiple .tab-content_block-wrapper_v1 .table-schema {
   height: fit-content;
   margin-bottom: 0!important;
   padding: 0 2px 2px;
   border-top: none;
   border-bottom: none;
   display: flex;
   flex-wrap: wrap;
   gap: 0;
   width: 100%;
}

.slider-with-square-items-multiple .tab-content_block-wrapper_v1 .table-schema a {
   color: #818181;
   font-weight: 500;
   text-transform: uppercase;
   flex: 0 0 33.333%;
   padding: 10px 25px;
   font-size: 1.72em;
   min-height: 3em;
   display: flex;
   line-height: 1.2;
   text-decoration: none;
   box-sizing: border-box;
   align-items: flex-start;
   position: relative;
   margin: 0!important;
   border-color: var(--color-border);
}

.slider-with-square-items-multiple .tab-content_block-wrapper_v1.tab_wrapper_two_columns .table-schema a {
   flex: 0 0 50%;
}

.slider-with-square-items-multiple .tab-content_block-wrapper_v1 .table-schema a:after {
   content: "";
   position: absolute;
   width: calc(100% - 2px);
   height: calc(100% - 2px);
   left: 0;
   top: 0;
   z-index: 2;
   border: 2px solid;
   border-color: inherit;
}

.slider-with-square-items-multiple .tab-content_block-wrapper_v1 .table-schema a.active_btn:after,
.slider-with-square-items-multiple .tab-content_block-wrapper_v1 .table-schema a:hover:after{
   z-index: 3;
   border: 2px solid;
   border-color: inherit;
}

.slider-with-square-items-multiple .tab-content_block-wrapper_v1 .table-schema a.active_btn,
.slider-with-square-items-multiple .tab-content_block-wrapper_v1 .table-schema a:hover{
   color: #000;
}

.slider-with-square-items-multiple .tab-content_block-wrapper_v1 .table-schema.table-box-columns {
   justify-content: space-between;
}

.slider-with-square-items-multiple .tab-content_block-wrapper_v1 .table-schema.table-box-columns.two-columns {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: clamp(16px, 46 * (100vw/1920), 46px);
}

.slider-with-square-items-multiple .owl-carousel:not(.active) {
   display: none;
}

.slider-with-square-items-multiple .slides_cards_block_item {
   padding: 1em;
   border: 2px solid #D1D1D1;
   height: 100%;
   display: flex;
   flex-direction: column;
}

.slider-with-square-items-multiple .slide_card_content_title > h3 {
   margin-bottom: 0;
}

.slider-with-square-items-multiple .slide_card_content {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 100%;
   gap: clamp(16px, 23 * (100vw / 1920), 23px);
}

.slider-with-square-items-multiple .slide_card_content_items {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 100%;
   gap: clamp(16px, 23 * (100vw/1920), 23px);
}

.slider-with-square-items-multiple .slide_card_content_item_wrapper {
   position: relative;
   border: 2px solid #D1D1D1;
   height: 10em;
   display: flex;
   width: 100%;
   flex-direction: column;
   background: transparent;
}

.slider-with-square-items-multiple .slide_card_content_item .content-wrapper {
   padding: 1em;
   overflow-y: hidden;
   height: inherit;
   overflow-x: hidden;
}

.slider-with-square-items-multiple .short-sub-items.owl-carousel .slide_card_content_item_wrapper {
   height: 6em;
}

.slider-with-square-items-multiple .slide_card_content_item.scrollable.opened .content-wrapper {
   padding-bottom: 0;
   overflow-y: scroll;
   background: #d1d1d1;
}



.slider-with-square-items-multiple .slide_card_content_item.scrollable.opened .content-wrapper::-webkit-scrollbar {
   width: 0!important;
   height: 0!important;

}

.slider-with-square-items-multiple .slide_card_content_item.scrollable {
   scrollbar-width: none;
   -ms-overflow-style: none;
}

.slider-with-square-items-multiple .slide_card_content_item.scrollable .simplebar-content-wrapper::-webkit-scrollbar {
   width: 0!important;
   height: 0!important;
}

.slider-with-square-items-multiple .slide_card_content_item.scrollable .simplebar-track.simplebar-vertical {
   top: 48px;
   right: 0;
   bottom: 0;
   width: 6px;
   background: none !important;
   overflow: hidden;
   z-index: 1;
}

.slider-with-square-items-multiple .slide_card_content_item.scrollable .simplebar-scrollbar {
   background: none !important;
   width: 100%;
   right: 0;
}

.slider-with-square-items-multiple .slide_card_content_item.scrollable .simplebar-scrollbar::before {
   content: '';
   position: absolute;
   inset: 0;
   background: #818181;
   border-radius: 3px;
   opacity: 1;
}

.slider-with-square-items-multiple .slide_card_content_item:not(.scrollable) .see_more {
   display: none;
}

.slider-with-square-items-multiple .slide_card_content_item.scrollable
.simplebar-track.simplebar-horizontal,
.slider-with-square-items-multiple .slide_card_content_item.scrollable
.simplebar-scrollbar.simplebar-horizontal{
   display:none !important;
}

.slider-with-square-items-multiple .slide_card_content_item.scrollable
.simplebar-content-wrapper,
.slider-with-square-items-multiple .slide_card_content_item.scrollable
.simplebar-content{
   overflow-x:hidden !important;
}

.slider-with-square-items-multiple .slide_card_content_item .content{
   overflow-wrap:anywhere; /* або word-wrap:break-word; */
}


.slider-with-square-items-multiple .slide_card_content_item.scrollable .see_more {
   background: #D1D1D1;
   cursor: pointer;
   font-size: 0;
   height: 48px;
   width: 48px;
   position: absolute;
   right: -1px;
   top: -1px;
   z-index: 3;
}

.slider-with-square-items-multiple .slide_card_content_item.scrollable.opened .see_more {
   background: #EDEDED;
}

.slider-with-square-items-multiple .slide_card_content_item.scrollable .see_more:before,
.slider-with-square-items-multiple .slide_card_content_item.scrollable .see_more:after {
   background-position: center;
   background-repeat: no-repeat;
   content: "";
   bottom: 0;
   left: 0;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 1;
   height: inherit;
   width: inherit;
}

.slider-with-square-items-multiple .slide_card_content_item.scrollable .see_more:before {
   background-image: url("../../assets/icons/dots.svg");
   opacity: 1;
}

.slider-with-square-items-multiple .slide_card_content_item.scrollable .see_more:hover:before {
   background-image: url("../../assets/icons/dots_white.svg");
}

.slider-with-square-items-multiple .slide_card_content_item.scrollable .see_more:after {
   background-image: url("../../assets/icons/plus.svg");
   opacity: 0;
}

.slider-with-square-items-multiple .slide_card_content_item.scrollable .see_more:hover:after {
   background-image: url("../../assets/icons/plus_white.svg");
}

.slider-with-square-items-multiple .slide_card_content_item.scrollable.opened .see_more:before {
   opacity: 0;
}

.slider-with-square-items-multiple .slide_card_content_item.scrollable.opened .see_more:after {
   opacity: 1;
}


.slider-with-square-items-multiple .slide_card_content_item > h4,
.slider-with-square-items-multiple .slide_card_content_item_wrapper > h4 {
   font-weight: 500;
   font-size: 1em;
   line-height: 1.25;
   letter-spacing: -0.01em;
   text-transform: none;

}

.slider-with-square-items-multiple .slide_card_content_item .content {
   padding-top: 0;
   padding-left: 1em;
   padding-right: calc(48px - 1em);
   overflow-y: hidden;
   height: 100%;
   max-height: 100%;
   font-size: 1em;
   line-height: 1.25;
   letter-spacing: -0.01em;
}

.slider-with-square-items-multiple .slide_card_content_item.opened .content {
   padding-top: 0;
   padding-left: 1em;
   overflow-y: visible;
   max-height: unset!important;
}

.slider-with-square-items-multiple .slide_card_content_item .content b,
.slider-with-square-items-multiple .slide_card_content_item .content strong {
   font-weight: 500;
}


.slider-with-square-items-multiple .slide_card_content_item .content > * {
   color: #000;
   font-size: inherit!important;
   line-height: inherit!important;
   letter-spacing: inherit!important;
}

.slider-with-square-items-multiple .slide_card_content_item .content * {
   color: #000;
}

.slider-with-square-items-multiple .slide_card_content_item .content > ul {
   list-style-type: disc;
   padding-left: 1em;
}

@media screen and (max-width: 1140px){
   .slider-with-square-items-multiple .slide_card_content_item.scrollable .simplebar-track.simplebar-vertical{
      top: 24px;
   }
   .slider-with-square-items-multiple .slide_card_content_item.scrollable .see_more {
      width: 24px;
      height: 24px;
   }

   .slider-with-square-items-multiple .slide_card_content_item .content {
      padding-right: calc(24px - 1em);
   }

   .slider-with-square-items-multiple .slide_card_content_item.scrollable .see_more:before,
   .slider-with-square-items-multiple .slide_card_content_item.scrollable .see_more:after{
      background-size: 12px;
   }
}

@media screen and (min-width: 1921px) {
   .slider-with-square-items-multiple .slide_card_content_item .content-wrapper {
      padding: 1.1em;
   }
}