.menu-mobile-bar{
	position: fixed;
    bottom: 0px;
    width: 100%;
    background: #fff;
    z-index: 9;
    padding: 3px 15px;
	box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
	display: none;
}
.menu-mobile-bar .mm-b--items{
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.menu-mobile-bar .mm-b--items .mm-b--item{
	/*display: flex; */
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    border-radius: 2px;
    flex-direction: column;
    text-align: center;
}
.menu-mobile-bar .mm-b--items .mm-b--item div:first-child{
   font-size: 25px;
   position: relative;
	margin-bottom:-7px;
}
.menu-mobile-bar .mm-b--items .mm-b--item #bar-cart{
	color: #fff;
    background: #ff6700;
    right: 10px;
    left: auto;
}
.mm-b--items .mm-b--item:hover{
	background: #ececec;
}
.mm-b--item p {
	margin: 0 10px;
}
.mm-b--items .mm-bi--home {
    color: #ff6700fa;
}
.mm-b--items .mm-bi--home:hover {
    color: #ff6700fa;
}


.news-container {
}

.news-item {
    padding: 20px;
    transition: transform 0.3s ease-in-out;
    display: flex;
    align-items: center;
    border: 1px solid #f5f5f5;
	cursor:pointer;
}

.news-item:hover {
    transform: translateY(-5px);
}

.news-item img {
    width: 100px; 
    height: auto;
    border-radius: 4px;
    margin-right: 20px;
}

.news-content {
    flex-grow: 1;
}

.news-item h2 {
    color: #343a40;
}

.news-item p {
    color: #6c757d;
}

.news-item .date {
    display: block;
    margin-top: 10px;
    color: #868e96;
    font-size: 0.8em;
}

.categories-wall-box>div{
	padding: 0;
    margin: 0 0 -1px -1px;
}
.news-blog-wall-box {
	border: 1px solid #F2F2F2;
    padding: 30px 10px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	height: 170px;
	margin-bottom: 30px;
	background: #fff;
	padding: 20px;
	transition: 0.3s all;
	overflow: hidden;
}

.news-blog-wall-box:hover {
	-webkit-box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
	box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
}

.news-blog-wall-box .news-blog-list {
	width: 55%;
	font-size: 13px;
	line-height: 24px;
	padding-left: 15px;
}

.news-blog-wall-box .image {
	width: 45%;
	overflow: hidden;
	margin: -20px 0 -20px -20px;
	display: block;
}
.news-blog-wall-box .image img {
	width: 100px;
	/* height: 100px; */
	transition: 0.3s all;
	margin-top: 30px;
	margin-left: 30px;
}

.news-blog-wall-box:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-blog-wall-box .title {
	/*font-size: 14px;*/
	display: block;
	margin-bottom: 4px;
	/*font-weight: 600;*/
	overflow: hidden;
	color: #222;
	/* height: 45px; */
	font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.news-blog-wall-box .show-more {
	font-size: 12px;
	color: #ff6700;
	font-weight: 500;
}

.news-blog-wall-box .show-more:hover{
	color: #222;
}

.news-blog-wall-box ul {
	margin: 0 0 10px;
	padding-left: 0;
	list-style: none;
}

.news-blog-wall-box ul li{
	display: inline-block;
    margin-right: 4px;
}

.news-blog-wall-box ul li a {
	color: #222;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-blog-wall-box ul li a:hover{
	text-decoration: underline;
}	
.total-items{
  position: relative;
}

.total-items span{
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 17px;
    top: -5px;
    left: -15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    color: #000;
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    font-weight: 500;
    font-size: 9px;
    text-shadow: none;
}
.personal-link-cart{
	background: #ff6700;
	border-radius: 2px;
	padding: 5px 15px;
	color: #fff;
	display: block;
	position: relative;
}
.personal-link-cart .wrap {
    margin: 2px 0 0 14px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    max-width: 80px;
}
.personal-link-cart .name {
    position: relative;
    margin: 0 0 5px;
    display: block;
    font-size: .9333em;
    font-weight: 700;
    line-height: 1.1em;
}
.personal-link-cart .wrap>span {
    text-overflow: ellipsis;
    overflow: hidden;
}

.personal-link-cart .plc-num{
	position: absolute;
    top: 9px;
    left: 35px;
    height: 15px;
    width: 15px;
    text-align: center;
    background: #fff;
    color: #000;
    line-height: 15px;
    border-radius: 15px;
    font-weight: 600;
	text-shadow: none;
}

.personal-link-cart .title {
    display: block;
    font-size: .8em;
    line-height: 1.2em;
    color: #eaeaea;
}
.personal-link-cart:focus, .personal-link-cart:hover {
    color: #eaeaea;
    text-decoration: none;
}
.personal-link-cart .svg-inline-cabinet {
    top: 8px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    left: 5px;
}

#scrollToTopBtn {
            position: fixed;
            bottom: 75px;
            right: 20px;
            display: none;
            cursor: pointer;
            background-color: #dddddd;
            color: #000;
            padding: 8px;
            border-radius: 35px;
            border: none;
            outline: none;
            transition: background-color 0.3s;
            height: 48px;
            width: 48px;
            font-size: 23px;
            line-height: 29px;
            z-index: 7;
}

