@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://www.link.kg/skins/default/fontawesome-pro-5.13.0-web/css/all.css);

#clou_xs {
	position: relative;
}

#clock {
	color: grey;
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
}

#RemainsFullDays {
	bottom: 1px;
	left: 135px;
	font-size: 45px;
	color: grey;
}

#RemainsFullHours {
	bottom: 1px;
	left: 40px;
	font-size: 45px;
	color: grey;
}

#RemainsMinutes {
	bottom: 1px;
	left: 87px;
	font-size: 45px;
	color: grey;
}

#lastSec {
	bottom: 1px;
	left: 135px;
	font-size: 45px;
	color: grey;
}

#Rem {
	font-size: 11px;
	font-weight: normal;
	color: grey;
}

::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: #edf1f4
}

::-webkit-scrollbar {
	width: 5px;
	height: 2px;
	background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: lightgrey;
}

body {
	margin: 0px;
	padding: 0px;
	font: 74% Tahoma, Arial, Sans-Serif;
	color: #666;
	line-height: 1.4em;
	background: #fff;
	background-image: url('https://www.link.kg/loader/wall2.png');
	background-attachment: fixed;
	/*бесшовные фоны http://subtlepatterns.com/thumbnail-view/ */
	/* background-image: url('http://www.link.kg/loader/brickwall.png'); */
}

#full-screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0.7);
}

#full-screen>div>p {
	text-indent: 20px;
	padding-bottom: 10px;
}

#full-screen>div {
	position: relative;
	top: 10vh;
	width: 50vw;
	max-height: 60vh;
	margin: 0 auto;
	border-radius: 10px;
	border: 7px solid #ddd;
	font-size: 16px;
	line-height: 1.4em;
	text-align: left;
	padding: 7vh;
	box-shadow: 0px 0px 19px 6px black;
	overflow: auto;
	background-color: white;
	/*background-color: rgba(255, 255, 255, 0.9);
    background-image: url('https://www.link.kg/images/pricelist_photo_21317_38971_1585253978.jpg');
    background-blend-mode: color;*/
}

#full-screen>div>a:hover,
a:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#full-screen>div>a {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

select,
.input_text,
textarea {
	background: #fff;
	padding: 2px;
	font: 11px Verdana;
	color: #666;
}

.page {
	width: 1024px;
	margin: 35px auto;
}

.container {
	border: 6px solid #f9f9f9;
	width: 875px;
	float: left;
}


#weekend_block {
	z-index: 5;
	border-bottom: solid 0.5px;
	left: 0;
	position: fixed;
	background-color: #4CAF50;
	width: 100%;
	color: white;
	font-family: 'Montserrat';
	font-size: 1rem;
	font-weight: bold;
	padding: 14px 0px;
	text-align: center;
	top: 25px;
	display: flex;
}

#weekend_block span {
	width: calc(100vw - 130px);
}

#scroll_top {
	position: fixed;
	bottom: 5px;
	background-color: whitesmoke;
	width: 5%;
	border-radius: 3px;
	text-align: center;
	padding: 0px 15px 2px 15px;
	display: none;
}

#right_cont {
	width: 135px;
	float: right;
	min-height: 200px;
	margin-top: 38px;
}

#sidebar_cart {
	padding: 0px 3px;
	/*background: #f9f9f9;*/
	position: fixed;
	width: 129px;
	top: 50px;
	overflow-y: auto;
	height: 86%;
}

/**********/
d {
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
	color: #fff;
	display: inline-block;
	text-align: center;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	padding: 0px 3px;
	margin: 1px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	line-height: 20px;
	font-weight: bolder;
}

d.green {
	background-color: rgb(150, 150, 150);
	border: 1px solid rgb(140, 140, 140);
	cursor: pointer;
}

d.gdesc {

	background-color: rgb(150, 150, 150);
	border: 1px solid rgb(140, 140, 140);
	cursor: text;
	text-align: left;
	font-size: unset;
	margin: 10px 0px;
	position: relative;
	text-decoration: none;
}

