*::-webkit-scrollbar {
  width: 0;
}
::-webkit-scrollbar {
  width: 0;
}

label {
	margin-bottom: 0px;
}
a:hover {
	color: #3B3A93;
}
body,html {
	/*font-family: 'Comfortaa', cursive;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.65);
}
.modal-content .close-header-modal {
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
}
.modal-content .close-header-modal .close{
	width: 24px;
}
.modal-content {
	padding: 15px;
	background: #FFFFFF;
	box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);	
	border: none;
	border-radius: 0px;
}
.modal-dialog.modal-dialog-short-width {
	max-width: 290px;
}
.modal-dialog.modal-dialog-big-width {
	max-width: 623px;
}
.modal-dialog.modal-dialog-big-width .j-tab-titles{
	max-width: 263px;
}
.modal-header-title {
	font-family: 'Comfortaa', cursive;
	color: #3B3A93;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 9px;
}
.modal-header-title.big-title {
	margin-top: 20px;
}

.form-load-photo + .form-load-photo {
	margin-top: 10px;
}
.icon-mv-add-map {
	width: 15px;
	height: 20px;
	background: no-repeat center center url('../img/icon-add-map.svg');
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-top: -1px;
}
.icon-mv-add-photo {
	width: 20px;
	height: 20px;
	background: no-repeat center center url('../img/icon-add-photo.svg');
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-top: -1px;
}
.icon-mv-add-video {
	width: 23px;
	height: 20px;
	background: no-repeat center center url('../img/icon-add-video.svg');
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-top: -1px;
}
.icon-mv-cog {
	width: 20px;
	height: 20px;
	background: no-repeat center center url('../img/icon-cog.svg');
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-top: -1px;
}
.icon-mv-thing {
	width: 20px;
	height: 20px;
	background: no-repeat center center url('../img/icon-thing.svg');
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-top: -1px;
}

.icon-mv-blue-loc {
	width: 15px;
	height: 20px;
	background: no-repeat center center url('../img/icon-blue-loc.svg');
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-top: -1px;
	
}
.icon-mv-comment {
	width: 20px;
	height: 16px;
	background: no-repeat center center url('../img/icon-comment.svg');
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-top: -2px;	
}
.icon-mv-site {
	width: 16px;
	height: 16px;
	background: no-repeat center center url('../img/icon-mail.svg');
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-top: -2px;
}
.icon-mv-phone {
	width: 16px;
	height: 16px;
	background: no-repeat center center url('../img/icon-phone.svg');
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-top: -2px;
}
.icon-mv-worktime {
	width: 16px;
	height: 16px;
	background: no-repeat center center url('../img/icon-worktime.svg');
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-top: -2px;
}

.modal-header-subtitle {
	color: rgba(0, 0, 0, 0.4);	
	font-size: 12px;
	line-height: 1;	
	margin-bottom: 15px;
}
.form-modal-wrapper {
	margin: 0px 0px 18px 0px;
}
.form-modal-wrapper .custom-radio + .custom-radio {
	margin-top: 7px;
}
.custom-radio label {
	cursor: pointer;
	position: relative;
	font-size: 14px;	
	line-height: 1;
	color: rgba(0, 0, 0, 0.65);	
}
.custom-radio input{
	display: none;	
}

.custom-radio input + label::before {
	width: 13px;
	height: 13px;
	border: 1px solid #C4C4C4;
	border-radius: 50%;
	display: inline-block;
	content: "";
	float: left;
	vertical-align: top;
	margin-right: 5px;
}
.custom-radio input:checked + label::before {
	border-color: #FFAD5E;
}
.custom-radio input:checked + label::after{
	position: absolute;
	content: "";
	display: block;
	left: 3px;
	top: 3px;
	width: 7px;
	height: 7px;
	background: #FFAD5E;
	border-radius: 50%;
}
.custom-radio input:checked + label {
	font-weight: 600;
}
a.load-photo-link {
	font-size: 14px;
	line-height: 1;
	color: #FFAD5E;
	text-decoration: none;
	position: relative;
	border-bottom: 1px solid #FFAD5E;
}

a.load-photo-link:hover {
	color: #3B3A93;
	border-bottom-color:#3B3A93;
}
a.grey-link {
	color: #C4C4C4;
	font-size: 14px;
	text-decoration: none;
	line-height: 1;
}
a.grey-link:hover {
	color: #FFAD5E;
}
.modal-bottom-links {
	margin-top: 20px;
}
.modal-bottom-links::after {
	content: "";
	display: block;
	clear: both;
}
.modal-bottom-links .j-close-current-modal {
	float: left;
}
.modal-bottom-links button.link-with-arrow {
	float: right;
}
button.link-with-arrow,
a.link-with-arrow,
a.link-with-arrow-back {
	vertical-align: top;
	background: none;
	outline: none;
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 1;
	color: #C4C4C4;
}
button.link-with-arrow:hover,
a.link-with-arrow:hover,
a.link-with-arrow-back:hover {
	color: #FFAD5E;
}

button.link-with-arrow::after,
a.link-with-arrow::after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 10px;
	margin-top: 2px;
	background: no-repeat center center url('../img/icon-right-arrow.svg');
	margin-left: 10px;
}
a.link-with-arrow-back::before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 10px;
	margin-top: 2px;
	background: no-repeat center center url('../img/icon-right-arrow.svg');
	margin-right: 10px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);	
}

button.link-with-arrow:hover::after,
a.link-with-arrow:hover::after {
	background: no-repeat center center url('../img/icon-right-arrow-hover.svg');
}
a.link-with-arrow-back:hover::before {
	background: no-repeat center center url('../img/icon-right-arrow-hover.svg');
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);	
}
.upload-bordered-area {
	border: 1px dashed rgba(0,0,0,0.2);
	box-sizing: border-box;
	border-radius: 5px;	
	padding: 19px 0px 19px 50px;
	position: relative;
}
.upload-bordered-area::before {
	position: absolute;
	width: 25px;
	height: 18px;
	left: 16px;
	top: 50%;
	margin-top: -9px;
	background: no-repeat center center url('../img/icon-upload.svg');
	background-size: contain;
	content: "";
	display: block;
}
.upload-title-1 {
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #C4C4C4;	
}

.upload-title-2 {
	margin-top: 6px;
	font-size: 12px;
	line-height: 1;
	color: rgba(0, 0, 0, 0.4);	
}
.j-dropzone-photo .dz-preview .dz-image img,
.list-things .dz-preview .dz-image img{
	width: 44px;
	height: 44px;
}
.j-dropzone-photo .dz-preview .dz-image,
.list-things .dz-preview .dz-image {
	width: 44px;
}
.j-dropzone-photo .dz-preview,
.list-things .dz-preview {
	display: flex;
	position: relative;
}
.j-dropzone-photo .dz-preview .dz-error-message,
.j-dropzone-photo .dz-preview .dz-success-mark,
.j-dropzone-photo .dz-preview .dz-error-mark,
.list-things .dz-preview .dz-error-message,
.list-things .dz-preview .dz-success-mark,
.list-things .dz-preview .dz-error-mark {
	display: none;
}
.j-dropzone-photo .dz-preview,
.list-things .dz-preview {
	margin-top: 10px;
}
.j-dropzone-photo .dz-preview .dz-remove,
.list-things .dz-preview .dz-remove {
	width: 16px;
	height: 16px;
	background: no-repeat center center url('../img/icon-remove-photo.svg');
	font-size: 0px;
	background-size: contain;
	display: block;
}
.j-dropzone-photo .dz-preview .dz-details {
	width: calc(100% - 60px);
}
.list-things .dz-preview .dz-details {
	width: calc(100% - 84px);
}
.j-dropzone-photo .dz-preview .dz-details,
.list-things .dz-preview .dz-details {
	padding: 0px 10px;
}
.j-dropzone-photo .dz-preview .dz-details,
.list-things .dz-preview .dz-details {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}
.j-dropzone-photo .dz-preview .dz-filename,
.list-things .dz-preview .dz-filename {
	margin-bottom: 5px;
	color: #000000;
	font-size: 12px;
	line-height: 1.2;
}
.j-dropzone-photo .dz-preview .dz-filename span,
.list-things .dz-preview .dz-filename span{
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.j-dropzone-photo .dz-preview .dz-size,
.list-things .dz-preview .dz-size {
	color: rgba(0, 0, 0, 0.4);
	font-size: 12px;
	line-height: 1;
}
.j-dropzone-photo .dz-preview .dz-size strong,
.list-things .dz-preview .dz-size strong{
	font-weight: 400;
}


.j-dropzone-photo .dz-preview.dz-error .dz-error-message,
.list-things .dz-preview.dz-error .dz-error-message {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(255, 105, 105, 0.9);
	color: #800909;
	text-align: center;
	line-height: 1.5;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.j-dropzone-photo .dz-preview.dz-error .dz-image img,
.list-things .dz-preview.dz-error .dz-image img{
	display: none;
}
.j-dropzone-photo .dz-preview.dz-processing .dz-progress,
.list-things .dz-preview.dz-processing .dz-progress{
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	
}
.j-dropzone-photo .dz-preview.dz-processing.dz-complete .dz-progress,
.list-things .dz-preview.dz-processing.dz-complete .dz-progress{
	display: none;
}


.j-dropzone-photo .dz-preview.dz-processing .dz-progress .dz-upload,
.list-things .dz-preview.dz-processing .dz-progress .dz-upload{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background: rgba(44, 181, 69, 0.9);
}
	
.upload-bordered-area .dz-hidden-input {
	width: auto !important;
	height: auto !important;
	right: 0px;
	bottom: 0px;
	visibility: visible !important;
	opacity: 0;
}
.input-text input {
	border: 1px solid #C4C4C480;
	outline: none;
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	padding: 0px 15px;
	color: rgba(0, 0, 0, 0.65);;
	width: 100%;
	font-size: 14px;
	line-height: 100%;
}
.input-textarea textarea {
	border: 1px solid #C4C4C480;
	outline: none;
	border-radius: 5px;
	height: 70px;
	min-height: 70px;
	max-height:1400px;
	line-height: 20px;
	padding: 10px 15px;
	color: rgba(0, 0, 0, 0.65);;
	width: 100%;
	font-size: 14px;
	max-width: 100%;
}
.input-text {
	margin-bottom: 10px;
}
.input-textarea {
	position: relative;
	margin-bottom: 10px;
}
.input-textarea::after {
	position: absolute;
	right: 13px;
	height: 10px;
	top:12px;
	right: 16px;
	content: "";
	display: block;
	z-index: 2;
	background: no-repeat center center url('../img/icon-textarea.svg');
}
.input-select {
	position: relative;
	margin-bottom: 10px;	
}
.input-select::after {
	width: 20px;
	height: 20px;
	display: block;
	content: "";
	position: absolute;
	right: 14px;
	top: 7px;
	background: no-repeat center center url('../img/icon-arrow-select.svg');
}
.input-select span{
	border: 1px solid #C4C4C480;
	outline: none;
	border-radius: 5px;
	height: 35px;
	padding: 0px 15px;
	color: #3B3A93;
	line-height: 33px;
	width: 100%;
	font-size: 14px;
	display: block;
}
.input-select select {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	width: 100%;
}
input::-webkit-input-placeholder {color:#C4C4C4; opacity:0.8;}
input::-moz-placeholder          {color:#C4C4C4; opacity:0.8;}
input:-moz-placeholder           {color:#C4C4C4; opacity:0.8;}
input:-ms-input-placeholder      {color:#C4C4C4; opacity:0.8;}

textarea::-webkit-input-placeholder {color:#C4C4C4; opacity:0.8;}
textarea::-moz-placeholder          {color:#C4C4C4; opacity:0.8;}
textarea:-moz-placeholder           {color:#C4C4C4; opacity:0.8;}
textarea:-ms-input-placeholder      {color:#C4C4C4; opacity:0.8;}


.input-error input,
.input-error textarea,
.input-error span,
.files-error{
	border-color: #E44B2C;
}
.form-error {
	font-size: 12px;
	line-height: 1.3;
	color: #E44B2C;	
}
.form-add-video-youtube {
	margin-top: 18px;
	color: #C4C4C4;
	font-size: 14px;
	line-height: 1;
}
.form-add-video-youtube .text-center {
	margin-bottom: 18px;
}
.form-add-youtube {
	display: flex;
}
.form-add-youtube .icon-youtube {
	width: 27px;
	height: 35px;
	background: no-repeat left center url('../img/icon-youtube.svg');
	background-size: 18px 25px;
}
.form-add-youtube .input-text {
	width: calc(100% - 27px);
}
.j-add-to-youtube {
	text-align: right;
	font-size: 14px;
	color: #FFAD5E;
	text-decoration: none;
	border-bottom: 1px solid #FFAD5E;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
}
.link-add-to-youtube {
	text-align: right;
}
.input-checkbox {
	margin-top: 20px;
}
.custom-checkbox {
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
	line-height: 1;
}
.custom-checkbox input {
	display: none;
}
.custom-checkbox label {
	cursor: pointer;
}
.custom-checkbox input + label::before{
	margin-top: -1px;
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	border: 1px solid #C4C4C4;
	border-radius: 2px;
	content: "";
	margin-right: 8px;
}

.custom-checkbox input:checked + label::before{
	background: no-repeat center 3px url('../img/icon-checked.svg');
	background-size: 11px 8px;
}
.input-checkbox {
	margin-bottom: 10px;
}
.j-shop-title-form {
	display: none;
}
.easy-autocomplete {
	width: 100% !important;
	position: relative;
}
.easy-autocomplete-container {
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index: 3;	
}
.easy-autocomplete-container ul {
	padding: 10px 0px;
	background: #fff;
	display: none;
	margin: 0px;
	list-style: none;
	border: 1px solid #C4C4C480;	
	border-radius: 5px;
    color: rgba(0, 0, 0, 0.65);	
    font-size: 14px;
    line-height: 1.2;    
}
.easy-autocomplete-container ul li {
	list-style: none;
	margin: 0px;
	list-style: none;
    padding: 5px 15px;
}
.easy-autocomplete-container ul li.selected {
	background: #CDCDCD;
}
.eac-item {
	cursor: pointer;
}
.j-error-form {
	display: none;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.3;
	color: #E44B2C;	
}
.form-modal-wrapper.inline-blocks > div {
	display: inline-block;
	vertical-align: top;
}
.form-modal-wrapper.inline-blocks .custom-radio + .custom-radio {
	margin-top: 0px;
	margin-left: 20px;
}
.j-choose-rooms {
	display: none;
}
.alert-message {
	color: #FFAD5E;
	font-size: 14px;
	line-height: 1;	
	margin-top: 10px;
}
.j-show-on-checked {
	display: none;
}
.mb10 {
	margin-bottom: 10px;
}
.with-icon {
	padding-left: 30px;
	position: relative;
}

.with-icon::before {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 35px;
	background-position: left center;
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
}

.with-icon.icon-mv-phone-pse::before {
	background-image: url('../img/icon-phone.svg');
}
.with-icon.icon-mv-mail-pse::before {
	background-image: url('../img/icon-mail.svg');
}
.with-icon.icon-mv-worktime-pse::before {
	background-image: url('../img/icon-worktime.svg');
}
.j-tab-wrapper {
	display: none;
}
.j-tab-wrapper.active {
	display: block;
}
.j-tab-titles {
	display: flex;
	justify-content: space-between;
}
.j-tab-titles a{
	text-decoration: none;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid rgba(0,0,0,0);
	display: block;
	color: rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;	
}
.j-tab-titles a.active{
	color: #3B3A93;
	border-bottom-color: #3B3A93;
}
.j-tab-titles a:hover{
	text-decoration: none;
}
.j-shop-on-sell {
	display: none;
}
.blue-btn {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	padding: 10px 15px 12px;
	background: #3B3A93;
	border-radius: 5px;	
}

.blue-btn:hover {
	color: #FFFFFF;
	opacity: 0.8;
	text-decoration: none;
}
.blue-btn.btn-small {
	font-size: 12px;
	padding: 5px 7px 6px;
}
.blue-btn.btn-small.btn-price {
    font-size: 14px;
    padding: 7px 7px 6px;
    margin-left: 10px;	
}
.edit-icon {
	width: 18px;
	height: 16px;
	display: block;
	background: no-repeat center center url('../img/icon-edit.svg');	
	margin-right: 6px;
}
.btn-wrappers {
	margin-bottom: 25px;
}
.list-things .dz-preview + .dz-preview{
	margin-top: 20px;
}
.event-title-link {
	color: #3B3A93;
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-transform: lowercase;
	margin-bottom: 13px;
	display: inline-block;
}

.event-title-link::before {
	content: "";
	width: 22px;
	height: 25px;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	background: no-repeat center center url('../img/icon-hashtag.svg');
}
.event-title-link::after {
	content: "";
	width: 22px;
	height: 25px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	background: no-repeat center center url('../img/icon-right-arrow.svg');
}
.event-title-link.no-arrow-right::after {
	display: none;
}
.event-title-link:hover {
	text-decoration: none;
	color: #FFAD5E;
}

.event-title-link:hover::before {
	background-image: url('../img/icon-hashtag-active.svg');
}
.event-title-link:hover::after {
	background-image: url('../img/icon-right-arrow-hover.svg');
}
.list-event-row {
	display: flex;
}
.list-event-videos::after {
	content: "";
	display: block;
	clear: both;
}
.list-event-video {
	position: relative;
	margin-bottom: 13px;
	float: left;
	width: 50%;
}
.list-event-video.full-width {
	width: 100%;
}
.list-event-video img{
	width: 90%;
}
.list-event-video.full-width img{
	width: 100%;
}
.list-event-row + .list-event-row {
	margin-top: 30px;
}
.list-event-video.full-width.current {
    outline: 4px solid #3b3a93;	
}
.list-event-video.with-buttons::after {
	content: "";
	display: block;
	z-index: 2;
	background: linear-gradient(180deg, rgba(59, 58, 147, 0.62) 11.46%, rgba(255, 255, 255, 0) 55.73%);	
	position: absolute;
	left: 0px;
	width: 90%;
	top: 0px;
	bottom: 0px;
}
.icon-white-edit {
	display: block;
	position: absolute;
	right: calc(10% + 34px);
	top: 10px;
	display: block;
	width: 18px;
	height: 18px;
	background: no-repeat center center url('../img/icon-edit-white.svg');
	z-index: 3;
}
.icon-white-remove {
	display: block;
	position: absolute;
	right: calc(10% + 10px);
	top: 10px;
	display: block;
	width: 18px;
	height: 18px;
	background: no-repeat center center url('../img/icon-remove-white.svg');
	z-index: 3;
}

.modal-dialog.modal-dialog-middle-width {
	max-width: 626px;
}
.modal-dialog-middle-width .close {
    position: absolute;
    right: 10px;
    top: 30px;
    opacity: 0.3;	
    outline: none;
}
.modal-header-subtitle {
	font-weight: 600;
	font-size: 16px;
	color: #C4C4C4;
	line-height: 1;
	margin-top: 8px;
	margin-bottom: 18px;
}
.modal-header-subtitle a{
	font-weight: normal;
	font-size: 14px;
	color: #FFAD5E;
	text-decoration: underline;
}
.j-slide img {
	width: 100%;
}
.j-slider-nav .j-slide {
	width: 120px;
	padding: 0px 10px;
}
.j-slider-nav ul.slick-dots {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.j-slider-nav ul.slick-dots li{
	list-style: none;
	padding: 0px;
	margin: 20px 10px;
	display: inline-block;
}
.j-slider-nav ul.slick-dots button{
	font-size: 0px;
	background: none;
	border: none;
	outline: none;
	padding: 0px;
	margin: 0px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4);	
	border: 5px solid #fff;
}
.j-slider-nav ul.slick-dots li.slick-active button {
	border: 1px solid #FFAD5E;
	background: #fff;
	position: relative;
}
.j-slider-nav ul.slick-dots li.slick-active button::after {
	position: absolute;
	background: #FFAD5E;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	left: 3px;
	top: 3px;
	content: "";
	display: block;
}
.modal-right-wrapper {
	position: fixed;
	right: -100%;
	top: 0px;
	bottom: 0px;
	width: 765px;
	background: #fff;
	box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
	z-index: 9999;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.modal-right-wrapper.short-width {
	width: 380px !important;
	right: -100%;
}
.modal-right-wrapper.showed {
	right: 0px;
}
.modal-right-wrapper.short-width.showed {
	right: 0px;
}
.ps--active-y > .ps__rail-y {
	background: #C4C4C4;
	opacity: 1;
	width: 6px;
}
.ps:hover > .ps__rail-y {
	opacity: 1;
}
.ps__thumb-y {
	right: 0px;
	border-radius: 0px;
	background: #3B3A93;
}
.j-scrolled-custom {
	position: absolute;
	height: calc(100vh - 73px);
	width: 100%;
}
.modal-right-tabs {
	height: 100px;
}
.j-tab-titles.orange-tabs {
	padding-top: 30px;
	padding-left: 15px;
	justify-content: flex-start;
}
.j-tab-titles.orange-tabs a + a{
	margin-left: 15px;
}
.j-tab-titles.orange-tabs a.active{
	color: #FFAD5E;
	border-color: #FFAD5E;
}
.inner-right-sidebar {
	padding-left: 15px;
}
.list-albums {
	margin-bottom: 30px;
}
.list-album__title span {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	font-family: 'Comfortaa', cursive;	
	color: #3B3A93;
	font-weight: bold;
	font-size: 18px;	
	line-height: 29px;
}
.list-album__title span::before {
	width: 22px;
	height: 25px;
	background: no-repeat center center url('../img/icon-blue-calendar.svg');
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
a.list-album__title.link-with-arrow {
	line-height: 28px;
}
a.list-album__title.link-with-arrow::after {
	margin-top: 9px;
}
.list-album__lists {
	display: flex;
	margin-top: 10px;
}
.list-album__lists a {
	display: block;
	width: 55px;
	height: 55px;
}
.list-album__lists a img{
	width: 100%;
}

.list-album__lists a + a{
	margin-left: 10px;
}
.list-album + .list-album {
	margin-top: 35px;
}
.j-list-albums-year,
.j-list-albums-detail {
	display: none;
}
.list-img-albums__wrapper .list-album__title {
	margin-top: 20px;
	margin-bottom: 10px;
}
.grey-label {
	font-weight: 300;
	font-size: 12px;
	line-height: 100%;
	color: #595959;
	display: block;	
}
.blue-label {
	font-size: 14px;
	line-height: 1;
	display: block;
	color: #3B3A93;	
}
a.item-album {
	position: relative;
}
a.item-album span.j-delete-photo {
	display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    color: #f1d4d4;
    font-size: 12px;
    padding: 2px 5px 3px;
    line-height: 1.1;
    z-index: 4;

}
a.item-album .blue-label{
	margin-top: 10px;
	margin-bottom: 4px;
}
.row-3 {
	margin-left: -7px;
	width: calc(100% + 7px);
	display: flex;
}
.row-3 > * {
	display: block;
	width: 33.33333%;
	padding-left: 7px;
	padding-right: 7px;	
}
a.item-album img{
	width: 100%;
	display: block;
}
a.item-album:hover {
	text-decoration: none;
}
.list-img-albums .row-3 + .row-3 {
	margin-top: 20px;
}
.list-img-albums {
	margin-top: 20px;
}
a.list-shop-item {
	display: block;
}
a.list-shop-item:hover {
	text-decoration: none;
}
a.list-shop-item img {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 20px;
}	
a.list-shop-item + a.list-shop-item  {
	margin-top: 30px;
}
.list-shops {
	margin-top: 30px;
	margin-bottom: 30px;
}
a.list-shop-item::after {
	content: "";
	display: block;
	clear: both;
} 
.list-shop-item__title {
	display: block;
	line-height: 30px;
	font-weight: bold;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.65);	
}
.list-shop-item__desc {
	display: block;
	line-height: 30px;
	font-weight: normal;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.65);
}
a.list-shop-item {
	position: relative;
}
a.list-shop-item.active::before,
a.list-shop-item:hover::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	overflow: hidden;
	background-color: rgba(255, 173, 94, 0.5);
	background-repeat: no-repeat;
	background-position: center center;
	background-image:  url('../img/icon-plus.svg');	
	background-size: 20px 20px;
}
a.list-shop-item:hover .list-shop-item__title,
a.list-shop-item.active .list-shop-item__title{
	color: #FFAD5E;
}
a.list-shop-item img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.list-objects__wrapper a {
	display: block;
}
.list-objects__wrapper a:hover {
	text-decoration: none;
}
.list-objects__wrapper a:hover .lo__price,
.list-objects__wrapper a.active .lo__price{
	color: #FFAD5E;
}
.list-objects__wrapper a:hover .lo__img::before,
.list-objects__wrapper a.active .lo__img::before{
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	background: linear-gradient(0deg, rgba(255, 173, 94, 0.5), rgba(255, 173, 94, 0.5));
}
.list-objects__wrapper a:hover .lo__img::after,
.list-objects__wrapper a.active .lo__img::after{
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:  url('../img/icon-plus.svg');
}
.list-objects__wrapper a .lo__img {
	margin-bottom: 10px;
	display: block;
	position: relative;
	text-align: center;
}
.list-objects__wrapper a .lo__img img{
	max-width: 100%;
	max-height: 260px;
}
.list-objects__wrapper a .lo__price {
	font-weight: bold;
	font-size: 16px;
	line-height: 100%;
	color: rgba(0, 0, 0, 0.65);	
	margin-bottom: 10px;
	display: block;
}
.list-objects__wrapper a .lo__desc {
	display: block;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.65);
}
.list-objects__wrapper a .lo__desc strong {
	font-weight: 400;
	color: #3B3A93;
}
.list-objects__wrapper {
	max-width: 350px;
}
.list-objects__wrapper a + a {
	margin-top: 30px;
}
.full-modal {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #fff;
	z-index: 99999;
	display: none;
}
.full-modal.showed {
	display: block;
}
.full-modal .close {
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 0.4;
}
.row-2 {
	display: flex;
}
.row-2 > * {
	width: 50%;
}
.left-scroll-events {
	width: 200px;
	height: 100vh;
	background: #fff;
}
.right-full-descr {
	width: 40%;
}
.right-block-events {
	display: flex;
	width: calc(100% - 200px);
}
.left-full-img {
	width: 60%;
	height: 100vh;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	line-height: 100vh;
}
.left-full-img img {
	max-width: 90%;
	max-height: 90%;
	display: inline;
	margin: 0 auto;
}
.arrow-controls {
	position: absolute;
	right: 5%;
	bottom: 50px;
	z-index: 15;
	line-height: 1;
}
.arrow-controls > div,
.arrow-controls > a{
	cursor: pointer;
	width: 45px;
	height: 45px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	border: 1px solid #FFAD5E;
	background: no-repeat center center url('../img/icon-full-modal.svg');
}

.arrow-controls > div:hover,
.arrow-controls > a:hover{
	background: #FFAD5E no-repeat center center url('../img/icon-full-modal-hover.svg');
	
}
.arrow-controls > div + div,
.arrow-controls > a + a{
	margin-left: 15px;
}
.left-full-img {
	position: relative;
}
.arrow-controls > a.disabled,
.arrow-controls > div.disabled {
	opacity: 0.4;
}
.arrow-controls > div.next-modal,
.arrow-controls > a.next-modal{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.inner-right-full-descr__top {
	padding: 30px;
}
.rd-street::before {
	content: "";
	display: inline-block;
	vertical-align: top;
	background: no-repeat center center url('../img/icon-blue-loc.svg');
	width: 15px;
	height: 20px;
	margin-right: 10px;
}
.rd-street {
	font-size: 18px;
	line-height: 20px;
	color: #3B3A93;
	font-family: "Comfortaa", cursive;
	font-weight: bold;
	margin-bottom: 28px;
}
.rd-title {
	color: #3B3A93;
	font-family: "Comfortaa", cursive;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 18px;
	line-height: 1;
}
div.rd-author,
a.rd-author {
	display: block;
	margin-bottom: 20px;
}
div.rd-author::after,
a.rd-author::after {
	content: "";
	display: block;
	clear: both;
}
div.rd-author img,
a.rd-author img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: left;
	margin-right: 8px;
}
div.rd-author:hover,
a.rd-author:hover {
	text-decoration: none;
}
.rd-author__title {
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	color: #FFAD5E;
	display: block;
	margin-bottom: 8px;
	padding-top: 3px;
}
.rd-author__title.blue-link {
	color: #3B3A93;
	font-weight: 300;
}
.rd-author__time {
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 1;
	color: #828282;
} 
.rd-author__time::before {
	width: 13px;
	height: 13px;
	content: "";
	display: inline-block;
	vertical-align: top;
	background: no-repeat center center url('../img/icon-worktime.svg');
	margin-right: 5px;
	background-size: contain;
}
.rd-descr {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2;
	color: #404040;	
}
.rd-toolbar {
	display: flex;
	margin-top: 40px;
}
.rd-toolbar__left {
	width: 100px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #828282;	
}
.rd-toolbar__right {
	width: calc(100% - 100px);
}
.rd-toolbar__right {
	text-align: right;
}
.rd-toolbar__right-title,
.rd-toolbar__right-value {
	display: inline-block;
	vertical-align: top;
}
.rd-toolbar__right-title {
	margin-right: 16px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #828282;	
}
.rd-toolbar-links {
	margin-top: 16px;
	text-align: right;
}
.rd-toolbar-links a{
	font-size: 14px;
	line-height: 1;
	text-decoration-line: underline;
	color: #828282;	
}
.rd-form-comment__wrapper {
	display: flex;
	margin-top: 30px;
}
.rd-fc__left {
	width: calc(100% - 74px);
}
.rd-fc__right {
	width: 74px;
}
button.comment-btn {
	vertical-align: top;
	margin-left: 14px;
	width: 60px;
	height: 45px;
	background: #FFAD5E no-repeat center center url('../img/icon-btn-comment.svg');
	border-radius: 0px;	
	outline: none;
	border: none;
}
.inner-right-full-descr__bottom-wrapper {
	padding-left: 30px;
	padding-right: 90px;
}
.rd-comment-text {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2;
	color: #404040;	
	padding-left: 48px;
}
.rd-comment__wrapper {
	margin-bottom: 60px;
}
.rd-comment-level-2 {
	margin-left: 48px;
}
.j-scrolled-custom-comments {
	position: relative;
}
.rd-auth {
	font-size: 14px;
	line-height: 100%;
	color: rgba(0, 0, 0, 0.65);	
	text-align: center;
	margin-top: 30px;
	
}
.rd-auth__black {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #000000;
	margin-bottom: 8px;
}
.orange-btn {
	display: block;
	margin-top: 20px;
	margin-bottom: 18px;
	margin-left: auto;
	margin-right: auto;
	width: 156px;		
	background: #FFAD5E;
	border-radius: 5px;	
	font-size: 16px;
	line-height: 100%;	
	color: #FFFFFF;
	height: 35px;
	line-height: 35px;
}
a.orange-link {
	font-weight: 600;
	text-decoration-line: underline;
	color: #FFAD5E;
}
.left-modal {
	position: fixed;
	left: calc(600px - 100%);
	top: 0px;
	bottom: 0px;
	z-index: 99998;
	width: calc(100% - 765px);
	background: #FFFFFF;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);	
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.left-modal.showed {
	left: 0px;
}
.left-modal.big-width {
	left: calc(350px - 100%);
	width: calc(100% - 380px);	
}
.left-modal.big-width.showed {
	left: 0px;	
}
.left-modal .close {
	top: 20px;
	right: 20px;
	opacity: 0.5;
	position: absolute;
	z-index: 15;
}
.left-modal__inner {
	padding: 30px 30px 0px 30px;
}
.lm-title {
	margin-bottom: 20px;
	font-family: "Comfortaa", cursive;
	font-weight: bold;
	font-size: 26px;
	line-height: 1;
	color: #3B3A93;	
}
.lm-street::before {
	content: "";
	display: inline-block;
	vertical-align: top;
	background: no-repeat center center url('../img/icon-blue-loc.svg');
	width: 15px;
	height: 20px;
	margin-right: 10px;
}
.lm-street {
	font-size: 18px;
	line-height: 20px;
	color: #3B3A93;
	font-family: "Comfortaa", cursive;
	font-weight: bold;
	margin-bottom: 18px;
}
.lm-col-2 {
	display: flex;
}
.lm-slider {
	width: 60%;
}
.lm-descr {
	width: 40%;
}
.lm-descr__inner {
	padding-left: 30px;
}
.lm-object-descr .lm-object-descr__label{
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: rgba(0, 0, 0, 0.4);	
	width: 90px;
}
.lm-object-descr .lm-object-descr__value{
	width: calc(100% - 90px);
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	color: rgba(0, 0, 0, 0.65);
}
.lm-object-descr {
	margin-top: 20px;
	margin-bottom: 20px;
}
.lm-object-descr .row-2 + .row-2{
	margin-top: 20px;
}
.lm-object-text {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2;
	color: #595959;
	margin-bottom: 30px;
}
.lm-descr .arrow-controls {
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px solid #999999;
	position: relative;
    right: auto;
    bottom: auto;
    text-align: right;	
}
.lm-shop {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 17px;
}
.lm-shop-descr {
	margin-bottom: 15px;
}
.lm-shop-descr .lm-object-descr__label {
	width: 30px;
}
.lm-shop-descr .lm-object-descr__label span{
	margin-top: 1px;
}
.lm-shop-descr .lm-object-descr__value {
	width: calc(100% - 30px);
}
.lm-shop-descr .row-2 + .row-2{
	margin-top: 20px;
}
.lm-shop-descr .lm-object-descr__value {
	color: #999999;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;	
}
.lm-shop-descr .lm-object-descr__value a{
	color: #FFAD5E;
	text-decoration: none;
}
.rd-toolbar-links a + a {
	margin-left: 10px;
}
.left-modal__inner {
	max-height: 100vh;
}
.left-modal__inner .list-event-row {
	display: block;
}
.left-modal__inner .list-event-video {
	width: auto;
}
.left-modal__inner .list-event-video img {
	width: 140px;
}
.left-modal__inner .list-event-video.with-buttons::after {
	width: 100%;
}
.left-modal__inner .list-event-video + .list-event-video {
	margin-left: 14px;
}
.j-custom-scroll-left {
	position: relative;
}
.blue-title {
	font-family: "Comfortaa", cursive;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	color: #3B3A93;	
}
.list-shop-items {
	margin-top: 50px;
}
.list-shop-items .blue-title {
	margin-bottom: 30px;
}
.list-shop-items__wrapper {
	margin-left: -20px;
	margin-right: -20px;
}
.list-shop-items__wrapper a{
	margin-bottom: 40px;
	display: block;
	float: left;
	width: 20%;
	padding-left: 20px;
	padding-right: 20px;
}
.list-shop-items__wrapper a:hover{
	text-decoration: none;
}
.list-shop-items__wrapper a img {
	width: 100%;
	margin-bottom: 10px;
}
.list-shop-item__title {
	padding-top: 5px;
	font-size: 18px;
	line-height: 1;
	color: #595959;	
	margin-bottom: 5px;
}
.list-shop-item__price {
	font-size: 14px;
	line-height: 1;
	color: rgba(0, 0, 0, 0.4);	
}
.left-modal__inner .icon-white-remove {
	right: 10px;
}
.left-modal__inner .icon-white-edit {
	right: 34px;
}
#map,
#map * {
  touch-action: none;
}
.loader {
	min-height: 300px;
	background: no-repeat center center url('../img/ajax-loader.svg');
}
.j-slider-nav {
	margin-top: 20px;
}
.ol-attribution {
	display: none !important;
}
.center-alert-message {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.2;
	color: #FFAD5E;
	font-weight: bold;
}
.modal {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.right-open-modal .modal {
	width: calc(100% - 765px);
}
.right-open-modal.right-modal-short .modal {
	width: calc(100% - 380px);
}
.right-modal-short .resize-line{
	display: none;
}
.stripe-loading-indicator {
	z-index: 999999 !important;
}
button {
	outline: none;
}
.flash-message {
	z-index: 999999 !important;
}
.list-event-row.row-1 .list-event-videos {
	display: flex;
	flex-wrap: wrap;
}
.list-event-row.row-1 .list-event-videos .list-event-video{
	width: 33.3333%;
}
.list-event-row.row-1 .list-event-col {
	width: 100%;
}

.left-full-img {
	position: relative;
}
.left-full-img img {
	position: relative;
	z-index: 10;
}
.left-full-img::before {
	z-index: 3;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.65);
	content: "";
	display: block;
	backdrop-filter: blur(8px);
}
.left-full-img iframe {
    z-index: 15;
    position: relative;
    width: 90%;
    min-height: 540px;
    line-height: 1;
    /*margin-top: 20%;
    display: inline-block;*/
    margin-top: 0px;
    display: block;
}
.rd-price {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.show-icon-video {
	position: relative;
	display: block;
}
.show-icon-video::after {
	display: block;
	content: "";
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: no-repeat center center url('../img/icon-mv-video.svg');
	background-size: contain;
}
#map {
	display: block;
	width: calc(100% - 285px);
	height: 100vh;
}
.wrapper-map {
	display: flex;
}
.sidebar {
	width: 285px;
	height: 100vh;
    background-color: #3B3A93;
    display: block;
    vertical-align: top;
    padding: 20px;
}
.sidebar_logo {
	width: 105px;
	height: 65px;
	display: block;
	vertical-align: top;
}
.sidebar_filter {
	color: #fff;
	margin-top: 20px;
}
.sidebar_filter .custom-radio label {
	color: #fff;	
}
.group-filter-params {
	margin-top: 0px;
}
.group-filter-title {
	margin-bottom: 5px;
}
.group-filter-params + .group-filter-params {
	margin-top: 20px;
}
.group-filter-params .custom-checkbox label {
	color: #fff;
}
.group-filter-params .custom-checkbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.custom-checkbox.depth-level-1 {
	padding-left: 15px;
}
.inner-scroll-sidebar {
	position: relative;
	margin-right: -18px;
	height: calc(100vh - 250px);
	overflow: hidden;
}
.inner-scroll-sidebar.ps--active-y > .ps__rail-y {
	background: none;
}
.inner-scroll-sidebar.ps--active-y > .ps__rail-y .ps__thumb-y {
    background: #FFF;
}
button.orange-btn {
	outline: none !important;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	display: block;
	padding: 10px 15px 12px;
	background: #3B3A93;
	border-radius: 5px;	
	border: none;
	background: #FFAD5E;
	margin: 15px 0px 0px;
}
.group-filter-subtitle {
	font-size: 12px;
	opacity: 0.7;
}
.group-filter-subgroup + .group-filter-subgroup {
	margin-top: 10px;
}
.city-line {
	display: block;
	font-size: 15px;
	line-height: 15px;
	text-decoration: underline;
	cursor: pointer;
	color: #fff;
	margin-bottom: 10px;
}
.city-line::before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	background: no-repeat center center url('../img/icon-mv-loc.svg');
	background-size: contain;
}
.resize-line {
	position: absolute;
    z-index: -1;
    width: 50px;
    height: 50px;
    background: #fff no-repeat 10px center url('../img/icon-full-modal.svg');
    left: -25px;
    top: 0px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: -6px 0px 4px rgba(0,0,0,0.3);
}
.overflow {
	overflow: hidden;
}
.video-player {
	position: absolute;
	width: 90%;
}
.iframe-player {
	border: none !important;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 90%;
	height: 100%;
}
.iframe-editor {
	border: none !important;
}
.overflow::after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}
.j-hover-show-video::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 11;
	right: calc(10% + 5px);
	top: 10px;
	background: no-repeat center center url('../img/icon-mv-play.svg');
	width: 24px;
	height: 24px;
	background-size: contain;
	opacity: 0.8;
}