#scrollToTopBtn:hover {
	background-color: #ff6700;
	color: #fff;
}
.titleH3 {
	display: inline-block;
    margin: 0 38px 0 0;
    font-size: 21px;
    color: #1d2029;
    line-height: 30px;
	font-weight: 700;
	margin-right: -15px;
    margin-left: -15px;
}
.rowPlus{
	padding-right: 15px;
    padding-left: 15px;
}
.fc-inline{
	display: inline-block;
    width: auto;
}
.dual-m-s {
	display: flex;
    align-items: center;	
}

.service-wrapper {
	/*background: #ffffff;
	position: relative;
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;*/
	background: #ffffff;
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
}
.service-item {
	padding: 25px 0px 20px 80px;
    position: relative;
    /* border: 1px solid #f5f7fb; */
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 10px;
    /* background: #f5f7fb; */
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    cursor: pointer;
}
.service-item:hover {
		-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.07);
		box-shadow: 3px 3px 10px rgba(0,0,0,.07);
		border-color:#fff;
		transform: translateY(-5px);
}
.service-item span {
	font-size: 45px;
	position: absolute;
	left: 20px;
	top: 25px;
	background: #ffffff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #000;
	text-align: center;
	line-height: 50px;
}

.service-item .title {
	font-size: 16px;
	font-weight: 500;
}

.service-item .text {
	font-size: 13px;
	color: #222;
}
#open-menu{
	display: inline-block;
	background: #ff6700;
	border-radius: 2px;
	padding: 8px 15px 8px 40px;
	margin-right: 10px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	text-transform: uppercase;
}
#open-menu:before {
    top: 46.8px;
    left: 30px;
    background: url(/template/view/theme/default/image/Catalog_menu.svg) no-repeat;
    width: 15px;
    height: 12px;
    content: "";
    position: absolute;
    display: block;
}
#menu .collapse{
	position: relative;
}
#menu .menu_content{
	background: #fff;
	position: absolute;
	width: 100%;
	top: 40px;
	z-index: 2;
	border-top: 1px solid #f2f2f2;
	padding: 25px 30px 10px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	display: none;
	overflow: auto;
	max-height: calc(70vh - 65px);
}
#menu .open_menu{
	display: block!important;
}

#menu:has(.open_menu) #open-menu{
	background-color: rgba(0, 0, 0, 0.1);
}

#menu_bottom{
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}


.menu_content .menu_list{
	display: flex;
	flex-wrap: wrap;
}

.menu_content .menu_list .category_type{
	display: flex;
	width: 25%;
	margin-bottom: 25px;
}
.menu_list .category_type .img_catalog{
	padding: 0 14px;
}
.menu_list .category_type .img_catalog img{
	
	
}
.menu_list .category_type .menu_list_catalog{
	overflow: hidden;
    height: 165px;
	position: relative;
}
.menu_list .category_type .menu_list_catalog a{
	display: block;
    font-size: 13px;
    padding: 0px 20px!important;
    color: #636262;
	max-width: 220px;
}
.menu_list .category_type .menu_list_catalog a:hover{
	color: #ff6700;
}
.menu_list .category_type .menu_list_catalog a:first-child {
	font-weight: 700;
	padding-top: 2px!important;
	padding-bottom: 5px!important;
	font-size: 14px;
	color: #ff6700;
}

.menu_list .category_type .menu_list_catalog .allT{
	position: absolute;
	bottom: 0px;
	color: #ff6700;
	width: 100%;
	background: #fff;
}


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 1;
}

.navbar-collapse {
    padding-right: 0px;
	padding-left: 0px;

}

.bg-menu {
    /*position: sticky;
    top: 0px;
    z-index: 7;*/
}

.product-right-c {
	position: sticky;
    top: 65px;
    border: 4px solid #71bf44;
    border-radius: 10px;
    padding: 5px 15px 15px;
}

#top-links li {
	display: inline-flex;
	align-items: center;
}
#top-links .ti {
	color: #fff;
	/* text-shadow: 0 1px 0 #FFF; */
	text-decoration: none;
	font-size: 20px;
	margin-right: 0px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: unset;
    border-radius: 4px;
    -webkit-box-shadow: unset;
    box-shadow: unset; 
}
.like_icons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.like_icons span {
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    margin: 0 0 5px;
    overflow: hidden;
    border-radius: 100%
}

.like_icons span.added {
    opacity: .6;
    visibility: visible
}

.product-thumb:not(.touch):hover .like_icons span {
    opacity: 1;
    visibility: visible
}
.like_icons_in span {
    opacity: 1;
    visibility: visible
}

.like_icons span i {
    width: 30px;
    height: 30px;
    display: block;
    background: url(/uploads/icons_wish.png) no-repeat
}

.like_icons .wish_item i {
    background-position: 5px -16px
}

.like_icons .compare_item i {
    background-position: -18px -17px
}

.like_icons .wish_item.added i {
    background-position: 5px -44px
}

.like_icons .compare_item.added i {
    background-position: -18px -45px
}

.like_icons span:hover {
    cursor: pointer;
    background-color: #e3e3e3
}

html:not(.bx-touch) .like_icons .wish_item:hover i {
    background-position: 5px -72px
}