d.gdesc a {
	text-decoration: none;
}

d.gdesc img:hover {
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.99);
}

d.select {
	background-color: rgb(43, 153, 91);
	border: 1px solid rgb(33, 126, 74);
	cursor: url(../../admin/img/delete_h.gif), no-drop;
}

d.push {
	background-color: royalblue;
	border: 1px solid rgb(140, 140, 140);
	padding: 0px 10px 0px 10px;
	cursor: pointer;
}

d.error {
	background-color: red;
	border: 1px solid rgb(140, 140, 140);
	padding: 0px 10px 0px 10px;
	cursor: text;
}

@media (min-width: 1366px) {
	d:hover {
		/*background-color: rgb( 75, 183, 141 );*/
		border: 1px solid rgb(33, 126, 74);
		box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 7px rgba(0, 0, 0, 0.99);
	}
}

d img {
	padding: 3px;
	cursor: pointer;
}

d b {
	border-bottom: 3px solid white;
	border-radius: 5px;
}

a img:hover {
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.99);
	border-radius: 5px;
	cursor: pointer;
}

.img_search {
	position: absolute;
	margin: 0px -35px;
	width: 30px;
	cursor: pointer;
}

/*********/

.s {
	cursor: pointer;
	margin-top: 2px;
}

.sc_item {
	padding: 2px;
	border: 1px solid #e1e1e1;
	margin-bottom: 3px;
	font-size: 9px;
	line-height: 11px;
	background: #fff;
	overflow: hidden;
	color: #999;
	width: 95%;
}

.main_menu {
	position: absolute;
	top: 5px;
	left: 198px;
	width: 350px;
}

.main_menu ul li {
	display: block;
	float: left;
	background: #E1E1E1;
	border: 1px solid #d1d1d1;
	margin-right: 2px;
}

.main_menu ul li a:link,
.main_menu ul li a:visited {
	color: #666;
	display: block;
	padding: 0px 5px 1px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.main_menu ul li a:hover {
	background: #f1f1f1;
}

ul li:hover {
	color: red;
	cursor: pointer;
}

.main_menu_link_active {
	background: white;
}

#middle {
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	background: #f9f9f9;
	margin: 0px;
}

#loader {
	width: 43px;
	height: 11px;
	margin: 25px;
	position: absolute;
	right: 0px;
	background: url(img/loader.gif) no-repeat;
}

#sidebar {
	float: left;
	width: 223px;
	background: #f9f9f9;
	padding: 5px 0px 10px 0px;
	overflow-y: scroll;
	height: 95vh;
	position: sticky;
	/*фиксация прокрутки по top */
	top: 30px;
}

#sidebar:hover {
	box-shadow: 0 0 40px rgba(0, 0, 0, .1) inset;
	transition: transform 300ms linear 0ms;
}

#sidebar_ads_title {
	transition: all 300ms linear 0ms;
}

#sidebar_ads_title:hover {
	transform: rotate(0deg) scale(1.1, 1.1);
	box-shadow: 5px 5px 0px #A5A5A5;
	z-index: 999;
	transition: transform 300ms linear 0ms, box-shadow 300ms linear 0ms, z-index 300ms linear 0ms;
}

#dealers_cont {
	font-size: 11px;
	padding: 5px;
}

#dealers_cont td {
	padding: 2px 3px;
}

#dealers_cont .input_text,
#dealers_cont textarea {
	padding: 1px;
	width: 300px;
}

.dealer_lbl {
	vertical-align: top;
	text-align: right;
}

.freq_lbl {
	vertical-align: top;
	line-height: 13px;
	padding-left: 3px;
}

#content {
	margin: 0;
	font-size: 11px;
	padding-right: 5px;
	color: #666;
	width: 638px;
	float: right;
}

#cont_list {
	width: 640px;
	float: right;
	background: #fff;
	/* position: relative; */
	/* margin: -46px 0px 0px 0px; */
	/* border-left: 1px solid #d1d1d1; */
	/* border-top: 1px solid #d1d1d1; */
	/* border-bottom: 1px solid #d1d1d1; */
	/* padding-left: 5px; */
	/* padding-bottom: 5px; */
	/* min-height: 1933px; */
}

