@font-face{font-family:MCS-500;src:url("MuseoSansCyrl-500.otf") format("opentype"),url("museo_sans_cyrl_500.eot") format("embedded-opentype")}@font-face{font-family:MCS-300;src:url("MuseoSansCyrl-300.otf") format("opentype"),url("museo_sans_cyrl_300.eot") format("embedded-opentype")}@font-face{font-family:MCS-700;src:url("MuseoSansCyrl-700.otf") format("opentype"),url("museo_sans_cyrl_700.eot") format("embedded-opentype")}@font-face{font-family:MCS-900;src:url("MuseoSansCyrl-900.otf") format("opentype"),url("museo_sans_cyrl_900.eot") format("embedded-opentype")}

body { margin: auto; background: white;}
.menu {
  margin: 0 25px 0 0;
}
#cont{
	 height: 93vh;
	 display: grid;
}
#ad_d {
  margin: 8px auto auto auto;
  width: 50%;
  border: none;
  height: 150px;
  background: white;
  text-align: right;
}
#ui_d {
  margin: auto;
  height: 12px;
  width: 49%;
  border: none;
  background: #ffffff;
  padding: 12px 0 12px 0;
  font: 15px MCS-700;	

}
#txt_d {
  margin: auto;
  width: 50%;
  border: 1px solid #00000030;
  height: 100%;
  overflow-y:scroll;
  background: white; 
  border-radius: 12px;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px 3px inset;
}

#input_t{
	width: 100%;
    height: 100px;
    border-radius: 12px;
    background: #a6ff0029;
    text-align: left;
	padding: 10px;
    font: 15px MCS-500;
    overflow-y: scroll;
	margin: 4px auto auto auto;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #00000017;
}



#input_t::-webkit-scrollbar {
  width: 4px;
}

#input_t::-webkit-scrollbar-thumb {
	background-color: #bbb;
}

[contentEditable]:empty:not(:focus):before {
    content: attr(placeholder);
    opacity: 0.4;
}  

[contenteditable] {
  outline: 0px solid transparent;
}


#txt_d::-webkit-scrollbar {
  width: 4px;
}

#txt_d::-webkit-scrollbar-thumb {
	background-color: #bbb;
}

#b_txt {
  font: 15px MCS-500;	
}

#menu_btn{
    border-radius: 12px;
    padding: 8px 45px 8px 45px;
	font: 17px MCS-500;
	background: #00a5fd1c;
    color: #4390b3;
	margin: 15px 10px 15px 10px;
    display: inline-block;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px;
}
#txtbubble {
	border-radius: 12px 12px 12px 0;
    background: #00a5fd1c;
    padding: 10px;
    margin: 3px 10px 10px 7px;
    width: 85%;
}

#txtbubble_q {
	float: right;
	border-radius: 12px 12px 0 12px;
    background: #a6ff0029;
    padding: 10px;
    margin: 10px 7px 0 10px;
    width: 85%;
}

.clr_fl {
  display:block;
  clear:both;
 }

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  animation-name: animatetop;
  animation-duration: 0.6s
}

.modal-content {
	background-color: #fefefe;
    margin: 20px auto 10px auto;
    padding: 10px;
    border: none;
    width: 45%;
    border-radius: 10px;
	animation-name: animatetop;
	animation-duration: 0.6s
	}
	
	
.modal-content2 {
    color: white;
    padding: 10px;
    border: none;
    width: fit-content;
    border-radius: 10px;
    top: 50%;
    position: absolute;
    left: 50%;
    background: #0000009e;
    font: 15px MCS-500;
    transform: translate(-50%, -50%);
}

.modal2 {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    animation-name: animatetop;
    animation-duration: 0.4s;
}	

@keyframes animatetop {
  from {opacity: 0}
  to {opacity: 1}
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 30px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.tmplt{
    border-radius: 12px;
    padding: 8px 25px 8px 25px;
    font: 15px MCS-700;
    background: #00a5fd1c;
    color: #000000;
    margin: 8px;
    display: inline-block;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px;
}
#sgn{
	text-align: right;
      font: 13px MCS-300;
    color: #000000b3;
	margin-top: 7px;
}