html:not(.bx-touch) .like_icons .compare_item:hover i {
    background-position: -18px -73px
}

html:not(.bx-touch) .like_icons .wish_item.added:hover i {
    background-position: 5px -44px
}

html:not(.bx-touch) .like_icons .compare_item.added:hover i {
    background-position: -18px -45px
}


.counter_block {
    border: 1px solid #f3f3f5;
    background: #f3f3f5;
    font-size: 0;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    -webkit-touch-callout: none;
    user-select: none;
    height: 36px
}

.counter_block.big_basket {
    width: 122px;
    text-align: center;
    height: auto
}

.counter_block input[type=text] {
    width: 34px;
    border: 0;
    border-left: 1px solid #f3f3f5;
    border-right: 1px solid #f3f3f5;
    background: #f3f3f5;
    color: #666;
    font-size: 13px;
    height: 34px;
    border-radius: 0;
    text-align: center;
    line-height: 13px
}

.flexslider .counter_block input[type=text] {
    width: 34px
}

.bx-firefox .counter_block input[type=text] {
    padding-top: 7px
}

.counter_block.big_basket input[type=text] {
    font-size: 13px;
    height: 38px;
    width: 65px
}

.counter_block .minus,.counter_block .plus {
    font-size: 0;
    line-height: 40px;
    height: 34px;
    width: 24px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top
}

.counter_block.big_basket>span {
    height: 34px;
    width: 28px
}

.module_product_list .counter_block .minus,.module_product_list .counter_block .plus {
    height: 24px;
    width: 24px
}

.counter_block>span:before {
    opacity: .7;
    display: inline-block;
    content: "";
    width: 24px;
    height: 34px;
    background: url(/uploads/ai.png) -80px -191px no-repeat;
    vertical-align: middle
}

.counter_block.big_basket>span.minus:before {
    background-position: -18px -189px
}

.counter_block.big_basket>span.plus:before {
    background-position: 1px -189px
}

.counter_block>span.plus:before {
    background-position: -54px -191px
}

.counter_block>span:hover:before {
    opacity: 1
}

.counter_block input[type=text] {
    padding: 7px 3px
}

.counter_wrapp {
    font-size: 0;
    padding: 15px 0px;
    white-space: nowrap
}

.counter_wrapp .counter_block {
    margin: 0 10px 0 0
}

.button_block {
    display: inline-block;
    vertical-align: top
}

.counter_wrapp .button_block.wide {
    display: block;
    margin: 0;
    width: 100%
}

.counter_wrapp .button_block.wide .button {
    display: block
}
.item-stock {
    font-size: 12px;
    line-height: 15px;
    margin: 6px 0 2px;
    white-space: nowrap;
	display: inline-block;
	margin-right: 15px;
}

.item-stock>span {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #666
}

.item-stock .icon {
    width: 14px;
    height: 14px;
    background: url(/uploads/ai.png) -92px -48px no-repeat;
    margin: 1px 6px 0 0
}

.item-stock .icon.stock {
    background-position: -111px -50px
}
.position---relative{
    position: relative;
}

.sections_wrapper>div {
			margin: 0 0 -1px -1px;
		}

		.sections_wrapper>div {
			padding: 0;
			margin: 0 0 -1px -1px;
		}
		.sections_wrapper .item {
			margin: 0;
		}

		.sections_wrapper .item {
			text-align: center;
			border: 1px solid #F2F2F2;
			padding: 30px 10px;
			transition: all ease .2s;
		}
		.sections_wrapper .item:not(.section_item) .img {
			width: 100px;
			height: 100px;
			line-height: 100px;
			text-align: center;
			margin: 0 auto 22px;
		}
		.shine {
			position: relative;
			overflow: hidden;
		}
		.sections_wrapper .item .img img {
			max-width: 100%;
			max-height: 100%;
		}
		.img.shine img {
			max-height: 171.56px !important;
		}
		.sections_wrapper .item .name {
			font-weight: 700;
			font-size: 1.071em;
			line-height: 20px;
		}
		.sections_wrapper .item .name a {
			font-size: 15px;
		}
		.sections_wrapper .item .name a {
			overflow: hidden;
			text-overflow: ellipsis;
			display: flex;
			height: 40px;
			align-items: center;
			justify-content: center;
		}
		a.dark_link {
			color: #1d2029!important;
		}
		.sections_wrapper .item:hover {
			border-color: #fff;
			box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
		}
		a.dark_link:hover {
			color: #ff6700 !important;
		}
.sections_wrapper{
padding-top: 0px;
}

.flex-row{ 
	display:flex;
}
.w-l-r-flex{
    flex-wrap: nowrap;
    justify-content: space-between;
	padding-bottom: 0px;
    padding-top: 0px;
}
.catalog---w-r{
	width: 50%;
    text-align: right;
}
.catalog---w-l{
	width: 50%;
    text-align: left;
}
.catalog--select-ini{
	border: 1px solid #e7e7e700;
    background-color: #eee0;
    font-size: 13px;
    max-width: fit-content;
    width: -webkit-fill-available;
    padding: 6px 0px;
    display: inline-block;
}
.sort_display a.current {
			background-color: #ff6700;
			color: #fff;
		}

		.sort_display a, .sort_display a i {
			display: inline-block;
			line-height: 34px;
			font-size: 22px;
		}
		.sort_display a {
			margin: 0 0 0 8px;
			width: 35px;
			height: 35px;
			vertical-align: top;
			text-align: center;
			line-height: 35px;
			background: #f5f5f5;
			border-radius: 2px;
		}