*html #cont_list {
	height: 1200px;
}

#bottom_links {
	background: #e1e1e1;
	height: 17px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
}

#footer {
	border: 1px solid #d1d1d1;
	border-top: none;
	height: 0px;
}

.scroll-to-top {
	font-size: 2em;
	position: fixed;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	cursor: pointer;
	opacity: 0.3;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.go_top_id {
	top: 50%;
	position: relative;
	text-align: center;
	opacity: 0.4;
}

.row_1 {
	background: #fff;
}

.row_2 {
	background: #f0f0f5;
}

.r1 {
	background: #fff;
	vertical-align: top;
}

.r2 {
	background: #f0f0f5;
	vertical-align: top;
}

.c {
	cursor: pointer;
}

.cb {
	cursor: pointer;
	font-weight: normal;
}

.op {
	opacity: 0;
	position: absolute;
	background: red;
	z-index: -1000;
}

.desc_wrap {
	/*position: relative;
	width: 1px;
	height: 1px;*/
}

.desc_cont {
	display: none;
	/*height: 317px;*/
	border: 1px solid #E1E1E1;
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	background: #fff;
	padding: 5px;
}

.d2 {
	text-align: center;
	background: white;
}

.d2 a {
	text-decoration: none;
}

.r_pl {
	border: 1px solid #d1d1d1;
	vertical-align: top;
	background: white;
}

.catalogue {
	width: 100%;
}

.catalogue a {
	color: #332ff5;
	outline: none;
	text-decoration: none;
}

table.catalogue>tbody>tr:hover {
	background-color: gainsboro;
}

table.catalogue>tbody>tr:nth-child(1) {
	border-bottom: 1px solid gray;
}

.catalogue td {
	padding: 1px 2px;
	word-break: break-word;
}

.catalogue[id="system_unit"] td:first-child {
	white-space: nowrap;
	text-align: right;
	padding: 0 0.3rem;
	vertical-align: top;
}

.pl {
	text-decoration: none;
}

.cat_title {
	/*border-bottom: 1px solid #E1E1E1;*/
	font-size: 11px;
	font-weight: bold;
	/*padding-bottom: 5px;*/
}

td.cat_pricelist {
	font-weight: bold;
	padding-top: 5px;
	color: #FF0000;
}

.td_add {
	width: 2%;
}

.tp {
	text-align: right;
	width: 60px;
}

.price_sep {
	border-bottom: 1px dashed #FF0000;
	margin: 5px 0px 0px 5px;
}

.td_photos {
	width: 16px;
	vertical-align: top;
	text-align: center;
}

.btn_add {
	border: none;
	height: 15px;
	font-size: 11px;
	width: 15px;
	padding: 0 1px 1px 0;
	cursor: pointer;
}

.cart_sum_info {
	font-size: 12px;
	text-align: right;
}

.preview {
	display: block;
	/*background: #4d98ff url(img/img_peview.gif) no-repeat;*/
	color: green;
	width: 13px;
	height: 16px;
	text-decoration: none;
}

.submit {
	height: 18px;

	border: none;
	;
	padding: 0 5px;
	font: normal 10px Arial;
	color: #555;
	cursor: pointer;
}

.search_cont {
	position: absolute;
	top: 30px;
	right: 0px;
	font-size: 10px;
	/* float:right; */
}

.search_cont .input_text {
	width: 584px;
	border: 1px solid #4d90fe;
	font-size: 20px;
	border-radius: 3px 0px 0px 3px;
	float: left;
	height: 25px;
}

.search_cont .submit {
	color: #666666;
	border: 1px solid #D1D1D1;
	background-color: #fff;
	margin-right: 2px;
}

.section_name {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 5px;
	color: #FF0000;
}

.section_name h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 5px;
	color: #FF0000;
	margin: 0;
}