.overflow.j-hover-show-video::before {
	display: none;
}

.j-hover-show-video img {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;	
}
.overflow.j-hover-show-video img {
	opacity: 0;
}
input.input-search-text {
    width: 100%;
    background: none;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    padding: 0px 10px;	
    margin: 10px 0px;
}
.j-show-on-map {
	cursor: pointer;
}
.j-show-on-map:hover {
	text-decoration: underline;
}
#modalViewBuild,
.modal-right-wrapper.showed {
	overflow: hidden;
}
.mt-0 {
	margin-top: 0px !important;
}
.j-form-error {
    font-size: 14px;
    color: #c74949;
    margin-top: 10px;	
}
.modal {
	background: rgba(0,0,0,0.6);
}
.sidebar {
	position: relative;
}
.j-top-menu {
	cursor: pointer;
	right: 20px;
	top: 20px;
	position: absolute;
}
.j-top-menu div {
    width: 22px;
    height: 3px;
    border-radius: 10px;
    background-color: #FFF;
    display: block;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;	
}
.menutop {
	position: fixed;
	left: 0px;
	top: -100vh;
	right: 0px;
	height: 100vh;
	z-index: 10000;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;	
}
.menutop.showed {
	top: 0px;
}
.menuleft-sidebar {
    width: 285px;
    height: 100vh;
    background-color: #3B3A93;	
    float: left;
}
.menu-right-links {
	overflow: hidden;
	float: left;
	background: #fff;
    min-height: 100vh;
    overflow-y: scroll;
    width: calc(100% - 285px);
}
.menuleft-abs {
    height: 100vh;	
}
.menu-links {
	width: calc(100% + 50px);	
	overflow-y: scroll;
	height: 100vh;
	padding-left: 125px;
	padding-top: 65px;
}
.menu-links a{
	line-height: 1;
	color: #000;
	display: block;
	font-weight: bold;
    font-size: 65px;	
    text-decoration: none;
}
.menu-links a + a{
	margin-top: 75px;
}
.menu-links a:hover{
	color: #3B3A93;
}
.j-menu-close {
	cursor: pointer;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    border: none;
    background-color: #FFAD5E;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    transition: transform .3s;
    position: absolute;
    left: 252px;
    top: 40px;
    z-index: 10001;	
    padding-top: 25px;
}
.line-1 {
    width: 22px;
    height: 3px;
    border-radius: 10px;
    background-color: #FFF;
    display: block;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;		
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);    
}
.line-2 {
    width: 22px;
    height: 3px;
    border-radius: 10px;
    background-color: #FFF;
    display: block;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;	
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);    
    margin-top: -7.5px;    	
}
.left-menu-links {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 40px);
	align-content: space-between;
}
.left-menu-links a{
	display: block;
	flex-grow: 1;
    align-items: center;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFF;	
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}
.left-menu-links a.active,
.left-menu-links a:hover{
	text-decoration: none;
	background: rgba(0,0,0,0.2);
}
.wrapper {
	width: calc(100% - 285px);
	height: 100vh;
	overflow-y: scroll;
}
.text-page {
	overflow-y: scroll;
	padding-right: 125px;
    padding-left: 125px;
    padding-top: 35px;
    padding-bottom: 35px;	
}
.text-page h1 {
    font-family: Comfortaa;
    font-style: normal;
    font-weight: bold;
    font-size: 65px;
    line-height: 100%;
    color: #000000;	
    margin-bottom: 30px;
}
.text-page h2 {
    font-family: Comfortaa;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 20px;
}
.text-page {
	color: #000;
}
.text-page ul,
.text-page ol {
	padding-left: 20px;
}
.lk-link-sidebar {
	position: absolute;
	top: 68px;
	right: 20px;
	color: #fff;
	font-size: 14px;
}
.lk-link-sidebar:hover {
	text-decoration: underline;
	color: #fff;
}
.other-links {
	margin-top: 10px;
	font-size: 14px;
}
a.left-modal-bottom-link {
	float: left;
}
a.right-modal-bottom-link {
	float: right;
}
.other-links a{
	color: #3B3A93;
}
.profile-dropdown-menu {
	position: absolute;
	right: 20px;
	top: 100px;
	background: #fff;
	z-index: 100;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	display: none;
}
.profile-dropdown-menu a{
	color: #3B3A93;
	padding: 3px 10px;
	display: block;
	font-size: 14px;
}
.profile-dropdown-menu.showed {
	display: block;
}
.row-col-2::after {
	content: "";
	clear: both;
	display: block;
}
.row-col-2 .col-left {
	width: 48%;
	float: left;
}
.row-col-2 .col-right {
	margin-left: 4%;
	width: 48%;
	float: right;
}
.big-input {
	margin-bottom: 20px;
}
.big-input label {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 100%;
    color: #000;
    margin-bottom: 10px;
    display: block;	
}
input.big-input-text {
	background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
    transition: box-shadow .2s;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    resize: none;
    height: 60px;
    width: 100%;
    outline: none;
    transition: box-shadow .2s;	
}
.checkboxes-profile {
    margin-top: 25px;
    font-weight: bold;
    color: #000;	
}
.checkboxes-profile .custom-checkbox label {
    color: #000;	
    font-size: 16px;
    line-height: 1.2;	
}
#modalAjax {
	z-index: 99999;
	width: 100% !important;
}
.dz-update-time {
	width: 16px;
    height: 16px;
    margin-right: 2px;
    background: no-repeat center center url(/themes/main/assets/img/icon-edit-video.svg);
    font-size: 0px;
    background-size: contain;
    display: block;	
}
.line-time {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #3b3a93;	
}