table.module_products_list {
			float: none;
		}
		.module_products_list {
			width: 100%;
			font-size: 12px;
			margin: 0 0 30px;
		}
		.module_products_list tr.item {
			border: 1px solid #f2f2f2;
			display: block;
			margin: 0 0 -1px;
		}

		.wraps .item {
			position: relative;
		}
		
		.module_products_list tr.item .wrapper_td {
			width: 100%;
			padding: 0;
			display: block;
		}
		.module_products_list tr td:last-child {
			padding-right: 5px;
		}
		.module_products_list tr td:first-child {
			padding-left: 19px;
		}
		.module_products_list td {
			padding: 19px 0;
			text-align: center;
		}
		.module_products_list tr.item table {
			width: 100%;
		}
		.module_products_list .foto-cell {
			width: 70px;
		}
		.module_products_list td.item-name-cell {
				text-align: left;
				padding-left: 20px;
				padding-right: 10px;
		}
		.module_products_list td.price-cell {
			text-align: left;
			width: 25%;
			overflow: hidden;
		}
		.module_products_list td.but-cell {
			width: 215px;
			text-align: right;
		}
		.module_products_list td.like_icons {
			width: 92px;
			position: relative;
			top: 0;
			right: 0;
		}

		.module_products_list td.like_icons.full {
			width: 91px;
		}
		.module_products_list td.item-name-cell a {
			font-size: 14px;
			font-weight: 700;
		}
		.module_products_list td.like_icons .wrapp_stockers .like_icons {
			top: 50%;
			position: static;
			margin: 0;
		}

		.wrapp_stockers .like_icons {
			font-size: 0;
			height: 30px;
		}
		.module_products_list td.like_icons {
			width: 92px;
			position: relative;
			top: 0;
			right: 0;
		}
		.wrapp_stockers .like_icons>div {
			display: inline-block;
			margin: 0 5px 0 0;
		}
		.module_products_list .wrapp_stockers .like_icons>div:last-child, .type_more .stores_block_wrap .stores_block.wo_image .item-stock .value {
			margin-right: 0;
		}
		.wrapp_stockers .like_icons span, .wraps .item:hover .child_right_container {
			opacity: 1;
			visibility: visible;
		}
		.module_products_list td.price-cell .cost.prices .price {
			font-size: 15px;
			font-weight: 700;
			line-height: 16px;
			display: inline-block;
		}
		.catalog_detail .cost .price, .list .cost .price, .table .cost .price {
			margin-left: 0;
		}
		.cost.prices .price {
			margin-bottom: 8px;
		}
		
		.cost.prices .strike_block .price, .cost.prices .strike_block.offers_price {
			font-size: 16px;
			line-height: 15px;
			font-weight: 400;
			color: #888;
			text-decoration: line-through;
		}
		.cost.prices .strike_block .price span, body .module_products_list .cost.prices .strike_block .price, body .module_products_list .cost.prices .strike_block.offers_price {
			font-size: 13px;
			line-height: 15px;
			font-weight: 400;
		}
		.article_block {
			font-size: 12px;
			color: #999;
		}
		.article_block {
			display: inline-block;
			margin: 0 6px;
		}
		
.product-type-list{
	/* display: block; */
	/* overflow: auto; */
	/* max-height: calc(70vh - 100px); */
	padding: 20px 0px;
	margin: 0 0 0px;
}
.searchContentsRelative{
	position: relative;
	/* max-width: 1260px; */
	margin: auto;
	display:none;
	z-index: 8;
}
.searchFocus{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 8;
	background: #32323252;
}
.searchContents{
	padding: 15px 0px;
	position: absolute;
	background: #ededed;
	width: 100%;
	margin-top: 41px;
	display: block;
	overflow: hidden auto;
	max-height: calc(90vh - 100px);
	background-color: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
}
.colummTopSticky{
	position: sticky;
	top: 0;
	border-right: 1px solid #ebebeb;
}
.TrueSearch, .TrueMenu{
	display:block;
}

