@media (min-width:0px) {
	ul, ol { 
		list-style: none; 
		list-style-image: none; 
		margin: 0; padding: 0;
		color:#111;
		font-size: 14px;
		line-height:24px;
		margin-bottom:10px;
	}

	ul li, ol li{
		font-size: 17px;
		line-height: 1.3;
	}
}
@media (min-width:425px) {
	ul, ol { 
		list-style: none; 
		list-style-image: none; 
		margin: 0; padding: 0;
		color:#111;
		font-size: 14px;
		line-height:24px;
		margin-bottom:15px;
	}

	ul li, ol li{
		font-size: 18px;
		line-height: 28px;
	}
}

body {
	font-family: "Segoe UI", "Helvetica Neue", "Arial", "Tahoma", sans-serif;
	padding-right: 20px;
}


ul li i{
	vertical-align: middle;
}

p {
	line-height: 1.3;
	color: #111;
	margin-bottom:15px;
}

@media (min-width:0px) {
	p {
	  margin-bottom: 10px;
	}
}

@media (min-width:425px) {
	p {
	  margin-bottom: 15px;
	}
}

@media (min-width:768px) {
	p {
	  margin-bottom: 15px !important;
	}
}

.inline-block {
	display:inline-block;
}

a, 
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
	/*color:#337ab7;*/
	color: #000;
}

.pointer:hover {
	cursor: pointer;
}

.link,.link:focus {
	text-decoration:none;
	color:#111;
	cursor:pointer;
}

.link:hover{
	border-bottom:1px solid #111;
	color:#111;
}

.link-classic,.link-classic:focus {
	text-decoration:none;
	color:#337ab7;
	cursor:pointer;
}

.link-classic:hover{
	border-bottom:1px solid #337ab7;
	color:#337ab7;
}

.no-link {
	text-decoration:none;
	color:#111111;
}

.no-link:hover, .no-link:focus{
	border-bottom:0px !important;
	color:#111111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top:0px;
}

@media (min-width:0px) {
	h2 {
		margin-bottom: 15px;
		margin-top:10px;
	}
	h3 {
		margin-bottom: 5px;
	}
}

@media (min-width:425px) {
	h2 {
		margin-bottom: 15px;
		margin-top:10px;
	}
	h3 {
		margin-bottom: 5px;
	}
}

@media (min-width:768px) {
	h2 {
		margin-bottom: 30px;
		margin-top:0px;
	}
	h3 {
		margin-bottom: 10px;
	}
}

h6 {
	font-size: 18px;
}



h2.section-title{
	font-size:36px;
	margin:0 0 15px 0;
}

h2.section-title.grey{
	color:#ddd;
}

p.section-subtitle{
	font-size:17px;
}

p.section-subtitle.grey{
	color:#bbb;
}

.separator_wrapper, .separator_wrapper_white {
	margin-bottom:10px;
}