.cross {
	cursor: crosshair;
}

.help {
	cursor: help;
	color: red;
}

.align_right {
	text-align: right;
}


.cart_td_eco_help {
	position: absolute;
	border: 1px solid gray;
	background: none white;
	text-align: left;
	padding: 6px;
	margin: -6px 106px;
	font-family: arial;
	font-size: 10px;
	width: 290px;
	line-height: 13px;
	color: grey;
}

.cart_tovar {
	border-bottom: 1px solid #E1E1E1;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	width: 38%;
}

.cart_qty {
	border-bottom: 1px solid #E1E1E1;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: right;
	width: 7%;
}

.cart_qty_s {
	text-align: center;
	width: 7%;
}

.cart_usd {
	border-bottom: 1px solid #E1E1E1;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
	width: 6%;
}

.cart_usd_s {
	text-align: right;
	width: 6%;
}

.cart_telefon {
	border-bottom: 1px solid #E1E1E1;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
	width: 13%;
}

.cart_telefon_s {
	text-align: right;
	width: 13%;
}

.cart_res {
	border-bottom: 1px solid #E1E1E1;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: right;
	width: 10%;
}

.cart_res_s {
	text-align: right;
	width: 10%;

}

.align_center {
	text-align: center;

}

.desc_keyword {
	background: #F8F8F8;
	border: 1px solid #d1d1d1;
	margin: 1px 0px 5px 0px;
	padding: 2px 0px 2px 5px;
	text-align: left;
}

.text_desc {
	float: right;
	width: 40%;
	height: 291px;
	overflow-y: auto;
}

.btn_close {
	width: 3px;
	height: 15px;
	font-weight: bold;
	display: block;
	float: left;
	color: #ff0000;
	padding: 1px 9px 2px 7px;
	cursor: pointer;
}

a.btn_close:link,
a.btn_close:visited,
a.btn_close:hover {
	color: #ff0000;
	cursor: pointer;
}

.links_cont {
	text-align: right;
	padding-right: 143px;
	font-size: 10px;
}

.l7 {
	font-size: 15px;
	font-family: Verdana;
	font-weight: bold;
}

.l8 {
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}

#friends {
	padding-left: 25px;
}

/* new slider */
.slider-wrap {
	width: 321px;
	float: left;
	margin-right: 5px;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.stripViewer {
	position: relative;
	overflow: hidden;
	width: 321px;
	height: 246px;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}

.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 321px;
}

.stripNavL,
.stripNavR,
.stripNav {
	display: none;
}

.nav-thumb {
	border: 1px solid black;
	margin-right: 5px;
}

#movers-row {
	/*margin: -16px 0 0;*/
}

#movers-row div {
	width: 20%;
	float: left;
}

#movers-row div a.cross-link {
	float: right;
}

.photo-meta-data {
	background: url(img/transpBlack.png);
	padding: 3px 5px;
	height: 45px;
	margin-top: -50px;
	position: relative;
	overflow: hidden;
	z-index: 9999;
	color: white;
}

.photo-meta-data span {
	font-size: 11px;
	line-height: 12px;
}

.cross-link {
	display: block;
	width: 62px;
	float: left;
	margin-top: -16px;
	position: relative;
	padding-top: 16px;
	z-index: 9999;
}

.active-thumb {
	background: transparent url(img/icon-uparrowsmallwhite.png) top center no-repeat;
}

.block_cont {
	width: 48%;
	float: left;
	margin: 5px 5px;
}

.block_cont .cat_title {
	padding-bottom: 0px;
}

.block_content {
	padding: 5px;
	background: #F9F9F9;
}

.cart_section {
	font-size: 10px;
	font-weight: bold;
	/*color: #999;*/
	line-height: 10px;
}

.clr {
	clear: both;
}

#page_message {
	font-size: 11px;
	text-align: center;
	margin-top: 5px;
}

.page_error,
.page_notice {
	padding: 1px;
	background: #ffff00;
	color: #ab0505;
	font-weight: bold;
}