#searchMobile {
	margin-right: 15px;
	position: relative;
	width: 100%;
	padding: 10px 0px;
	/* display:none; */
}
#searchMobile label{
	position: absolute;
	right: 7px;
	top: 13px;
	cursor: pointer;
	background: #ffffff;
	border-radius: 3rem;
	padding: 10px;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 20px;
}
#searchMobile .search-box {
    border-radius: 3rem;
    border: none;
    padding: 10px 15px;
    cursor: text;
    background: #ededed;
    color: black;
    width: 100%;
}
#searchMobile .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#searchMobile .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
.headerTrueSearch{
	z-index: 8;
    position: relative;
    background: #fff;
}
.block-cs{
	min-width: 20%;
	max-width: 42%;
	position: relative;
	min-height: 1px;
	padding-right: 30px;
	padding-left: 15px;
	width: -webkit-fill-available;
}
/* <!--1023px--> */
@media(max-width:1199px){
	#scrollToTopBtn {
       bottom: 125px;
	   right: 15px;
	}
	.openBig{
		width: 100%;
	}
	.modal-cart{
		display: block;
		max-height: calc(100vh - 54px);
		box-shadow: none;
	}
	.searchContents{
		position: fixed;
		top: 0;
		margin-top: 0px;
		min-height: calc(100vh - 16px);
		max-height: calc(100vh - 16px);
	}
	.searchContents .col-sm-9{
		width: 100%;
	}
	.menu-mobile-bar{
		display: block;
	}
	.modal-cart .mcfooter {
		padding: 13px 50px;
		bottom: 0;
		position: absolute;
	}
	#top-links .total-items span {
		left: -10px;
	}
	.total-items span {
		left: 0px;
	}
	#menu .visible-xs{
		display: block!important;
	}
	
	.hidden-xs{
		display: none!important;
	}
	.time-phone-block{
		display: flex;
		flex-direction: column;
	}	
	.time-phone-block .work-time-info{
		/*height: -webkit-fill-available;*/
		height: auto;
	}
	.time-phone-block .inner-table-block{
		/*height: -webkit-fill-available;*/
		height: auto;
	}
	#cart-result{
		height: 0;
	}
	.alert {
		bottom: 60px;
		width: 360px;
	}
	#logo{ height: 55px; }
}
#telephone-notification-button{
	cursor:pointer;
}
header{ border-bottom: 1px solid #eee; }
.nav-tabs>li>a {
    background: #f9f9fa;
    border: 1px solid #F2F2F2;
    color: #222;
    margin: 0 -1px -1px 0;
    padding: 17px 25px 18px;
    text-decoration: none;
    border-radius: 0;
    font-weight: 700;
    text-transform: none;
}

.nav-tabs li.active a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #ddd;
}
.nav-tabs li.active a:before {
    background: #ff6700;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
    color: #ff6700;
	border: 1px solid #F2F2F2;
}
.nav-tabs {
    border-bottom: 1px solid #f2f2f2;
}
.props_list {
				width: 100%;
				margin: 0;
				color: #555;
			}
			table.props_list {
				border-collapse: collapse;
				border: 0px;
				table-layout: fixed;
			}
			.props_list tr td:first-child {
				text-align: left;
				padding-right: 10px;
				padding-left: 0px;
			}
			.props_list td {
				position: relative;
				font-size: 13px;
				vertical-align: top;
				background: url(/uploads/dott.png) 0 14px repeat-x;
				width: 50%;
			}
			.props_list td {
				text-align: right;
				padding: 2px 0px 2px 10px;
				font-size: 13px;
			}
			.props_block .char_name .props_item, .props_block .char_value, .props_list .props_item {
				overflow: hidden;
				text-overflow: ellipsis;
			}
			.props_list .props_item span {
				background: #fff;
				padding-right: 10px;
			}
			.props_list td.char_value span {
				padding: 0 0 0 10px;
			}
			.props_list td > span, .props_list td > .txt {
				position: relative;
				background: #FFF;
				padding: 0px;
				display: inline-block;
				color: #666;
			}
			.h4_attribute {
				margin: 43px 0 32px;
				font-size: 1.33em;
				line-height: 20px;
				color: #383838;
				font-weight: bold;
			}
			
			.block_desc_pp{
				margin: 43px 0 32px;
				color: #555;	
			}
.block--up-product{
	border: 1px solid #f2f2f2;
    display: flow-root;
	margin: 0 0 30px;
}	
.block--down-product{
	padding: 0;
}		
#product-product #content>.row {
	padding-top: 0px;
}	

.block--up-product-type1{
			display: flex;
			justify-content: space-between;
			align-items: center;
			margin-top: 20px;
		}
		.block--up-product-type1 .fa-stack{
		    width: 1em;
			height: 1em;
			line-height: 1em;
		}
		.block--up-product-type1 .article {
			font-size: 13px;
			color: #666;
			line-height: 18px;
		}
		.block--up-product-type1 .article .value {
			padding: 5px 0;
			margin: 0;
		}	

	.buy_block {
				font-size: 0;
				line-height: 0;
				    padding: 22px 0 0;
			}
			.buy_block .counter_wrapp {
				padding: 0 12px 0 0;
				white-space: nowrap;
			}

			.buy_block>div {
				display: inline-block;
				vertical-align: top;
			}
			.buy_block .counter_wrapp>div {
				margin-bottom: 22px!important;
			}
			.counter_wrapp .counter_block {
				margin-right: 12px;
			}
			.counter_wrapp .counter_block {
				margin: 0 10px 0 0;
			}
			.counter_block.big_basket {
				width: 122px;
				text-align: center;
				height: auto;
			}
			.counter_block {
				border: 1px solid #f3f3f5;
				background: #f3f3f5;
				font-size: 0;
				margin: 0 auto;
				display: inline-block;
				vertical-align: top;
				border-radius: 2px;
				-webkit-touch-callout: none;
				user-select: none;
				height: 36px;
			}	

