@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: "Outfit", "Segoe UI", "Helvetica Neue", "Arial", "Tahoma", sans-serif;
	font-family: 'Outfit', sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #f2f2f2;
    display: block;
	height: 500px;
}


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;
}


.form-main {
	padding: 20px;
	position: relative;
}

.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;
}
.form-row {
    width: 100%;
    display: block;
	padding-top: 5px;
}
.form-row:first-of-type {
	padding-top: 0px;
}

.db-block-column{
	/*padding: 0px;*/
}

.db-block {
	border-radius: 5px;
	background-color: #fafafa;
	display: block;
	-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);
	position: relative;
	width: 100%;
	height: 100%;
}
.db-element-column {
	padding: 0px 10px;
	display: inline-block;
}

.db-element-column:first-of-type {
	padding: 0px 10px;
	padding-left: 0px;
	margin-left: 0px;
	display: inline-block;
}

.db-element-row {
	margin-bottom: 4px;
	width: 100%;
}

.db-element-line {
	width: 100%;
	height: 1px;
	background-color: #D3D3D3;
}

.db-element {
	display: inline-block;
	border-radius: 5px;
}
.db-block-1 {
	width: 8.33%;
}
.db-block-2 {
	width: 16.66%;
}
.db-block-3 {
	width: 25%;
}
.db-block-4 {
	width: 33.33%;
}
.db-block-5 {
	width: 41.66%;
}
.db-block-6 {
	width: 50%;
}
.db-block-7 {
	width: 58.33%;
}
.db-block-8 {
	width: 66.66%;
}
.db-block-9 {
	width: 75%;
}
.db-block-10 {
	width: 83.33%;
}
.db-block-11 {
	width: 91.66%;
}
.db-block-12 {
	width: 100%;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}

.db-bg-gray {
	background-color: #f0f0f0;
}

.db-element-header {
	color: #70757E;
    display: block;
    width: 100%;
}


.text-bold {
	font-weight: 700;
}

.text-green {
	color: #00B024;
}

.text-red {
	color: #FF2A4D;
}

.text-gray {
	color: #70757E;
}

.text-lightgray {
	color: #c4c6ca;
}

.text-blue {
	color: #1B7BFD;
}

.text-lightblue {
	color: #7da2c1;
}

.text-orange {
	color: #F77D40;
}

.text-black-bold {
	color: #000;
	font-weight: 500;
}

.fs8 {
	font-size: 6px !important;
	line-height: 6px !important;
}

.fs10 {
	font-size: 7px !important;
	line-height: 7px !important;
}

.fs12 {
	font-size: 8px !important;
	line-height: 8px !important;
}

.fs14 {
	font-size: 8px;
}

.fs16 {
	font-size: 10px;
}

.fs18 {
	font-size: 11px;
}

.fs20 {
	font-size: 14px;
}

.fs22 {
	font-size: 16px;
}

.fs24 {
	font-size: 18px;
}

.fs30 {
	font-size: 20px;
}

.db-element-progressbar {
	width: 100%;
}

.block {
	display: block;
}

.profile {
	display: block;
}

.profile-left {
	padding: 20px;
    border-radius: 20px;
	background-color: #fafafa;
	display: inline-block;
	-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);
	position: relative;
	height: 100%;
	width: 70%;
	vertical-align: top;
}

.profile-name {
	font-size: 50px;
}

.profile-phone {
	font-size: 40px;
}

.profile img{
	width: 158px;
}

.profile-right {
	margin-left: 3%;
	padding: 20px;
	border-radius: 20px;
	background-color: #fafafa;
	display: inline-block;
	-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);
	position: relative;
	height: 100%;
	text-align: center;
	vertical-align: top;
}

.history-button {
	font-size: 30px;
	text-align: center;
	padding: 20px;
	border-radius: 50px;
	background-color: #1a7cff;
	width: 95%;
	margin: auto;
	color: #fff;
	z-index: 1000;
	margin-top: 5%;
	-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);
}

.debt {
	margin-top: 3%;
    padding: 20px;
    border-radius: 20px;
    background-color: #fafafa;
    display: block;
    -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);
    position: relative;
    width: 95%;
    height: 100%;
	font-size: 40px;
}

.debt-header {
	font-size:30px;
}

.debt-value {
	font-size: 50px;
}

.debt-period {
	font-size:30px;
}

.debt-pay {
	font-size:30px;
	text-align: center;
	padding: 20px;
	border-radius: 50px;
	background-color: #f7f7f7;
	width: 95%;
	margin: auto;
	color: #000;
	z-index: 1000;
	margin-top: 5%;
	-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);
}

.debt img {
	position: absolute;
    width: 25%;
    right: 10px;
    top: 0px;
    z-index: 1000;
}

.order {
	margin-top: 3%;
	padding: 20px;
	border-radius: 20px;
	background-color: #fafafa;
	display: block;
	-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);
	position: relative;
	width: 95%;
	height: 100%;
	font-size: 40px;
}

.order-header {
	position: relative;
}

.order-type {
	font-size: 30px;
	display: inline-block
}

.order-number {
	
}
.order-state {
	display: inline-block;
	position: absolute;
    right: 5px;
    top: 5px;
    
    padding: 20px 30px;
    border-radius: 60px;
}
.order-state-notaccept {
	color: #FF2A4D;
	/*background-color: #fbe6e8;*/
	background: linear-gradient(to right, rgba(251,230, 231,1), transparent);
}
.order-state-accept {
	color: #00B024;
	/*background-color: #e6faea;*/
	background: linear-gradient(to right, rgba(230,250, 234,1), transparent);
}



.order-position-current {
	width: 80%;
	text-align: center;
	padding: 10px;
	margin: 25px auto;
}

.order-position-icon {
	border-radius: 62px;
    padding: 20px 25px;
    width: 70px;
    display: inline-block;
    background-color: #f0f0f0;
    text-align: center;
}
.order-position-ellipsis {
    display: inline-block;
	font-size: 35px;
    margin: 0px -7px;
}
.order-position-1{
	background-color: #fbe6e8;
}
.order-position-2{
	border: 1px solid #00B024;
}
.order-position-3{
	border: 2px solid #00B024;
	color: #000;
}
.order-position-4{
	background-color: #e6faea
	color: #000;
}



.order-list {
	
}

.order-list li{
	font-size: 30px;
	line-height: 30px;
}

.order-bottom {
	border-top: 1px solid #ccc;
	margin-top: 30px;
}

.order-detail {
	margin-top: 20px;
}