.page_message {
	background: #2D6803;
	color: #fff;
	font-weight: bold;
	padding: 2px;
}


/*///////////////////////*/

* {
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #555;
}

.price_links {
	text-decoration: none;
	color: #004BF5;
}

table {
	border: 0;
	border-collapse: collapse;
}

a img {
	border: none;
}

h1 {
	padding: 8px 0 0 35px;
	font: bold 20px Arial;
	letter-spacing: 1px;
	color: #faf6f6;
}

.hdr {
	background: url(img/h1_bg.jpg) no-repeat;
	height: 44px;
	margin-bottom: 3px;
}

h2 {
	padding: 5px 0;
	font-size: 14px;
}

#main {
	margin: 0 50px 0 51px;
}

#center {
	background: transparent;
	width: 679px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	font: Tahoma, Arial, Sans-Serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.2em;
}

/*-----------------------------------------------*/

#container {
	width: 944px;
	margin: 0 auto;
	text-align: left;
}

.center {
	text-align: center;
}

.page_num {
	width: 45px;
}

.fl_right {
	text-align: right;
}

.clr_div {
	clear: both;
	height: 3px;
}

.small {
	font-size: 9px;
	color: #006400;
}

.paging {
	height: 20px;
	margin-bottom: 15px;
	margin-top: 5px;
}

.paging span {
	float: left;
	margin-right: 5px;
	padding: 2px 0;
}

.paging a:link,
.paging a:visited {
	float: left;
	margin-right: 5px;
	padding: 0px 5px;
	text-align: center;
	border: 1px solid #999999;
	line-height: 14px;
	text-decoration: none;
}

.paging a:hover,
.paging a.active {
	background-color: #f0f0f0;
}

.nt1 {
	background-color: rgb(21, 133, 181);
	color: white;
	font-family: tahoma;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding: 2px 5px 2px 5px;
}

.nt2 {
	color: black;
	background-color: white;
	padding: 0px 3px 0px 5px;
	margin: 0px 0px 0px 5px;
}

.newR {
	background-color: rgb(255, 0, 0);
	color: white;
	font-family: tahoma;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-top: 1px;
}

i {
	padding: 5px;
}

.category {
	/* padding-left: 10px; */
	font-family: 'Montserrat', sans-serif;
	list-style: none;
}

.category ul {
	padding-left: 20px;
	text-decoration: none;
}

.category li {}

.category li a {
	text-decoration: none;
}

.category li a:hover {
	background: gold;
	transition: all 0.4s ease-out;
}

.category li>a.active {
	background: antiquewhite;
	transition: all 0.4s ease-out;
}

.category li>a>img {
	padding: 0px 5px;
	height: 15px;
	box-shadow: none;
}

.breadcrumbs {
	padding: 20px 0px;
	font-family: 'Montserrat', sans-serif;
	line-height: normal;
}

.breadcrumbs>a {
	border-bottom: solid 1px silver;
	cursor: pointer;
}

.breadcrumbs>a:hover {
	border-bottom: solid 1px blue;
}

#clarifyApply {
	padding-right: 5px;
	font-size: larger;
	cursor: pointer;
	border: 1px solid gray;
	border-radius: 4px;
	display: inline-block;
}

#clarifyApply:hover {
	background-color: rgb(43, 153, 91);
	color: white;
	border-radius: 4px;
}

#clarify {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
}

table#clarify>tbody>tr>td {
	vertical-align: top;
}

table#clarify>tbody>tr>td:nth-child(1) {
	text-align: right;
	padding: 7px 5px 0px 0px;
}

table#clarify>tbody>tr>td>div {
	position: relative;
	display: inline-table;
	max-width: 180px;
}

.off {
	display: none;
}

#marketing {
	border: 1px solid gold;
	padding: 4px;
	width: 95%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-family: 'Montserrat', sans-serif;
	border-radius: 4px;
	background-color: white;
}

#marketing>a {
	text-decoration: none;
}

#marketing>a>div {
	height: 25px;
	display: table-cell;
	vertical-align: middle;
}