.item-delivery {
				background-color: #f7f7f7;
				padding: 24px 23px 24px 20px;
				clear: both;
				margin-bottom: 30px;
			}

			.item-delivery__header {
				display: flex;
				align-items: center;
				margin-bottom: 10px;
			}

			.item-delivery__header img {
				margin-right: 10px;
				margin-left: 0;
			}

			.item-delivery__title {
				margin-right: 4px;
			}

			.item-delivery__header {
				font-size: 14px;
				font-weight: 700;
			}

			.item-delivery__title {
				color: #222222;
			}

			.item-delivery__select {
			}

			.item-delivery__toggler {
				border-bottom: 1px dotted currentColor;
			}

			.item-delivery .c-table {
				width: 100%;
			}

			.delivery-descr-content_cards__img img {
				flex: 0 0 16%;
				width: 16%;
				height: auto;
				margin: 0 2px;
			}
			.delivery-descr-wrap {
				font-family: "Open sans", sans-serif;
				margin-bottom: -15px;
			}

			.delivery-descr-content {
			}

			.delivery-descr-content_title {
				display: flex;
				flex-direction: row;
				justify-content: flex-start;
				align-items: center;
			}

			.delivery-descr-content_title img {
				margin: 0;
				width: 35px;
				height: auto;
			}

			.delivery-descr-content_title p {
				margin: 0 10px;
				font-size: 13px;
				font-weight: 700;
			}

			.delivery-descr-content_text ul.delivery-descr-content_text__list {
				list-style: none;
				font-size: 12px;
				margin-bottom: 10px;
			}

			.delivery-descr-content_text .delivery-descr-content_text__list li {
				padding-left: 20px;
				position: relative;
				margin-bottom: 0;
				line-height: 19px;
			}

			.delivery-descr-content_text__list > li:before {
				content: '\2713';
				position: absolute;
				top: 0;
				left: 0;
				color: #555555;
			}

			.delivery-descr-content_cards__img {
				display: flex;
				flex-direction: row;
			}

			.delivery-descr-content_cards__img img {
				flex: 0 0 16%;
				width: 16%;
			}

			.delivery-descr-content_cards__link {
				margin-top: 5px;
				text-align: center;
			}

			.delivery-descr-content_cards__link a {
				color: #888888;
				font-size: 12px;
			}	


#quick-order-modal,
#price-notification-modal {
    max-width: 600px;
    margin: 50px auto;
    border-radius: 10px;
    overflow-y: auto;
}

#quick-order-modal .modal-content,
#price-notification-modal .modal-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

#quick-order-modal .modal-header,
#price-notification-modal .modal-header {
    background: #ff6700;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}

#quick-order-modal .close,
#price-notification-modal .close {
    color: #fff;
    position: absolute;
    top: 14px;
    right: 15px;
    opacity: 1;
}

#quick-order-modal .modal-body,
#price-notification-modal .modal-body {
    padding: 20px;
}

#quick-order-modal .modal-body img,
#price-notification-modal .modal-body img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

#quick-order-modal #quick-order-form,
#price-notification-modal #price-notification-form {
    margin-top: 20px;
}

#quick-order-modal #quick-order-form input[type="text"],
#quick-order-modal #quick-order-form input[type="email"],
#price-notification-modal #price-notification-form input[type="text"],
#price-notification-modal #price-notification-form input[type="email"] {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

#quick-order-modal #quick-order-form input[type="text"]:focus,
#quick-order-modal #quick-order-form input[type="email"]:focus,
#price-notification-modal #price-notification-form input[type="text"]:focus,
#price-notification-modal #price-notification-form input[type="email"]:focus {
    border-color: #ff6700;
}

#quick-order-modal #quick-order-submit,
#price-notification-modal #price-notification-submit {
    background: #ff6700;
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

#quick-order-modal #quick-order-submit:hover,
#price-notification-modal #price-notification-submit:hover {
    background: #45a049;
}

#quick-order-modal .modal-footer .btn-secondary,
#price-notification-modal .modal-footer .btn-secondary {
    background: #ddd;
    color: #333;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

#quick-order-modal .modal-footer .btn-secondary:hover,
#price-notification-modal .modal-footer .btn-secondary:hover {
    background: #ccc;
}

#quick-order-modal .modal-title,
#price-notification-modal .modal-title {
    color: #fff;
    font-size: 15px;
}


.categories-wall-box>div{
	padding: 0;
    margin: 0 0 -1px -1px;
}
.category-wall-box {
	border: 1px solid #F2F2F2;
    padding: 30px 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	height: 220px;
	/*margin-bottom: 30px;*/
	background: #fff;
	padding: 20px;
	transition: 0.3s all;
	overflow: hidden;
}

.category-wall-box:hover {
	-webkit-box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
	box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
}

.category-wall-box .category-list {
	width: 55%;
	font-size: 14px;
	line-height: 24px;
	padding-left: 15px;
}

.category-wall-box .image {
	width: 45%;
	overflow: hidden;
	margin: -20px 0 -20px -20px;
	display: block;
}
.category-wall-box .image img {
	width: 100px;
	/* height: 100px; */
	transition: 0.3s all;
	margin-top: 30px;
	margin-left: 30px;
}

