/*
Hello!
*/
body {
	font-family: 'Source Sans Pro', sans-serif;
/*	background-image: url(/css/bg.jpg);
    background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
.dispno {
	display: none!important;
}
.menu-font-family {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	width: 58%; 
	text-align: end;
}
.logotype {
	font-family: 'Sriracha', cursive;
}
.top_line_block {
	display: flex;
	align-items: center;
}
.profit_block {
	height: 30px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

@keyframes flash {
    0%, 100% {
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.7),
                     0 0 10px rgba(255, 255, 255, 0.5),
                     0 0 15px rgba(255, 255, 255, 0.3);
    }
    50% {
        text-shadow: 0 0 10px rgba(0, 255, 0, 1),
                     0 0 15px rgba(0, 255, 0, 0.8),
                     0 0 20px rgba(0, 255, 0, 0.6);
    }
}
@keyframes flash-blue {
    0%, 100% {
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.7),
                     0 0 10px rgba(255, 255, 255, 0.5),
                     0 0 15px rgba(255, 255, 255, 0.3);
    }
    50% {
        text-shadow: 0 0 10px rgba(0, 150, 255, 1),
                     0 0 15px rgba(0, 150, 255, 0.8),
                     0 0 20px rgba(0, 150, 255, 0.6);
    }
}

@keyframes flash-red {
    0%, 100% {
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.7),
                     0 0 10px rgba(255, 255, 255, 0.5),
                     0 0 15px rgba(255, 255, 255, 0.3);
    }
    50% {
        text-shadow: 0 0 10px rgba(255, 0, 0, 1),
                     0 0 15px rgba(255, 0, 0, 0.8),
                     0 0 20px rgba(255, 0, 0, 0.6);
    }
}

.fas_15 {
	width: 15px;
}
.fas_16 {
	width: 16px;
}
.fas_18 {
	width: 18px;
}
.fas_18 path {
	fill: currentColor;
}

svg {
	width: 1.3em;
    vertical-align: text-bottom;
}
svg path {
	fill: currentColor;
}
.userPDFGood {
	width: 15px;
}
.userPDFGood path {
	fill: #98c098;
}
.userPDFBad {
	width: 15px;
}
.userPDFBad path {
	fill: #d9a5a5;
}

.flash-text {
    color: blue;
    transition: all 0.3s ease;
	cursor: pointer;
}

.flash-text:hover {
    animation: flash-blue 1.0s;
}
.flash-text-lose {
    color: red;
    transition: all 0.3s ease;
	cursor: pointer;
}

.flash-text-lose:hover {
    animation: flash-red 1.0s;
}
.flash-text-take {
    color: green;
    transition: all 0.3s ease;
	cursor: pointer;
}

.flash-text-take:hover {
    animation: flash 1.0s;
}

.menu-mobile {
	display: none;
	
}
.font-s {
	font-size: 16px;
}
.reset_bot_class {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    padding: 5px;
    color: #d40101;
}
.active_filter {
    color: #3f9841 !important;
    border: 1px solid #3f9841 !important;
}
.name_note_none {
	position: fixed;
	width: 200px;
	right: 0px;
	left: 0px;
	top: 0px;
	margin: auto;
	background-color: #d22a27a1;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
	z-index: 99;
}
.zametka_save {
	position: fixed;
	width: 185px;
	right: 0px;
	left: 0px;
	top: 0px;
	margin: auto;
	background-color: #25d366a3;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
	z-index: 99;
}
.input_text_zametki {
	width: 100%;
	height: 30px;
	font-size: 12px;
}
.top_menu_link {
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	margin: 0px 5px;
	white-space: nowrap;
	cursor: pointer;
}
.top_menu_link:hover {
	background: #fc3;
    color: #000000;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	border-radius: 6px;
}
.active_top_menu_link {
	background: #fc3;
    color: #000000;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	border-radius: 6px;
}

.start_gpt_bot {
	cursor: pointer;
    padding: 5px 20px 5px 20px;
    border-radius: 10px;
}
.zapros_otvet {
	max-width: 750px;
    padding: 10px;
    border-radius: 10px;
}
.div_my_qwestion {
	margin-left: 30%;
}
.div_gpt_answer {
	margin-right: 30%;
}
.my_qwestion {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	border-radius: 10px;
	margin-bottom: 5px;
}
.gpt_answer {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	border-radius: 10px;
	margin-bottom: 5px;
}
.gpt_thinking {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	border-radius: 10px;
	margin-bottom: 5px;
}
.spinner_for_gpt {
	font-size: 2px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.dopchoisekvartira {
    background-color: bisque;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}
.dopchoise {
    background-color: antiquewhite;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}
.delete_agent {
	cursor: pointer;
	padding: 5px;
	color: #d40101;
}
.not_write_notific {
	font-weight: 700;
}
.not_write_notific_bot {
	font-size: 10px;
	cursor: pointer;
}
.writed_notific_bot {
	font-size: 10px;
	cursor: pointer;
}
.avatar_agent {
	cursor: pointer;
	transition: all .5s;
}
.avatar_agent:hover {
	transform: scale(5.1,5.1)      translateY(0);
}

@media (max-width: 575px) {
	
	.menu-mobile {
	display: block;
	position: fixed;
	bottom: 0px;
	background-color: #fff;
	width: 100%;
	text-align: center;
	height: 44px;
	font-size: 35px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index:1;
}
.font-s {
	font-size: 14px;
}


}

.activeMobileMenu {
	color: #0062cc;
}
.background-objects-left {
	margin-bottom: 20px;
}
.filter_menu {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}
.change_theme {
	margin: 0px 30px 2px 0px;
	cursor: pointer;
}
.columns {
	column-count: 2;
}
.img_block {
	width: 500px;
	height: 280px;
}
.small_img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	cursor: pointer;
}
.doc_block {
	width: 500px;
	height: 280px;
}
.small_doc {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	cursor: pointer;
}
.ekko-lightbox {
	background-color: #000000b5!important;
}
@media (max-width: 576px) {
.background-objects-left {
	margin-bottom: 0px;
}
.filter_menu {
	display: block;
	justify-content: space-between;
	padding: 10px;
}
.marg_for_modile {
	margin-bottom: 10px;
	display: block;
}
.text_width450 {
	width: 300px!important;
}
.change_theme {
	text-align: right;
}
.columns {
	column-count: 1;
}
.img_block {
	width: 100%;
	height: 280px;
	padding-right: 20px;
}
}
.show_master_bot:hover {
	cursor: pointer;
}
.plist {
	margin-bottom: 0px;
}
.spanleft {
	margin-right: 10px;
	display: inline-block;
}
.spanleft2 {
	margin-right: 10px;
	display: inline-block;
}
.spanr {
	display: inline-block;
}
.zametki {
	cursor: pointer;
	margin-top: 8px;
	width: 170px;
}
.documents {
	cursor: pointer;
}
.photografii {
	cursor: pointer;
}
.img_block_list {
	width: 300px;
    height: 250px;
}
.imgsize {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.mgR {
	margin-right: 15px;
}