.chat_button {
	left: 325px;
    top: 930px;
    width: 50px;
    height: 50px;
    border: 1px solid #603913;
    border-radius: 30px;
    position: absolute;
    /* background: linear-gradient(0deg, rgba(10,11,18,0.80015756302521) 0%, rgba(194,194,194,1) 50%, rgba(0,0,0,0.7973564425770308) 100%); */
    box-shadow: 0px 0px 6px 1px;
    background: #a6835c;
}

.chat_button1 {
	left: 337px;
    top: 941px;
    width: 25px;
    height: 25px;
    border: 2px solid #d4d4d4;
    border-radius: 1px;
    position: absolute;
    /* background: linear-gradient(0deg, rgba(10,11,18,0.80015756302521) 0%, rgba(194,194,194,1) 50%, rgba(0,0,0,0.7973564425770308) 100%); */
    box-shadow: 0px 0px 6px 1px;
}    

.chat_mic {
	left: 300px;
    top: 45px;
    width: 100px;
    height: 7px;
    /*border: 1px solid #603913;*/
    border-radius: 3px;
    position: absolute;
    background: linear-gradient(0deg, rgba(10,11,18,0.80015756302521) 0%, rgba(194,194,194,1) 50%, rgba(0,0,0,0.7973564425770308) 100%);
    box-shadow: 0px 0px 6px 1px;
}


.chat_cam {
	left: 260px;
    top: 38px;
    width: 20px;
    height: 20px;
    /* border: 1px solid #603913; */
    border-radius: 20px;
    position: absolute;
    background: radial-gradient(circle, rgb(96, 57, 19) 0%, rgb(0, 0, 0) 100%);
    box-shadow: 0px 0px 6px 1px;
}

.chat_mobile {
	left:48px;
	top:20px;
	height:970px;
	width:600px;
    border-color: #603913;
    border: 1px solid #603913;
    border-radius: 20px;
	position: absolute;
	background: #ffe1b8;
	box-shadow: 0px 0px 6px 1px;
}
	
	
.chat_area {
    position: absolute;
    left: 68px;
    z-index: 100;
    top: 80px;
    font-size: 18px;
    width: 560px;
    height: 830px;
    border-color: #603913;
    border: 3px solid #603913;
    border-radius: 20px;
	display: block;
	box-shadow: 0px 0px 9px 2px;
}
.chat_area_bg {
	background: #fbd27a;
    /* opacity: 0.5; */
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 101;
    border-radius: 20px;
    background: linear-gradient(120deg, rgb(255, 255, 255) 0%, #eff5d9 100%);
}.chat_table {
	position:absolute;
	z-index:102;
	width:100%;
}
.chat_table_top {
	background: linear-gradient(180deg, rgba(253, 220, 157, 0.43) 0%, rgba(255, 229, 193, 0.46) 30%, rgba(255, 229, 193, 0.58) 80%, rgba(253, 220, 157, 0.44) 100%);
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 5px 5px 1px;
}
.chat_msg {
	white-space: nowrap;
	margin: 3px;
}
.chat_kontact {
    top: 1025px;
    position: absolute;
    left: 10px;
    z-index: 81;
    font-size: 22px;
    width: 700px;
    color: #603913;
    line-height: 1.6;
    text-align: center;
}
.chat_tel2 {
    position: absolute;
    left: 192px;
    top: 1029px;
    width: 40px;
    height: 26px;
    z-index: 20;
}
.chat_email2 {
    position: absolute;
    left: 202px;
    top: 1061px;
    width: 26px;
    height: 26px;
    z-index: 20;
}

.chat_work_area2_div {
    position: absolute;
    left: 235px;
    top: 210px;
    height: 990px;
    width: 726px;
    background-color: #FFF;
    opacity: 0.8;
    border: 5px solid #603913;
    border-radius: 1.6em 1.6em 1.6em 1.6em;
}
.chat_work_area1_div {
    position: absolute;
    left: 235px;
    top: 210px;
    height: 990px; 
    width: 726px;
    border-color: #603913;
    border: 5px solid #603913;
    border-radius: 1.6em 1.6em 1.6em 1.6em;
}