.category-wall-box:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.category-wall-box .title {
	/*font-size: 14px;*/
	display: block;
	margin-bottom: 4px;
	/*font-weight: 600;*/
	overflow: hidden;
	color: #222;
	/* height: 45px; */
	font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.category-wall-box .show-more {
	font-size: 12px;
	color: #ff6700;
	font-weight: 500;
}

.category-wall-box .show-more:hover{
	color: #222;
}

.category-wall-box ul {
	margin: 0 0 10px;
	padding-left: 0;
	list-style: none;
}

.category-wall-box ul li{
	display: inline-block;
    margin-right: 4px;
}

.category-wall-box ul li a {
	color: #222;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category-wall-box ul li a:hover{
	text-decoration: underline;
}	

.show-more-new {
    font-size: 12px;
    color: #ff6700;
    font-weight: 500;
}
.manufacturer-list {
   /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
}

.manufacturer-item {
    /*width: 24%;*/ 
   /* margin-bottom: 20px;*/
    padding: 10px;
    border: 1px solid #F2F2F2;
    text-align: center;
	height: 122px;
}
.manufacturer-item:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
    box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
}
.manufacturer-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.manufacturer-item h3 {
    font-size: 16px;
    margin: 0;
}

.manufacturer-item a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

.manufacturer-item a:hover {
    color: #007bff; 
}	

.cheaper_form {
    position: relative;
    padding-left: 22px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666;
    margin-right: 30px!important;
	cursor:pointer;
}
.cheaper_form:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(/uploads/ai.png) -74px -84px no-repeat;
}

.header--phone-block{
	display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.header--phone-block .header--phone-block-pn{
	display: inline-flex;
	border: 1px solid #f5f5f5;
	align-items: center;
}
.header--phone-block-icon{
	background: #f5f5f5;
	padding-top: 5px;
}
.header--phone-block-number{
	padding: 3px 10px;
}
.header--phone-block-number span{
	color: #000;
	font-weight: 700;
	font-size: 18px;
}
.header--phone-block-link{
	cursor:pointer;
}

.modal-header {
	position: relative;
}
.modal-header .close {
    position: absolute;
    top: 14px;
    right: 15px;
    opacity: 1;
}
#top-links .dropdown-menu a, #top-links-left .dropdown-menu a{
	color: #000;
    /* text-shadow: 0 1px 0 #FFF; */
    text-decoration: none;
    padding: 0 5px;
}

.drop-icon-info{
    background: #f5f5f5;
    padding: 0px 5px;
    cursor: pointer;
}
.dropdown-menu {
  width: max-content;
}
input[name="rating"] + .fa-star {
	padding-left: 2px;
	cursor: pointer;
	color: #E69500;
}
input[name="rating"] {
	display: none;  
}
input[name="rating"]:checked ~ .fa-star:before {
	color: grey;  
} 
input[name="rating"]:checked + .fa-star:before {	
  color: #E69500; 
  }
 
footer hr {
    border-top: none;
    border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 1199px) {
	.module_products_list .foto-cell {
		width: 27%;
	}
	.module_products_list td.item-name-cell {
		width: 70%;
	}
 .module_products_list table {
    border: 0;
  }
 .module_products_list table thead {
    display: none;
  }
 .module_products_list table tr {
    margin-bottom: 10px;
    display: block;
  }
 .module_products_list table td {
    display: inline-flex;
    text-align: right;
    font-size: 13px;
    flex-direction: column;
  }
 .module_products_list table td:last-child {
    border-bottom: 0;
  }
 .module_products_list table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
.counter_wrapp {
    text-align: center;
}
.footer_product {
    visibility: visible;
    height: auto;
    color: #333;
    box-shadow: 0 20px 20px rgba(0,0,0,.1);
    position: unset;
    width: -webkit-fill-available;
}
.product-thumb .image img {
    height: 240px;
}
}
#menu_bottom>li {
    /* width: -webkit-fill-available; */
    text-align: center;
    /* max-width: 14.2857%; */
}
#menu_bottom .dropdown-menu{
    width: -webkit-fill-available;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    --active: #ff6700;
    --active-inner: #fff;
    --focus: 2px rgb(254 175 39 / 30%);
    --border: #e1d3bb;
    --border-hover: #ff6700;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 21px;
  }
  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }
  .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -25px;
	}
}

#carousel-manufacturer-home .swiper-wrapper{
	justify-content: space-between
}
.block-dir-properties-wrap {
	display: block;
}
.block-dir-properties_content {
	border-collapse: collapse;
	border: 0px;
	table-layout: fixed;
	width: 100% !important;
}
.block-dir-properties_content tr td:first-child {
    text-align: left;
    padding-right: 10px;
    padding-left: 0px;
    padding: 2px 0px 2px 0px;
    font-size: 13px;
    width: 55%;
}
.block-dir-properties_content tr td:last-child {
    text-align: right;
    padding: 2px 0px 2px 0px;
    font-size: 13px;
    width: 45%;
}
.block-dir-properties_content tr td {
    overflow: hidden;
    width: 50%;
    text-overflow: ellipsis;
    background: url(/uploads/dott.png) no-repeat;
    background-position: 0px 14px;
    background-repeat: repeat-x;
}
.block-dir-properties_content tr td:first-child span {
    padding-right: 12px;
    position: relative;
}