.txt_icn{
    width: 16px;
    margin-left: 21px;
	vertical-align: bottom;
    border-radius: 10px;
    padding: 8px;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px;
	
}

.txt_icn2 {
    width: 25px;
    margin-right: 15px;
    border-radius: 10px;
    padding: 10px 8px 10px 8px;
	background: #00a5fd1c;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px;
}

.txt_icn3 {
    width: 25px;
    margin-right: 15px;
    border-radius: 10px;
    padding: 5px 8px 5px 8px;
	background: #00a5fd1c;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px;
}

.txt_icn4 {
    width: 25px;
    margin-right: 2px;
    border-radius: 10px;
    padding: 6px 8px 5px 8px;
	background: #a6ff0029;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px;
}

.txt_icn5 {
    width: 25px;
    margin-right: 0;
    filter: opacity(0.65);
    vertical-align: bottom;
}

.menu:focus, .menu:hover, .tmplt:focus, .tmplt:hover, .txt_icn:hover, .txt_icn:focus, .txt_icn2:hover, .txt_icn2:focus, .txt_icn3:hover, .txt_icn3:focus, .txt_icn4:hover, .txt_icn4:focus {
  text-decoration: none;
  cursor: pointer;
}

/*-- load anima --*/
.gear{
	width: 40px;
    height: 30px;
    position: relative;
    margin-left: 5px;
}

.gear:after{
	content: "";
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: block;
    border: 5px dashed #000;
    position: absolute;
    top: -21px;
    left: -24px;
    box-shadow: inset 0px 0 0 12px #000;
    animation: gear 6s linear infinite;
}

.gear:before{
	content: "";
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: block;
    border: 5px dashed #000;
    position: absolute;
    top: 3px;
    right: -6px;
    box-shadow: inset 0px 0 0 8px #000;
    animation: gear2 4s linear infinite;
}

@keyframes gear {
   0%{transform:scale(.5) rotate(0deg);}
  100%{transform:scale(.5) rotate(360deg);}
}

@keyframes gear2 {
   0%{transform:scale(.5) rotate(0deg);}
  100%{transform:scale(.5)  rotate(-360deg);}
}

/*-- -- --*/

.lk_lnk_div {
    margin: 20px 20px 20px 0;
}

.lk_lnk {
    border-bottom: 4px solid #ff4438;
    margin-right: 20px;
    padding: 4px 0 4px 0;
    font: 15px MCS-700;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: #000000;
    word-wrap: break-word;
}

.btn_rzd:hover {
    cursor:pointer;
    background-color: #fff;
}

.btn_rzd {
	border-radius: 12px;
	border:none;
    padding: 8px 25px 8px 25px;
    font: 15px MCS-700;
    background: #00a5fd1c;
    color: #000000;
    margin: 8px;
    display: inline-block;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px;
}


h1 {
	font: 20px MCS-900;
    letter-spacing: .3px;
    color: #000;
    line-height: 35px;
    border-bottom: 1px solid rgb(209, 209, 213);
    margin: 40px auto 20px auto;
	width: 49%;
}

#cont3 {
	margin: auto;
	width: 49%;
}

.frm_in {
    color: #000;
    font: 14px MCS-700;
    text-transform: uppercase;
    padding: 2px;
    letter-spacing: 1px;
    padding-top: 10px;
}

.frm_in input {
    border: 1px solid #ced4da;
    height: 20px;
    font: 14px MCS-700;
}

.alert_msg{
	font: 15px MCS-500;
    color: #ff4438;
}

#in_cod span {
    font: 15px MCS-700;
    margin-right: 5px;
    display: inline-block;
}

#in_cod input {
    font: 15px MCS-500;
    margin: 0 14px 15px 0;
    display: inline-block;
    border: 1px solid #d9dfe1;
    color: #000;
    padding: 5px;
	width: 70px;
}



@media only screen and (max-width: 800px) 
{
#txt_d, #ad_d {width: 97%;}
#ui_d,#cont3, h1  {width: 94%;}
.modal-content {border:none;width: 90%;}
}