.line-time span {
	position: relative;
}
.line-time span::after {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 5px;
    background: #3b3a93;
    top: -6px;
    left: 50%;
}
.line-time span:first-child::after {
	left: 0px;
}
.line-time span:last-child::after {
	left: auto;
	right: 0px;
}
#editor-slider-video.ui-widget.ui-widget-content {
	border: none;
    background: #efa4a4;
    height: 1px;	
}
#editor-slider-video.ui-slider-horizontal .ui-slider-range{
    background: #4f0000;
}
#editor-slider-video.ui-slider-horizontal .ui-state-default, 
#editor-slider-video.ui-widget-content .ui-state-default, 
#editor-slider-video .ui-widget-header .ui-state-default, 
#editor-slider-video .ui-button, 
html #editor-slider-video .ui-button.ui-state-disabled:hover,
html #editor-slider-video .ui-button.ui-state-disabled:active {
    border: none;
    background: #4f0000;
    font-weight: normal;
    color: #454545;
    outline: none;
    width: 4px;
    margin-left: -1px;
    cursor: pointer;
}
.profile-list-items {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.profile-list-items .list-event-video {
	width: 280px;
}
.col-3-photos {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.col-3-photos > a {
	display: block;
	float: none;
	width: calc(33.3333% - 14px);
	margin-right: 14px;
	margin-bottom: 20px;
}
.profile-groups {
	display: flex;
	justify-content: space-between;
}
.profile-groups a {
	display: block;
	color: #3B3A93;
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    text-transform: lowercase;
    border:1px solid #3B3A93;
    border-radius: 5px;
    padding: 4px 10px;	
}
.profile-groups a:hover,
.profile-groups a.active {
	text-decoration: none;
	background-color: #3B3A93;
	color: #FFF;
	
}
.j-container-items-profile {
	padding-top: 30px;
	padding-bottom: 30px;
}
.point-row {
	align-items: center;
	font-size: 14px;
	line-height: 1;
	display: flex;
	justify-content: flex-start;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #3B3A93;
}
.point-row .point-title {
	width: 300px;
}
.point-row .point-street {
	width: 500px;
}
.sell-price-point {
    float: right;
    font-weight: normal;
    display: block;
    color: #3b3a93;
    font-size: 14px;
    line-height: 19px;	
}
.modal-right-deal {
	padding: 20px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	position: fixed;
	right: -650px;
	top: 0px;
	bottom: 0px;
	width: 600px;
    background: #fff;
    z-index: 9999;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.modal-right-deal::after {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	content: "";
	display: block;
	position: fixed;
	width: calc(100% - 600px);
	background: rgba(0,0,0,0.8);
	top: 0px;
	bottom: 0px;
	left: -100%;
}
.modal-right-deal.showed {
	right: 0px;
}

.modal-right-deal.showed::after {
	left: 0px;
}
.modal-right-deal h3 {
    font-size: 19px;
    margin-top: 30px;	
}
.j-dialog-modal-chat {
	position: relative;
	border: 1px solid rgba(0,0,0,0.2);
    padding: 0px 0px 0px 10px;	
    margin-bottom: 40px;
}
.input-price input {
    border: 1px solid #C4C4C480;
    outline: none;
    border-radius: 5px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    line-height: 30px;
    padding: 10px 15px;
    color: rgba(0, 0, 0, 0.65);
    width: 100%;
    font-size: 14px;
    max-width: 100%;	
}

.msg-me span {
    background: #e9f2f9;
    display: inline-block;
    max-width: 70%;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
    padding: 3px 6px;
    margin: 5px 0px;
}
.msg-me.new-price span {
    background: #f9f3e9;
}
.msg-for {
	padding-right: 10px;
	text-align: right;
}
.msg-for span {
    background: #ebfaf4;
    display: inline-block;
    max-width: 70%;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
    padding: 3px 6px;
    margin: 5px 0px;
}
.msg-for.new-price span {
    background: #faefeb;
}
.j-buy-point {
	display: inline-block;
	margin-left: 10px;
}
.tr-row {
    align-items: center;
    font-size: 14px;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3B3A93;
}
.tr-row_sum {
	width: 200px;
}
.tr-row_date {
	width: 200px;
}
.tr-row_comment {
	width: calc(100% - 400px);
}
.profile-event {
	position: relative;
}
.profile-event span {
	position: absolute;
	background: rgb(59 58 147);
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
	padding: 10px 15px;
	text-align: left;
	bottom: 0px;
	left: 0px;
	width: 90%;
	z-index: 99;
	display: block;
}
.profile-event span div:hover{
	text-decoration: underline;
}
.shop-list-items {
	display: flex;
	flex-wrap: wrap;
}
.profile-shop-item {
	margin-bottom: 50px;
	width: 160px;
	text-align: center;
	font-size: 16px;	
}
.profile-shop-title {
	font-weight: bold;
}
.profile-shop-cat {
	font-size: 14px;
	opacity: 0.6;
}
.j-dropzone-photo .dz-preview.dz-video-preview .dz-details {
	width: calc(100% - 80px);
}
#modalFormComplaint {
	width: 100% !important;
	z-index: 99999 !important;
}
.ls-events__title {
	color: #3B3A93;
	font-family: "Comfortaa", cursive;
	font-weight: bold;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 18px;
	line-height: 1;
}
.ls-events__inner {
	height: 100vh;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.j-close-modal-right {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	
}
.loading-animate {
	position: relative;
}
.loading-animate::after {
    left: 14px;
    top: -43px;	
	position: absolute;
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background: no-repeat center center url('../img/ajax-loader-city.svg');
}
.suggestions-promo {
	display: none !important;
}
.current-avatar-profile {
	margin-top: 40px;
}
.current-avatar-profile img {
	border-radius: 50%;
}
.profile-info-block__title {
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
}
.profile-info-block__info {
	display: flex;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
.profile-info-block__avatar {
	width: 60px;
	margin-right: 20px;
}
.profile-info-block__avatar img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.profile-info-block__nickname {
	color: #FFAD5E;
	font-weight: bold;
	width: calc(100% - 80px);
}
.left-full-img__wrapper {
	width: 100%;
	height: 100vh;
	display: flex;
    justify-content: center;
    align-items: center;	
}