.separator_wrapper::after, .separator_wrapper::before {
	background-color: #34b1c4;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

.separator_wrapper_white::after, .separator_wrapper_white::before {
	background-color: #ddd;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

h3.medium-title {
	font-size: 32px;
	margin-top:10px;
}

iframe{
	max-width:100%;
	border:none;
}

.width-100 {
	width: 100%;
}

.medium {
	font-weight: 400;
}

.bold {
	font-weight: 700;
}

.lyla {
	color: #9E5FBA;
}

.green {
	color: #16A085;
}

.blue {
	color: #3498db;
}

.red{
	color:#34b1c4;
}
.grey{
	color:#ddd;
}

.white{
	color:#fff;
}

.section-white{
	background-color:#fff;
	padding:90px 0;
}

.section-grey{
	background-color: #eef0f1;
	padding:90px 0;
}

.section-grey.small-padding, .section-white.small-padding{
	padding:40px 0;
}

.section-grey.medium-padding, .section-white.medium-padding, .section-dark.medium-padding{
	padding:60px 0;
}

.section-grey.no-padding-bottom, .section-white.no-padding-bottom, .section-dark.no-padding-bottom, .section-blue.no-padding-bottom{
	padding:90px 0 0 0;
}

.section-grey.small-padding-bottom, .section-white.small-padding-bottom, .section-dark.small-padding-bottom, .section-blue.small-padding-bottom{
	padding:90px 0 60px 0;
}

.section-grey.no-padding, .section-white.no-padding, .section-dark.no-padding, .section-blue.no-padding{
	padding:0;
}

.section-white.about-padding{
	padding:85px 0 100px 0;
}

.section-dark.portfolio-padding{
	padding:60px 0 75px 0;
}

.section-dark{
	background-color:#393f43;
	padding:90px 0;
}

.section-blue{
	background-color:#34b1c4;
	padding:90px 0;
}

.chats-element{
	width: 100%;
	height: 72px;
	padding: 5px;
	border-bottom: 1px solid #e9edef;
	position: relative;
}

.chats-element:hover{
	background-color: #f5f6f6;
}

.active{
	background-color: #f0f2f5;
}

audio {
    width: 300px;
    height: 58px;
	padding-bottom: 12px;
}

video {
    width: 300px;
    height: 58px;
	padding-bottom: 12px;
}


.chats-element img {
	width: 50px;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 10px;
}

.chats-element-username {
	font-size: 14px;
	margin-left: 70px;
	margin-top: 10px;
}

.chats-element-lastactivity {
	float: right;
	font-size: 12px;
}

.chats-element-lastmessage {
	margin-top: 10px;
	font-size: 14px;
	margin-left: 70px;
	margin-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.chat-messages {
	background-image: url("https://1c95.ru/whatsapp/wa-bg.png");
	background-attachment: fixed;
	background-repeat: repeat;
	overflow: auto;
	display: flex;
	flex-direction: column-reverse;
}

.chat-messages img {
	max-width: 300px;
	margin-bottom: 15px;
}

.chat-message-date {
	text-align: center;
    background-color: #fff;
    display: block;
    margin: auto;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    width: 80px;
    color: #999;
	font-size: 12px;
}

.chat-message {
	margin: 5px;
}

.chats-element-orders {
	margin-left: 20px;
    border-radius: 50%;
    border: 1px solid #178e93;
    padding: 1px 5px;
    background-color: #178e93;
    color: white;
	font-size: 10px;
}

.chat-message-outcome {
	text-align: right;
}

.container {
  height: 100px;
  overflow: auto;
  display: flex;
  flex-direction: column-reverse;
}

.chat-message .income{
	max-width: 70%;
	background-color: #fff;
    text-align: left;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
	position: relative;
}

.chat-message .outcome{
	max-width: 70%;
	background-color: #dafdd4;
	text-align: left;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
	position: relative;
}

.chat-text {
	margin-right: 30px;
}

.chat-date {
	position: absolute;
    right: 4px;
    bottom: 2px;
    font-size: 11px;
}

.form-main {
	//margin: -5px;
	font-size: 20px;
	display: flex;
	background-color: #fff;
	//background-color: #fffaf9;
}

.form-column {
	display: inline-block;
	margin-left: 5px;
	max-width: 310px;
	min-width: 270px;
}
.form-column:first-child {
	display: inline-block;
	margin-left: 0px;
}
.form-column-header {
	padding: 5px;
	font-size: 18px;
}
.form-column-list {
	background-color: #f4eff3;
}

.form-column-list ul{
	padding: 5px;
	background-color: #fff;
}
.form-column-list-element {
	padding: 10px;
	//background-color: #fffaf9;
	background-color: #ebebeb;
	margin-top: 15px;
	border-radius: 10px;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
}

.archive {
	border: 1px solid #ccc;
	color: #ccc;
}

.active {
	border: 1px solid #ee8c56;
}
.form-column-list-element:hover {
	border: 1px solid #ee8c56;
}

.form-column-list-element:first-child {
	padding: 10px;
	background-color: #ebebeb;
	margin-top: 0px;
}
.element-row-0 {
	margin: 5px;
	padding-left: 20px;
	text-align: right;
}
.element-row-1 {
	margin: 5px;
	padding-left: 20px;
	position: relative;
}
.element-row-2 {
	margin: 5px;
	padding-left: 20px;
	position: relative;
}
.element-row-3 {
	margin: 5px;
	padding-left: 20px;
	position: relative;
}
.element-row-4 {
	margin: 5px;
	padding-left: 20px;
	position: relative;
}
.element-row-5 {
	margin: 5px;
	padding-left: 20px;
	position: relative;
}
.element-row-6 {
	margin: 5px;
	padding-left: 20px;
	position: relative;
	line-height: 16px;
}
.element-row-7 {
	margin: 10px 5px 5px 5px;
	
	padding-left: 20px;
	position: relative;
	line-height: 16px;
}
.element-row-fio {
	position: relative;
}
.element-row-date {
	margin-left: 15px;
	padding: 5px 15px;
	background-color: #ee8c56;
	border-radius: 15px;
	color: #fff;
}
.archive .element-row-date {
	background-color: #ccc;
	color: #000;
}
.element-row-age {
	padding: 3px 7px;
	background-color: #7fa7d9;
	border-radius: 15px;
	color: #fff;
}
.archive .element-row-age {
	background-color: #ccc;
	color: #000;
}
.element-row-place {
	position: relative;
}
.element-row-phone {
	position: relative;
}
.element-row-post {
	padding: 3px 10px;
	border-radius: 15px;
	color: #fff;
	font-size: 12px;
}
.element-row-info {
	font-size: 12px;
}
.element-row-comment {
	font-size: 12px;
}
.post-1 {
	background-color: #7fa7d9;
}
.post-2 {
	background-color: #369754;
}
.post-3 {
	background-color: #e9e3d5;
	color: #000;
}
.post-4 {
	background-color: #2461b7;
}
.post-5 {
	background-color: #6c29a9;
}
.post-6 {
	background-color: #c13542;
}
.post-7 {
	background-color: #7fa7d9;
}
.post-8 {
	background-color: #7fa7d9;
}

.archive .post-1, .archive .post-2, .archive .post-3, .archive .post-4, .archive .post-5, .archive .post-6, .archive .post-7, .archive .post-8 {
	background-color: #ccc;
	color: #000;
} 

.element-row-price {
	margin-left: 15px;
}

.logo {
	position: absolute;
}

.man {
	left: -7px;
    top: 5px;
}
.location {
	left: -7px;
    top: 5px;
}
.phone {
	left: -7px;
    top: 5px;
}
.info {
	left: -7px;
    top: 5px;
}
.comment {
	left: -7px;
    top: 3px;
}