#marketing>a>div>img {
	height: 25px;
}

#marketing>a>div>img:hover {
	height: 25px;
	box-shadow: none;
}

#cont>a {
	text-decoration: none;
}

#cont>a:hover {
	text-decoration: none;
	border-bottom: 1px solid gray;
}

#content>#divclarify {
	padding-bottom: 10px;
	background-color: white;
	margin: 2px -1px;
}

#attention {
	color: red;
	font-family: 'Montserrat', sans-serif;
	font-size: larger;
	margin: 0px 0px 10px 0px;
}

#attention span {
	cursor: pointer;
	border-bottom: 1px solid gray;
}


/* 28-12-2021 Главная страница > наши товары */
[wrapmain] {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

[container] {
	font-family: system, -apple-system, BlinkMacSystemFont, 'Segoe UI';
	width: 608px;
	font-size: 16px;
	color: gray;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	transition: all 350ms;
	margin: 1rem 0 2rem 0;
}

[data-element-wrap] {
	padding: 10px;
	border-radius: 8px;
}

[data-element-wrap]:hover {
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	transition: all 450ms;
}

[data-element] {
	width: 180px;
	height: 340px;
}

[data-element-wrap]:hover [data-btn] {
	display: inline-block;
}

[data-element-wrap]:hover [data-desc] {
	-webkit-line-clamp: 4;
}

[data-imgs]::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(41 43 83 / 5%);
	display: block;
	z-index: 2;
}

[data-imgs] {
	padding-top: calc(100% * (190/180));
	position: relative;
	margin: 0 0 7px;
	overflow: hidden;
	border-radius: 8px;
}

[container] img {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

[data-price] {
	white-space: nowrap;
}

[data-price]>span {
	font-size: 18px;
	color: black;
	font-weight: bold;
}

[data-desc] {
	color: #999;
	position: relative;
	word-break: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 7;
	display: -webkit-box;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	font-size: 13px;
	line-height: 19px;
	margin: 5px 0px;
}

[data-btn] {
	cursor: pointer;
	color: #fff;
	background-color: #4e73df;
	display: none;
	text-align: center;
	font-family: system-ui;
	user-select: none;
	line-height: 1.8;
	border-radius: 4px;
	width: 100%;
	min-width: 7rem;
	min-height: 1.9rem;
	margin: 5px 0px 0px 0px;
}

#sidebar_friend_title {
	text-align: center;
	padding: 1rem 0rem;
}

button {
	border-radius: 0.35rem;
	border: 0;
	cursor: pointer;
	color: #fff;
	background-color: #4e73df;
	display: inline-block;
	text-align: center;
	font-family: inherit;
	user-select: none;
	padding: 0.375rem 0.75rem;
	font-size: 13px;
	line-height: 1.5;
	text-transform: none;
	transition: .15s;
	height: 100%;
}

button:hover {
	background-color: #2e59d9;
	box-shadow: 0px 0px 5px #2e59d9;
}

button:disabled {
	opacity: 0.5;
	background-color: gray;
	cursor: no-drop;
}

calendar [no] {
	background-color: #ff000180;
	color: black;
	border-radius: 12px;
	margin: .3rem;
	border: solid 3px white;
	min-width: 2rem;
	min-height: 1rem;
}

calendar [ye] {
	background-color: #8BC34A;
	color: black;
	border-radius: 12px;
	margin: .3rem;
	border: solid 3px white;
	min-width: 2rem;
	min-height: 1rem;
}





.buble:hover {
	opacity: 1 !important;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.3);
	transition: .2s linear;
	width: 65px;
	height: 65px;
}

.buble {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	user-select: none;
	transition: .2s linear;
	border-radius: 50%;
	cursor: pointer;
	width: 60px;
	height: 60px;
	bottom: 0px;
	position: absolute;
}

buble {
	transition: 1s linear;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	user-select: none;
	position: fixed;
	width: 60px;
	height: 60px;
	right: 16px;
	bottom: 16px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}