.block-dir-properties_content tr td span {
    position: relative;
    background: #FFF;
    padding: 0px;
    display: inline-block;
    color: #666;
}
.block-dir-properties_content tr td:last-child span {
    padding-left: 12px;
}
#product-category .product-thumb .caption {
    height: 288px;
}
.foto-cell{
	position: relative;
}
.thumbnails{
	position: relative;
}
.stickers {
    left: 6px;
    top: 6px;
    position: absolute;
    z-index: 0;
    line-height: 20px;
    padding-right: 50px;
    font-size: 0;
}
.stickers [class*=sticker_] {
    background-color: #4fad00;
    width: auto;
    margin: 0 3px 6px;
    letter-spacing: .5px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 10px 4px;
    text-transform: uppercase;
    border-radius: 2px;
}
.newStick{
		position: sticky;
		top: 40px;
		z-index: 8;
	}
	.newStickyMenu{
		position: sticky;
		top: 0px;
		z-index: 8;
		background: #fff;
		display:none;
		box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
	}
	.newStickyMenu-bg{ 
		padding: 15px 0;
		display: flex;
		align-items: center;
	}
	.newStickyMenu-bg #logo_sticky_menu {
		padding-right: 20px;
	}
	.newStickyMenu-bg #logo_sticky_menu img {
		max-width: 440px;
		width: 100%;
	}
	.newStickyMenu-bg #open-menu:before {
		top: 14.5px;
		left: 10px;
	}
	.newStickyMenu-bg .search-block{
		height: auto;
	}
	.newStickyMenu-bg .search-wrapper{
		height: auto;
	}
	.newStickyMenu-bg .links-nSM{
		display: flex;
		padding-left: 20px;
	}
	
	.newStickyMenu-bg .links-nSM .link-nSM{
		cursor:pointer;
		text-align: center;
		padding: 0 5px;
		font-size: 12px;
		font-weight: 500;
		color: #606060;
		position:relative;
	}
	.newStickyMenu-bg .links-nSM .link-nSM:hover{
		border-radius:5px;
		color: #000;
		background:#f5f5f5;
	}
	.newStickyMenu-bg .links-nSM .link-nSM .icon-link-nSM{
		font-size: 35px;
		color: #000;
		margin-bottom: -8px;
	}
	.newStickyMenu-bg .links-nSM .link-nSM .bar-nSM{
		position: absolute;
		width: 16px;
		height: 16px;
		line-height: 17px;
		top: -1px;
		right: 7px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		text-align: center;
		font-size: 10px;
		color: #fff;
		background: #ff6700;
		-webkit-box-shadow: none;
		box-shadow: none;
		visibility: visible;
		font-weight: 500;
		font-size: 9px;
		text-shadow: none;
	}
	.newStick .menu_content{
		position: relative;
		margin: auto;
		display: none;
		z-index: 7;
	}
	.newStick .menu_content .menu_lists_nS{
		padding: 15px 0px;
		position: absolute;
		background: #ededed;
		width: 100%;
		margin-top: 41px;
		display: block;
		overflow: hidden auto;
		max-height: calc(90vh - 100px);
		background-color: #fff;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		background-clip: padding-box;
	}
.row-flex{
	display: flex;
}
footer .header--phone-block-number {
     padding: 0px;
}
footer .icon-footer{
	padding: 0 10px 0px 0px;
    font-size: 25px;
}
footer .listC-footer{
	margin-bottom:15px;
}
.social-tabs{
	position: fixed;
    right: 85px;
    bottom: 20px;
    display: flex;
    flex-direction: row-reverse;
	gap: 10px;
	transition: all 350ms ease;
}
@media(max-width: 1199px){
	.social-tabs{
		right: 85px;
		bottom: 65px;
	}
}
.social-tabs .social-tab-fix a, .social-tabs .social-u-tab a{ 
	color:#fff;
}

.social-tab-fix{
	cursor: pointer;
    background-color: #4CAF50;
    color: #ffffff!important;
    padding: 8px;
    border-radius: 35px;
    border: none;
    outline: none;
    transition: background-color 0.3s;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 32px;
}
.social-tab{
	display: flex;
    align-items: center;
    gap: 10px;
	overflow: hidden;
    max-width: 0px;
	transition: all 350ms ease;
}
.social-tabs:hover .social-tab, .social-tabs:active .social-tab{
	max-width: 100%;
}
.social-u-tab{
	cursor: pointer;
    color: #ffffff!important;
    padding: 8px;
    border-radius: 35px;
    border: none;
    outline: none;
    transition: background-color 0.3s;
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 32px;
}
.telegram-r{
    background-color: #09A7E9;
}
.instagram-r{
    background-color: #E91E63;
}
.viber-r{
    background-color: #7564F0;
}

::-moz-scrollbar {width: 7px;height: 7px;border-radius:0px}
::-moz-scrollbar-track-piece  {	background-color: #ccccccb8;border-radius:0px}
::-moz-scrollbar-thumb:vertical {height: 30px;background-color: #005691;}
::-webkit-scrollbar {width: 7px;height: 7px;border-radius: 0px;}
::-webkit-scrollbar-track-piece  {background: #f5f7fb;background-size: cover;border-radius: 0px;}
::-webkit-scrollbar-thumb:vertical {height: 30px;background-color: #000000b0;border-radius:0px}