@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff'),
         url('../fonts/montserrat-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-semibold-webfont.eot');
    src: url('../fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff'),
         url('../fonts/montserrat-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'osnova_pro';
    src: url('../fonts/osnovaprolight-webfont.eot');
    src: url('../fonts/osnovaprolight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osnovaprolight-webfont.woff2') format('woff2'),
         url('../fonts/osnovaprolight-webfont.woff') format('woff'),
         url('../fonts/osnovaprolight-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'osnova_pro';
    src: url('../fonts/osnovapromedium-webfont.eot');
    src: url('../fonts/osnovapromedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osnovapromedium-webfont.woff2') format('woff2'),
         url('../fonts/osnovapromedium-webfont.woff') format('woff'),
         url('../fonts/osnovapromedium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/************************* reset *************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: #f7f8fa;
}
body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 300;
	font-family: 'montserrat', Arial, Helvetica, sans-serif;
	line-height: 22px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}
input, textarea, select, button {
	font-weight: 300;
	font-family: 'montserrat', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0;
	outline: 0;
	background: none;
}
button {font-weight: 400;}
a:hover {text-decoration: none;}
ul li {list-style: none;}
/************************* common styles *************************/
h1 {
	margin: 0 0 30px;
	font-size: 24px;
	font-weight: 300;
	line-height: 29px;
}
h2 {
	margin: 0 0 30px;
	font-size: 24px;
	font-weight: 300;
	line-height: 29px;
}
h3 {
	margin: 0 0 17px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
h4 {
	margin: 0 0 17px;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}
p {margin: 0 0 22px;}
p a, article li {color: #459ce6;}
.text-center {
	text-align: center;
}
.uppercase {text-transform: uppercase;}
.button {
	position: relative;
	display: block;
	padding: 13px 20px;
	color: #000;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border-radius: 7px;
	background: #f7f8fa;
	transition: all .3s linear;
}
.button:hover {
	color: #fff;
	background: #459ce6;
	box-shadow: 0px 5px 13px 0px rgba(146, 203, 255, 0.8);
}
.red-button:hover {
	background: #de4646;
	box-shadow: 0px 5px 13px 0px rgba(255, 122, 122, 0.8);
}
.green-button:hover {
	background: #4fcd02;
	box-shadow: 0px 5px 13px 0px rgba(107, 224, 37, 0.8);
}
#hidden-block {
    display: none;
    width: 640px;
    padding: 40px;
    font-size: 1em;
    line-height: 20px;
}
#hidden-block h3 {
    font-size: 2em;
    line-height: 24px;
    margin: 0px 0px 20px;
    text-align: center;
}
.hide {
	display: none;
}
/************************* form-block *************************/
.input {
	display: block;
	width: 100%;
	height: 48px;
	padding: 0 15px;
	margin: 0 0 20px;
	color: #000;
	font-size: 16px;
	background: #fff;
	border: 1px solid #e6e8ed;
	border-radius: 7px;
}
.textarea {
	display: block;
	width: 100%;
	height: 83px;
	padding: 15px 15px 10px;
	margin: 0 0 20px;
	color: #000;
	font-size: 16px;
	resize: vertical;
	background: #fff;
	border: 1px solid #e6e8ed;
	border-radius: 7px;
}
.submit {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	padding: 16px 20px;
	color: #000;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 7px;
	background: #f7f8fa;
	transition: all .3s linear;
}
.submit:hover, .login-button {
	color: #fff;
	background: #459ce6;
	box-shadow: 0px 5px 13px 0px rgba(146, 203, 255, 0.8);
}
.login-button:hover {
	background: #3691e6;
	/*box-shadow: 0px 5px 13px 0px rgba(146, 203, 255, 0.8);*/
}
.submit span {position: relative;}
::-webkit-input-placeholder {color: #888d99;}
:-moz-placeholder {color: #888d99; opacity: 1;}
::-moz-placeholder {color: #888d99; opacity: 1;}
:-ms-input-placeholder {color: #888d99;}
.input.error, .textarea.error {
	color: rgb(255, 86, 71);
	background-color: rgb(255, 206, 202);
}
label.error {
	position: absolute;
	left: -9999px;
}
.select-block {margin: 0 0 20px;}
/************************* wrapper *************************/
#wrapper {
	position: relative;
}
.content {
	margin: 0 0 0 350px;
	padding: 15px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.holder {
	max-width: 80%;
	padding: 0 40px;
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
.side-close {display: none;}
.side {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 210;
	overflow-y: auto;
	width: 350px;
	padding: 75px 40px 40px;
	font-family: 'osnova_pro';
	background: #f7f8fa;
	transition: all .6s ease;
}
.side-logo {
	margin: 0 0 67px;
	text-align: center;
}
.side-nav {
	margin: 0 0 0 39px;
	padding: 0 0 4px;
}
.side-nav li {
	margin: 0 0 40px;
	font-size: 20px;
	line-height: 24px;
}
.side-nav a {
	position: relative;
	color: #000;
	text-decoration: none;
	transition: all .3s linear;
}
.side-nav a:hover {
	color: #57a3e8;
	font-weight: 500;
}
.side-nav sup {
	color: #f00;
	font-size: 12px;
	font-weight: 500;
}
.side-nav .active a {
	color: #57a3e8;
	font-weight: 500;
}
.side-nav a:before {
	position: absolute;
	top: 12px;
	left: -39px;
	display: block;
	content: '';
	width: 25px;
	height: 2px;
	background: #57a3e8;
	opacity: 0;
	transition: all .3s linear;
}
.side-nav .active a:before,
.side-nav a:hover:before {opacity: 1;}
.side-more {
	padding: 48px 0 0;
	border-top: 1px solid #c6c6c8;
}
.side-more a {color: #8700cb;}
.side-more .active a:before {display: none;}
/************************* header *************************/
.header {
	position: relative;
	padding: 12px 0 11px;
	margin: 0 15px 15px 0;
	font-family: 'osnova_pro';
	background: #fff;
}
.header .holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mob-nav-icon {
	position: absolute;
	left: 40px;
	top: 35px;
	z-index: 120;
	width: 30px;
	height: 20px;
	display: none;
}
.mob-nav-block {
	display: block;
	width: 30px;
	height: 2px;
	margin: 9px 0 0;
	background: #000;
	transition: all .3s linear;
}
.mob-nav-block:before,
.mob-nav-block:after {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background: #000;
	transition: all .3s linear;
}
.mob-nav-block:before {top: 0;}
.mob-nav-block:after {bottom: 0;}
.mob-nav-icon:hover .mob-nav-block {background: #459ce6;}
.mob-nav-icon:hover .mob-nav-block:before,
.mob-nav-icon:hover .mob-nav-block:after {background: #459ce6;}
.header-user {
	overflow: hidden;
	padding: 8px 0 0;
}
.header-user-ava {
	float: left;
	width: 50px;
}
.header-user-ava img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all .3s linear;
}
.header-user-ava:hover img {opacity: 0.8;}
.header-user-text {
	margin: 0 0 0 67px;
	padding: 8px 0 0;
	color: #8e8e8e;
	font-size: 14px;
	line-height: 18px;
}
.header-user-name {
	display: block;
	margin: 0 0 1px;
	color: #459ce6;
	font-size: 18px;
	font-weight: 500;
}
.header-user-name a {
	color: #459ce6;
	text-decoration: none;
	transition: all .3s linear;
}
.header-user-name a:hover {color: #f00;}
.header-org {
	position: relative;
	z-index: 200;
	min-width: 240px;
	margin: 0 auto;
}
.header-org-top {
	padding: 21px 27px;
	font-size: 16px;
	text-align: center;
	background: #fff;
	transition: all .4s linear;
}
.header-org-top.active {
	-webkit-box-shadow: 0 7px 13px 0 rgba(0,0,0,0.2);
	box-shadow: 0 7px 13px 0 rgba(0,0,0,0.2);
}
.header-org-top a {
	position: relative;
	cursor: pointer;
	display: inline-block;
	/*padding: 2px 33px 2px 40px;*/
	color: #000;
	text-decoration: none;
	background: url(../images/h-icon1.png) 0 0 no-repeat;
	transition: all .3s linear;
}
.header-org-top span {
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding: 2px 33px 2px 10px;
	color: #000;
	text-decoration: none;
	/*background: url(../images/h-icon1.png) 0 0 no-repeat;*/
	transition: all .3s linear;
}
.header-org-top span:hover {color: #459ce6;}
.header-org-top span:after {
	position: absolute;
	top: 10px;
	right: 0px;
	display: block;
	content: '';
	width: 15px;
	height: 8px;
	background: url(../images/h-arrow.png) 0 0 no-repeat;
	transition: all .4s linear;
}
.header-org-top.active span:after {
	transform: rotate(180deg);
}
.header-org-hidden {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 10;
	display: none;
	margin-top: 1px;
	background: #fff;
	-webkit-box-shadow: 0 7px 13px 0 rgba(0,0,0,0.2);
	box-shadow: 0 7px 13px 0 rgba(0,0,0,0.2);
}
.header-org-item {
	position: relative;
}
.header-org-checkbox {
	position: absolute;
	top: 0;
	left: 0;
}
.header-org-label {
	position: relative;
	display: block;
	padding: 25px 15px 24px 65px;
	cursor: pointer;
	background: #fff;
	transition: all .3s linear;
	border-bottom: 1px solid #e8e8e8;
}
.header-org-label:hover {background: #f3f9ff;}
.header-org-label:before {
	position: absolute;
	top: 25px;
	left: 31px;
	display: block;
	content: '';
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
	transition: all .3s linear;
}
.header-org-label:after {
	position: absolute;
	top: 31px;
	left: 37px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background: #57a3e8;
	border-radius: 50%;
	opacity: 0;
	transition: all .3s linear;
}
.header-org-checkbox:checked + .header-org-label:before {border: 1px solid #57a3e8;}
.header-org-checkbox:checked + .header-org-label:after {opacity: 1;}
.header-org-adress {
	margin: 0 0 2px;
	color: #000;
	font-size: 16px;
	line-height: 18px;
	transition: all .3s linear;
}
.header-org-name {
	color: #7f7f7f;
	font-size: 11px;
	line-height: 14px;
}
.header-org-checkbox:checked + .header-org-label .header-org-adress {color: #57a3e8;}
.header-org-button {
	padding: 31px;
}

.header-right {
	padding: 21px 0 0;
}
.header-exit {
	float: right;
	height: 25px;
	padding: 2px 0 0 35px;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	background: url(../images/h-icon3.png) 0 0 no-repeat;
	transition: all .3s linear;
}
.header-exit:hover {color: #459ce6;}
.header-message {
	position: relative;
	float: right;
	width: 25px;
	height: 25px;
	margin: 0 80px 0 0;
	text-decoration: none;
	background: url(../images/h-icon2.png) 0 0 no-repeat;
}
.header-message-num {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	background: #f00;
	border-radius: 50%;
}
.header-message-num:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -14px;
	display: block;
	content: '';
	width: 28px;
	height: 28px;
	background: #f00;
	border-radius: 50%;
	opacity: 0.2;
}
/************************* block *************************/
.block {
	padding: 40px 0 10px;
	margin: 0 15px 15px 0;
	font-size: 14px;
	background: #fff;
}
/************************* article *************************/
.article {
	padding: 0 0 1px;
	position: relative;
}
.article-top {margin: 0 0 35px;}
.article-top:after {
	display: block;
	content: '';
	clear: both;
}
.article-logo {
	float: left;
	width: 86px;
	margin: 4px 0 0;
	line-height: 43px;
	border: 1px solid #f2f4f8;
}
.article-logo img {
	max-width: 100%;
	vertical-align: middle;
}
.article-logo-big {
	padding: 0 0 30px;
}
.article-logo-big img {max-width: 100%;}
.article-top-content {
	margin: 0 0 0 108px;
}
.article-top h1, .article-top h2 {margin: 0 0 7px;}
.article-date {
	color: #b3b7bf;
	font-size: 12px;
	line-height: 15px;
}
.article-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0 0;
}
.article-img-item {
	margin: 0 0 30px;
	display: block;
	overflow: hidden;
	border-radius: 7px;
}
.article-img-2х .article-img-item {
	width: 48%;
	margin: 0 0 30px 4%;
}
.article-img-2х .article-img-item:nth-child(2n + 1){margin: 0 0 30px;}
.article-img-3х .article-img-item {
	width: 32%;
	margin: 0 0 30px 2%;
}
.article-img-3х .article-img-item:nth-child(3n + 1){margin: 0 0 30px;}
.article-img-item img {
	width: 100%;
	border-radius: 7px;
	transition: all .3s linear;
}
.article-img-item:hover img {transform: scale(1.05);}
/************************* worker-list *************************/
.worker-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 9px 0 1px;
}
.worker-item {
	overflow: hidden;
	width: 48%;
	margin: 0 0 30px 4%;
}
.worker-item:nth-child(2n + 1){margin: 0 0 30px;}
.worker-photo {
	float: left;
	width: 76px;
}
.worker-photo img {
	width: 100%;
	border-radius: 50%;
}
.worker-content {
	margin: 0 0 0 97px;
	padding: 9px 0 0;
}
.worker-name {
	margin: 0 0 7px;
	font-size: 18px;
	font-weight: 600;
}
.worker-position {
	font-size: 15px;
}
/************************* comments *************************/
.title-num {
	display: inline-block;
	vertical-align: top;
	padding: 4px 12px 2px;
	margin: 0 0 0 5px;
	color: #57a3e8;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	border: 1px solid #57a3e8;
	border-radius: 20px;
}
.comment-item {
	overflow: hidden;
	padding: 0 0 25px;
}
.comment-ava {
	float: left;
	width: 60px;
}
.comment-ava img {
	max-width: 100%;
	border-radius: 50%;
}
.comment-content {
	margin: 0 0 0 80px;
}
.comment-top {
	margin: 0 0 8px;
}
.comment-name {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
	color: #57a3e8;
	font-size: 16px;
	font-weight: 600;
}
.comment-date {
	display: inline-block;
	vertical-align: top;
	margin: 2px 0 0;
	color: #9c9c9c;
	font-size: 10px;
}
.comment-photo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.comment-photo a {
	overflow: hidden;
	width: 88px;
	height: 88px;
	margin: 0 15px 15px 0;
	border-radius: 7px;
}
.comment-photo img {
	width: 100%;
	border-radius: 7px;
	transition: all .3s linear;
}
.comment-photo a:hover img {transform: scale(1.05);}
.comment-text {
	padding: 0 0 1px;
}
.comment-text p {margin: 0 0 12px;}
/************************* comment-form *************************/
.comment-form {
	max-width: 660px;
	padding: 0 0 10px;
}
.comment-form-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 20px;
}
.comment-form-input {
	flex: 1;
	margin: 0 15px 0 0;
}
.comment-form-textarea {
	width: 100%;
	height: 48px;
	padding: 14px 16px 10px;
	font-size: 16px;
	resize: vertical;
	background: #fff;
	border: 1px solid #e6e8ed;
	border-radius: 7px;
}
.comment-form-button {
	width: 48px;
	height: 48px;
	cursor: pointer;
	background: #f7f8fa url(../images/mail-icon.png) 50% 50% no-repeat;
	border-radius: 7px;
	transition: all .3s linear;
}
.comment-form-button:hover {
	background: #57a3e8 url(../images/mail-icon-white.png) 50% 50% no-repeat;
}
.comment-file {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.comment-file-block {
	position: relative;
	margin: 0 20px 20px 0;
}
.comment-file-block input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.comment-file-block label {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	color: #888d99;
	font-size: 40px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	border: 2px dashed #888d99;
	box-sizing: border-box;
	border-radius: 7px;
}
.comment-file-add {
	padding: 12px 0 0;
	color: #888d99;
}
.comment-file-img {
	position: relative;
	width: 48px;
	margin: 0 20px 20px 0;
}
.comment-file-img img {
	max-width: 100%;
	border-radius: 7px;
	height: 48px !important;
}
.comment-file-delete {
	position: absolute;
	top: -7px;
	right: -7px;
	display: block;
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	background: #ff0000;
	border-radius: 50%;
}
/************************* neighbor page *************************/
.title-links a {
	color: #57a3e8;
	text-decoration: none;
	transition: all .3s linear;
}
.title-links a:hover {color: #f00;}
.title-links .active, .title-links .active:hover {
	color: #000;
}
.search {
	position: relative;
	margin: 0 0 35px;
}
.search-input {
	padding: 0 40px 0 15px;
	margin: 0;
}
.search-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 48px;
	cursor: pointer;
	background: url(../images/loupe.png) 0 50% no-repeat;
}
.neighbor-block {padding: 0 0 30px;}
.neighbor-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 1px;
}
.neighbor-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 48%;
	margin: 0 0 30px 4%;
}
.neighbor-item:nth-child(2n + 1){margin: 0 0 30px;}
.neighbor-photo {
	position: relative;
	float: left;
	width: 88px;
	height: 88px;
	margin: 0 0 0 -8px;
	padding: 6px;
	background: #fff;
	border-radius: 50%;
	transition: all .3s linear;
}
.neighbor-photo.online:after {
    content: '';
    display: block;
    background: green;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    right: 10px;
    position: absolute;
    bottom: 10px;
}
.neighbor-photo:hover {background: #cae6ff;}
.neighbor-photo img {
	width: 100%;
	border-radius: 50%;
}
.no-photo {
	width: 88px;
	height: 88px;
}
.no-photo a {
	display: block;
	width: 76px;
	height: 76px;
	background: #f7f8fa url(../images/head.svg) 50% 50% no-repeat;
	background-size: 30px 30px;
	border-radius: 50%;
}
.neighbor-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	flex: 1;
	margin: 0 0 0 12px;
	padding: 9px 0 0;
}
.neighbor-info {
	width: 51%;
}
.neighbor-name {
	margin: 0 0 7px;
	font-size: 18px;
	font-weight: 600;
}
.neighbor-name a {
	color: #57a3e8;
	transition: all .3s linear;
}
.neighbor-name a:hover {color: #f00;}
.neighbor-adress a {
	color: #000;
	text-decoration: none;
	transition: all .3s linear;
}
.neighbor-adress a:hover {color: #57a3e8;}
.neighbor-button {
	width: 41.5%;
	min-width: 160px;
	padding: 11px 0 0;
}
.neighbor-button .button {
	padding: 13px 10px;
}
.button-icon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 2px 5px 0 0;
}
.button-icon-vis {
	display: block;
	transition: all .3s linear;
}
.button-icon-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s linear;
}
.button:hover .button-icon-vis {opacity: 0;}
.button:hover .button-icon-hover {opacity: 1;}
.message-num {
	position: absolute;
	top: 10px;
	right: 8px;
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	background: #f00;
	border-radius: 50%;
}
.message-num:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -14px;
	display: block;
	content: '';
	width: 28px;
	height: 28px;
	background: #f00;
	border-radius: 50%;
	opacity: 0.2;
}
.neighbor-block .button-holder {
	max-width: 280px;
	margin: 0 auto;
}
.button-more .button-icon {
	transition: all .3s linear;
}
.button-more:hover .button-icon {
	transform: rotate(360deg);
}
/************************* form-block *************************/
.title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.title-back {
	margin: 0 0 0 auto;
	color: #459ce6;
	font-size: 16px;
}
.form-block {
	max-width: 510px;
	padding: 0 0 30px;
}
.form-block .submit {margin: 10px 0 0;}

/************************* main page *************************/
.left-to-top .flex-col:first-child .holder {max-width: none;}
.left-to-top .flex-col:last-child .holder {max-width: 60%;}
.left-to-top .flex-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.left-to-top .flex-col .block {
	flex: 1;
	max-width: calc(100% - 15px);
}
.main-camera {padding: 0 0 30px;}
.main-camera .camera-item {
	height: 174px;
	width: 49%;
	margin: 0 0 2% 2%;
}
.main-camera .camera-item:nth-child(3n + 1){margin: 0 0 2% 2%;}
.main-camera .camera-item:nth-child(2n + 1){margin: 0 0 2%;}
.article-top-content h4 {
	margin: 0 0 3px;
	padding: 7px 0 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}
.article-top-content a {
	color: #000;
	text-decoration: none;
	transition: all .3s linear;
}
.article-top-content a:hover {color: #57a3e8;}
.main-article-bottom {padding: 0 0 30px;}
.main-article-comment {
	float: right;
	margin: -10px 0 20px;
}
.main-article-comment a {
	color: #000;
	text-decoration: none;
	transition: all .3s linear;
}
.main-article-comment a:hover {color: #57a3e8;}
.main-article-comment span {
	display: inline-block;
	vertical-align: top;
	padding: 3px 12px 1px;
	margin: -4px 0 0 10px;
	color: #57a3e8;
	text-decoration: none;
	border: 1px solid #57a3e8;
	border-radius: 12px;
	transition: all .3s linear;
}
.main-article-comment a:hover span {
	color: #fff;
	background: #57a3e8;
}
.main-article-bottom .button {clear: both;}
.main-slider {
	padding: 45px 0 0;
	margin: 0 0 30px;
}
.main-slider .slick-dots {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	text-align: left;
}
.main-slider .slick-dots li {
	margin: 0 10px 0 0;
}
.main-slide-img {
	margin: 0 0 22px;
}
.main-slide-img img {
	width: 100%;
	border-radius: 7px;
}
.main-slide-text {padding: 0 0 17px;}
.main-slide-text strong {
	font-size: 16px;
	font-weight: 600;
}
.main-slide-text p {margin: 0 0 12px;}
.main-slide-text a {
	color: #000;
	text-decoration: none;
	transition: all .3s linear;
}
.main-slide-text a:hover {color: #57a3e8;}
.title-icons {
	margin: 0 0 0 auto;
}
.title-icons a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px 0 0;
}
.title-icons a:last-child {margin: 0;}
.main-chat {
	padding: 0 0 30px;
}
.main-chat-list {
	padding: 0 0 10px;
}
.main-chat-item {
	margin: 0 0 21px;
}
.main-chat-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.main-chat-time {
	padding: 5px 0 0;
	width: 34px;
	color: #b3b7bf;
	font-size: 10px;
	line-height: 14px;
}
.main-chat-img {
	width: 24px;
	margin: 0 9px 0 0;
}
.main-chat-img img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
.main-chat-title {
	padding: 2px 0 0;
	font-size: 16px;
	font-weight: 600;
}
.main-chat-title a {
	color: #000;
	text-decoration: none;
	transition: all .3s linear;
}
.main-chat-title a :hover {color: #f00;}
.main-chat-text {
	padding: 9px 0 0 34px;
}
.no-camera {
	padding: 67px 40px 62px;
	margin: 0 0 30px;
	text-align: center;
	border: 1px dashed #b8bec9;
	border-radius: 7px;
}
.no-camera-text {
	padding: 87px 0 0;
	font-size: 20px;
	line-height: 30px;
	background: url(../images/no-camera.png) 50% 0 no-repeat;
}
.no-camera-text p {margin: 0 0 30px;}
.no-camera .button {
	display: inline-block;
}
.no-news {
	padding: 150px 40px 150px;
	margin: 0 0 30px;
	text-align: center;
	border: 1px dashed #b8bec9;
	border-radius: 7px;
}
.no-news-text {
	padding: 86px 0 0;
	font-size: 20px;
	line-height: 30px;
	background: url(../images/no-news.png) 50% 0 no-repeat;
}
/************************* camera-list *************************/
.camera-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 20px;
}
.camera-item {
	overflow: hidden;
	position: relative;
	height: 200px;
	width: 32.33%;
	margin: 0 0 1.5% 1.5%;
	font-family: 'osnova_pro';
	background: #505050;
	border-radius: 7px;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.21);
}
.camera-error {background: url(../images/noise.jpg)}
.camera-item:nth-child(3n + 1){margin: 0 0 1.5%;}
.camera-item > img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.camera-status {
	position: absolute;
	left: 40px;
	right: 15px;
	bottom: 13px; 
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	background: #50505085;
}
.camera-status:before {
	position: absolute;
	top: 4px;
	left: -20px;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	background: #12eb38;
	border-radius: 50%;
	opacity: 0.15;
}
.camera-status:after {
	position: absolute;
	top: 7px;
	left: -17px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background: #12eb38;
	border-radius: 50%;
}
.status-red:before,
.status-red:after {background: #ff0000;}
.camera-locked .camera-status:before,
.camera-locked .camera-status:after,
.camera-error .camera-status:before,
.camera-error .camera-status:after {background: #949494;}
.camera-locked:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: '';
	background: #000;
	opacity: 0.76;
}
.camera-error:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: '';
	background: url(../images/camera-error.png) 50% 50% no-repeat;
}
.camera-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -60px;
	padding: 0 43px 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	text-transform: uppercase;
}
.camera-play:after {
	position: absolute;
	top: -8px;
	right: 0;
	display: block;
	content: '';
	border-left: 32px solid #fff;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
}
/************************* camera page *************************/
.camera-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding: 0 0 0 32px;
}
.camera-title-right {
	margin: 0 0 0 auto;
}
.camera-title-right a {
	display: inline-block;
	margin: 0 30px 0 0;
	color: #459ce6;
	font-size: 16px;
}
.camera-title-right a:last-child {margin: 0;}
.camera-title:before {
	position: absolute;
	top: 3px;
	left: 0px;
	display: block;
	content: '';
	width: 19px;
	height: 19px;
	background: #12eb38;
	border-radius: 50%;
	opacity: 0.15;
}
.camera-title:after {
	position: absolute;
	top: 8px;
	left: 5px;
	display: block;
	content: '';
	width: 9px;
	height: 9px;
	background: #12eb38;
	border-radius: 50%;
}
.camera-big {
	position: relative;
	margin: 0 0 30px;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.21);
}
.camera-big img,
.camera-big iframe {width: 100%;}
.camera-big iframe {height: 600px;}
.camera-prev {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
	display: block;
	content: '';
	width: 14px;
	height: 26px;
	background: url(../images/arrows.png) 0 0 no-repeat;
}
.camera-next {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	display: block;
	content: '';
	width: 14px;
	height: 26px;
	background: url(../images/arrows.png) -14px 0 no-repeat;
}
/************************* shop page *************************/
.shop-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 13px;
}
.shop-side {
	width: 188px;
	margin: 0 27px 20px 0;
}
.shop-content {
	flex: 1;
}
.shop-logo {
	overflow: hidden;
	height: 98px;
	margin: 0 0 28px;
	line-height: 98px;
	text-align: center;
	border: 1px solid #f2f4f8;
}
.shop-logo img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.shop-raiting-text {
	margin: 0 0 6px;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}
.shop-raiting-text span {color: #57a3e8;}
.shop-raiting-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 12px;
}
.star {
	width: 29px;
	height: 28px;
	background: url(../images/star.png) 0 0 no-repeat;
}
.star.half {background: url(../images/star.png) -29px 0 no-repeat;}
.star.full {background: url(../images/star.png) -58px 0 no-repeat;}
.shop-fav {
	text-align: center;
}
.shop-fav a {
	color: #888d99;
}
/************************* gallery-slider *************************/
.gallery-slider {
	max-width: 650px;
	margin: 0 0 30px;
}
.gallery-slide img {
	width: 100%;
	border-radius: 7px;
}
.slick-dots {
	margin: 0;
	padding: 23px 0 0;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.slick-dots button {
	display: block;
	width: 14px;
	height: 14px;
	font-size: 0;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dbe0e8;
	outline: 0;
	border-radius: 50%;
	outline: none;
}
.slick-dots .slick-active button {
	border: 1px solid #5ca6e9;
}
/************************* search page *************************/
.category-line, .category-line form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.category-line form {
	width: 100%;
}
.category-select {
	width: 315px;
	margin: 0 20px 0 0;
}
.category-line .search {
	flex: 1;
}
.company-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 1px;
}
.company-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 48%;
	margin: 0 0 30px 4%;
}
.company-item:nth-child(2n + 1){margin: 0 0 30px;}
.company-logo {
	position: relative;
	width: 149px;
	height: 77px;
	margin: 0 20px 0 0;
	line-height: 75px;
	text-align: center;
	background: #fff;
	border-radius: 7px;
	border: 1px solid #f2f4f8;
}
.company-logo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.company-name {
	margin: 0 0 1px;
	font-size: 18px;
	font-weight: 600;
}
.company-name a {
	color: #57a3e8;
	transition: all .3s linear;
}
.company-name a:hover {color: #f00;}
.company-adress {margin: 0 0 9px;}
.company-adress a {
	color: #000;
	text-decoration: none;
	transition: all .3s linear;
}
.company-adress a:hover {color: #57a3e8;}
.company-tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tag {
	display: inline-block;
	padding: 6px 14px 5px;
	margin: 0 7px 7px 0;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	background: #fff9e0;
	border-radius: 12px;
	transition: all .3s linear;
}
.tag:hover {color: #f00;}
/************************* company-add page *************************/
.company-add .company-item {
	width: 100%;
	margin: 0 0 20px;
}
.company-add-form {
	max-width: 510px;
	margin: 0 0 30px;
}
.company-add-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.company-add-input {
	flex: 1;
	margin: 0 20px 20px 0;
}
.company-add-input .input, .company-add-input .styled {margin: 20px 0 10px;}
.company-add-line .submit {width: 170px;}
/************************* chat page *************************/
.chat-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.chat-side {
	width: 380px;
}
.chat-content {
	flex: 1;
}
.chat-side .holder {max-width: none;}
.chat-content .holder {max-width: 71%;}
.chat-list {
	overflow-y: auto;
	max-height: 660px;
	padding: 0 20px 0 0;
	margin: 0 0 30px;
}
.chat-list::-webkit-scrollbar-track{
	background-color: #f7f8fa;
}
.chat-list::-webkit-scrollbar{
	width: 4px;
	background-color: #f7f8fa;
}
.chat-list::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background-color: #b8bec9;
}
.chat-list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 23px;
}
.chat-list-ava {
	position: relative;
	display: block;
	width: 60px;
	margin: 0 19px 0 0;
}
.chat-list-ava img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.chat-list-ava .message-num {
    top: 4px;
    right: 3px;
}
.chat-list-name {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
}
.chat-list-name a {
	color: #57a3e8;
	transition: all .3s linear;
}
.chat-list-name a:hover {color: #f00;}	
.chat-list-text {
	overflow: hidden;
	max-width: 190px;
	margin: 0 0 4px;
	font-size: 13px;
	line-height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.chat-list-date {
	color: #9c9c9c;
	font-size: 10px;
	line-height: 14px;
}
.chat-block {
	margin: 0 0 40px;
}
.chat-block-top {
	padding: 0 0 33px;
	margin: 0 0 38px;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #d4d7dc;
}
.chat-block-main {
	overflow-y: auto;
	max-height: 570px;
	padding: 0 40px 0 0;
}
.chat-block-main::-webkit-scrollbar-track{
	background-color: #f7f8fa;
}
.chat-block-main::-webkit-scrollbar{
	width: 4px;
	background-color: #f7f8fa;
}
.chat-block-main::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background-color: #b8bec9;
}
.chat-block-item {
	margin: 0 40px 30px 0;
}
.chat-block-date {
	margin: 0 0 8px;
	color: #9c9c9c;
	font-size: 12px;
	line-height: 15px;
}
.chat-block-date a {
	display: inline-block;
	margin: 0 5px 0 0;
	color: #57a3e8;
	font-size: 15px;
	font-weight: 600;
	transition: all .3s linear;
}
.chat-block-date a:hover {color: #f00;}	
.chat-block-content {
	padding: 20px 25px 20px;
	color: #fff;
	background: #57a3e8;
	border-radius: 9px;
}
.chat-block-text {
	font-size: 14px;
	line-height: 22px;
}
.chat-block-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0 0;
}
.chat-block-img a {
	overflow: hidden;
	width: 88px;
	height: 88px;
	margin: 0 15px 15px 0;
	border-radius: 7px;
}
.chat-block-img img {
	width: 100%;
	border-radius: 7px;
	transition: all .3s linear;
}
.chat-block-img a:hover img {transform: scale(1.05);}
.chat-block-reverse {
	margin: 0 0 30px 40px;
}
.chat-block-reverse .chat-block-content {
	color: #000;
	background: #f7f8fa;
}
.chat-block-reverse .chat-block-date {text-align: right;}
.chat-content .comment-form {
    max-width: none;
}
/************************* catalog page *************************/
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.col-2 .flex-col {
	width: 50%;
}
.right-to-top .flex-col:first-child {order: 2;}
.right-to-top .flex-col:last-child {order: 1;}
.right-to-top .flex-col:first-child .holder {max-width: 60%;}
.right-to-top .flex-col:last-child .holder {max-width: none;}

.nav-min {
	margin: -16px 0 0 -40px;
}
.nav-min li {
	margin: 0 0 22px;
}
.nav-min a {
	display: block;
	padding: 11px 20px 13px 40px;
	color: #000;
	font-size: 20px;
	font-family: 'osnova_pro';
	line-height: 24px;
	text-decoration: none;
	border-radius: 0 7px 7px 0;
	transition: all .3s linear;
}
.nav-min a:hover {color: #459ce6;}	
.nav-min .active a {
	color: #fff;
	background: #459ce6;
	box-shadow: 0px 5px 13px 0px rgba(146, 203, 255, 0.8);
}
.fav-side a {
	display: inline-block;
	padding: 0 0 0 29px;
	margin: 0 0 30px;
	color: #000;
	text-decoration: none;
	background: url(../images/fav.png) 0 0 no-repeat;
	transition: all .3s linear;
}
.fav-side a:hover {color: #57a3e8;}
.filter {
	padding: 0 0 30px;
	font-family: 'osnova_pro';
}
.filter-title {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
}
.check-list {
	padding: 0 0 10px;
}
.check-item {
	position: relative;
	margin: 0 0 20px;
}
.check-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.check-label {
	position: relative;
	display: block;
	padding: 0 0 0 30px;
	cursor: pointer;
	font-size: 20px;
	line-height: 24px;
	transition: all .3s linear;
}
.check-label:hover {color: #459ce6;}
.check-label:before {
	position: absolute;
	top: 4px;
	left: 0px;
	display: block;
	content: '';
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	transition: all .3s linear;
}
.check-label:after {
	position: absolute;
	top: 9px;
	left: 5px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	background: #57a3e8;
	border-radius: 3px;
	opacity: 0;
	transition: all .3s linear;
}
.check-input:checked + .check-label:before {border: 1px solid #57a3e8;}
.check-input:checked + .check-label:after {opacity: 1;}
.filter-range {
	margin: 0 0 45px;
}
#slider {
	position: relative;
}
#custom-handle {
    position: absolute;
	width: 14px;
	padding: 17px 0 0;
    top: 50%;
    margin-top: -7px;
	color: #459ce6;
	font-size: 20px;
    text-align: center;
	cursor: pointer;
}
#custom-handle:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	width: 14px;
    height: 14px;
	margin: 0 0 0 -7px;
	background: #459ce6;
	border-radius: 50%;
}
.ui-slider-horizontal {
	height: 6px;
	background: #e7e9ed;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
	background: #e2f2ff;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.map-hide {color: #888d99;}
.map {
	height: 430px;
	margin: 0 -40px 40px;
}
.catalog .button-holder {margin: 0 0 30px;}
.catalog-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 40px;
	padding: 0 0 30px;
	border-bottom: 1px solid #e7e9ed;
}
.catalog-img {
	width: 35%;
	margin: 0 30px 10px 0;
}
.catalog-img a {
	display: block;
	overflow: hidden;
	border-radius: 7px;
}
.catalog-img img {
	width: 100%;
	border-radius: 7px;
	transition: all .3s linear;
}
.catalog-img a:hover img {transform: scale(1.05);}
.catalog-content {
	flex: 1;
}
.catalog-title {
	margin: -2px 0 3px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}
.catalog-title a {
	color: #000;
	text-decoration: none;
	transition: all .3s linear;
}
.catalog-title a:hover {color: #57a3e8;}
.catalog-discount {
	margin: 0 0 24px;
	color: #f00;
	font-size: 12px;
	line-height: 14px;
}
.catalog-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 14px 0 0;
}
.catalog-more a {
	color: #57a3e8;
	transition: all .3s linear;
}
.catalog-more a:hover {color: #f00;}
.catalog-fav a {
	display: inline-block;
	padding: 0 0 0 29px;
	color: #000;
	text-decoration: none;
	background: url(../images/fav.png) 0 0 no-repeat;
	transition: all .3s linear;
}
.catalog-fav a:hover {color: #57a3e8;}
.catalog-review a {
	color: #000;
	text-decoration: none;
	transition: all .3s linear;
}
.catalog-review a:hover {color: #57a3e8;}
.catalog-review span {
	display: inline-block;
	vertical-align: top;
	padding: 3px 12px 1px;
	margin: -4px 0 0 10px;
	color: #57a3e8;
	text-decoration: none;
	border: 1px solid #57a3e8;
	border-radius: 12px;
	transition: all .3s linear;
}
.catalog-review a:hover span {
	color: #fff;
	background: #57a3e8;
}
.catalog-raiting span {
	display: inline-block;
	vertical-align: top;
	padding: 3px 12px 1px;
	margin: -4px 0 0 10px;
	color: #fff;
	text-decoration: none;
	background: #459ce6;
	border: 1px solid #57a3e8;
	border-radius: 12px;
}
/************************* servise page *************************/
.servise-block {
	/*display: -webkit-box;*/
	/*display: -webkit-flex;*/
	/*display: -ms-flexbox;*/
	/*display: flex;*/
	/*-webkit-flex-wrap: wrap;*/
	/*flex-wrap: wrap;*/
	/*justify-content: space-between;*/
}
.servise-column {
	/*width: 48%;*/
}
.servise-page .servise-column {width: 100%;}
.servise-page .servise-item {width: 48%;}
.servise-page .servise-item-hidden {display: block;}
.servise-item {
	position: relative;
	padding: 40px 40px 40px;
	margin: 0 1% 40px 0;
	border: 1px solid #f1f2f5;
	border-radius: 7px;
	transition: all .3s linear;
	display: inline-block;
	width: 46%;
	vertical-align: top;
}
.servise-item:hover {
  box-shadow: 0px 5px 13px 0px rgba(229, 229, 229, 0.8);
}
.servise-item-status {
	position: absolute;
	top: -5px;
	right: -5px;
	padding: 2px 18px 1px;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	background: #57a3e8;
	border-radius: 25px;
}
.status-accepted {background: #51ac1a;}
.status-processing {background: #ffc600;}
.status-cancel {background: #acacac;}
.servise-item-title {
	margin: 0 0 18px;
	font-size: 18px;
	font-weight: 600;
}
.servise-item-title a {
	color: #459ce6;
	transition: all .3s linear;
}
.servise-item-title a:hover {color: #f00;}
.servise-item-title a.active {
	color: #000;
	text-decoration: none;
}
.servise-item-num {
	display: inline-block;
	padding: 0 0 0 22px;
	margin: 0 0 0 5px;
	font-weight: 300;
	background: url(../images/icon.png) 0 0 no-repeat;
}
.servise-item-hidden {
	display: none;
}
.servise-item-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 15px;
}
.servise-item-img a {
	overflow: hidden;
	width: 88px;
	height: 88px;
	margin: 0 15px 15px 0;
	border-radius: 7px;
}
.servise-item-img img {width: 100%;}
.servise-item-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.servise-item-buttons .button {
	width: 48%;
}
.servise-button {
	width: 100%;
	max-width: 46%;
	margin: 0 0 30px;
}
.servise-empty {
	width: 100%;
	margin: 0 0 40px;
	padding: 67px 40px 65px;
	text-align: center;
	border: 1px dashed #b8bec9;
	border-radius: 7px;
}
.servise-empty-text {
	font-size: 20px;
	line-height: 24px;
}
/************************* quiz page *************************/
.date-input-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 30px;
	margin: -10px 0 0;
}
.date-input-block .input {
	width: 47%;
	margin: 0;
}
.date-input {
	padding-left: 48px;
	background: url(../images/date-icon.png) 16px 50% no-repeat;
}
.quiz-block {
	padding: 0 0 30px;
}
.quiz-item {
	margin: 0 0 40px;
    padding: 0 0 32px;
    border-bottom: 1px solid #e7e9ed;
	position: relative;
}
.quiz-top {margin: 0 0 23px;}
.quiz-top:after {
	display: block;
	content: '';
	clear: both;
}
.quiz-logo {
	float: left;
	width: 86px;
	margin: 4px 0 0;
	line-height: 43px;
	border: 1px solid #f2f4f8;
}
.quiz-logo img {
	max-width: 100%;
	vertical-align: middle;
}
.quiz-top-content {
	margin: 0 0 0 108px;
}
.quiz-ticket .quiz-top-content {
	margin: 0;
}
.quiz-top-content h4 {
	margin: 0 0 3px;
	padding: 7px 0 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}
.quiz-top-content h4 a {
	color: #000;
	text-decoration: none;
	transition: all .3s linear;
}
.quiz-top-content h4 a:hover {color: #57a3e8;}
.quiz-date {
    color: #b3b7bf;
    font-size: 12px;
    line-height: 15px;
}
.quiz-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.quiz-side {
	width: 165px;
	margin: 0 24px 0 0;
}
.quiz-content {
	flex: 1;
}
.quiz-img-min {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.quiz-img-min a {
	display: block;
	overflow: hidden;
	border-radius: 7px;
	width: 45.5%;
	margin: 0 0 9% 9%;
}
.quiz-img-min a:nth-child(2n + 1){margin: 0 0 9%;}
.quiz-img-big a {
	display: block;
	overflow: hidden;
	border-radius: 7px;
}
.quiz-img-min img, .quiz-img-big img {
	width: 100%;
	border-radius: 7px;
	transition: all .3s linear;
}
.quiz-img-min a:hover img,
.quiz-img-big a:hover img {transform: scale(1.05);}
.quiz-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.quiz-review {margin: 0 0 0 auto;}
.quiz-review a {
	color: #000;
	text-decoration: none;
	transition: all .3s linear;
}
.quiz-review a:hover {color: #57a3e8;}
.quiz-review span {
	display: inline-block;
	vertical-align: top;
	padding: 3px 12px 1px;
	margin: -4px 0 0 10px;
	color: #57a3e8;
	text-decoration: none;
	border: 1px solid #57a3e8;
	border-radius: 12px;
	transition: all .3s linear;
}
.quiz-review a:hover span {
	color: #fff;
	background: #57a3e8;
}
.quiz-more a {
    color: #459ce6;
	transition: all .3s linear;
}
.quiz-more a:hover {color: #f00;}
.radio-list {
	padding: 0 0 10px;
}
.radio-item {
	position: relative;
	margin: 0 0 10px;
}
.radio-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.radio-label {
	position: relative;
	display: block;
	padding: 0 0 0 28px;
	cursor: pointer;
	font-size: 15px;
	transition: all .3s linear;
}
.radio-label:hover {color: #459ce6;}
.radio-label:before {
	position: absolute;
	top: 1px;
	left: 0px;
	display: block;
	content: '';
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
}
.radio-label:after {
	position: absolute;
	top: 6px;
	left: 5px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	background: #57a3e8;
	border-radius: 50%;
	opacity: 0;
	transition: all .3s linear;
}
.radio-input:checked + .radio-label:before {border: 1px solid #57a3e8;}
.radio-input:checked + .radio-label:after {opacity: 1;}
.quiz-result {
	padding: 0 0 14px;
}
.quiz-result-title {
	margin: 0 0 1px;
	font-size: 16px;
	font-weight: 700;
}
.quiz-result-text {
	margin: 0 0 9px;
	font-style: italic;
}
.quiz-result-line {
	position: relative;
	max-width: 310px;
	height: 28px;
	margin: 0 0 9px;
	background: #e7e9ed;
	border-radius: 7px;
}
.quiz-result-line-fill {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #459ce6;
	border-radius: 7px;
}
.quiz-result-line span {
	display: block;
	position: relative;
	padding: 7px 0 0 11px;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}
.quiz-content-big {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.quiz-content-big .radio-list {
	width: 220px;
}
.quiz-content-big .quiz-result {
	width: 310px;
}
/************************* account page *************************/
.account-form {
	padding: 0 130px 40px 0;
}
.account-form-holder {
	max-width: 700px;
}
.account-form .submit {max-width: 340px;}
.input-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.input-block .input {
	width: 48.5%;
}
.tumbler-line {
	position: relative;
}
.tumbler {
	position: absolute;
	top: 13px;
	left: 100%;
	margin: 0 0 0 20px;
}
.tumbler-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.tumbler-label {
	position: relative;
	display: block;
	padding: 1px 0 0 53px;
	cursor: pointer;
	color: #d4d7df;
	font-size: 14px;
	transition: all .3s linear;
}
.tumbler-label:before {
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
	content: '';
	box-sizing: border-box;
	width: 40px;
	height: 20px;
	background: #fff;
	border: 1px solid #d4d7df;
	border-radius: 20px;
}
.tumbler-label:after {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	content: '';
	width: 22px;
	height: 22px;
	background: #d4d7df;
	border-radius: 50%;
	transition: all .3s ease;
}
.tumbler-input:checked + .tumbler-label {color: #459ce6;}
.tumbler-input:checked + .tumbler-label:before {border: 1px solid #459ce6;}
.tumbler-input:checked + .tumbler-label:after {
	left: 20px;
	background: #459ce6;
}
.ava-file {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ava-file-block {
	position: relative;
	margin: 0 20px 20px 0;
}
.ava-file-block input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.ava-file-block label {
	position: relative;
	display: block;
	width: 110px;
	height: 110px;
	color: #888d99;
	font-size: 40px;
	line-height: 108px;
	text-align: center;
	cursor: pointer;
	border: 1px dashed #888d99;
	box-sizing: border-box;
	border-radius: 50%;
}
.ava-file-img {
	position: relative;
	width: 110px;
	margin: 0 20px 20px 0;
}
.ava-file-img img {
	max-width: 100%;
	border-radius: 50%;
}
.ava-file-delete {
	position: absolute;
	top: 8px;
	right: 6px;
	display: block;
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	background: #ff0000;
	border-radius: 50%;
}
.ava-file-size {
	padding: 6px 0 0;
	font-size: 10px;
	text-align: center;
}

.history {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.history-column {
	width: 48%;
	margin: 0 0 39px;
}
.history-table {
	overflow-x: auto;
}
.history-table table {
	width: 100%;
	min-width: 400px;
	border-collapse: collapse;
}
.history-table td {
	padding: 17px 0;
	border-top: 1px solid #e6e8ed;
	border-bottom: 1px solid #e6e8ed;
	border-left: 15px solid #fff;
}
.history-table td:first-child {border-left: 0;}
.account-pass {
	max-width: 340px;
	margin: 0 0 30px;
}
.mob-show {display: none;}
/************************* footer *************************/
.footer {
	padding: 40px 0 35px;
	margin: auto 15px 15px 0;
	font-size: 14px;
	background: #fff;
}
.footer-copy a {
	display: inline-block;
	margin: 0 5px 0 0;
	color: #57a3e8;
}
/************************* popups *************************/
.popup {
    display: none;
}
.popup-calendar {
	width: 620px;
	padding: 40px 43px 43px;
}
.popup-arrows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 2px 0 0 auto;
}
.calendar-month {
	color: #57a3e8;
	font-size: 16px;
	padding: 0 27px;
}
.c-prev {
	display: block;
	width: 11px;
	height: 21px;
	cursor: pointer;
	background: url(../images/arrows2.png) 0 0 no-repeat;
}
.c-next {
	display: block;
	width: 11px;
	height: 21px;
	cursor: pointer;
	background: url(../images/arrows2.png) -11px 0 no-repeat;
}
.calendar {
	padding: 1px 0 0 1px;
}
.calendar-week {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.calendar-day {
	position: relative;
	width: 14.28%;
	height: 77px;
	margin: -1px 0 0 -1px;
	padding: 8px 12px 0;
	color: #000;
	font-size: 16px;
	text-align: right;
	text-decoration: none;
	border: 1px solid #dce1ea;
}
.calendar-day.online {
	color: #339a2b;
	background: #f4fff6;
}
.calendar-day.online:before {
	position: absolute;
	bottom: 7px;
	left: 7px;
	display: block;
	content: '';
	width: 19px;
	height: 19px;
	background: #12eb38;
	border-radius: 50%;
	opacity: 0.15;
}
.calendar-day.online:after {
	position: absolute;
	bottom: 12px;
	left: 12px;
	display: block;
	content: '';
	width: 9px;
	height: 9px;
	background: #12eb38;
	border-radius: 50%;
}
/************************* media *************************/
@media screen and (max-width: 1560px) {
	.holder {max-width: none;}
	.chat-content .holder {max-width: none;}
	.right-to-top .flex-col:first-child .holder {max-width: none;}
	.right-to-top.col-2 .flex-col {width: 65%;}
	.right-to-top.col-2 .flex-col:first-child {width: 35%;}
	.left-to-top .flex-col:last-child .holder {max-width: none;}
	.left-to-top.col-2 .flex-col {width: 65%;}
	.left-to-top.col-2 .flex-col:last-child {width: 35%;}
}
@media screen and (max-width: 1360px) {
	.neighbor-info {width: 100%;}
}
@media screen and (max-width: 1240px) {
	.side {
		width: 300px;
		padding: 75px 30px 40px 10px;
	}
	.side-close{}
	.content {margin: 0 0 0 300px;}
}
@media screen and (max-width: 1140px) {
	.side {left: -400px;}
	.side.vis {left: 0;}
	.side-close {
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
	}
	.side-close svg {
		width: 24px;
		height: 24px;
	}
	.content {margin: 0 0 0 15px;}
	.mob-nav-icon {
		display: block;
	}
	.header-user {margin: 0 0 0 60px;}
}
@media screen and (max-width: 1023px) {
	.header {margin: 0 10px 10px 0;}
	.footer {margin: auto 10px 10px 0;}
	.block {margin: 0 10px 10px 0;}
	.side {left: -400px;}
	.content {
		margin: 0 0 0 10px;
		padding: 10px 0 0;
	}
	.holder {padding: 0 20px;}
	.col-2 .flex-col {width: 100%;}
	.right-to-top.col-2 .flex-col {width: 100%;}
	.right-to-top.col-2 .flex-col:first-child {width: 100%;}
	.left-to-top.col-2 .flex-col {width: 100%;}
	.left-to-top.col-2 .flex-col:last-child {width: 100%;}
	.right-to-top .flex-col:first-child {order: 1;}
	.right-to-top .flex-col:last-child {order: 2;}
	.header-org {margin: 0 auto;}
	.header-exit {
		height: 25px;
		width: 24px;
		padding: 0;
		font-size: 0;
	}
	.header-user-text {display: none;}
	.header-user {
		margin: 0 auto;
		padding: 0;
	}
	.header-message {margin: 0 30px 0 0;}
	.header .holder {padding-left: 60px;}
	.mob-nav-icon {
		left: 20px;
		top: 28px;
	}
	.header-right {padding: 17px 0 0;}
	.chat-side {width: 340px;}
	.chat-block-item {margin: 0 0 30px;}
	.chat-block-reverse {margin: 0 0 30px;}
	.chat-block-main {padding: 0 20px 0 0;}
	.chat-block-content {padding: 15px;}
	.mob-show {
		display: block;
		margin: -20px 0 10px;
	}
	.nav-min {
		width: 300px;
		margin: 0;
		display: none;
		padding: 20px 0 10px;
	}
	.nav-min li {margin: 0 0 10px;}
	.nav-min a {border-radius: 0;}
	.filter {
		width: 300px;
		padding: 20px 20px 20px;
		display: none;
	}
	.mob-hide {display: none;}

}
@media screen and (max-height: 860px) {
	.side {padding: 45px 30px 20px 10px;}
	.side-nav li {margin: 0 0 30px;}
	.side-logo {margin: 0 0 50px;}
	.side-more {padding: 38px 0 0;}
	#hidden-block {
        display: none;
        width: 320px;
        padding: 20px;
        font-size: 1.4em;
        line-height: 20px;
    }
}
@media screen and (max-height: 680px) {
	.side-nav li {
		margin: 0 0 25px;
		font-size: 18px;
		line-height: 22px;
	}
}
@media screen and (max-height: 620px) {
	.side {padding: 35px 30px 20px 10px;}
	.side-logo {margin: 0 0 40px;}
	.side-nav li {
		margin: 0 0 20px;
		font-size: 18px;
		line-height: 22px;
	}
}

@media screen and (max-width: 960px) {
	.camera-item {
		width: 49%;
		margin: 0 0 2% 2%;
	}
	.camera-item:nth-child(3n + 1){margin: 0 0 2% 2%;}
	.camera-item:nth-child(2n + 1){margin: 0 0 2%;}
}
@media screen and (max-width: 800px) {
	.history-column {width: 100%;}
	.front-page .holder {
		background: #ffffffd4;
	}
}
@media screen and (max-width: 767px) {
	h1, h2 {
		font-size: 22px;
		line-height: 27px;
	}
	.company-item {
		width: 100%;
		margin: 0 0 30px;
	}
	.category-select {
		width: 100%;
		margin: 0 0 20px;
	}
	.company-add-line {
		max-width: 400px;
	}
	.company-add-input {margin: 0 0 20px;}
	.company-add-line .submit {width: 100%;}
	.servise-column {width: 100%;}
	.servise-page .servise-item {width: 100%;}
	.servise-item {
		padding: 25px 25px;
		margin: 0 0 20px;
		display: block;
		width: 100%;
	}
	.servise-button {max-width: none;}
	.title h1, .title h2,
	.camera-title h1, .camera-title h2{
		width: 100%;
	}
	.title-back {
		display: inline-block;
		vertical-align: top;
		margin: -20px 0 30px;
	}
	.camera-title-right {
		margin: -20px 0 30px;
	}
	.input-block .input {width: 100%;}
	.worker-item {
		width: 100%;
		margin: 0 0 30px;
	}
	.worker-name {font-size: 16px;}
	.neighbor-item {
		width: 100%;
		margin: 0 0 30px;
	}
	.main-chat-title h1, .main-chat-title h2 {width: auto;}
	.no-camera {padding: 50px 20px;}
	.no-camera-text {
		padding: 70px 0 0;
		font-size: 18px;
		line-height: 24px;
	}
	.no-camera-text p {margin: 0 0 24px;}
	.no-news {padding: 80px 20px;}
	.no-news-text {
		padding: 70px 0 0;
		font-size: 18px;
		line-height: 24px;
	}
	.chat-side {width: 100%;}
	.chat-list {max-height: 360px;}
	.chat-block-main {max-height: 460px;}
	.catalog-fav {
		width: 50%;
		margin: 0 0 20px;
		text-align: right;
	}
	.catalog-review {width: 50%;}
	.popup-calendar {
		width: 400px;
		padding: 25px 20px 20px;
	}
	.popup-arrows {
		width: 100%;
		margin: -10px 0 30px -32px;
	}
	.calendar-day {
		height: 60px;
		padding: 5px 10px 0;
	}
	.header-org {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		margin: 10px 0 0;
	}
	.header {margin: 0 10px 80px 0;}
	.header-org-top {
		height: 60px;
		padding: 17px 20px 0px;
		text-align: center;
	}
}
@media screen and (max-width: 640px) {
	.shop-block {display: block;}
	.shop-side {
		width: 188px;
		margin: 0 auto 30px;
	}
	.shop-content {width: 100%;}
}
@media screen and (max-width: 560px) {
	.servise-item-buttons .button {width: 100%;}
	.servise-item-buttons .button:first-child {margin: 0 0 20px;}
	.account-form {padding: 0 0 40px;}
	.tumbler-line {padding: 10px 0 0;}
	.tumbler {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 0 20px;
	}
	.camera-item {
		width: 100%;
		margin: 0 0 20px;
	}
	.camera-item:nth-child(3n + 1){margin: 0 0 20px;}
	.camera-item:nth-child(2n + 1){margin: 0 0 20px;}
	.main-camera .camera-item {
		width: 100%;
		margin: 0 0 20px;
	}
	.main-camera .camera-item:nth-child(3n + 1){margin: 0 0 20px;}
	.main-camera .camera-item:nth-child(2n + 1){margin: 0 0 20px;}
	.article-img-3х .article-img-item {
		width: 48%;
		margin: 0 0 4% 4%;
	}
	.article-img-3х .article-img-item:nth-child(3n + 1){margin: 0 0 4% 4%;}
	.article-img-3х .article-img-item:nth-child(2n + 1){margin: 0 0 4%;}
	.main-article-comment {margin: 10px 0 20px;}
	.quiz-main {display: block;}
	.quiz-side {
		width: 240px;
		padding: 0 0 10px;
	}
	.quiz-img-big {margin: 0 0 20px;}
}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 479px) {
	.article-top h1, .article-top h2 {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 7px;
	}
	.comment-ava {
		width: 40px;
	}
	.comment-content {
		margin: 0 0 0 55px;
	}
	.catalog-img {
		width: 100%;
		margin: 0 0 25px;
	}
	.date-input-block .input {width: 100%;}
	.date-input-block .input:first-child {margin: 0 0 20px;}
	.popup-calendar {
		width: 300px;
		padding: 25px 15px 20px;
	}
	.calendar-day {
		height: 60px;
		padding: 5px 10px 0;
	}
}
@media screen and (max-width: 420px) {
	body {overflow-x: hidden;}
}



/************************* front page *************************/
.front-page {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-height: 100vh;
	background: #fff;
}
.front-content {
	position: relative;
	padding: 110px 0 114px;
	flex: 1;
}
.bg {
	position: absolute;
}
.bg1 {
	top: 0;
	left: 0;
}
.bg2 {
	top: 50%;
	right: 0;
	margin-top: -290px;
}
.bg3 {
	bottom: 0;
	left: 0;
}
.front-page .holder {
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
}
.front-block {
	max-width: 336px;
	margin: 0 auto;
}
.front-logo {
	margin: 0 0 40px;
	text-align: center;
}
.front-form {position: relative;}
.front-form .input {border: 1px solid #ddd;}
.front-form .ui-selectmenu-button span.ui-selectmenu-text {border: 1px solid #ddd;}
.front-form .input::-webkit-input-placeholder {color: #000000;}
.front-form .input:-moz-placeholder {color: #000000; opacity: 1;}
.front-form .input::-moz-placeholder {color: #000000; opacity: 1;}
.front-form .input:-ms-input-placeholder {color: #000000;}
.front-form-side {
	position: absolute;
	top: 0;
	left: -425px;
	width: 336px;
}
.front-link-pass {
	margin: 0 0 14px;
	line-height: 24px;
	text-align: center;
}
.front-link-pass a {
	color: #57a3e8;
}
.front-text-pass {
	line-height: 24px;
	text-align: center;
}
.front-link-reg {
	margin: 0 0 34px;
	line-height: 24px;
	text-align: center;
}
.front-link-reg a {
	color: #57a3e8;
}
.front-app-text {
	margin: 0 0 23px;
	line-height: 19px;
	text-align: center;
}
.front-app-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.load-button {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	padding: 12px 0 0 14px;
	width: 163px;
	height: 59px;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	text-decoration: none;
	background: #000;
	border-radius: 10px;
	transition: all .3s linear;
}
.load-button:hover {
	background: #459ce6;
	box-shadow: 0px 5px 13px 0px rgba(146, 203, 255, 0.8);
}
.apple-1 {
	float: left;
	width: 25px;
	margin: 4px 0 0;
}
.apple-2 {width: 99px;}
.google-1 {
	float: left;
	width: 27px;
	margin: 4px 0 0;
}
.google-2 {width: 101px;}
.load-content {
	display: block;
	margin: 0 0 0 35px;
}
.load-text {
	display: block;
	margin: 0 0 1px;
}
.form-button {
    padding: 4px 0 25px;
}
.front-page .label {
	display: block;
	margin: 0 0 9px;
	color: #000;
	line-height: 20px;
}
.file-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 12px;
}
.file-img {
	margin: 0 27px 15px 0;
}
.file-img img {
	width: 70px;
	height: 70px;
	border-radius: 9px;
}
.file-add {
	position: relative;
	margin: 0 0 15px;
}
.file-add input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.file-add label {
	display: block;
	content: '';
	width: 70px;
	height: 70px;
	padding: 24px 0 0;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	border: 1px dashed #d1d3dc;
	border-radius: 9px;
}
.front-page .footer {
	height: auto;
	padding: 31px 0 35px;
	margin: 0;
	font-size: 12px;
	border-top: 1px solid #e5e6eb;
}
.front-page .footer .holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.front-page .footer .holder:after {display: none;}
.front-page .footer-copy {
	width: 70%;
}
.front-page .footer-right {
	width: 25%;
	line-height: 22px;
	text-align: right;
}
.footer-phone {
	display: inline-block;
	vertical-align: top;
	margin: -2px 0 0;
	color: #7e818e;
	font-size: 18px;
	text-decoration: none;
}
.form-title {
	margin: 0 0 15px;
	color: #000;
	font-size: 20px;
	line-height: 24px;
}
.form-note {
	margin: 0 0 26px;
	line-height: 19px;
	text-align: center;
}
.form-note a {
	color: #57a3e8;
}
.front-city-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 780px;
	margin: 0 auto;
}
.front-back {
	padding-bottom: 30px;
	text-align: center;
}
.front-back a {
	color: #57a3e8;
	text-decoration: none;
}
.front-country {
	width: 18%;
}
.front-country .form-title {
    cursor: pointer;
}
.front-region {
	width: 45%;
}
.front-city {
	width: 25%;
}
.front-country-flag {
	display: inline-block;
	vertical-align: top;
	margin: 3px 6px 0 0;
}
.front-country-flag img {
	display: block;
	width: 25px;
}
.front-list li {
	position: relative;
	margin: 0 0 20px;
}
.front-list input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.front-list label, .front-list a {
	position: relative;
	padding: 0 0 0 18px;
	display: block;
	color: #57a3e8;
	cursor: pointer;
	transition: all .3s linear;
    text-decoration: none;
}
.front-list label:hover,
.front-list input:checked + label {color: #d70505;}
.front-list label:before, .front-list a:before {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border: 1px solid #57a3e8;
	border-radius: 50%;
	transition: all .3s linear;
}
.front-list label:hover:before {border: 1px solid #d70505;}
.front-list input:checked + label:before {border: 1px solid #d70505;}
.front-city-list {
	max-height: 360px;
	overflow-y: auto;
	padding: 0 10px 0 0;
}
.front-city-list::-webkit-scrollbar-track{
	background-color: #e6e8f5;
}
.front-city-list::-webkit-scrollbar{
	width: 6px;
	background-color: #e6e8f5;
}
.front-city-list::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background-color: #adb1c9;
}
.popup-min {
	display: none;
	width: 506px;
	padding: 38px 42px 39px;
	background: #fff;
	border-radius: 7px;
}
.popup-title {
	margin: 0 0 32px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}
.form-note-min {
	color: #9699aa;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	text-align: center;
}
@media screen and (max-width: 1920px) {
	.bg2 {
		right: auto;
		left: 50%;
		margin-left: 349px;
	}
}
@media screen and (max-width: 1540px) {
	.bg1 {
		left: 50%;
		margin-left: -770px;
	}
	.bg3 {
		left: 50%;
		margin-left: -770px;
	}
}
@media screen and (max-width: 1240px) {
	.front-form-side {
		left: -375px;
	}
}
@media screen and (min-width: 860px) {
	.front-country-flag {
		margin-left: -30px;
	}
}
@media screen and (max-width: 1140px) {
	.front-form-side {
		position: static;
		width: auto;
		padding: 0 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.front-content {padding: 80px 0 80px;}
	.front-page .footer-copy {width: 100%;}
	.front-page .footer-right {
		width: 100%;
		padding: 20px 0 0;
		text-align: left;
	}
	.front-city-block {
		max-width: 340px;
	}
	.front-country {
		width: 100%;
		padding: 0 0 20px;
	}
	.front-region {
		width: 100%;
		padding: 0 0 20px;
	}
	.front-city {
		width: 100%;
	}
}
@media screen and (max-width: 560px) {
	.popup-min {
		width: 440px;
		padding: 38px 30px 39px;
	}
	.bg1 {
		margin-left: -600px;
	}
	.bg3 {
		margin-left: -500px;
	}
}
@media screen and (max-width: 479px) {
	.front-app-block {
		max-width: 300px;
		margin: 0 auto;
	}
	.load-button {margin: 0 auto 15px;}
	.popup-min {
		width: 300px;
		padding: 38px 30px 39px;
	}
}
/************************* front page *************************/
.history-big {
	padding: 0 0 30px;
}
.history-big-top {

}
.history-big-top h3 {
	display: inline-block;
	vertical-align: top;
	margin: 0 50px 17px 0;
}
.history-big-date {
	display: inline-block;
	vertical-align: top;
	width: 340px;
}
.history-big-block {padding: 0 0 40px;}
.history-big .button-more {
	max-width: 280px;
	margin: 0 auto;
}
.history-big-table {
	overflow-x: auto;
}
.history-big-table table {
	width: 100%;
	min-width: 440px;
	table-layout: fixed;
	border-collapse: collapse;
}
.history-big-table th {
	padding: 9px 0 7px;
	text-align: left;
	border-top: 1px solid #e6e8ed;
	border-left: 15px solid #fff;
}
.history-big-table td {
	padding: 17px 0;
	border-top: 1px solid #e6e8ed;
	border-bottom: 1px solid #e6e8ed;
	border-left: 15px solid #fff;
}
.history-big-table td:first-child,
.history-big-table th:first-child {border-left: 0;}
.history-big-table td:last-child {
	width: 150px;
}
.history-big-table th:last-child {
	width: 150px;
}
.subscribe {padding: 0 0 18px;}
.subscribe-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.subscribe-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 32%;
	margin: 0 0 2% 2%;
	height: 48px;
	padding: 5px 35px 5px 17px;
	border: 1px solid #e6e8ed;
	border-radius: 9px;
	transition: all .3s linear;
}
.subscribe-item:nth-child(3n + 1) {
	margin: 0 0 2%;
}
.subscribe-item:hover {
	border: 1px solid #fff;
	-webkit-box-shadow: 0 4px 13px 0 #e5e6eb;
	box-shadow: 0 4px 13px 0 #e5e6eb;
}
.subscribe-name {
	margin: auto 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #7e818e;
	text-decoration: none;
	transition: all .3s linear;
}
.subscribe-name:hover {color: #459ce6;}
.delete {
	display: block;
	width: 17px;
	height: 17px;
	background: #bec2cc;
	border-radius: 50px;
	transition: all .3s linear;
}
.delete svg {
	display: block;
	width: 7px;
	height: 7px;
	margin: 5px auto 0;
}
.delete svg path {
	fill: #fff;
}
.delete:hover {background: #ff0000;}
.subscribe-item .delete {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -9px;
}
.app-text {
	margin: 0 0 21px;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}
.app-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
	max-width: 338px;
	margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
	.subscribe-item {
		width: 48%;
		margin: 0 0 4% 4%;
	}
	.subscribe-item:nth-child(3n + 1) {margin: 0 0 4% 4%;}
	.subscribe-item:nth-child(2n + 1) {margin: 0 0 4%;}
	.history-big-top h3 {
		display: block;
		margin: 0 0 17px;
	}
	.history-big-date {
		display: block;
		width: auto;
		max-width: 340px;
		padding: 10px 0 0;
	}
}
@media screen and (max-width: 560px) {
	.subscribe-item {
		width: 100%;
		margin: 0 0 15px;
	}
	.subscribe-item:nth-child(3n + 1) {margin: 0 0 15px;}
	.subscribe-item:nth-child(2n + 1) {margin: 0 0 15px;}
}

/************************* pagination *************************/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/************************* question *************************/
.question-block {
	padding: 0 0 15px;
}
.question-item .checkbox-min {
	position: absolute;
	top: 24px;
	left: 25px;
}
.question-item {
	position: relative;
	padding: 23px 25px 22px;
	margin: 0 0 25px;
	background: #fff;
	border: 1px solid #e5e6eb;
	border-radius: 7px;
}
.question-title {
	margin: 0 0 11px;
	color: #000;
	font-weight: 700;
}
.question-text img {
	max-width: 100%;
	height: auto !important;
}
.question-hidden {display: none;}

#subscribe_delete {
    padding: 40px;
}

/************************* additional *************************/
.nav-alert {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 0 0 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	background: #f00;
	border-radius: 50%;
}
.nav-alert:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -14px;
	display: block;
	content: '';
	width: 28px;
	height: 28px;
	background: #f00;
	border-radius: 50%;
	opacity: 0.2;
}
.info-box-item {
	overflow: hidden;
	margin: 0 0 20px;
	font-size: 15px;
}
.info-box-left {
	float: left;
	width: 200px;
	font-weight: 600;
}
.info-box-right {
	margin: 0 0 0 218px;
}
/************************* table-block *************************/
.table-block {
	overflow-x: auto;
	margin: 0 0 30px;
}
.table-block::-webkit-scrollbar-track{
	background-color: #e6e8f5;
}
.table-block::-webkit-scrollbar{
	width: 6px;
	background-color: #e6e8f5;
}
.table-block::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background-color: #adb1c9;
}
.table-block table {
	width: 100%;
	margin: 0 -10px;
	border-spacing: 10px;
}
.table-block th {
	padding: 6px 0 13px;
	color: #000;
	font-size: 18px;
	text-align: left;
	line-height: 22px;
	border-bottom: 1px solid #e6e8ed;
}
.table-block td {
	padding: 9px 0 18px;
	line-height: 18px;
	border-bottom: 1px solid #e6e8ed;
}
.table-block td a {color: #000;}
.table-data {
	min-width: 700px;
}
.table-counters {
	min-width: 900px;
}
.red {color: #d80c1c;}
.data-number {
	overflow: hidden;
}
.data-number .data-icon {
	float: left;
}
.data-icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #e6e8ed;
	border-radius: 5px;
}
.data-icon svg {vertical-align: middle;}
.data-number-text {
	margin: 6px 0 0 42px;
}
.data-counter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.data-counter .data-icon {
	min-width: 28px;
	margin: 0 15px 0 0;
}
.counter-block {
	position: relative;
	width: 370px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.counter-digit {
	width: 38px;
	height: 48px;
	padding: 13px 0 0;
	margin: 0 5px 0 0;
	color: #888d99;
	font-size: 16px;
	text-align: center;
	border: 1px solid #e6e8ed;
	border-radius: 7px;
}
.digit-red {
	color: #ff0000;
	background: #ffefef;
	border: 1px solid #f8c9c9;
}
.counter-form {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 465px;
	z-index: 10;
	display: none;
	padding: 15px;
	background: #fff;
	border-radius: 7px;
	-webkit-box-shadow: 0 10px 24px 0 rgba(72,78,84,0.4);
	box-shadow: 0 10px 24px 0 rgba(72,78,84,0.4);
}
.counter-form-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
input.counter-digit {padding: 0;}
input.digit-red::-webkit-input-placeholder {color: #ff0000;}
input.digit-red:-moz-placeholder {color: #ff0000; opacity: 1;}
input.digit-red::-moz-placeholder {color: #ff0000; opacity: 1;}
input.digit-red:-ms-input-placeholder {color: #ff0000;}
.counter-form .button {
	cursor: pointer;
	width: 90px;
	padding: 13px 10px;
}
.close-icon {
	position: absolute;
	top: -7px;
	right: -7px;
	width: 17px;
	height: 17px;
	padding: 5px 0 0 4px;
	background: #bec2cc;
	border-radius: 50%;
}
.close-icon svg {display: block;}
.counter-block .edit-icon {
	margin: 18px 0 0 auto;
}
.edit-icon {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 5px;
}
.edit-icon img {vertical-align: top;}
.edit-icon svg {
	width: 14px;
	height: 14px;
}
.edit-icon svg path {
	fill: #90939e;
	transition: all .3s linear;
}
.edit-icon:hover svg path {fill: #459ce6;}
.table-block .double {border-bottom: 0;}
.popup-label {
	margin: -11px 0 30px;
	color: #7e818e;
	font-size: 12px;
	line-height: 14px;
}
.popup-artilce {
	margin: 0 -42px -39px;
	padding: 38px 42px 17px;
	background: #eef9ff;
}
.popup-artilce p {margin: 0 0 22px;}
.popup-dl {
	padding: 0 0 15px;
}
.popup-dl dt {
	float: left;
	clear: left;
	width: 90px;
	margin: 0 0 20px;
	font-weight: 600;
}
.popup-dl dd {
	margin: 0 0 20px 100px;
}
@media screen and (max-width: 560px){
	.popup-artilce {
		margin: 0 -30px -39px;
		padding: 30px 30px 17px;
	}
}
.title-line {
    margin-top: 40px;
}
.item-title {
    margin-top: 20px;
}