/* reset */
@font-face {
	font-family: 'fa-viber';
	src:url('../fonts/fa-viber.eot?-3dwksg');
	src:url('../fonts/fa-viber.ttf?-3dwksg') format('truetype'),
		url('../fonts/fa-viber.woff?-3dwksg') format('woff');
	font-weight: normal;
	font-style: normal;
}

.fa-viber:before {
	font-family: 'fa-viber';
	content: "\e666";
}

* {
	margin: 0;
	padding: 0;
	font: inherit;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas, 
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
} 
html {
	font-family: 'Montserrat', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-focus-ring-color: rgba(255,255,255,0);
	cursor: default;
}
body {
	font-size: 100%;
	line-height: 1.25;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}
a {
	background: transparent;
}
a.fa, a.fa:hover {
	text-decoration: none;
}
*:focus,
*:active,
*:hover {
	outline: none;
}
b, strong {
	font-weight: bold;
}
i {
	font-style: italic;
}
hr {
	box-sizing: content-box;
	height: 0;
}
ol,
ul {
	list-style: none;
}
pre {
	-moz-tab-size: 4;
		-o-tab-size: 4;
		tab-size: 4;
	white-space: pre-wrap;
}  
q {
	quotes: '\201C' '\201D' '\2018' '\2019';
}
img {
	display: block;
	max-width: 100%;
	height: auto;
	border: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input {
	line-height: normal;
}
button,
select {
	text-transform: none;
}  
button {
	overflow: visible;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}
input[type='search'] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: none;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
button,
input,
select[multiple],
textarea {
	background-image: none;
}
input,
select,
textarea {
	border-radius: 0;
	box-shadow: none;
}
input,
textarea {
	resize: none;
	-webkit-user-select: text;
	 -moz-user-select: text;
		-ms-user-select: text;
			user-select: text;
}
[placeholder]:focus::-webkit-input-placeholder {
	color: transparent !important;
}
[placeholder]:focus:-ms-input-placeholder {
	color: transparent !important;
}
[placeholder]:focus::placeholder {
	color: transparent !important;
}
::-webkit-input-placeholder {opacity:0.7;}
::-moz-placeholder {opacity:0.7;}
:-moz-placeholder {opacity:0.7;}
:-ms-input-placeholder {opacity:0.7;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,
body {
	height: 100%;
	width: 100%;
	background:#fff;
}
svg {
	width: 100%;
	height: auto;
	fill: currentColor;
	background-color: transparent;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* MODAL */

html.noscroll {
	overflow: hidden;
}
html.noscroll body {
	overflow-x: visible;
}
.modal-holder {
	display: none !important;
}
#chOverlay, #chWrapper {
	position:fixed;
	z-index:900;
	top:0;
	left:0;
	overflow:hidden;
	width:100%;
	height:100%;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
}
#chOverlay {
	background:#09223a;
	opacity: 0.7;
	cursor: pointer;
}
#chWrapper {
	/*pointer-events: none;*/
}
#chScroll {
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	left: -20px;
	right: -20px;
	height: 100%;
}
.fullsize #chScroll {
	left: 0;
	right: 0;
	overflow-y: hidden;
}
#chFlex {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 16px 0;
}
#chFlex > * {
	pointer-events: auto;
}
#chGallery {
	position: relative;
	width: 1140px;
	max-width: 96vw;
	height: 800px;
	max-height: 64vw;
	padding: 44px 48px;
	background:#fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.fullsize #chGallery {
	width: 100vw;
	max-width: 100vw;
	height: 100vh;
}
#chModal {
	position: relative;
	min-width: 200px;
	max-width: 96vw;
	padding: 8px 16px 16px;
	background: #fff;
	/*box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);*/
	/*border: 1px solid #333;*/
	border-radius: 8px;
}
#chContent {
	position: relative;
	min-width: 80px;
	min-height: 80px;
}
#chModal #chContent {
	/*padding-top: 20px;*/
}
#chGallery #chContent {
	width: 100%;
	height: 100%;
}
#chGallery img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}
#chGallery img.watermark { 
	opacity: 0 !important;
}
#chLoader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background:url(/images/rot.gif) no-repeat center center;*/
}
#chPrev, #chNext, #chClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-khtml-user-select: none;-ms-user-select: none;}

/*#chPrev{position:absolute; top:50%; left:15px; margin-top: -15px; background:url(/images/button-prev.gif) no-repeat 0 0; width:15px; height:29px; text-indent:-9999px;}
#chPrev:hover{background-image:url(/images/button-prev-a.gif);}
#chNext{position:absolute; top:50%; right:15px; margin-top: -15px; background:url(/images/button-next.gif) no-repeat 0 0; width:15px; height:29px; text-indent:-9999px;}
#chNext:hover{background-image:url(/images/button-next-a.gif);}*/
#chClose{position:absolute; top:16px; right:16px; background:url(../images/close.svg) no-repeat 0 0 / 100% auto; width:16px; height:16px; text-indent:-9999px;}
#chClose:hover{opacity: 0.8;}
#chModal #chClose{text-indent: 0;font-size: 24px;}
@media only screen and (max-width: 640px) {
	#chModal {
		padding: 16px;
	}
	/*#chGallery {
		height: 92vh;
		max-height: 92vw;
		padding: 32px;
	}
	#chClose{top:16px; right:16px;}*/
}
.modal-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	margin: 0 -10px;
}
.modal-buttons > *, .modal-buttons > button, .modal-buttons > input[type=submit], .modal-buttons > .button {
	margin: 5px 10px;
	font-size: 16px;
}

/* common */
body {
	color: #09223a;
	text-decoration-skip-ink: none;
}
a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0.75em 0;
	line-height: 1em;
	font-weight: bold;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.25rem;
}
h5 {
	font-size: 1rem;
}
h6 {
	font-size: 1rem;
	font-weight: normal;
	text-transform: uppercase;
}
p {
	padding-bottom: 1rem;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=text], input[type=email], input[type=number], input[type=password], textarea {
	width: auto;
	max-width: 100%;
	height: 3rem;
	padding: 0.5rem 1rem;
	color: #09223a;
	line-height: 1.875;
	border: 1px solid #09223a;
	border-radius: 0.5rem;
}
input[type=text].error, input[type=password].error, textarea.error {
	border: 1px solid #920001;
}
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus {
	border: 1px solid #ff7801;
	box-shadow: 0 8px 10px 0 rgba(255, 120, 1, .15);
}
input[type=checkbox],
input[type=radio] {
	-webkit-appearance: none;
		-moz-appearance: none;
			appearance: none;
	display: block;
	float: left;
	opacity: 0;
	width: 0;
	z-index: -1;
}
input[type=checkbox] + label,
input[type=radio] + label {
	display: inline-block;
	position: relative;
	padding-left: 1.5rem;
	font-size: 0.75rem;
	text-decoration: none;
	cursor: pointer;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1rem;
	height: 1rem;
	border: solid 1px #09223a;
	border-radius: 25%;
	content: '';
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
	background: url(../images/check.svg) no-repeat center / 0.75rem auto;
}
input.hasDatepicker, input.daterangepick {
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 2rem;
	background: #fff url(../images/calendar.svg) no-repeat right 1rem center / 1rem auto;
}
select {
	max-width: 100%;
}
button, .button {
	height: 3rem;
	padding: 1rem;
	color: #fff;
	line-height: 1;
	background: #920001 no-repeat 1rem center / 1rem auto;
	border: none;
	border-radius: 0.5rem;
}
.button {
	display: inline-block;
	text-decoration: none;
}
button:disabled {
	opacity: 0.7;
}
button:hover, .button:hover {
	background-color: #ff7801;
}
button.upload, .button.upload {
	padding-left: 3rem;
	background-image: url(../images/upload-white.svg);
}
button.submit, .button.submit {
	padding-left: 2rem;
	padding-right: 2rem;
	text-indent: -9999px;
	background-image: url(../images/right-arrow-white.svg);
	background-position: center;
}
button.register, .button.register {
	padding-left: 3rem;
	background-image: url(../images/add-user.svg);
}
.share button.register{
	margin-bottom:1rem;
}
button.plus, .button.plus {
	padding-left: 3rem;
	background-image: url(../images/plus-white.svg);
}
label.text {
	display: block;
	padding-bottom: 0.5rem;
}
.link-button, .open-new, .prev-button, .next-button {
	display: inline-block;
	height: 2.5rem;
	padding: 0.75rem 2.5rem 0.75rem 1rem;
	font-size: 0.975rem;
	line-height: 0.9;
	text-decoration: none;
	background: url(../images/right-arrow.svg) no-repeat right 1rem top 0.875rem / 0.8rem auto;
	border: 1px solid #b5bcc4;
	border-radius: 0.5rem;
}
.open-new {
	background: url(../images/loading.svg) no-repeat right 1rem top 0.8rem / 0.9rem auto;
}
.prev-button {
	background-image: url(../images/left-arrow.svg);
}
.prev-button, .next-button {
	padding: 0.75rem 1rem;
}
.link-button:hover, .open-new:hover, .prev-button:hover, .next-button:hover {
	border: 1px solid #09223a;
}
.link-more {
	font-size: 0.75rem;
	color: #777e87;
	text-decoration: none;
	border-bottom: 1px dashed #777e87;
	margin-right: 1.825rem;
	margin-bottom: 0.25rem;
	background: none;
}
.link-more:hover{
	border-bottom: 1px dashed #fff;
}
.button-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.button-select a {
	margin: 0 1rem 1rem 0;
	height: 3rem;
	padding: 0.75rem 1rem;
	font-size: 1.5rem;
	line-height: 0.9;
	text-decoration: none;
	background: #edf0f1;
	border: 1px solid #c3cad0;
	border-radius: 0.5rem;
}
.button-select a:hover {
	background: #dadfe2;
	border: 1px solid #09223a;
}
.button-select a.on {
	color: #ff7801;
	background: #fff1e5;
	border: 2px solid #ff7801;
}
.cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cols .col {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
	min-width: 0;
}
.cols .col-narrow {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.cols .col-wide {
	-webkit-box-flex: 4;
	    -ms-flex: 4;
	        flex: 4;
}
.cols .col-widest {
	-webkit-box-flex: 8;
	    -ms-flex: 8;
	        flex: 8;
}
.cols320 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.cols320 > * {
	margin: 0 1.25rem 1.25rem 0;
	width: 20rem;
}
.two-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.two-cols > aside {
	margin-right: 2rem;
	width: 18rem;
}
.two-cols > div {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 0;
}
.two-cols > div + aside {
	margin-left: 2rem;
	margin-right: 0;
}
aside .dashed {
	margin: 2rem 0 1rem;
	padding: 1rem;
	border: 0.25rem dashed #e6ecf2;
}
aside h3 {
	padding-top: 0;
}
.hide {
	display:none;
}
.center {
	text-align: center;
}
.banner-wrap {
	text-align: center;
	padding: 1rem;
	background: #f2f4f5;
}
.banner-wrap .banner, .banner-wrap > div, .banner-wrap > div > div, .banner-wrap div > yatag {
	display: block;
	margin: 0 auto !important;
}
.banner-wrap .banner a {
	display: inline-block;
}
.banner-wrap img {
	display: inline-block;
	margin: 0 auto;
	max-width: none;
}
.modal-link, .expand {
	border-bottom: 1px dashed;
	text-decoration: none;
	cursor: pointer;
}
.modal-link:hover, .expand:hover {
	border-bottom: 1px solid transparent;
}
.img-link, .img-link:hover {
	border-bottom: none;
	cursor: pointer;
}
.img-link span {
	border-bottom: 1px dashed;
}
.img-link span:hover {
	border-bottom: 1px solid transparent;
}
.popup-form {
	width: 19rem;
	max-width: 100%;
}
.popup-form h3 {
	padding-top: 0.25rem;
}
.popup-form input[type=text], input[type=email], input[type=number], .popup-form input[type=password], .popup-form textarea {
	width: 100%;
}
.popup-form button {
	width: 100%;
	max-width: 20rem;
}
form .row {
	padding-bottom: 1rem
}
form .row:last-child {
	padding-bottom: 0;
}
form .row.row-extra {
	padding-bottom: 0.5rem;
	text-align: center;
}
form .error-message,form .error-incorrect-input {
	display: none;
	color: #920001;
}
.error ~ .error-message.on {display: -webkit-box;display: -ms-flexbox;display: flex;}
.error ~ .error-incorrect-input.on {display: -webkit-box;display: -ms-flexbox;display: flex;}
.selectize.error + .selectize-control .selectize-input {
	border: 1px solid #920001;
}
.links {
	padding-top: 0.5rem;
}
.links > * {
	display: inline-block;
	margin: 0 2rem 1rem 0;
	white-space: nowrap;
}
.links > :last-child {
	margin-right: 0;
}
.top-links, .bottom-links {
	text-align: right;
}
.top-links {
	float: right;
	padding-top: 2rem;
}
.top-links > *, .bottom-links > * {
	margin-left: 2rem;
}
.star-rating {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.5rem 0 0.75rem;
}
.star-rating i {
	display: inline-block;
	margin: 0 0 0 1px;
	width: 1rem;
	height: 0.875rem;
	background: url(../images/star0.svg) no-repeat 0 0 / contain;
}
.star-rating[data-rating="1"] i:nth-child(-n + 1) {
	background-image: url(../images/star.svg);
}
.star-rating[data-rating="2"] i:nth-child(-n + 2) {
	background-image: url(../images/star.svg);
}
.star-rating[data-rating="3"] i:nth-child(-n + 3) {
	background-image: url(../images/star.svg);
}
.star-rating[data-rating="4"] i:nth-child(-n + 4) {
	background-image: url(../images/star.svg);
}
.star-rating[data-rating="5"] i:nth-child(-n + 5) {
	background-image: url(../images/star.svg);
}
@media (max-width: 1023px){
	.two-cols.fluid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.two-cols.fluid > aside {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
	.two-cols.fluid > aside .dashed:first-child {
		margin: 0 2rem 0 0;
	}
	.button-select a {
		height: 2rem;
		padding: 0.5rem 1rem;
		font-size: 1rem;
	}
	.top-links a {
		display: none;
	}
}
@media (max-width: 640px){
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	.two-cols.fluid > aside .dashed:first-child {
		margin: 0 0 1rem;
	}
	button.submit {
		text-indent: 0;
		text-align: center;
		background-image: none;
	}
	button.submit:after {
		display: inline-block;
		margin: 0 0 -3px 0.75rem;
		width: 1.2rem;
		height: 1rem;
		background: url(../images/right-arrow-white.svg) no-repeat center / 1.2rem auto;
		content: "";
	}
	.top-links {
		display: none;
	}
	.bottom-links {
		text-align: center;
	}
	.bottom-links > * {
		display: block;
		margin: 1rem auto;
	}
	.button-select a {
		margin: 0 0.5rem 0.5rem 0;
		font-size: 0.875rem;
	}
	.link-button {
		display: block;
		padding: 0.75rem 1rem;
		text-align: center;
		background: none;
	}
	.link-button:after {
		display: inline-block;
		margin: 0 0 -1px 0.75rem;
		width: 0.8rem;
		height: 0.8rem;
		background: url(../images/right-arrow.svg) no-repeat center / 0.8rem auto;
		content: "";
	}
	.links {
		text-align: center;
	}
	.links > * {
		margin: 0 1rem 1rem;
	}
}
@media (max-width: 480px){
	.cols320 > * {
		margin-right: 0;
	}
}

/* plugins */

.owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.owl-carousel .owl-item {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	min-width: 0;
}
.owl-carousel .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: right;
	padding: 0.5rem 0;
	text-align: right;
}
.owl-carousel .owl-dots.disabled/*, .owl-carousel .owl-nav.disabled*/ {
	display: block;
}
/*.owl-carousel .owl-dots.disabled *, .owl-carousel .owl-nav.disabled * {
	display: none;
}*/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	width: 2rem;
	opacity: 0.3;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
	opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev {
	background: url(../images/left-arrow.svg) no-repeat left center / 1.5rem;
}
.owl-carousel .owl-nav button.owl-next {
	background: url(../images/right-arrow.svg) no-repeat right center / 1.5rem;
}
.owl-carousel .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0.5rem 0;
}
.owl-carousel .owl-dot {
	margin-right: 1rem;
}
.owl-carousel .owl-dot span {
	display: block;
	width: 1rem;
	height: 1rem;
	border: 2px solid #b5bcc4;
	border-radius: 50%;
}
.owl-carousel .owl-dot.active span {
	border-color: #ff7801;
}
.owl-carousel .owl-dot:hover span {
	border-color: #09223a;
}
.owl-carousel + .owl-all {
	position: absolute;
	z-index: 1;
	bottom: 1.5rem;
	right: 6rem;
	text-decoration: none;
	opacity: 0.7;
}
.owl-carousel + .owl-all:hover {
	opacity: 1;
}
@media (max-width: 640px){
	.owl-carousel + .owl-all {
		display: block;
		position: static;
		margin: 0 auto 2rem;
		text-align: center;
	}
}
.selectize-dropdown, .selectize-input, .selectize-input input {
	color: #09223a;
	font-size: 1rem;
	line-height: 1.875;
}
.selectize-dropdown {
	overflow: hidden;
	margin-top: 1px;
	border: 1px solid #b5bcc4;
	box-shadow: none;
	border-radius: 0.5rem;
}
.selectize-dropdown-content {
	max-height: 12.5rem;
}
.selectize-input input {
	height: 1.875rem;
}
div.selectize-input, .selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.dropdown-active {
	display: block;
}
div.selectize-input {
	height: 3rem;
	padding: 0.5rem 1rem;
	border: 1px solid #09223a;
	border-radius: 0.5rem;
	box-shadow: none;
}
div.selectize-input:focus{
	border: 1px solid #ff7801;
	box-shadow: 0 8px 10px 0 rgba(255, 120, 1, .15);
}
.selectize-input > * {
	vertical-align: top;
}
.selectize-input .item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: calc(100% - 0.5rem);
}
.selectize-input.focus {
	box-shadow: none;
}
.selectize-input.dropdown-active {
	border-color: #ff7801;
	border-radius: 0.5rem;
}
.selectize-control.single .selectize-input:after {
	right: 1rem;
	border-color: #09223a transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
	border-color: transparent transparent #09223a transparent;
}
.selectize-dropdown .active {
	color: #ff7801;
	background: #fff1e5;
}
.selectize-dropdown [data-selectable] .highlight {
	font-weight: bold;
	background: none;
}
.ui-widget {
	font-family: inherit;
}
.ui-widget.ui-widget-content {
	padding: 0.5rem calc(1rem - 1px) calc(1rem - 1px);
	border: 1px solid b5bcc4;
	border-radius: 0.5rem;
	box-shadow: 0 8px 10px 0 rgba(9, 34, 58, .05);
}
.ui-widget-header {
	font-weight: normal;
	background: none;
	border: none;
}
.ui-widget-header *, .ui-widget-content * {
	color: #09223a;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	padding: 0;
	text-align: center;
	color: #09223a;
	line-height: 2rem;
	font-weight: normal;
	background: none;
	border: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #ff8b19;
	background: #ff8b19;
	color: #fff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #ff7801;
	background: #ff7801;
	color: #fff;
}
.ui-datepicker {
	width: 16rem;
	-webkit-transform: translateY(1px);
	    -ms-transform: translateY(1px);
	        transform: translateY(1px);
}
.ui-datepicker .ui-datepicker-header {
	padding: 0 0 0.5rem;
}
.ui-datepicker .ui-icon {
	text-indent: 0;
	text-align: center;
}
.ui-datepicker .ui-widget-header .ui-state-hover {
	border: none;
	background: #ededed;
	font-weight: inherit;
	color: inherit;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	top: 0;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
	top: 0;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
	top: 0;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	/*font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;*/
	background: no-repeat center / 0.8rem auto;
}
/*.ui-datepicker .ui-datepicker-prev span:before {
	content: "\f053";
}
.ui-datepicker .ui-datepicker-next span:before {
	content: "\f054";
}*/
.ui-datepicker .ui-datepicker-prev span {
	background-image: url(../images/left-arrow.svg);
}
.ui-datepicker .ui-datepicker-next span {
	background-image: url(../images/right-arrow.svg);
}
.ui-datepicker table {
	margin: 0;
	font-size: inherit;
}
.ui-datepicker-calendar thead {
	display: none;
}
.ui-datepicker th {
	font-weight: normal;
}
.ui-datepicker td {
	padding: 0;
}
.daterangepicker {
	margin-top: 1px;
	width: 16rem;
	border: 1px solid #b5bcc4;
	border-radius: 0.5rem;
}
.daterangepicker:before, .daterangepicker:after {
	content: none;
}
.daterangepicker.show-calendar .drp-calendar {
	float: none;
	max-width: 100%;
	padding: 0.5rem;
}
.daterangepicker.show-calendar .drp-calendar .calendar-table {
	padding: 0;
}
.daterangepicker, .daterangepicker *, .daterangepicker .calendar-table th, .daterangepicker .calendar-table td, .daterangepicker .drp-buttons .btn {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
    font-weight: normal;
}
.daterangepicker, .daterangepicker *, .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
	line-height: 2rem;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
	display: block;
	width: 100%;
	height: 100%;
    padding: 0;
    border: none;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	background: no-repeat center / 0.8rem auto;
}
.daterangepicker .calendar-table .prev span {
	background-image: url(../images/left-arrow.svg);
}
.daterangepicker .calendar-table .next span {
	background-image: url(../images/right-arrow.svg);
}
.daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker td.start-date.end-date {
	background: #ff7801;
	border-radius: 0;
}
.daterangepicker td.available:hover {
	color: #ff7801;
	background: none;
}
.daterangepicker td.in-range {
	color: #fff;
	background: #ff7801;
}
.daterangepicker .drp-calendar.right {
	display: none;
}
.daterangepicker .drp-buttons {
	padding: 0.5rem calc(1rem - 1px) calc(1rem - 1px);
	border: none;
}
/*.daterangepicker .drp-buttons:after {
	content: "";
	display: table;
	clear: both;
}*/
.daterangepicker .drp-selected {
	display: none;
}
.daterangepicker .drp-buttons .btn {
    margin: 0;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
}
.daterangepicker .drp-buttons .applyBtn {
	/*float: left;*/
	background-image: url(../images/check-white.svg);
}
.daterangepicker .drp-buttons .cancelBtn {
	/*float: right;*/
	float: left;
	background-image: url(../images/close-white.svg);
}

/* BX popups */
.popup-window-overlay {
	background: #09223a;
	opacity: 0.7;
	width:100%;
}
.popup-window {
	position: relative;
	min-width: 200px;
	max-width: 96vw;
	padding: 8px 16px 16px;
	font: 100% 'Montserrat', sans-serif;
	background: #fff;
	/*box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);*/
	/*border: 1px solid #333;*/
	border-radius: 8px;
}
.popup-window-close-icon {
	top:16px;
	right:16px;
	width:16px;
	height:16px;
	text-indent:-9999px;
	opacity: 1;
	background:url(../images/close.svg) no-repeat 0 0 / 100% auto;
	cursor: pointer;
	-webkit-user-select: none;-moz-user-select: none;-khtml-user-select: none;-ms-user-select: none;
}
.popup-window-close-icon:hover {
	opacity: 0.8;
}
.popup-window-close-icon:after {
	content: none;
}

/* main structure */

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	position: relative;
	margin: 0;
    min-height: 100vh;
	padding: 0;
}
main {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.sidebar {
	display: none;
}
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 1280px;
	padding: 1rem;
}
footer {
	width: 100%;
	color: #fff;
	background: #09223a;
}
.wrapper > .line {
	width: 100%;
	height: 1px;
	background-color: #e6ecf2;
}
.container {
	position: relative;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 1rem;
}
.top-banner, .mid-banner {
	padding-top: 1.25rem;
	border-bottom: 1px solid #e6ecf2;
}
.mid-banner {
	border-top: 1px solid #e6ecf2;
}
.top-banner .banner, .mid-banner .banner {
	width: 970px;
	height: 90px;
}
.top-banner a.banner, .mid-banner a.banner {
	background: url(/assets/content/stub97090.jpg) no-repeat center;
}
.aside-banner .banner {
	width: 240px;
	height: 400px;
}
.aside-banner a.banner {
	background: url(/assets/content/stub240400.jpg) no-repeat center;
}
@media (max-width: 1023px){
	.top-banner .banner, .mid-banner .banner {
		width: 728px;
		height: 90px;
	}
	.top-banner a.banner, .mid-banner a.banner {
		background: url(/assets/content/stub72890.jpg) no-repeat center;
	}
	.page.inner .aside-banner {
		display:none;
	}
}
@media (max-width: 767px){
	.top-banner .banner {
		width: 300px;
		height: 250px;
	}
	.top-banner a.banner {
		background: url(/assets/content/stub300250.jpg) no-repeat center;
	}
	/*.mid-banner {
		display: none;
	}
	.mid-banner .banner {
		width: 0;
		height: 0;
	}*/
}
@media (max-width: 640px){
	.aside-banner .banner {
		width: 300px;
		height: 250px;
	}
	.aside-banner a.banner {
		background: url(/assets/content/stub300250.jpg) no-repeat center;
	}
}

/* sidebar */

@media (max-width: 1023px){
	.sidebar {
		display: block;
		position: fixed;
		z-index: 10;
		left: 0;
		top: 0;
		margin: 0;
		width: 12.5rem;
		height: 100%;
		background: #fff;
		-webkit-transform: translateX(-12.5rem);
		    -ms-transform: translateX(-12.5rem);
		        transform: translateX(-12.5rem);
		transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	}
	.sidebar.on {
		box-shadow: 0 0 0.25rem 0 #09223a;
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
	.sidebar .main-menu {
		padding: 2rem 1.5rem;
	}
	.sidebar .main-menu li {
		padding-bottom: 1rem;
		font-weight: bold;
	}
	.sidebar .main-menu a {
		text-decoration: none;
	}
	.sidebar .main-menu a:hover {
		color: #ff7801;
	}
}

/* header */

.header .header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right: 2rem;
	width: 18rem;
	font-size: 1.5rem;
	line-height: 1.175;
	font-weight: bold;
	text-transform: uppercase;
}
.header .header-logo img {
	margin-bottom: 0.125rem;
}
.header .header-logo div {
	width: 9.75rem;
	padding-left: 1.5rem;
}
.header .header-inner {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 0;
}
.header .header-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.select-city-btn {
	display: inline-block;
	padding-left: 1.5rem;
	background: url(../images/location.svg) no-repeat 0 center / 0.75rem;
}
.login-popup-btn {
	padding-left: 1.75rem;
	background: url(../images/user.svg) no-repeat 0 center / 1rem;
}
.select-city-btn span, .login-popup-btn span {
	display: inline-block;
	line-height: 1.15;
}
.header .menu-btn {
	display: none;
}
.header .main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 2.7rem;
	width: 100%;
}
.header .main-menu li {
	font-weight: bold;
}
.header .main-menu a {
	text-decoration: none;
}
.header .main-menu a:hover {
	color: #ff7801;
}
@media (max-width: 1023px){
	.header .header-logo {
		width: 15rem;
	}
	.header .header-logo img {
		width: 6.5rem;
	}
	.header .header-logo div {
		width: 8rem;
		font-size: 1.125rem;
	}
	.header .menu-btn {
		display: initial;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		margin: -0.25rem 0 0 1rem;
		width: 2rem;
		height: 2rem;
		background: url(../images/menu.svg) no-repeat center / contain;
	}
	.header .main-menu {
		display: none;
	}
}
@media (max-width: 767px){
	.header {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.header .header-logo {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-right: 0;
	}
	.header .header-inner {
		-webkit-box-flex: 1;
		    -ms-flex: auto;
		        flex: auto;
		margin-bottom: 1rem;
		width: 100%;
	}
	.header .menu-btn {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}
@media (max-width: 480px){
	.header .header-buttons {
		font-size: 0.875rem;
	}
}
/* footer */

.footer-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 1280px;
	padding: 1.8rem 1rem 2rem;
}
.footer-contacts {
	min-width: 240px;
}
.footer-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 8rem;
	font-size: 0.625rem;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-logo div {
	width: 4rem;
	padding-left: 0.625rem;
	line-height: 1.25;
}
.footer-phone {
	margin: 1rem 0;
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: bold;
}
.footer-phone a {
	text-decoration: none;
	white-space:nowrap;
}
.footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}
.footer-menu li {
	max-width: 10rem;
	font-weight: bold;
}
.footer-menu a {
	text-decoration: none;
}
.footer-menu a:hover {
	color: #ff7801;
}
.footer-menu li ul {
	padding-top: 1.5rem;
}
.footer-menu li li {
	padding-bottom: 0.75rem;
	font-weight: normal;
}
.footer-bottom {
	margin: 0 auto;
	max-width: 1280px;
	padding: 2rem 1rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.625;
	color: rgba(255, 255, 255, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom p {
	padding: 0;
}
.footer-bottom a {
	display: inline-block;
	margin: 0 1.25rem;
	color: inherit;
}
@media (max-width: 1023px){
	.footer-top {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer-contacts {
		text-align: center;
	}
	.footer-logo {
		margin: 0 auto;
	}
	.footer-logo div {
		text-align: left;
	}
	.footer-menu {
		display: none;
	}
}

/* everything */

.orange-bg {
	color: #fff;
}
.orange-bg .selectize-input {
	border: 1px solid #fff;
}
.orange-bg .selectize-input.focus {
	box-shadow: 0 8px 10px 0 rgba(146, 0, 1, .15);
}
.orange-bg .selectize-input.dropdown-active {
	border-radius: 0.5rem 0.5rem 0 0;
}
.orange-bg .selectize-control.single .selectize-input.dropdown-active:after {
	border-color: transparent transparent #fff transparent;
}
.orange-bg .selectize-dropdown {
	margin-top: 0;
	border: 1px solid #fff;
	border-radius: 0 0 0.5rem 0.5rem;
	box-shadow: 0 8px 10px 0 rgba(146, 0, 1, .15);
}
.orange-bg input[type=text], input[type=email], input[type=number], .orange-bg input[type=password], .orange-bg textarea {
	border: 1px solid #fff;
}
.orange-bg input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, .orange-bg input[type=password]:focus, .orange-bg textarea:focus {
	border: 1px solid #fff;
	box-shadow: 0 8px 10px 0 rgba(146, 0, 1, .15);
}
.orange-bg input[type=text].error, .orange-bg input[type=password].error, .orange-bg textarea.error {
	border: 1px solid #920001;
}
.orange-bg input[type=checkbox] + label:before,
.orange-bg input[type=radio] + label:before {
	border: solid 1px #fff;
	background-color: #fff;
}
.orange-bg button {
	background-color: #09223a;
}
.orange-bg button:hover {
	background-color: #526475;
}
.main-search {
	background: #ff7801;
	border-top: 0.25rem solid #ff7801;
	position:relative;
}
.page.index .main-search .hide {
	display: block;
}
.main-search .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main-search .search-promo {
	margin-right: 2rem;
	width: 18rem;
	padding: 1.75rem 2rem;
	background: #ff8f1e;
}
.main-search .search-forms {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 0;
	padding: 1.2rem 0;
}
.main-search .search-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	margin-bottom: 1rem;
}
.main-search .search-tabs div {
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 2px dashed;
	cursor: pointer;
}
.main-search .search-tabs .on {
	font-size: 2rem;
	border-bottom: none;
	cursor: default;
}
.main-search .search-tabs .sep {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 6rem;
	text-align: center;
	font-size: 2rem;
	border-bottom: none;
	cursor: default;
}
.main-search .search-events {
	display: none;
	margin-bottom: 1.8rem;
}
.main-search .search-events.on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main-search .search-events .col {
	margin-right: 1rem;
}
.main-search .search-events .col:last-child {
	margin-right: 0;
}
.main-search .search-events .col-widest input[type=text], 
.main-search .search-events .col-widest input[type=email], 
.main-search .search-events .col-widest input[type=number] {
	width: 100%;
}
.main-search .search-events .search-full {
	display: none;
}
.main-search button {
	margin-top: 1.75rem;
	width: 100%;
	background-image: url(../images/search-white.svg);
	background-position: center;
	background-size: 1.125rem auto;
}
.main-search .search-ext {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main-search .search-popular {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*flex: 1;*/
	max-width:47.5rem;
	width:100%;
	padding-right: 2rem;
}
.main-search .search-popular > :first-child {
	width: 8.5rem;
}
.main-search .search-popular > :nth-child(2) {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 0;
}
.main-search .search-popular a {
	display: inline-block;
	margin-bottom: 0.5rem;
	white-space: nowrap;
}
.main-search .search-full {
	-webkit-box-flex: 0;
	    -ms-flex: 0;
	        flex: 0;
}
.main-search .search-full a {
	display: inline-block;
	padding-left: 2rem;
	line-height: 1;
	background: url(../images/equalizer-white.svg) no-repeat 0 1px / 1rem;
	text-decoration: none;
}
.main-search .search-full a span {
	text-decoration: underline;
}
.main-search .search-full a:hover span {
	text-decoration: none;
}
@media (max-width: 1023px){
	.main-search .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.main-search .search-promo {
		margin: 0 -1rem;
		width: calc(100% + 2rem);
		padding: 1rem;
	}
	.main-search .search-promo p {
		display: inline;
	}
}
@media (max-width: 767px){
	.main-search .search-promo {
		display: none;
	}
}
@media (max-width: 640px){
	.main-search .search-tabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 1.25rem;
	}
	.main-search .search-tabs div {
		font-size: 1rem;
	}
	.main-search .search-tabs div.on {
		font-size: 1.5rem;
	}
	.main-search .search-tabs .sep {
		color: transparent;
		font-size: 0.5rem;
	}
	.main-search .search-events {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 0;
	}
	.main-search .search-events .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0 0 1rem;
	}
	.main-search .search-events .col label {
		width: 8rem;
	}
	.main-search .search-events .col label ~ * {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		min-width: 0;
	}
	.main-search .search-events .search-full {
		display: initial;
	}
	.main-search button {
		margin-top: 0;
		width: 40%;
	}
	.main-search .search-events-button button {
		margin-top: 0;
		width: 100%;
	}
	.main-search .search-ext .search-full {
		display: none;
	}
	.main-search .search-popular {
		display: block;
		font-size: 0.875rem;
	}
	.main-search .search-queries {
		margin: 0.5rem 0 -0.5rem;
		color: transparent;
	}
	.main-search .search-queries a {
		display: inline-block;
		padding: 0.375rem 1rem;
		color: #fff;
		text-decoration: none;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 0.375rem;
	}
}
.events-carousel .event {
	border: 1px solid #e6ecf2;
}
.events-carousel .event-photo {
	display: block;
	height: 12rem;
	background: no-repeat left top / cover;
}
.events-carousel .event-info {
	padding: 1rem;
}
.events-carousel .event-info:after {
	content: "";
	display: table;
	clear: both;
}
.events-carousel .event-type {
	font-size: 0.75rem;
	text-transform: uppercase;
	opacity: 0.7;
}
.events-carousel .event-name {
	display: block;
	overflow: hidden;
	margin: 1rem 0;
	height: 3.75rem;
	color: #920001;
	font-weight: bold;
	text-decoration: none;
}
.events-carousel .event-date {
	margin-bottom: 1rem;
	padding-left: 2rem;
	background: url(../images/calendar.svg) no-repeat 0 0.45rem / 1rem;
}
.events-carousel .event-date :first-child {
	font-size: 1.5rem;
	font-weight: bold;
}
.events-carousel .event-date :nth-child(2) {
	font-size: 0.75rem;
	text-transform: uppercase;
	opacity: 0.7;
}
.events-carousel .event-place {
	margin-bottom: 1.25rem;
	padding-left: 2rem;
	background: url(../images/location.svg) no-repeat 0 0.15rem / 0.75rem;
}
.events-carousel .event-place :first-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.events-carousel .event-place :nth-child(2) {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.75rem;
	opacity: 0.7;
}
.events-carousel .link-button {
	float: right;
}
.events-anons {
	margin-bottom: 2.5rem;
}
.events-anons > div {
	margin-top: 1rem;
}
.events-anons .subscribe input[type=text] {
	width: 100%;
}
.events-anons .subscribe-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 0.75rem;
}
.events-anons .subscribe-footer .bx_subscribe_submit_container {
	margin-left: 1rem;
}
.events-anons .top-links {
	padding-top: 1rem;
}
.events-anons .top-links a, .events-anons .bottom-links a {
	text-decoration: none;
}
.events-list .event {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	border: 1px solid #e6ecf2;
}
.event.recommendt-wrap {
	border: 1px solid #ff7801!important;
	box-shadow: 0 8px 10px 0 rgba(255, 120, 1, .15);
}
.events-list .info-recommendt {
	position:absolute;
	right:1rem;
	top:1rem;
	color:#ff7801;
	font-weight:600;
}
.events-list .info-recommendt .rating {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.5rem 0 0.75rem;
}
.events-list .info-recommendt .rating i {
	display: inline-block;
	margin: 0 0 0 1px;
	width: 1rem;
	height: 1rem;
	background: url(../images/star0.svg) no-repeat 0 0 / contain;
}
.events-list .event-photo {
	width: 12.375rem;
	height: 8.25rem;
	background: no-repeat left top / cover;
}
.events-list .event-info {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 0;
	padding: 1rem;
}
.events-list .event-type {
	font-size: 0.75rem;
	text-transform: uppercase;
	opacity: 0.7;
}
.events-list .event-name {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0.625rem 0;
	height: 20px;
	color: #920001;
	font-weight: bold;
	text-decoration: none;
}
.events-list .event-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.events-list .event-date {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-left: 2rem;
	background: url(../images/calendar.svg) no-repeat 0 0.45rem / 1rem;
}
.events-list .event-date :first-child {
	font-size: 1.5rem;
	font-weight: bold;
	white-space: nowrap;
}
.events-list .event-date :nth-child(2) {
	font-size: 0.75rem;
	text-transform: uppercase;
	opacity: 0.7;
}
.events-list .event-place {
	-webkit-box-flex: 1.2;
	    -ms-flex: 1.2;
	        flex: 1.2;
	min-width: 0;
	padding: 0.25rem 0 0 2rem;
	line-height: 1.4;
	background: url(../images/location.svg) no-repeat 0 0.4rem / 0.75rem;
}
.events-list .event-place :first-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.events-list .event-place :nth-child(2) {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.75rem;
	opacity: 0.7;
}
.events-list .event-info .link-button {
	margin: 0.25rem 0 0 1.5rem;
}
.events-list .banner-wrap {
	margin-bottom: 1rem;
	padding: 1rem 0;
}
.events-list-banner .banner {
	width: 728px;
	height: 90px;
}
.events-list-banner a.banner {
	background: url(/assets/content/stub72890.jpg) no-repeat center;
}
@media (max-width: 1200px){
	.events-list .event-info .link-button {
		display: none;
	}
}
@media (max-width: 1023px){
	.events-anons > div {
		margin-top: 0;
	}
	.events-anons aside {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 2rem 0 0;
	}
	.events-anons .subscribe {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
}
@media (max-width: 767px){
	.events-list-banner .banner {
		width: 300px;
		height: 250px;
	}
	.events-list-banner a.banner {
		background: url(/assets/content/stub300250.jpg) no-repeat center;
	}
}
@media (max-width: 640px){
	.events-list .event-photo {
		display: none;
	}
	.events-list .event-name {
		height: auto;
		white-space: normal;
	}
	.events-list .event-details {
		display: block;
	}
	.events-list .event-date {
		padding-bottom: 0.5rem;
	}
	.events-list .event-place {
		margin-bottom: 1.25rem;
	}
	.events-list .event-info .link-button {
		display: block;
		margin: 0;
	}
	.events-carousel .link-button {
		float: none;
	}
	.events-anons aside {
		display: block;
	}
	.events-anons .subscribe-footer {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.events-anons .subscribe-footer .bx_subscribe_submit_container {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin: 0 0 1rem;
		width: 100%;
	}
}
.news-anons {
	background: #f2f4f5;
	border-top: 1px solid #e6ecf2;
}
.news-anons .button-select {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	/*justify-content: space-between;*/
}
.new-list .news {
	margin-left: -1.5rem;
}
.new-list .news ~ .load-more {
	margin-top: 0;
}
.news-carousel {
	overflow: hidden;
	max-height: 30rem;
}
.news-anons .news-carousel {
	margin-top: 2rem;
}
.news-carousel.owl-loaded {
	max-height: none;
}
.news .news-item {
	position: relative;
	width: 18rem;
	max-width: 100%;
	background: #fff;
	border: 1px solid #e6ecf2;
}
.new-list .news .news-item  {
	margin: 0 0 2rem 1.35rem;
}
.news .news-item .news-type {
	position: absolute;
	left: 1rem;
	top: 1rem;
	padding: 0.5rem 1rem;
	font-size: 0.75rem;
	line-height: 1rem;
	text-transform: uppercase;
	background: #fff;
}
.news .news-item .news-video {
	position: absolute;
	right: 1rem;
	top: 5rem;
	width: 3rem;
	height: 3rem;
	background: #fff;
	border-radius: 50%;
}
.news .news-item .news-video:before {
	position: absolute;
	top: 0.625rem;
	left: 1rem;
	width: 0; 
	height: 0; 
	border-top: 0.875rem solid transparent;
	border-bottom: 0.875rem solid transparent;
	border-left: 1.5rem solid #ff7801;
	content: '';
}
.news .news-item .news-video:after {
	position: absolute;
	top: 0.85rem;
	left: 1.125rem;
	width: 0;
	height: 0;
	border-top: 0.65rem solid transparent;
	border-bottom: 0.65rem solid transparent;
	border-left: 1.15rem solid #fff;
	content: '';
}
.news .news-item .news-photo {
	display: block;
	height: calc(9rem - 1px);
	background: no-repeat center top / cover;
}
.news .news-item .news-info {
	padding: 1rem;
}
.news .news-item .news-date {
	font-size: 0.75rem;
	opacity: 0.7;
}
.news .news-item .news-name {
	display: block;
	overflow: hidden;
	margin: 0.5rem 0 1rem;
	height: 3.75rem;
	color: #920001;
	font-weight: bold;
	text-decoration: none;
}
.news .news-item .news-text {
	overflow: hidden;
	margin-bottom: 1.25rem;
	height: 8.75rem;
}
.news-subscribe {
	background: #ffa033;
	background: linear-gradient(-15deg, #ffa033, #ff7801);
}
.news-subscribe form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 auto;
	padding: 0.5rem 0;
}
.news-subscribe form h2 {
	margin-right: 8%;
	max-width: 13rem;
	line-height: 1.3;
}
.news-subscribe form button {
	margin: 1.75rem 0 0 1rem;
}
.news-subscribe form input + label {
	margin: 1.75rem 0 0 1rem;
	max-width: 11rem;
}
.news-subscribe .news-subscribe-res {
	margin: 0;
	padding: 0 0 1rem;
	text-align: center;
}
.news-banner {
	margin-bottom: 2rem;
}
@media (max-width: 1023px){
	.news-anons .fluid aside {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.news-anons .button-select {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.news-anons .news-carousel {
		margin-top: 1rem;
	}
	.news-subscribe form h2 {
		margin-right: 2%;
	}
}
@media (max-width: 767px){
	.news-subscribe form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: baseline;
		    -ms-flex-align: baseline;
		        align-items: baseline;
		width: 22rem;
		padding-bottom: 1.5rem;
		max-width: 100%;
	}
	.news-subscribe form h2 {
		margin: 0;
		max-width: 100%;
	}
	.news-subscribe .news-subscribe-input, .news-subscribe form input {
		width: 100%;
	}
	.news-subscribe form button {
		margin: 1rem 0 0;
		width: 100%;
	}
	.news-subscribe form input + label {
		margin: 1rem 0 0;
	}
}
@media (max-width: 640px){
	.news-anons .button-select {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.news-anons .news-carousel {
		margin-top: 0.5rem;
	}
	.news .news-item {
		margin: 0 auto;
	}
	.news .news-item .news-name {
		height: auto;
	}
}
.articles-anons {
	margin-bottom: 2rem;
}
.articles-anons .top-links a {
	opacity: 0.7;
}
.articles-anons .top-links a:hover {
	opacity: 1;
}
.articles-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}
.articles-list .article {
	width: 282px;
	margin: 1rem;
}
.articles .article-author {
	position: relative;
	padding: 0.5rem 0 0 4rem;
	min-height:4.25rem;
}
.articles .article-author:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 3rem;
	height: 3rem;
	background: #f2f4f5 url(../images/user-white.svg) no-repeat center / 1.5rem auto;
	border: 1px solid rgb(230, 236, 242);
	border-radius: 50%;
	content: "";
}
.articles .author-name {
	font-weight: bold;
}
.articles .author-info {
	font-size: 0.75rem;
	opacity: 0.7;
}
.articles .author-info .rating {
	color: #388e3c;
	font-weight: bold;
}
.articles .author-info .rating.bad {
	color: #444;
}
.articles .article-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #e6ecf2;
}
.articles .article-photo {
	width: 7.625rem;
	height: 5.125rem;
	background: no-repeat center top / cover;
}
.articles .article-name {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 0;
	overflow: hidden;
	height: 3.625rem;
	margin: 0.75rem 0;
	padding: 0 1rem;
	color: #920001;
	font-size: 0.75rem;
	font-weight: bold;
	text-decoration: none;
}
.articles .article-info {
	padding: 1rem 0;
}
.articles .article-rating {
	margin-bottom: 1rem;
	font-size: 0.75rem;
}
.articles .article-rating span {
	opacity: 0.7;
}
.articles .article-text {
	overflow: hidden;
	margin-bottom: 1rem;
	height: 12.5rem;
}
.articles-anons aside {
	width: 21rem;
}
.articles-anons .aside-banner .banner {
	width: 300px;
	height: 250px;
}
.articles-anons .aside-banner a.banner {
	background: url(/assets/content/stub300250.jpg) no-repeat center;
}
@media (max-width: 1023px){
	.articles-anons aside {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (max-width: 640px){
	.articles-anons h2 {
		text-align: center;
	}
	.articles-anons aside {
		display: block;
		width: 100%;
	}
}
.locations-new {
	padding-top: 1rem;
}
.locations-new .top-links {
	padding-top: 1rem;
}
.location-carousel .location {
	height: 100%;
	padding: 1rem;
	border: 1px solid #e6ecf2;
}
.location-carousel .location-photo {
	display: block;
	height: 4rem;
	background: no-repeat center / contain;
}
.location-carousel .location-info {
	text-align: center;
}
.location-carousel .location-name {
	display: inline-block;
	overflow: hidden;
	margin: 1rem 0 0.5rem;
	max-width: 100%;
	height: 3.75rem;
	font-weight: bold;
	text-decoration: none;
	word-wrap: break-word;
}
.location-carousel .location-place {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	padding: 0 0 0 1.5rem;
	background: url(../images/location.svg) no-repeat 0 0.1rem / 0.75rem;
}
@media (max-width: 1023px){
	.locations-new {
		padding-top: 0;
	}
}
@media (max-width: 640px){
	.locations-new {
		border-top: 1px solid #e6ecf2;
	}
	.locations-new h2 {
		text-align: center;
	}
	.location-carousel .location-place {
		white-space: normal;
		text-align: left;
	}
}
.project-anons {
	padding-bottom: 1rem;
	background: #f2f4f5;
	border-top: 1px solid #e6ecf2;
}
.project-anons .show-more {
	display: none;
}
.blog-anons {
	margin-top: 2rem;
	padding: 1rem;
	background: #fff;
	border: 1px solid #e6ecf2;
}
.blog-anons .blog-photo {
	display: block;
	height: 10.5rem;
	background: no-repeat center top / cover;
}
.blog-anons .blog-info {
	padding-top: 1rem;
}
.blog-anons .blog-date {
	font-size: 0.75rem;
	opacity: 0.7;
}
.blog-anons .blog-name {
	display: block;
	overflow: hidden;
	margin: 0.5rem 0 1rem;
	height: 2.5rem;
	font-weight: bold;
	text-decoration: none;
}
@media (max-width: 640px){
	.project-anons .two-cols {
		display: block;
	}
	.project-anons .about {
		overflow: hidden;
		margin-bottom: 1rem;
		max-height: 9.5em;
	}
	.project-anons .show-more {
		display: block;
	}
	.project-anons div + aside {
		margin: 0;
		width: auto;
	}
	.blog-anons {
		margin-top: 1rem;
	}
	.blog-anons .blog-name {
		height: auto;
	}
}

/*Новости*/
.breadcrumbs{
	margin-top:1rem;
	font-size:0.75rem;
	color:#777e87;
}
.breadcrumbs span:nth-child(2n){
	margin:0 .5rem;
	margin-bottom:3px;
}
@media (max-width: 850px){
	.breadcrumbs{
		max-width:410px;
	}
}
.new-list{
	margin-bottom:2.5rem;
}
.news-wrapper .owl-dots {
	display:none!important;
}
.news-wrapper .owl-nav {
	display:none!important;
}
.news-wrapper .news-carousel {
	margin-bottom: 2rem;
}
.news-wrapper aside .dashed {
	margin: 0 0 1rem;
	padding: 1rem;
	border: 0.25rem dashed #e6ecf2;
}
@media (max-width: 1023px){
	.news-wrapper .two-cols.fluid > aside {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: -1;
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
}
.topics{
	margin-bottom:1.5rem;
}
.news-wrapper .topics{
	margin-bottom: 1.35rem;
}
.news-topics{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	font-size:0.75rem;
	color:#777e87;
	margin-bottom: 0.5rem;
}
.news-topics span:first-child{
	min-width:73px;
}
.search-news-list{
	padding: 1rem;
	background: #fff;
	border: 1px solid #e6ecf2;
	margin-bottom:2rem;
}
.search-news {
	display: block;
	overflow: hidden;
	margin: 1rem 0;
	color: #920001;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}
.open-news {
	display: none;
}
.news-title{
	margin: 0;
	padding: 0;
	padding-bottom:0.75rem;
	line-height: 1em;
	font-weight: bold;
	font-size: 1.25rem;
	padding-left: 2rem;
	position: relative;
}
.search-news-list .news-title:before{
	content: ' ';
	display: inline-block;
	line-height: 1;
	background: url(../images/equalizer.svg) no-repeat 0 1px / 1rem;
	width: 2rem;
	height: 2rem;
	position: absolute;
	left: 0;
	top:4px;
}
.search-news-1024{
		display:block;
		
	}
@media (max-width: 1023px){
	.search-news-1024{
		display:none;
		padding:1rem;
	}
	.news-title {
		padding: 0.75em 1rem;
		padding-left: 2rem;
	}
	.search-news-list {
		padding: 0.25rem;
	}
	.search-news-list .news-title:after{
		content: ' ';
		display: block;
		right: 15px;
		float: right;
		margin-top: 8px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 5px 0px 5px;
		border-color: #09223a transparent transparent transparent;
	}
	.search-news-list .news-title1:after{
		content: ' ';
		display: block;
		right: 15px;
		float: right;
		margin-top: 8px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0px 5px 5px 5px;
		border-color:  transparent transparent #09223a transparent;
	}
}

.iten-search{
	margin-bottom:3.25rem;
}
.bot{
	margin-bottom:2rem;
}
.top{
	margin-top:2rem!important;
	text-align:center;
}
.load-more {
	display: none;
	margin-top: 2rem;
	text-align: center;
}
.navigation {
	display: none;
}
.navigation + .load-more {
	display: block;
}
.search-news:after {
	content: ' ';
	display: block;
	right: 15px;
	float: right;
	margin-top: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0px 5px;
	border-color: grey transparent transparent transparent;
}
.search-news.on:after {
	content: ' ';
	display: block;
	right: 15px;
	float: right;
	margin-top: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 5px 5px 5px;
	border-color:  transparent transparent grey transparent;
}
/*.search-news:after{
	right: 1rem;
	border-color: transparent transparent #920001 transparent;
}*/
.search-news:after{
	right: 1rem;
	border-color: #920001 transparent transparent transparent;
}
.search-news.on:after{
	right: 1rem!important; 
	border-color: transparent transparent #920001 transparent!important;
}
.search-news-list input[type=text], .search-news-list input[type=password], .search-news-list textarea {
	padding: 0.5rem 1rem;
}
.search-year{
	/*display:flex;
	flex-wrap:wrap;*/
	margin: 0.75rem -1.5rem 0.75rem 0;
}
.search-year a{
	display: inline-block;
	white-space: nowrap;
	margin-right: 1.5rem;
	margin-bottom: 0.25rem;
	font-size: 0.75rem;
	color: #777e87;
	text-decoration: none;
	border-bottom: 1px dashed #777e87;
}
.search-year a:last-child {
	margin-right: 0rem;
}
.search-year a:hover{
	border-bottom: 1px dashed #fff;
}
.iten-search input[type=checkbox] + label, input[type=radio] + label {
	display: inline-block;
	position: relative;
	padding-left: 1.5rem;
	font-size: 1rem;
	text-decoration: none;
	cursor: pointer;
}
.iten-search input[type=checkbox]:hover + label:hover, input[type=radio]:hover + label:hover {
	color:#ff7801;
}
.iten-search input[type=checkbox] + label:before, .iten-search input[type=radio] + label:before {
	top: 2px;
}
.iten-search input[type=checkbox] + label:hover:before, .iten-search input[type=radio] + label:hover:before {
	border: solid 1px #ff7801;
}
.iten-search input[type=checkbox]:disabled + label {
	opacity: 0.6;
	pointer-events: none;
}
.news-input{
	margin-bottom:0.5rem;
}
.news-input:last-child{
	margin-bottom:0;
}
.qualet-news{
	font-size:0.75rem;
	color:#777e87;
}
button.filter-news {
	padding-left: 2.95rem;
	background-image: url(../images/close-white.svg);
}
.search-news-1024 button.save {
	margin-bottom: 1rem;
}
.news-banner .banner{
	max-width: 728px;
	height: 90px;
}
@media (max-width: 1023px){
	.news-banner {
		display:none;
	}
	.news-wrapper .news-carousel {
		margin-bottom: 0rem;
	}
}
.news-banner a.banner{
	background: url(/assets/content/banner-728-90.jpg) no-repeat center;
}
.events-cont{
	position: relative;
	margin: 0 auto;
	max-width: 1280px;
}
.page.index .events-cont{
	display: none;
}
.search-events-button{
	background: #ff7801;
	margin: 0 1rem;
	width: 18rem;
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	position: absolute;
	right: 0;
	z-index:1;
}
.search-events-button button, .search-events-button .button {
	height: 3rem;
	padding: 1rem;
	color: #fff;
	line-height: 1;
	background: #ff7801 no-repeat 1rem center / 1rem auto;
	border: none;
	border-radius: 0.5rem;
	font-weight:600;
	margin-top:0;
}
.search-events-button button:hover, .search-events-button .button:hover {
	background-color: #ff7801;
}
@media (max-width: 640px){
	.search-events-button{
		width: 100%;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		margin:0;
		margin-bottom:1rem;
	}
	.main-search {
		margin-bottom: 3rem;
	}
	.search-news-list .news-title:after {
		margin-top: 8px; 
	}
	/*.search-events {
		display: flow-root; 
	}*/
}
@media (max-width: 440px){
	.search-news-list .news-title:after {
		margin-top: 0px; 
	}
}


.search-events-button .button:after {
	content: ' ';
	display: block;
	right: 15px;
	float: right;
	margin-top: 7px;
	margin-left:1rem;
	border-style: solid;
	border-width: 5px 5px 0px 5px;
	border-color: #fff transparent transparent transparent;
}

.search-events-button.on .button:after {
	border-width: 0px 5px 5px 5px!important;
	border-color:  transparent transparent #fff transparent!important;
}


/*Новости полный вывод*/
.news-categoria{
	margin:2rem 0 1rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.news-categoria .news-type{
	padding: 0.5rem 1rem;
	font-size: 0.75rem;
	line-height: 1rem;
	text-transform: uppercase;
	background: #e6ecf2;
	width:8.5rem;
	float:left;
	
}

.news-item-info{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	padding:0 0 1.75em 0;
}

.news-item-info .date-news{
	font-size:1rem;
	opacity: 0.6;/**/
}

.news-item-info .score{
	color:inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size:0.75rem;
}
.new-list h1{
	padding:0 0 0.75em 0;
}
.new-list .news-title{
	/*padding-left: 0;*/
}



/*sprite with stars*/
#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background: url('http://positivecrash.com/wp-content/uploads/ico-s71a7fdede6.png') no-repeat;
  background-size:cover;
  width: 10px;
  height: 20px;
  
}

#reviewStars-input {
  
  /*fix floating problems*/
  overflow: hidden;
  *zoom: 1;
  /*end of fix floating problems*/
  
  position: relative;
  float: left;
}

#reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  
  width: 10px;
  height: 20px;
  
  position: absolute;
  top: 0;
  z-index: 0;
}

#reviewStars-input input:checked ~ label {
  background-position: 0 -20px;
  height: 20px;
  width: 10px;
}

#reviewStars-input label {
  background-position: 0 0;
  height: 20px;
  width: 10px;
  float: right;
  cursor: pointer;
  margin-right: 10px;
  
  position: relative;
  z-index: 1;
}

#reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background-position: 0 -22px;
  height: 22px;
  width: 10px;
}

#reviewStars-input #star-0 {
  left: 0px;
}
#reviewStars-input #star-1 {
  left: 53px;
}
#reviewStars-input #star-2 {
  left: 106px;
}
#reviewStars-input #star-3 {
  left: 159px;
}
#reviewStars-input #star-4 {
  left: 212px;
}
#reviewStars-input #star-5 {
  left: 265px;
}
#reviewStars-input input[type=checkbox] + label, #reviewStars-input input[type=radio] + label {
	display: none;
	
}



.banner-video-news{
	position:relative;
	margin-bottom:2rem;
}
.banner-video-news .news-video {
	position: absolute;
	top: 50%;
	width: 9.25rem;
	height: 9.25rem;
	left: 50%;
	margin-left: -74px;
	margin-top: -74px;
	background: #fff;
	border-radius: 50%;
}
.banner-video-news .news-video:before {
	position: absolute;
	top: 1.625rem;
	left: 3rem;
	width: 0;
	height: 0;
	border-top: 3rem solid transparent;
	border-bottom: 3rem solid transparent;
	border-left: 4.5rem solid #ff7801;
	content: '';
}
.banner-video-news .news-video:after {
	position: absolute;
	top: 2.65rem;
	left: 3.5rem;
	width: 0;
	height: 0;
	border-top: 2rem solid transparent;
	border-bottom: 2rem solid transparent;
	border-left: 3.125rem solid #fff;
	content: '';
}
.banner-video-news img{
	width:100%;
}
.video-href{
	width:150px;
	height:150px;
	background:#fff;
	border-radius:50%;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-75px;
	margin-top: -75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.banner-video-news .video-href a{
	display:inline-block;
	width:100%;
}
.banner-video-news .video-href img{
	width:auto;
		margin-left: 45px;
}
.anons{
	padding: 2rem;
	background: #f2f4f5;
	font-weight:600;
	margin-bottom:2rem;
	border-radius:0.5rem;
}
.content-news p{
	
}
.content-news b{
	font-weight:600;
}
.content-news h2{
	font-weight:600;
	font-size:1.5rem;
	padding:0.75rem 0 1.25rem 0;
}
.cont-text-img{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.cont-tex{
	margin-right:2rem;
	width:68%;
}
.cont-img{
	width:32%;
}
.img-bottom{
	margin-top: 1rem;
	font-size:0.75rem;
	color:#b5b8bd;
}
.content-news h3{
	font-weight:600;
	font-size:1.25rem;
	padding:0 0 1rem 0;
}
.content-news ol, .content-news ul{
	margin-left:1.25rem;
	font-weight:normal;
	font-size:1rem;
	list-style-type:decimal;
}
.content-news li{
	margin-bottom:1.25rem;
	margin-left:1.25rem;
	padding-left:1rem;
}

.content-frame{
	width:100%;
	border:0.25rem dashed #e6ecf2;
	padding: 2rem 2rem 1rem 2rem;
	font-weight:normal;
	font-size:1rem;
}
aside .interest-news {
	margin: 1rem 0 1rem 0;
	padding: 1rem 0;
	
}
aside .interest-news h3 {
	padding: 0;
}
aside .interest-news-item{
	padding:2rem 0;
	border-bottom:1px solid #c5cbd1;
}
aside .interest-news-item:first-child{
	padding-top:1rem;
}
aside .interest-news-item span{
	color:#c5cbd1;
	font-size:0.75rem;
}
aside .interest-news-item .event-name{
	display: block;
	margin: 0.5rem 0 0 0;
	color: #920001;
	font-weight: bold;
	text-decoration: none
}
.content-news .topics{
	margin: 2rem 0;
	font-weight:normal;
}
.score .articles .article-rating {
	margin-bottom: 1rem;
	font-size: 0.75rem;
}
@media (max-width: 1023px){
	#news-list-mob aside {
		-webkit-box-ordinal-group: 0!important;
		    -ms-flex-order: -1!important;
		        order: -1!important;
	}
}
@media (max-width: 780px){
	.cont-tex {
		width: 57%;
	}
	.cont-img {
		width: 39%;
	}
	.interest-news  {
		display:none;
	}
}
@media (max-width: 490px){
	.news-title{
		font-size: 1.25rem;
	}
	.search-news-list .news-title:after {
		margin-top: 6px;
	}
}
@media (max-width: 480px){
	.cont-text-img {
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.cont-tex {
		width: 100%;
	}
	.cont-img {
		width: 100%;
		-webkit-box-ordinal-group:0;
		    -ms-flex-order:-1;
		        order:-1;
	}
	.cont-img img{
		margin:0 auto;
	}
	.new-list aside{
		-webkit-box-ordinal-group:3!important;
		    -ms-flex-order:2!important;
		        order:2!important;
	}
	.interest-news  {
		display:block;
	}
	.interest-news .news-title {
		padding: 0.75em 1rem;
		padding-left: 0;
	}
	.interest-news .search-news-1024 {
		display: block;
		padding: 1rem;
	}
	.breadcrumbs {
		margin-top: 4rem;
	}
}


/*Catalog*/

.events-anons .search-news-list {
	padding: 1rem;
	background: #fff;
	border: 1px solid #e6ecf2;
	margin-bottom: 1rem;
}

.popular-title{
	margin: 0;
	padding: 0.75em 0;
	padding-top:0;
	line-height: 1em;
	font-weight: bold;
	font-size: 1.25rem;
	padding-left: 2rem;
	position: relative;
	color:#ff7801;
}
.popular-title:before {
	content: ' ';
	display: inline-block;
	line-height: 1;
	background: url(../images/thunderbolt.svg) no-repeat 0 1px / 1rem;
	width: 2rem;
	height: 2rem;
	position: absolute;
	left: 0;
}
.popular-list ul li{
	list-style-type:disc;
	margin-left:1.3rem;
	padding-left: 0.625rem;
	padding-bottom: 0.825rem;
	color:#526475;
}
.popular-list ul li:last-child{
	padding-bottom: 0;
}
.popular-list ul a{
	text-decoration:none;
	color:#09223a;
}
.events-text-anons{
	
}
.more-text{
	display: block;
	max-height: 12rem;
	margin-bottom: 5px;
	outline: none;
	overflow: hidden;
}
.more-text.on{
	height: 12rem;
	max-height: none;
}
.more-text + .show-more {
	display: none;
}
/*.more-text:focus, .button-events:focus ~ .more-text{height: auto;}*/
.catalog-news {
	position: relative;
}
.recommendt-reporter{
	text-align:center;
	margin: 2rem 0 1rem;
	padding: 0 1rem 1.5rem 1rem;
	border: 0.25rem dashed #e6ecf2;
	border-radius:0.5rem;
}
.reporter-event-text{
	max-width:31.875rem;
	margin:0 auto;
}
.reporter-event-text  h3{

}
.reporter-event-text p{
	padding: 0 1rem;
	padding-bottom: 1rem;
}
.reporter-event-text .news-topics span:first-child {
	min-width: 128px;
	text-align: left;
}
.reporter-event-text .topics-new{
	margin:0 auto;
	width:281px;
}
.reporter-event-text .topics p{
	padding:1rem 0 0 0;
	text-align: left;
}
.reporter-event-text .submit{
	margin:0 1rem;
}
.reporter-event-text input[type=checkbox] + label, input[type=radio] + label{
	text-align: left;
}
.reporter-event-text .topics{
	margin-bottom:0;
}
.catalog-events h2{
	padding-top:0;
}
.catalog-banner{
	display:none;
}
@media (max-width: 1023px){
	.catalog-wrapper .events-anons > aside {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: -1;
		order: -1;
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.catalog-wrapper .events-anons .search-news-list {
		width:100%;
	}
	.catalog-wrapper .news-title {
		padding: 0;
		padding-left: 2rem;
	}
	.search-news-1024 {
		padding: 1rem;
		
	}
	.search-news-list .popular-title:after {
		content: ' ';
		display: block;
		right: 15px;
		float: right;
		margin-top: 8px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 5px 0px 5px;
		border-color: #09223a transparent transparent transparent;
	}
	.popular-list {
		display: none;
		padding: 1rem 0;
	}
	.search-news-list .news-title2:after{
		content: ' ';
		display: block;
		right: 15px;
		float: right;
		margin-top: 8px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0px 5px 5px 5px;
		border-color:  transparent transparent #09223a transparent;
	}
	.catalog-wrapper .popular-title {
		padding: 0;
		padding-left: 2rem;
	}
	.catalog-wrapper .search-news-list{
		padding: 0.825rem;
	}
}
@media (max-width: 640px){
	.catalog-wrapper input[type=text]{
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		width: 100%;
		margin-bottom: 1rem;
	}
	.main-search.search-off {
		margin-bottom:0;
	}
	.main-search.search-off + div .breadcrumbs{
		margin-top:1rem;
	}
	.catalog-wrapper .news-categoria{
		margin:0;
	}
	.catalog-wrapper .news-categoria h1{
		padding: 1rem 0;
		font-size:2rem;
	}
	.catalog-wrapper .events-anons > aside {
		margin-top:1rem;
	}
	.catalog-banner{
		display:block;
	}
}

/*organizer*/

.organizer-wrapper .more-text{
	height: 245px;
}
.organizer-wrapper .events-list{
	margin-bottom:3rem;
}
.organizer-categoria {
	margin: 2rem  0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.organizer-caption{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}

.caption-logo{
	margin-right:2rem;
}
.caption-logo div{
	height:5.125rem;
	border:1px solid #e6ecf2;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.caption-logo div img{
	max-width:8rem;
	padding:0 0.25rem;
}
.organizer-wrapper .events-anons > div {
	margin-top: 0;
}
.caption-item h1{
	padding-top:0;
	padding-bottom:0.85rem;
	margin-top: -5px;
}
.caption-rating{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.caption-type{
	padding: 0.5rem 1rem;
	font-size: 0.75rem;
	line-height: 1rem;
	text-transform: uppercase;
	background: #b5bcc4;
	color:#fff;
	margin-right:2rem;
}
.rating-org{
	font-size:0.75rem;
}
.rating-org span{
	color:#ffc400;
}

.info-organizer{
	margin-bottom: 1rem;
	word-wrap: break-word;
}

.info-item{
	padding-bottom:1.425rem!important;
	-webkit-box-flex: 1.2;
	    -ms-flex: 1.2;
	        flex: 1.2;/**/
	min-width: 0;
	font-size:1.1rem;/*1.25rem*/
	padding: 0.25rem 2rem 0 2.25rem;
	line-height: 1.4;
}

.info-place{
	/*flex: 1.2;
	min-width: 0;
	padding: 0.25rem 2rem 0 2.25rem;
	line-height: 1.4;*/
	background: url(../images/location.svg) no-repeat 0 0.4rem / 1rem;
}

.info-organizer .info-place > :first-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:1.25rem;
	padding-bottom:0.5rem;
}
.info-organizer .info-place > :nth-child(2){
	font-size:1rem;
}
.info-inn{
	-webkit-box-flex: 1.2;
	    -ms-flex: 1.2;
	        flex: 1.2;
	min-width: 0;
	padding: 0.25rem 2rem 0 2.25rem;
	line-height: 1.4;
	background: url(../images/information.svg) no-repeat 0 0.4rem / 1.25rem;
	color:#09223a;
}
.info-inn div{
	font-size: 1.25rem;
}
.info-inn div span{
	font-size:0.75rem;
	color:#526475;
}
.info-telefon{
	background: url(../images/telephone.svg) no-repeat 0 0.4rem / 1.25rem;
}
.info-mail{
	background: url(../images/email.svg) no-repeat 0 0.4rem / 1.25rem;
	word-wrap: break-word;
}
.info-internet{
	background: url(../images/internet.svg) no-repeat 0 0.4rem / 1.25rem;
	word-wrap: break-word;
}
.info-whatsapp{
	background: url(../images/whatsapp-brands.svg) no-repeat 0 0.4rem / 1.25rem;
}
.info-viber{
	background: url(../images/viber-brands.svg) no-repeat 0 0.55rem / 1.35rem;
}
.info-telegram{
	background: url(../images/telegram-plane-brands.svg) no-repeat 0 0.4rem / 1.25rem;
}
.info-skype{
	background: url(../images/skype-brands.svg) no-repeat 0 0.4rem / 1.25rem;
}
.info-facebook{
	background: url(../images/facebook-f-brands.svg) no-repeat 0 0.4rem / 0.8rem;
}
.info-instagram{
	background: url(../images/instagram.svg) no-repeat 0 0.55rem / 1.25rem;
}
.info-vk{
	background: url(../images/vk-brands.svg) no-repeat 0 0.5rem / 1.45rem;
}
.info-youtube{
	background: url(../images/youtube.svg) no-repeat 0 0.55rem / 1.25rem;
}
.info-twitter{
	background: url(../images/twitter.svg) no-repeat 0 0.55rem / 1.25rem;
}

.info-social{
	-webkit-box-flex: 1.2;
	    -ms-flex: 1.2;
	        flex: 1.2;
	min-width: 0;
	font-size:1.25rem;
	padding: 0.25rem 2rem 0 2.25rem;
	line-height: 1.4;
}
.info-social .fa:first-child{
	margin-right:1rem;
}
.info-social i {
	color: #b5b8bd;
}
.info-social i:hover {
	color: #09223a;
}


.organizer-media{
	margin-top:2rem;
}
.tab-media{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
	margin-bottom:2rem;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}
.tab-media .tab-f, .tab-media .tab-v, .tab-media .tab-place, .tab-media .tab-degrees{
	font-size:1.5rem;
	border-bottom:1px dashed #09223a;
	font-weight:600;
	cursor:pointer;
}
.tab-ev, .tab-org, .tab-place{
	font-size:1.5rem;
	border-bottom:1px dashed #09223a;
	font-weight:600;
	cursor:pointer;
}
.tab-media .tab-degrees{
	margin-left:2rem;
}
.tab-media div:first-child{
	margin-right:2rem;
}
.tab-content{
	margin-left:-0.5rem;
	margin-right:-0.5rem;
}


.degrees-content{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	
}
.foto-content, .video-content{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	
}
.video-content{
	display:none;
}
.degrees-content{
	display:none;
}
/*.foto-content img, .video-content img{
	width: 138px;
	height: 90px;
	margin:0.5rem;
}*/

.tab-media  .on{
	font-size:2rem;
	border-bottom:1px dashed #fff;
	font-weight:600;
	cursor:default;
	color:#ff7801;
}
.reviews-organizer{
	margin-bottom:2rem;
}

.reviews-organizer aside .dashed {
	margin: 0 0 1rem;
	padding: 1rem;
	border: 0.25rem dashed #e6ecf2;
	margin-top: 5px;
}

.reviews-organizer aside button.register {
	margin-top:0.5rem;
	padding-left: 3rem;
	background-image: url(../images/add-user.svg);
}
.reviews-organizer h2{
	padding-top:0;
}

.content-reviews .article-author {
	position: relative;
	padding: 0.5rem 0 1.5rem 4rem;
}
.content-reviews .article-author:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 3rem;
	height: 3rem;
	background: #f2f4f5 url(../images/user-white.svg) no-repeat center / 1.5rem auto;
	border: 1px solid rgb(230, 236, 242);
	border-radius: 50%;
	content: "";
}
.content-reviews .author-name {
	font-weight: bold;
}
.content-reviews .author-info {
	font-size: 0.75rem;
	opacity: 0.7;
}
.content-reviews .author-info .rating {
	color: #388e3c;
	font-weight: bold;
}

.content-reviews .article-header {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border: 1px solid #e6ecf2;
}

.content-reviews .article-photo {
	width: 3.75rem;
	height: 2.5rem;
	background: no-repeat center top / cover;
}
.content-reviews .article-name {
	/*flex: 1;*/
	min-width: 0;
	overflow: hidden;
	margin: 0.75rem 0;
	min-width:0;
	padding: 0 1rem;
	color: #920001;
	font-size: 0.75rem;
	font-weight: bold;
	text-decoration: none;
}
.content-reviews .article-info {
	padding: 1rem 0;
}
.content-reviews .article-rating {
	margin-bottom: 1rem;
	font-size: 0.75rem;
}

.content-reviews  .article-rating .rating {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.5rem 0 0.75rem;
}
.content-reviews .article-rating .rating i.full {
	background-image: url(../images/star.svg);
}

.content-reviews .article-rating .rating i {
	display: inline-block;
	margin: 0 0 0 1px;
	width: 1rem;
	height: 0.875rem;
	background: url(../images/star0.svg) no-repeat 0 0 / contain;
}
.content-reviews  .article-rating span {
	opacity: 0.7;
}

.content-reviews .article-text {
	overflow: hidden;
	margin-bottom: 1rem;
}


.content-reviews button.upload {
	padding-left: 3rem;
	background-image: url(../images/160-chat.svg);
}

@media (max-width: 1023px){
	.organizer-anons > aside {
		-webkit-box-ordinal-group: 0!important;
		    -ms-flex-order: -1!important;
		        order: -1!important;
	}
	.info-organizer{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.info-organizer div:first-child{
		margin-right:2rem;
	}
	.reviews-organizer > aside{
		margin-top:2rem;
		margin-bottom:0.75rem;
	}
	.reviews-organizer > aside .dashed:first-child{
		margin-right:0!important;
	}
}

@media (max-width: 640px){
	.info-organizer div:first-child{
		margin-right:0;
	}
	.content-reviews .article-photo {
		width: 6.375rem;
		height: 4.375rem;
	}
	.foto-content img, .video-content img {
		/*width: 6.1rem;
		height: 4.125rem;*/
	}
	.tab-media .tab-f, .tab-media .tab-v, .tab-ev, .tab-org, .tab-event .tab-place {
		font-size: 1.25rem;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	.tab-media .on {
		font-size: 1.5rem;
	}
	.caption-item h1 {
		font-size:1.875rem;
	}
	.organizer-caption{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.caption-logo {
		margin-right: 0;
		-webkit-box-ordinal-group:2;
		    -ms-flex-order:1;
		        order:1;
		margin-top:1.625rem;
		width:100%;
	}
	.caption-logo div{
		height:11.5625rem;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
	}
	.caption-logo div img{
		max-width:auto;
	}
}

.item__photoes{
	background:#09223a;
	width: 138px;
	height: 90px;
	margin:0.5rem;
}
.item__photoes:hover img{
	opacity:0.7;
}

/*личный кабинет*/

.lk-container {
	padding-top: 1rem;
}
@media (max-width: 640px){
	.lk-container h2 {
		text-align: center;
	}
}
.header-lk{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 1280px;
	padding: 1rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom:4px solid #ff7801;
}
.header-lk .header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right: 2rem;
	width: 18rem;
	font-size: 1rem;
	line-height: 1.175;
	font-weight: bold;
	text-transform: uppercase;
}
.header-lk .header-logo img {
	margin-bottom: 0.125rem;
	width:3.25rem;
}
.header-lk .header-logo div {
	padding-left: 1.5rem;
}
.header-lk .header-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}
.header-lk  .header-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-lk .lk-user{
	
}
@media (max-width: 1023px){
	/*.header-lk{
		align-items:flex-start;
	}
	.header-lk  .header-logo {
		width: 15rem;
	}
	.header-lk .header-logo div {
		width: 8rem;
		font-size: 1.125rem;
	}
	.header-lk .header-logo img {
		width: 6.5rem;
	}*/
}
@media (max-width: 900px){
	.header-lk .header-logo {
		width: auto;
	}
	.header-lk .header-logo div {
		display: none;
	}
}
@media (max-width: 767px){
	/*.header-lk  {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.header-lk .header-logo {
		order: 1;
		margin-right: 0;
	}
	.header-lk .header-inner {
		flex: auto;
		margin-bottom: 1rem;
		width: 100%;
	}*/
	.header-lk .header-buttons {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.header-lk .lk-city {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-top: 0.5rem;
		width: 100%;
	}
	.header-lk .lk-user {
		width: 100%;
	}
	.header-lk .notification {
		margin-left: auto;
	}
	.header-lk .lk-user a {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
	.header-lk .lk-user a.login-popup-btn {
		-ms-flex-negative: 1;
		    flex-shrink: 1;
		overflow: hidden;
	}
}
.header-lk .lk-user a.modal-link.img-link span {
	border-bottom: none;
}
.header-lk .lk-user a.modal-link.img-link span:hover {
	border-bottom: none;
}
.lk-user{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.notification {
	display: block;
	margin-left:2rem;
	width: 1.25rem;
	height: 1.25rem;
}
.notification-btn {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	background: url(../images/email.svg) no-repeat 0 center / 1.25rem;
	position:relative;
}
.notification-circle{
	position:absolute;
	width:1rem;
	height:1rem;
	background:#ff7801;
	border-radius:50%;
	top: -5px;
	right: -5px;
}
.notification-circle span{
	color:#fff;
	font-size:0.618rem;
	font-weight:600;
	width:1rem;
	height:1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.exit-btn{
	margin-left:2rem;
	background: url(../images/log-out.svg) no-repeat 0 center / 1.25rem;
	width: 1.25rem;
	height: 1.25rem;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.header-lk-menu{
	background:#e6ecf2;
}
.header-lk-menu, .menu-lk, .profil-lk{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	max-width:1280px;
	width:100%;
	margin:0 auto;
}
.cont-lk-menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.menu-lk{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	width: 100%;
}
.menu-lk .list-menu {
	min-width: 0;
}
.menu-lk .list-menu a {
	width: 100%;
}
.list-item{
	width: 11.325rem;
	max-width: 100%;
	height:5.25rem;
	display:block;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	margin:0.75rem 0;
	cursor:pointer;
	font-weight:600;
	position:relative;
}
.list-item div{
	margin-top:1rem;
}
@media (max-width: 1250px){
	.list-item{
		width: 9.2rem;
	}
}
@media (max-width: 1024px){
	.list-item{
		width: 9rem;
	}
}
.border-menu{
	border-right:1px solid #fff;
}
.list-menu a{
	text-align:center;
	text-decoration:none;
	height: 100%;
	display: inline-block;
}
.list-menu img{
	
}
.list-btn{
	display: block;
	width:2.625rem;
	height: 2.625rem;
	margin:0 auto;
	background: no-repeat center / contain;
	
}
.list-menu:hover, .active-btn{
	background:#ff9525;
	color:#fff;
}
.list-menu:hover .border-menu{
	border-right:1px solid transparent;
}
.list-menu:last-child .border-menu {
	border-right: none;
}
.home-btn{
	background: url(../images/home.svg) no-repeat 0 center / 2.625rem;
}
.list-menu:hover .home-btn, .active-btn .home-btn{
	background: url(../images/home-hover.svg) no-repeat 0 center / 2.625rem;
}
.users-btn{
	background: url(../images/users.svg) no-repeat 0 center / 2.625rem;
}
.list-menu:hover .users-btn, .active-btn .users-btn{
	background: url(../images/users-hover.svg) no-repeat 0 center / 2.625rem;
}
.placeholder-btn{
	background: url(../images/placeholder.svg) no-repeat 0 center / 2.625rem;
}
.list-menu:hover .placeholder-btn, .active-btn .placeholder-btn{
	background: url(../images/placeholder-hover.svg) no-repeat 0 center / 2.625rem;
}
.event-btn{
	background: url(../images/calendars.svg) no-repeat 0 center / 2.625rem;
}
.list-menu:hover .event-btn, .active-btn .event-btn{
	background: url(../images/calendars-hover.svg) no-repeat 0 center / 2.625rem;
}
.anons-btn{
	background: url(../images/anons.svg) no-repeat 0 center / 2.625rem;
}
.list-menu:hover .anons-btn, .active-btn .anons-btn{
	background: url(../images/anons-hover.svg) no-repeat 0 center / 2.625rem;
}
.korzina-btn{
	background: url(../images/shopping-cart.svg) no-repeat 0 center / 2.625rem;
}
.list-menu:hover .korzina-btn, .active-btn .korzina-btn{
	background: url(../images/shopping-cart-hover.svg) no-repeat 0 center / 2.625rem;
}
.profil-btn{
	background: url(../images/id-card.svg) no-repeat 0 center / 2.625rem;
}
.list-menu:hover .profil-btn, .active-btn .profil-btn{
	background: url(../images/id-card-hover.svg) no-repeat 0 center / 2.625rem;
}
.check-lk{
	position:absolute;
	background: url(../images/check-lk.svg) no-repeat 0 center / 1rem;
	width:1rem;
	height:1rem;
	right: 23px;
	top: 0px;
}
.lk-kabinet aside .dashed {
	margin: 1rem 0 1rem;
	padding: 1.625rem;
	border: 0.25rem dashed #e6ecf2;
	text-align: center;
}
.lk-edit .user-avatar {
	position: relative;
	min-height: 5.125rem;
	text-align: center;
}
.lk-edit .user-avatar img {
	margin: 0 auto;
}
.lk-edit .user-avatar.none:before {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left:-2.62rem;
	width: 5.125rem;
	height: 5.125rem;
	background: #f2f4f5 url(../images/user-white.svg) no-repeat center / 2.5rem auto;
	border: 1px solid rgb(230, 236, 242);
	border-radius: 50%;
	content: "";
}
.lk-edit .user-profile {
	position: relative;
	padding-top:1.75rem;
	text-align:center;
}
.lk-edit .user-name {
	font-weight: bold;
	margin-bottom:0.625rem;
}
.lk-edit .user-info {
	font-size: 0.75rem;
	opacity: 0.7;
	margin-bottom:3rem;
}

.lk-edit .user-info .rating {
	color: #388e3c;
	font-weight: bold;
}
.lk-edit .user-info .rating.bad {
	color: #444;
}

.lk-edit .link-button {
	display: inline-block;
	height: 2.5rem;
	padding: 0.75rem 1rem 0.75rem 2.5rem;
	font-size: 0.975rem;
	line-height: 0.9;
	text-decoration: none;
	background: url(../images/edit1.svg) no-repeat left 1rem top 0.875rem / 0.8rem auto;
	border: 1px solid #b5bcc4;
	border-radius: 0.5rem;
}
.lk-edit .link-button:hover {
	border: 1px solid #09223a;
}


.content-lk{
	margin-top:-2rem;
}
.lk-list{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	margin:1rem 0 0 0;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.lk-item{
	width:27.875rem;
	height:8.875rem;
	border:1px solid #e6ecf2;
	margin-top:2rem;
	padding:2rem;
	font-weight:600;
	font-size:1.5rem;
	cursor:pointer;
	color:#920001;
}
.lk-item:first-child{
	
}
.lk-item a{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	text-decoration:none;
}
.lk-cont {
	width:3.875rem;
	height:5.125rem;
	padding-left: 7.775rem;
}
.content-lk .lk-item .lk-user {
	background: url(../images/users1.svg) no-repeat 0 center / 5.875rem;
}
.lk-item:hover .lk-user {
	background: url(../images/users-hover-org.svg) no-repeat 0 center / 5.875rem;
}
.content-lk .name-menu{
	margin-top: -5px;
}

.lk-item:hover {
	color:#ff7801;
	border:1px solid #ff7801;
	box-shadow: 0 8px 10px 0 rgba(255, 120, 1, .15);
}


.content-lk .lk-item .lk-placeholder {
	background: url(../images/placeholder1.svg) no-repeat 0 center / 5.125rem;
}
.lk-item:hover .lk-placeholder {
	background: url(../images/placeholder-hover-org.svg) no-repeat 0 center / 5.125rem;
}
.content-lk .lk-item .lk-event {
	background: url(../images/calendars1.svg) no-repeat 0 center / 5.875rem;
}
.lk-item:hover .lk-event {
	background: url(../images/calendars-hover-org.svg) no-repeat 0 center / 5.875rem;
}
.content-lk .lk-item .lk-anons {
	background: url(../images/anons1.svg) no-repeat 0 center / 5.125rem;
}
.lk-item:hover .lk-anons {
	background: url(../images/anons-hover-org.svg) no-repeat 0 center / 5.125rem;
}


.menu-list{
	width: 100%;
}
.menu-list ul {
	font-size:1rem;
	color:#526475;
	font-weight: normal;
	list-style-type: disc;
	margin-left:1.625rem;
	margin-top:1rem;
}
.menu-list ul li span{
	color:#09223a;
}
.message-wrapper{
	margin-bottom:4rem;
}
.mess-item {
	border-top:1px solid #e6ecf2;
	padding:2rem 0;
	font-size:1rem;
}
.mess-item-new {
	font-weight:bold;
}
.mess-item .check {
	position:relative;
}
.mess-item .check:before {
	content:'';
	background: url(../images/check-lk.svg) no-repeat 0 center / 1.5rem;
	width: 1.5rem;
	height: 1.5rem;
	right: 0;
	top: 0px;
	position:absolute;
}
.mess-item:last-child {
	border-bottom:1px solid #e6ecf2;
}
.mess-item-info {
	-webkit-box-flex: 1.2;
	    -ms-flex: 1.2;
	        flex: 1.2;
	min-width: 0;
	padding: 0;
	padding-left: 3rem;
	line-height: 1.4;
	color: #09223a;
}
.mess-item .info-inf {
	background: url(../images/information-blue.svg) no-repeat 0 0 / 1.25rem;
}
.mess-item .info-alarm {
	background: url(../images/alarm-blue.svg) no-repeat 0 0 / 1.25rem;
}
.mess-item .link-button {
	margin-top: 1rem;
	height: 1rem;
	padding: 0 1.75rem 0 0;
	font-size: 0.75rem;
	font-weight: normal;
	line-height: 1;
	background-size: 0.7rem auto;
	background-position: right top 0.125rem;
	border: none;
}
.mess-item .data {
	margin-bottom:0.5rem;
	color:#526475;
}
@media (max-width: 1023px){
	.menu-lk{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.lk-kabinet.two-cols.fluid {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.lk-kabinet.two-cols.fluid > aside{
		-webkit-box-ordinal-group:0;
		    -ms-flex-order:-1;
		        order:-1;
	}
	.lk-list {
		margin-top: 0;
	}
}
@media (max-width: 800px){
	/*.lk-item{
		max-width: 27.875rem;
		min-width: 16rem;
		width: 48%;
	}*/
}

@media (max-width: 767px){
	.lk-item{
		width: 100%;
		max-width: 100%;
	}
	.list-item {
		width: 9rem;
		font-size: 0.825rem;
	}
}
@media (max-width: 660px){
	.lk-kabinet.two-cols.fluid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.content-lk {
		margin-top: -1rem;
	}
}
@media (max-width: 480px){
	.lk-item{
		font-size:1rem;
	}
	.organizer-wrapper h1{
		font-size: 1.5rem;
	}
	.content-lk .lk-item .lk-user {
		background: url(../images/users1.svg) no-repeat 0 center / 4.875rem;
	}
	.lk-item:hover .lk-user {
		background: url(../images/users-hover-org.svg) no-repeat 0 center / 4.875rem;
	}
	.content-lk .lk-item .lk-placeholder {
		background: url(../images/placeholder1.svg) no-repeat 0 center / 4.125rem;
	}
	.lk-item:hover .lk-placeholder {
		background: url(../images/placeholder-hover-org.svg) no-repeat 0 center / 4.125rem;
	}
	.content-lk .lk-item .lk-event {
		background: url(../images/calendars1.svg) no-repeat 0 center / 4.875rem;
	}
	.lk-item:hover .lk-event {
		background: url(../images/calendars-hover-org.svg) no-repeat 0 center / 4.875rem;
	}
	.content-lk .lk-item .lk-anons {
		background: url(../images/anons1.svg) no-repeat 0 center / 4.125rem;
	}
	.lk-item:hover .lk-anons {
		background: url(../images/anons-hover-org.svg) no-repeat 0 center / 4.125rem;
	}
	.lk-cont {
		padding-left: 5.775rem;
	}
	.menu-list ul li span {
		font-size:0.7rem
	}
	.menu-list ul{
		margin-left: 1rem;
	}
}


/*Площадки*/

.lk-places{
	
}
.item-places,.item-leads{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.list-places{
	display:block;
	
}

/*таблицы*/
.table-event{
	margin:1rem 0 1.5rem 0;
	width: 100%;
	border-collapse: collapse;
}
.table-event th{
	background-color: #526475;
    font-weight: normal;
    color: #fff;
	padding: 1rem;
	text-align: left;
	width: 21.875rem;
}

.table-event th:first-child{
	width: 12rem;
}
.table-event th:last-child{
	padding-right:4rem;
	text-align:right;
	width: 21.875rem;
}
.table-event td{
	padding: 1rem;
	text-align: left;
	vertical-align: top;
}
.table-event td:nth-child(2){
	font-weight:600;
}
.table-event td.price-cell{
	width: 11rem;
    padding: 1rem 1.5rem;
	border-bottom:1px solid #b5bcc4;
	font-weight:500;
}
.table-event tr.border-tr{
	border-top:1px solid #b5bcc4;
	border-bottom:1px solid #b5bcc4;
}
/*end таблицы*/

.divTable{
	display: table;
	width: 100%;
	margin-bottom:10rem;
}
.divTableRow {
	display: table-row;
	
}
.divTableRow:last-child .divTableCell{
	padding-bottom:0.75rem;
}
.br-table{
	
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 0.75rem 0;
	padding-right:1rem;
	border-bottom:1px solid #b5bcc4;
	position:relative;
}

.divTableCell:first-child, .divTableHeading:first-child{
	padding: 0.75rem 2rem;
	width:12rem;
}
.divTableHeading {
	background-color: #f2f4f5;
	display: table-row;
	font-weight: bold;
	padding: 1rem;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.check-places{
	border-radius:0.25rem;
	text-align:center;
	text-transform:uppercase;
	font-size:0.75rem;
	padding:0.15rem 0.5rem;
}

.divTableCell .check-lk{
	position: absolute;
	background: url(../images/down-arrow-2.svg) no-repeat 0 center / 0.75rem;
	width: 1rem;
	height: 1rem;
	right: 70px;
	top: 13px;
}


.green{
	background:#c8e6c9;
	color:#1b5e20;
}
.orange{
	background:#fff9c4;
	color:#f57f17;
}
.red{
	background:#ffcdd2;
	color:#b71c1c;
}


.form-events-tab{
	margin:3rem 0;
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	/*padding-bottom:1rem;*/
	border-bottom:2px solid #e6ecf2;
	cursor:pointer;
}
.form-events-tab .tab-event{
	margin-bottom: -2px;
	font-weight:600;
	padding:0 2rem 1rem;
	text-decoration: none;
}
.form-events-tab .on{
	color:#ff7801;
	border-bottom:2px solid #ff7801;
}

.contact-lids{
	margin-bottom:0.5rem;
}
.contact-lids:last-child{
	margin-bottom:0;
}
.contact-lids span{
	opacity:0.7;
} 

.places-name{
	display:block;
}
.places-name div:first-child{
	margin-bottom:1rem;
	font-weight:600;
}
.tarif{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.tarif span:first-child{
	font-size:0.75rem;
	color:#b5bcc4;
	margin-right:0.625rem;
}
.tarif-company{
	border:none;
	color:#b5bcc4;
	border-radius:0.25rem;
	text-align:center;
	text-transform:uppercase;
	font-size:0.75rem;
	padding:0.15rem 0.25rem;
}
.cx-0{
	max-width:8rem;
}
.cx-1{
	max-width:12rem;
}
.cx-2{
	width:20rem;

}
.cx-3{
	max-width:22.235rem;
	width:100%;
}
.cx-4{
	width: 41rem;
	padding:0;
}
.divTableCell .event-place {
	min-width: 250px;/*0*/
	padding: 0.25rem 0 0 2rem;
	line-height: 1.4;
	position:relative;
	background: url(../images/location.svg) no-repeat 0 0.4rem / 0.75rem;
}
.hall{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding-bottom:0.75rem;
}
.a-place{
	margin-left:1.5rem;
	font-weight:600;
}
.hall div:first-child{
	text-transform:uppercase;
	font-size:0.75rem;
	background:#f7f8f9;
	border-radius:0.15rem;
	padding:0.25rem 0.15rem;
	-ms-flex-item-align: start;
	    align-self: flex-start;
}

.divTableCell .edit{
	margin-bottom: 1rem;
	padding-left: 2rem;
	background: url(../images/edit2.svg) no-repeat 0 0.25rem / 0.75rem;
}
.divTableCell .remove{	
	margin-bottom: 0rem;
	padding-left: 2rem;
	background: url(../images/delete2.svg) no-repeat 0 0.25rem / 0.75rem;
}
.divTableCell .edit:hover{
	margin-bottom: 1rem;
	padding-left: 2rem;
	background: url(../images/edit1-hover.svg) no-repeat 0 0.25rem / 0.75rem;
}
.divTableCell .remove:hover{	
	margin-bottom: 0rem;
	padding-left: 2rem;
	background: url(../images/delete2-hover.svg) no-repeat 0 0.25rem / 0.75rem;
}
.divTableCell a{
	opacity:0.7;
	font-size:1rem;
	text-decoration:none;
}

.divTableCell a:hover{
	opacity:1;
}
/*.divTableCell{
	padding-bottom:0;
}*/
.unverified{
	background:#eeeeee;
	color:#616161;
	border-radius:0.25rem;
	text-align:center;
	text-transform:uppercase;
	font-size:0.75rem;
	padding:0.15rem 0.5rem;
}
.company-status{
	background:#c5cae9;
	color:#1a237e;
	border-radius:0.25rem;
	text-align:center;
	text-transform:uppercase;
	font-size:0.75rem;
	padding:0.15rem 0.5rem;
}


.tarif-category{
	border-radius: 0.25rem;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.75rem;
	padding: 0.15rem 0.25rem;
}
.standart{
	border: 1px solid #0d47a1;
	color: #0d47a1;
}
.vip{
	border: 1px solid #f58522;
	color: #f58522;
}
.infopartner{
	border:1px solid #311b92;
	color:#311b92;
}

/* lk forms */
.lk-form{
	margin:1rem 0;
	border:1px solid #e6ecf2;
	padding:1rem 0;
}
.lk-form form .form-container{
	max-width:46rem;
	margin:0 auto;
	position:relative;
}
.lk-form form .form-border .delete {
	position:absolute;
	width:2rem;
	height:2rem;
	top:-8px;
	right:-8px;
	border:1px solid #bbc1c9;
	border-radius:50%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	background: #fff url(../images/close-pl.svg) no-repeat center center / 0.825rem auto;
}
.lk-form form .form-border .delete a{
	width:100%;
	height:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.lk-form  form .form-profile{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	padding-top:1rem;
}

.lk-form  form .form-profile-left{
	width:16rem;
	margin-right:1rem;
}
.lk-form  form .form-profile-right{
	-webkit-box-flex:1;
	    -ms-flex:auto;
	        flex:auto;
}
.lk-form  form .profile-img{
	width: 12rem;

}
.profile-avatar{
	width:10.125rem;
	min-height:10.125rem;
	margin:0 auto;
	margin-bottom:1rem;
}
.profile-avatar img{
	min-width:10rem;
	width:100%;
}
.profile-avatar .img-load{
	background:#f2f4f5;
	border:1px solid #e8edf3;
	border-radius:50%;
	width:10.125rem;
	height:10.125rem;
}
.lk-form .user-avatar + .img-load {
	display: none;
}
.lk-form .bg-cont{
	width:100%;
	height:100%;
}
.lk-form .bg-profile{
	background: url(../images/097-user.svg) no-repeat center / 4.875rem;
}
.lk-form .item-form{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:1rem;
}
.lk-form .item-form.error-message,.lk-form .item-form.error-incorrect-input {
	display: none;
}
.lk-form .item-form.error-message.on,.lk-form .item-form.error-incorrect-input.on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.lk-form .form-name{
	max-width:14rem;
	width:100%;
	margin-right:2rem;
	font-weight:600;
	margin-top:0.8rem;
}
.lk-form .form-profile-right .form-name{
	width: 14rem;
}
.lk-form .form-fill {
	width:100%;
	max-width:30rem;
	position:relative;
}
.lk-form .item-check .form-name {
	margin-top:0;
}
.lk-form .item-check .form-fill {
	width: auto;
}
.item-options, .item-selected{
	max-width: 20.5rem;
    width: 100%;
}
.item-controls{
	width:5rem;
	display:block;
	text-align:center;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.item-controls a{
	width:3rem;
	height:2.525rem;
	display:block;
	margin:0 auto;
	margin-top:1rem;
}
.lk-form .item-multiple{
	margin-bottom:0;
}

.lk-form .item-multiple .form-name{
	margin-bottom:1rem;
}
.lk-form .item-multiple .form-fill{
	height:11.25rem;
	border: 1px solid #09223a;
	border-radius: 0.5rem;
	padding: 1rem;
}
.lk-form .item-multiple select {
	width: 100%;
    max-width: 100%;
    color: #09223a;
    line-height: 1.875;    
	height:100%;
	border: none;
	overflow-y: auto;
}
.lk-form .item-multiple select option{
	margin-bottom:0.6rem;
}
.lk-form .item-multiple .select-links {
	/*display:flex;
	flex-wrap:wrap;*/
	margin: 0.75rem -1.5rem 0.75rem 0;
}
.lk-form .item-multiple .select-links a {
	display: inline-block;
	white-space: nowrap;
	margin-right: 1.5rem;
	margin-bottom: 0.25rem;
	font-size: 0.75rem;
	color: #777e87;
	text-decoration: none;
	border-bottom: 1px dashed #777e87;
}
.lk-form .item-multiple .select-links a:last-child {
	margin-right: 0rem;
}
.lk-form .item-multiple .select-links a:hover {
	border-bottom: 1px dashed #fff;
}

.lk-form .form-fill input[type=text], .lk-form .form-fill input[type=password], .lk-form .form-fill textarea {
	width:100%;
	color:#b5bcc4;
}
.lk-form .form-fill input.captcha {
	float: left;
	margin-right: 1rem;
	width: 6rem;
}
.lk-form .form-fill input.captcha ~ img {
	margin-top: 0.25rem;
}
.inner{
	margin-right:1rem;
}
.lk-form .form-fill textarea {
	height: 6rem;
}
.lk-form .form-fill .sx-2{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	max-width:100%;
	margin-top:1rem;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.lk-form .form-fill .sx-2 div{
	margin-right:1rem;
	max-width:7.5rem;
}
.lk-form .form-fill .sx-2 div:last-child{
	margin-right:0;
}
.lk-form .form-fill .sx-2 .street{
	max-width:14rem;
}
.lk-form .form-fill .input-file {
	width: 100%;
	max-width: 11.125rem;
	height: 3rem;
	padding: 0.5rem 1rem;
	color: #09223a;
	line-height: 1.875;
	border: 1px solid #b5bcc4;
	border-radius: 0.5rem;
	position: relative;
}
.lk-form .form-profile-left .form-fill .input-file{
	   max-width: 11.625rem;
}
.lk-form .form-fill .input-file input[type=file] {
	display:none;
}
.lk-form .form-fill .input-file label{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: url(../images/picture.svg) no-repeat left 1rem center / 0.85rem auto;
}
.lk-form .form-fill .input-file span {
	 line-height: 36px; 
	 padding-left: 2rem
}
.lk-form .form-fill .anons-form{
	
}
.lk-form .form-fill .anons-form input[type=text]{
	height: 6rem;
}
.foto-anons{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.foto-anons .input-file {
	margin-right:1rem;
}
.foto-anons div:last-child{
	color:#526475;
}
.detal-img{
	width: 100%;
	max-width: 12.75rem!important;
}
.border-bottom{
	border-bottom:1px solid #e6ecf2;
	padding-top:1rem;
}

.form-file-img{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:1rem;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}
.form-file-img .img-file{
	width:5.125rem;
	height:auto;/*5.125rem;*/
	border:1px solid #bbc1c9;
	border-radius:0.5rem;
	margin-right:1rem;
	position:relative;
	background: no-repeat center / cover;
}
.form-file-img.slider-img .img-file {
	width:8.125rem;
}

.form-file-img .img-file img{
	border-radius:0.5rem;
}
.form-file-img .img-file span{
	position:absolute;
	width:2rem;
	height:2rem;
	top:-8px;
	right:-8px;
	border:1px solid #bbc1c9;
	border-radius:50%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	background: #fff url(../images/close-pl.svg) no-repeat center center / 0.825rem auto;
}
.form-file-img .img-file span a{
	width:100%;
	height:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.lk-form .form-fill .add-more {
	margin-top:0.5rem;
}

.ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text){
	display:none;
}
.ck{
	color:#b5bcc4!important;
	border-radius:0.5rem!important;
}
.ck .ck-editor__main {
	border-bottom-left-radius:0.5rem!important;
	border-bottom-right-radius:0.5rem!important;
}

.form-border{
	position: relative;
	margin:0 2rem 1rem 2rem;
	border:1px solid #e6ecf2;
	padding:2rem 0 1rem 0;
}
.price-places{
	max-width:22rem!important;
	width:100%;
}

.lk-form .form-fill .sx-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.lk-form .form-fill .sx-3 div:last-child{
	max-width: 7rem;
	width:100%;
}
.lk-form .form-name1 {
	max-width: 14rem;
	width: 100%;
	margin-right: 2rem;
	font-weight: 600;
	position:relative;
}
.lk-form .form-fill .bot {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:0;
}
.lk-form .form-fill .bot .open-news1{
	width:50%;
	margin-right:1rem;
}
.lk-form button.plus {
	padding-left: 3rem;
	background-image: url(../images/plus-places.svg);
	margin-left:-45px;
}
.lk-form button{
	background: #fff no-repeat 1rem center / 1rem auto;
	color:#09223a;
	border:1px solid #b5bcc4;
	border-radius:0.5rem;
}
.lk-form button:hover{
	border:1px solid #09223a;
}
.form-button{
	margin: 2rem auto 1rem;
	text-align: center;
}
.holl-places{
	position:relative;
}

.center-toggle{
	position:absolute;
	left: -67px;
	top: 30px;
}
.switch {
	position: relative;
	display: inline-block;
	width: calc(2rem + 7px);
	height: calc(1rem + 6px);
	vertical-align: middle;
}

.switch input {display:none;}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border:1px solid #b5bcc4;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 1rem;
	width: 1rem;
	left: 3px;
	bottom: 2px;
	background-color: #b5bcc4;
	transition: .4s;
}

input:checked + .slider {
	border:1px solid #388e3c;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	/*-webkit-transform: translateX(1rem);
	-ms-transform: translateX(1rem);
	transform: translateX(1rem);*/
	left: calc(100% - 1rem - 3px);
	background-color: #388e3c;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}


.spec-event  .detal-img {
	width: 100%;
	max-width: 11rem!important;
}

.lk-form .spec-event .item-form{
	position:relative;
}
.lk-form  .spec-event .dop-cont {

	margin-top: 0rem;
}

.spec-event .center-toggle {
	left: -67px;
	top: 12px;
}

.spec-event  .detal-img {
	width: 100%;
	max-width: 11rem!important;
}

.lk-form .spec .item-form{
	position:relative;
}
.lk-form  .spec .dop-cont {

	margin-top: 2.8rem;
}

.spec  .center-toggle {
	left: -67px;
	top: 50px;
}




.col-block{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
	margin-top:1rem;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.col-block div:first-child{
	width:8.25rem;
	/*width:100%;
	margin-right:1.325rem;
	opacity:0.7;*/
}

.col-inp{
	width:100%!important;
	opacity:0.7;
}
.col-inp input{

	border: 1px solid #09223a;
}

.lk-form .spec .form-fill {
	margin-top:1rem;
}

.form-fill .article-rating {
	margin-bottom: 0rem;
	font-size: 1rem;
}
.form-fill .star-rating {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-right:1rem;
}


button.pred {
	margin-left: 0;
	padding-left: 3rem;
	background-image: url(../images/eye.svg);
	margin-right:2rem;
}
button.save, .button.save {
	background: #920001 no-repeat 1rem center / 1rem auto;
	border: none;
	border-radius: 0.5rem;
	color:#fff;
	padding-left: 3rem;
	background-image: url(../images/check-white.svg);
}
button.save:hover, .button.save:hover {
	background: #ff7801 no-repeat 1rem center / 1rem auto;
	border: none;
	border-radius: 0.5rem;
	color:#fff;
	padding-left: 3rem;
	background-image: url(../images/check-white.svg);
}

.col-block-button{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
	margin-top:1rem;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}

.signing-up{
	font-size:0.75rem;
	color:#b5bcc4!important;
	max-width:11.25rem;
	width:100%;
	position:absolute;
	bottom:0;
	right:-13rem;
}
.sing{
	position:relative;
}
.sing-anons .signing-up{
	top:10px;
}
.sing-file-img .signing-up{
	bottom:20px;
}
.foto-multi .signing-up{
	top: 3rem;
}
.signature{
	font-size: 0.75rem;
    color: #b5bcc4;
	margin-left:2rem;
}
.item-options select{
	
}
@media (max-width: 1250px){
	.lk-form .form-fill {
		max-width: 23rem;
	}
	.price-places {
		margin-right: 1rem;
	}
	
}
@media (max-width: 1023px){
	.lk-form .item-form{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.lk-form .form-name1 {
		max-width: 100%;
		width: 100%;
	}
	.lk-form .premium-events .form-name1 {
		max-width: 14rem;
		width: 100%;
	}
	.lk-form .form-name{
		max-width: 100%;
		margin-right: 0;
		margin-bottom:1rem;
		/*margin-left: 4rem;*/
	}
	.lk-form .item-check .form-name {
		max-width: 14rem;
		margin-right: 2rem;
		margin-bottom:0;
	}
	.holl-places h2{
		margin-left:4rem;
	}
	.lk-form .spec .dop-cont {
		margin-left:4rem;
	}
	.center-toggle {
		left: 0px;
	}
	.spec .center-toggle {
		left: 0;
		top:44px;
	}
	.button-mob{
		display:none;
	}
	.item-options, .item-selected {
		max-width: 100%;
		width: 100%;
	}
	.item-controls{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		width:100%;
		
	}
	.item-controls .next-button{
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
	}
	.item-controls .prev-button{
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
	}
}

@media (max-width: 820px){
	.lk-form form .form-container{
		margin: 0 1rem;
	}
	
}
@media (max-width: 660px){
	.signing-up{
		position:relative;
		right:0;
		top:1rem;
	}
	.lk-form .form-fill {
		max-width: 100%;
	}
	.foto-multi .signing-up {
		top: 1rem;
	}
	.holl-places h2{
		text-align: left;
	}
	.center-toggle {
		top:20px;
	}
	.foto-anons {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.col-block-button{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.col-block-button div:first-child{
		margin-bottom:1rem;
	}
	button.save{
		width:12rem;
	}
	.lk-form  form .form-profile{
		display:block;
	}
	.lk-form form .form-profile-left {
		width: 100%;
		margin-right: 0;
		margin-bottom:1rem;
	}
	.lk-form form .profile-img {
		width: auto;
	}
	.lk-form .form-profile-left .form-fill .input-file {
		max-width: 100%;
	}
	.password{
		display:none;
	}
	.signature{
		width:100%;
		margin-left:0;
	}
}
@media (max-width: 480px){
	.form-events-tab .tab-event{
		padding: 0 1rem 1rem;
		font-size: 0.75rem;
	}
}
@media (max-width: 400px){
	.holl-places h2 {
		margin-left: 0;
		padding-top: 3rem;
	}
	.lk-form .item-check .form-name {
		max-width: 11rem;
	}
	.lk-form .form-fill .bot{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.lk-form .form-name1{
		margin-bottom:1rem;
	}
	.lk-form .form-fill .bot .open-news1 {
		width: 100%;
		margin-right: 0;
		margin-bottom:0.5rem;
	}
	.lk-form .form-fill .sx-3{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.price-places {
		margin-right: 0rem;
		margin-bottom:1rem;
	}
	.lk-form .form-fill .sx-3 div:last-child {
		max-width: 100%;
	}
	.col-block{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.col-block div:first-child {
		margin-right: 0;
		width:100%;
		margin-bottom:1rem;
	}
	.col-block-button button.pred{
		margin-right:0;
	}
}
.divTableCell .load-org .load-pace{
	/*position:relative;*/
}
.pace {
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position:relative;
	z-index: 800;
	position: absolute;
	top: 0.75rem;
	left: 0;
	right: 0;
	bottom: 0;
	width: 200px;
	height: 28px;
	overflow: hidden;
	background-clip: padding-box;
	border-radius: 0.5rem;
}
.pace .pace-progress {
	display: block;
	position: absolute;
	top: 0.1875rem;
	right: 100%;
	margin-right: -7px;
	width: 93%;
	height: 1.375rem;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	color: #1b5e20;
	font-size: 0.75rem;
	line-height: 60px;
	font-weight: bold;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	background: #c8e6c9;
	background-clip: padding-box;
	border-radius: 2px;
	box-shadow: 240px 0 #fff, 240px 0 #fff;
}
.pace:after {
	display: inline-block;
	position: absolute;
	z-index: 801;
	top: 7px;
	left: 12%;
	right: 0;
	margin: 0 auto;
	width: 45px;
	text-align: center;
	padding-right: 16px;
	font-size: 0.75rem;
	color: #1b5e20;
	content: attr(data-progress-text);
}

.pace .pace-progress { -webkit-transform: translateX(var(--progress, 100%)); -ms-transform: translateX(var(--progress, 100%)); transform: translateX(var(--progress, 100%)); }

.pace[data-progress-text^="6"] .pace-progress { background:#fff9c4; }
.pace[data-progress-text^="6"]:after { color:#f57f17; }

.pace[data-progress-text="0%"] .pace-progress,
.pace[data-progress-text="1%"] .pace-progress,
.pace[data-progress-text="2%"] .pace-progress,
.pace[data-progress-text="3%"] .pace-progress { background:#920001; }
.pace[data-progress-text="4%"] .pace-progress,
.pace[data-progress-text="5%"] .pace-progress,
.pace[data-progress-text="6%"] .pace-progress,
.pace[data-progress-text="7%"] .pace-progress { background:#fff9c4; }
/*.pace[data-progress-text="8%"] .pace-progress,
.pace[data-progress-text="9%"] .pace-progress { background:#920001; }*/
.pace[data-progress-text="0%"]:after,
.pace[data-progress-text="1%"]:after,
.pace[data-progress-text="2%"]:after,
.pace[data-progress-text="3%"]:after,
.pace[data-progress-text="4%"]:after,
.pace[data-progress-text="5%"]:after,
.pace[data-progress-text="6%"]:after,
.pace[data-progress-text="7%"]:after,
.pace[data-progress-text="8%"]:after,
.pace[data-progress-text="9%"]:after { color:#ff0000; }

.pace .pace-activity {
	z-index: 802;
	position: absolute;
	width: 100%;
	height: 28px;
	box-shadow: inset 0 0 0 1px #b5bcc4, inset 3px 0 0 0.5px #FFF;
	border-radius: 0.5rem;
}
.pace.pace-inactive {
  display: none;
}

.socseti .col-block:first-child {
	margin-top: 0rem;
}
.socseti .col-block div:first-child {
	opacity: 1;
}
.socseti .col-inp input {
	border: 1px solid #09223a;
}

.socseti .col-inp input:focus {
	border: 1px solid #ff7801;
}
.socseti  .col-inp {
	opacity: 1;
}

.socseti .col-block-button{
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}

.socseti .form-fill .sx-2 div {
	margin-right: 1rem;
	max-width: 50%;
}
.socseti .form-fill .sx-2 {
	margin-top: 0;

}
.lk-form{
	padding-bottom:1rem;
}

.sx-5{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	margin-top: 1rem;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.sx-5 .index{
	max-width:9.06rem;
	width:100%;
	margin-right:1rem;
}

.sx-5 div:last-child{
	width:100%;
}


/*message*/
.title{
	cursor:pointer;
}
.menu{
	position:absolute;
	background:#fff;
	width:20.125rem;
	padding:1rem;
	z-index: 800;
	right: -52px;
	top: 2.5rem;
	border:1px solid #e6ecf2;
	border-radius:0.5rem;
}
.menu:before{
	content: '';
	position: absolute;
	top: -28px;
	right: 3rem;
	left: 248px;
	border: 12px solid transparent;
	border-bottom: 15px solid #e6ecf2;
}
.menu:after {
	content: '';
	position: absolute;
	top: -24px;
	right: 63px;
	left: 249.7px;
	border: 10px solid transparent;
	border-bottom: 14px solid #fff;
}
.header-mess {
	position: relative;
	width: 0;
}
.header-mess .mess-list {
	position: absolute;
	z-index: 1;
	right: -5rem;
	top: 0.5rem;
	width: 20rem;
	padding: 0 1rem 1rem;
	background: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 4px 8px 0 rgba(82, 100, 117, .15);
}
.header-mess .mess-item {
	border-top: 1px solid #e6ecf2;
	padding: 1rem 0;
	font-weight: normal;
	font-size: 0.75rem;
}
.header-mess .unread{
	font-weight:bold;
}
.header-mess .mess-item:first-child{
	border-top:none;
}
.header-mess .mess-item .info-inf {
	padding-left: 1.625rem;
	background: url(../images/information-blue.svg) no-repeat 0 0 / 0.9rem;
}
.header-mess .mess-item .info-alarm {
	padding-left: 1.625rem;
	background: url(../images/alarm-blue.svg) no-repeat 0 0 / 0.9rem;
}
.header-mess .mess-item .check:before {
	content: '';
	background: url(../images/check-lk.svg) no-repeat 0 center / 1rem;
	width: 1rem;
	height: 1rem;
	right: 0;
	top: 0px;
	position: absolute;
}
.header-mess .link-events{
	display: inline-block;
	margin-top: 0.5rem;
	padding-right:1.625rem;
	font-weight:normal;
	background: url(../images/right-arrow.svg) no-repeat right top 2px / 0.7rem;
}
.header-mess .link-events a{
	text-decoration:none;
}
.header-mess .mess-button {
	padding-top:1rem;
	border-top:1px solid #e6ecf2;
}
.header-mess .mess-button .link-button {
	float:right;
	height: 2rem;
	padding: 0.7rem 2.5rem 0.7rem 1rem;
	font-size: 0.75rem;
	background-position: right 1rem top 0.675rem;
}
@media (max-width: 640px){
	.header-mess .mess-button .link-button {
		padding: 0.5rem 1rem;
	}
}
/*events*/
.event-forym{
	font-size:1.5rem;
	opacity:0.7;
	padding-top:2rem;
}
.events-forym-wrapper h1{
	padding-top:0.5rem;
}


#events-carousel .events-list {
	position: relative;
	background: #fff;
	border: 1px solid #e6ecf2;
	width:100%;
}


.events-list {
	
}

.share{
	padding:1rem 0;
	padding-top:0;
	display: -ms-inline-grid;
	display: inline-grid;
}
.share a{
	width: 100%;
	text-decoration: none;
	border-bottom: 1px dashed;
}
.share .socseti a{
	border-bottom: none;
}

.calendar {
	padding-left:2rem;
	background: #fff url(../images/calendar.svg) no-repeat left 0 center / 1rem auto;
	margin-bottom:1rem;
}
.favorites{
	padding-left:2rem;
	background: #fff url(../images/065-bookmark.svg) no-repeat left 0 center / 1rem auto;
	margin-bottom:1rem;
}

.share .socseti{
	padding-left:2rem;
	background: #fff url(../images/078-share.svg) no-repeat left 0 center / 1rem auto;
}

.pluso-more{
	display:none!important;
}

.pluso-010010010101-04 .pluso-wrap a{
	width:1.5rem!important;
	height:1.5rem!important;
	border-radius: 0.2rem;
	border-bottom:none;
}

.pluso-010010010101-04 .pluso-wrap a.pluso-vkontakte {
	background-position: -127px -2px!important;
}
.pluso-010010010101-04 .pluso-wrap a.pluso-odnoklassniki {
	background-position: -96px -2px!important;
}
.pluso-010010010101-04 .pluso-wrap a.pluso-facebook {
	background-position: -3px -2px!important;
}
.pluso-010010010101-04 .pluso-wrap a.pluso-twitter {
	background-position: -33px -2px!important;
}
.pluso-010010010101-04 .pluso-wrap a.pluso-google {
	background-position: -189px -2px!important;
}
.pluso-010010010101-04 .pluso-wrap a.pluso-moimir {
	background-position: -220px -2px!important;
}
.pluso-010010010101-04 .pluso-wrap a.pluso-email {
	background-position: -685px -4px!important;
}


.organizer-events{
	border:1px solid #f2f4f5;
	padding:0.9rem;
	margin-bottom:1rem;
}
.organizer-events .name{
	font-weight:bold;
	margin-bottom:1rem;
}
.logo-company{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.company-events{
	font-weight:600;
	color:#920001;
}
.company-events a{
	text-decoration: none;
}
.logo-company img{
	margin-right:1.25rem;
	max-width: 7rem;
}
.feedback{
	background: #fff url(../images/chat-ser.svg) no-repeat left 0.35rem / 0.75rem auto;
}
.feedback a{
	margin-left: 1.25rem;
	font-size:0.75rem;
	opacity:0.7;
	border-bottom:1px dashed;
	text-decoration:none;
}
.feedback a:hover{
	border-bottom:none;
}
.description-events{
	margin-top:1.325rem;
	margin-bottom:1rem;
}
.organizer-events .info-social{
	padding:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.organizer-events .fa{
	width:1.25rem;
	height: 1.75rem;
	background-position-y: 6px;
	background-size:100%;
}

.internet-fa{
	background: url(../images/internet-ser.svg) no-repeat;
}
.email-fa{
	background: url(../images/email-ser.svg) no-repeat;
}
.info-social a:hover .internet-fa{
	background: url(../images/internet.svg) no-repeat;
	background-position-y: 6px;
	background-size:100%;
}
.info-social a:hover .email-fa {
	background: url(../images/email.svg) no-repeat;
	background-position-y: 6px;
	background-size:100%;
}

.about-events{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
}
.column{
	display:block;
	width:50%;
}

.about-events .item-about{
	margin-bottom:1.375rem;
}
.about-events .item-about:last-child{
	margin-bottom:1rem;
}

.about-events .event-date {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-left: 3rem;
	background: url(../images/calendar.svg) no-repeat 0 0.5rem / 1.375rem;
}
.about-events  .event-date :first-child {
	font-size: 1.875rem;
	font-weight: bold;
}
.about-events  .event-date :nth-child(2) {
	font-size: 1rem;
	text-transform: uppercase;
	opacity: 0.7;
}
.about-events .event-pay {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 1.25rem;
	font-weight: bold;
	padding-left: 3rem;
	background: url(../images/pay.svg) no-repeat 0 0 / 1.375rem;
}

.about-events .event-place{
	-webkit-box-flex: 1.2;
	    -ms-flex: 1.2;
	        flex: 1.2;
	min-width: 0;
	padding-left: 2.5rem;
	line-height: 1.4;
	background: url(../images/location.svg) no-repeat 0 0.25rem / 1rem;
}
.about-events .event-place :first-child {
	font-size: 1.25rem;
}
.about-events .event-city{
	-webkit-box-flex: 1.2;
	    -ms-flex: 1.2;
	        flex: 1.2;
	min-width: 0;
	padding-left: 2.5rem;
	line-height: 1.4;
	background: url(../images/city.svg) no-repeat 0 0.25rem / 1.5rem;
}
.about-events .event-city :first-child {
	font-size: 1.25rem;
}
.about-events .event-city a{
	text-decoration:none;
	border-bottom:1px solid;
}
.about-events .event-city a:hover{
	border-bottom:none;
}

.about-events .event-city .feedback a {
	margin-left: 1.25rem;
	font-size: 0.75rem;
	opacity: 0.7;
	border-bottom: 1px dashed;
	text-decoration: none;
	padding-top:0.25rem;
}
.about-events .event-city .feedback a:hover{
	border-bottom:none;
}
.events-content .events-h3{
	padding-top:0;
}

.events-content ul li, .events-content ol li {
	list-style-type: disc;
	margin-left: 1.3rem;
	padding-bottom: 0.825rem;
	color: #526475;
}
.events-content ul li{
	margin-left:2.5rem;
}
.events-content ul li ul li{
	margin-left:1.5rem;
}
.events-content ol li{
	 list-style-type: none;
}
.events-content ul li span{
	color: #09223a;
}
.events-content ul li ul, .events-content ol li ol{
	margin-top:1rem;
	margin-left:1rem;
}
.events-content ol {
	list-style: none; 
	counter-reset: li;
}
.events-content ol li:before {
	counter-increment: li; 
	content: counters(li,".") ". "; 
	padding-right:0.75rem;
}
.events-content ol li span{
	color: #09223a;
}

.events-content .content-frame {
	padding: 1.375rem 2rem 0.375rem 2rem;
}

.content-fill-gray{
	width: 100%;
	background:#f2f4f5;
	padding: 1.375rem 2rem 0.375rem 2rem;
	border-radius:0.5rem;
	margin-top:1.375rem;
	font-weight: normal;
	font-size: 1rem;
}
.content-fill-orange{
	width: 100%;
	background:#fff1e5;
	color:#ff7801;
	padding: 1.375rem 2rem 0.375rem 2rem;
	border-radius:0.5rem;
	margin-top:1.375rem;
	font-weight: 600;
	font-size: 1rem;
}
.content-fill-quotes{
	width: 100%;
	padding: 1.375rem 2rem 0.375rem 6.5rem;
	margin-top:1.375rem;
	font-size: 1rem;
	position:relative;
}
.content-fill-quotes:before{
	content:'“';
	font-size:17.5rem;
	color:#cbced1;
	position:absolute;
	left: -18px;
	top: -67px;
}
.content-fill-quotes span{
	font-size:0.75rem;
	opacity:0.7;
}

.events-content .divTableHeading {
	background-color: #526475;
	font-weight: normal;
	color:#fff;

}
.events-content .divTable{
	margin-top:1rem;	
}
.events-content .divTableHeading .divTableCell:last-child{
	text-align:right;
	padding: 0.75rem 4rem;
}

.price-events{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	border-bottom:1px solid #b5bcc4;
	
}

.price-option{
	width:50%;
	padding:0 0;
	padding-left:1rem;
	padding-bottom:1rem;
}
.price-events:last-child{
	border-bottom:none;
}
.price-events:last-child .price-option{
	padding-bottom:0;
	padding-top:1rem;
}



.events-content .divTableCell {
	display: table-cell;
	padding: 1rem 0;
	padding-right: 0;
	border-bottom: 1px solid #b5bcc4;
}
.events-content .divTableRow:last-child .divTableCell {
	padding-bottom: 1rem;
	padding-right:0;
}

.events-content .divTableCell:first-child{
	padding-left:1rem;
}

.small-text .price-events:last-child .price-option {
	padding-bottom: 0;
	padding-top: 0rem;
}
.small-text .places-name div:first-child {
	margin-bottom: 0rem;
	font-weight: 600;
}
.events-content .divTable {
	margin-bottom:1.5rem;
}

.tab-media h2{
	margin-right:2rem;
}

.events-anons .tab-media div{
	margin-right: 0.5rem;
	padding:0;
}

.registr-container{
	max-width: 970px;
	margin:0 auto;
	width:100%;
}
.registr-container .search-name{
	text-align:center;
	font-size:2rem;
	font-weight:600;
	margin-bottom:0.75rem;
}

.company-name{
	text-align:center;
	font-size:1rem;
	margin-bottom:1.5rem;
	font-weight:600;
}
.cols-registr{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.col-left {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.col-right{
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	padding-right:2rem;
}

.registr-container .col{
	width:44%;
}
.col-textarea{
	width:100%;
}
.registr-container .coltext{
	width:100%;
	margin:0;
	font-size:0.75rem;
}
.cols-registr input[type=text], .cols-registr textarea{
	padding: 0.5rem 1rem;
	width:100%;
}
.cols-registr textarea{
	height:9rem;
}
.main-search .cols-registr .col {
	margin-right: 1.95rem;
	/*margin-bottom: -1.75rem;*/
}

.registr-button{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-top:1.25rem;
}

button.submit-registr {
	width:auto;
	margin-top:0;
	padding-left: 2rem;
	padding-right: 2rem;
	text-indent: -9999px;
	background-image: url(../images/right-arrow-white.svg);
	background-position: center;
}

.border-events{
	border-bottom: 1px solid #e6ecf2;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.tab-media{
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
@media (max-width: 1023px){
	.tab-media h2{
		width:100%;
	}
	.share{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.registr-form{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.registr-form button.register{
		margin-right:2rem;
	}
	.share .socseti{
		width:100%;
	}
	.share .calendar{
		margin-right:3.5rem;
	}
	.main-search .cols-registr .col{
		margin-right: 1.75rem;
	}
}
@media (max-width: 800px){
	.events-content .divTable{
		display:none;
	}
}

@media (max-width: 640px){
	.about-events{
		display:block;
	}
	.column {
		width: 100%;
	}
	.about-events .item-about:last-child {
		margin-bottom: 1.375rem;
	}
	.cont-text-img {
		margin-bottom:1.5rem;
	}
	.cont-text-img .cont-img {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	#events-list-mob .share button.register {
		margin-right: 0;
		width:100%;
	}
	.share .calendar {
		margin-right: 0;
		width:100%;
	}
	.favorites{
		width:100%;
	}
	#events-list-mob .description-events{
		display:none;
	}
	#events-list-mob .organizer-events .info-social{
		margin-top:1rem;
	}
	#events-list-mob .banner-wrap {
		display: block;
	}
	#events-list-mob .events-list {
		margin-bottom:2rem;
	}
	.tab-media{
		display:block;
	}
	.tab-media .tab-event{
		font-size:1.25rem;
	}
	.tab-media .on {
		font-size: 1.5rem;
	}
	.tab-media .tab-f, .tab-media .tab-v, .tab-media .tab-place{
		width:-webkit-max-content;
		width:-moz-max-content;
		width:max-content;
	}
	.events-forym-wrapper h1 {
		font-size: 2rem;
	}
	.content-reviews .article-header{
		display: none; 
	}
	.content-reviews .article-author {
		position: relative;
		padding: 0.5rem 0 0.5rem 4rem;
	}
	.content-reviews .article-text {
		height: 1rem;
	}
	.events-feedback .content-reviews button.upload{
		width:100%;
	}
	.events-feedback  aside{
		display:none;
	}
	.registr-container .search-name{
		font-size:1.5rem;
	}
	.company-name{
		padding:0 1rem;
	}
	.col-left{
		display:block;
	}
	.main-search .search-events .col{
		display:block;
	}
	.registr-container .col{
		width:100%;
	}
	.col-right {
		padding-right: 0;
	}
	.registr-button{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	button.submit-registr{
		-webkit-box-ordinal-group:0;
		    -ms-flex-order:-1;
		        order:-1;
		width:100%;
		margin-bottom:1rem;
	}
}
.search-wrapper {
	
}
.found {
	font-size:1rem;
	font-weight:600;
	padding-bottom:1.75rem;
}
.found.not-first {
	padding-top:1.75rem;
}
.search-results h2 {
	padding-top:0;
}
.events-search {
	padding-bottom: 1rem;
}
.events-search .subscribe-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0.75rem;
} 
.events-search .recommendt-reporter{
	margin-bottom:2.75rem;
}
.events-search .news-title{
	padding-left:1.75rem;
	line-height: 1.25em;
	padding-bottom:0;
}

.inactive{
	opacity:0.7;
}
.iten-search .show-more{
	margin-bottom:0.5rem;
}

input.city {
	background: #fff url(../images/loading.svg) no-repeat right 1rem center / 1rem auto;
}

input.city:hover, input.city:focus{
	background: #fff url(../images/loading-orange.svg) no-repeat right 1rem center / 1rem auto;
	border:1px solid #ff7801;
}
.search-news-list .search-title {
	margin-top: 0;
	padding-bottom: 0.75rem;
}
.search-news-list .search-title:before {
	content: ' ';
	display: inline-block;
	line-height: 1;
	background: url(../images/search.svg) no-repeat 0 0 / 1rem;
	width: 2rem;
	height: 2rem;
	position: absolute;
	left: 0;
}
.search-title{
	margin-top:0.25rem;
}

button.search-text{
	background: url(../images/search-white.svg) no-repeat;
	height: 3rem;
	width:3rem;
	background-size: 1.125rem auto;
	background-color: #920001;
	background-position:center;
}
button.search-text:hover{
	background-color:#ff7801;
}

.subscribe-search {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.subscribe-search input[type=text] {
	padding: 0.5rem 1rem;
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-right:1rem;
}

.search-text{
	font-size:1rem;
	font-weight:600;
	padding:1rem 0 0 0;
}

.search-top{
	margin-bottom:0rem;
	margin-top:1rem;
}
/*.search-news-1024-1{
	display:none;
}*/
.show-more a{
	display: inline-block;
    white-space: nowrap;
    margin-right: 1.5rem;
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    color: #777e87;
    text-decoration: none;
    border-bottom: 1px dashed #777e87;
}
.show-more a:hover{
	border-bottom: 1px dashed #fff;
}
@media (max-width: 1023px){
	.search-news-1024-1{
		margin-top:1rem;
	}
	.search-wrapper .two-cols.fluid > aside{
		-webkit-box-ordinal-group:0;
		    -ms-flex-order:-1;
		        order:-1;
	}
	.events-search input[type=text]{
		width:100%;
	}
	.open-mob{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.open-mob .news-input{
		width:33.3333%;
		
	}
	.iten-search .open-mob input[type=checkbox] + label, input[type=radio] + label{
		padding-right:2rem;
	}
	.show-container{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.open-mob  .col{
		width:100%;
	}
	.open-mob .news-input:only-child{
		width:100%;
	}
}

@media (max-width: 640px){
	.events-search .subscribe-footer{
		display: block;
		margin-top: 0rem;
	}
	.events-search .events-info .link-button {
		margin: 0.5rem 0 0;
	}
	.reporter-event-text p {
		padding: 0;
		padding-bottom: 1rem;
		text-align: left;
	}
	.reporter-event-text .topics-new {
		margin: 0 auto 0.75rem;
		width: 100%;
	}
	.events-search input[type=text] {
		width: 100%;
	}
	.reporter-event-text .submit {
		margin: 0;
		width: 100%;
		margin-bottom: 1rem;
	}
	.subscribe-search{
		display:block;
	}
	.events-search button.search-text{
		width:100%;
	}
	.events-search button.submit:after{
		background:none;
	}
	.search-news-list .arrow-top .news-title:after {
		margin-top: -15px;
	}
}
.news-search, .places-search{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	margin-left:-1rem;
	margin-right:-1rem;
}
.news-search .news-item {
	position: relative;
	background: #fff;
	border: 1px solid #e6ecf2;
	width: 282px;
	margin: 1rem;
}
.news-search .news-type {
	position: absolute;
	left: 1rem;
	top: 1rem;
	padding: 0.5rem 1rem;
	font-size: 0.75rem;
	line-height: 1rem;
	text-transform: uppercase;
	background: #fff;
}
.news-search .news-video {
	position: absolute;
	right: 1rem;
	top: 5rem;
	width: 3rem;
	height: 3rem;
	background: #fff;
	border-radius: 50%;
}
.news-search .news-video:before {
	position: absolute;
	top: 0.625rem;
	left: 1rem;
	width: 0; 
	height: 0; 
	border-top: 0.875rem solid transparent;
	border-bottom: 0.875rem solid transparent;
	border-left: 1.5rem solid #ff7801;
	content: '';
}
.news-search .news-video:after {
	position: absolute;
	top: 0.85rem;
	left: 1.125rem;
	width: 0;
	height: 0;
	border-top: 0.65rem solid transparent;
	border-bottom: 0.65rem solid transparent;
	border-left: 1.15rem solid #fff;
	content: '';
}
.news-search .news-photo {
	display: block;
	width: 100%;
	height: 9rem;
	background: no-repeat center top / cover;
}
.news-search .news-info {
	padding: 1rem;
}
.news-info .news-text img {
	display:none;
}
.news-search .news-date {
	font-size: 0.75rem;
	opacity: 0.7;
}
.news-search .news-name {
	display: block;
	overflow: hidden;
	margin: 0.5rem 0 1rem;
	height: 3.75rem;
	color: #920001;
	font-weight: bold;
	text-decoration: none;
}
.news-search .news-text {
	overflow: hidden;
	margin-bottom: 1.25rem;
	height: 8.75rem;
}




.places-search .location {
	height: 100%;
	padding: 1rem;
	border: 1px solid #e6ecf2;
	width: 282px;
	margin: 1rem;
}
.places-search .location-photo {
	display: block;
	height: 4rem;
	background: no-repeat center / contain;
}
.places-search .location-info {
	text-align: center;
}
.places-search .location-name {
	display: inline-block;
	overflow: hidden;
	margin: 1rem 0 0.5rem;
	max-width: 100%;
	height: 3.75rem;
	font-weight: bold;
	text-decoration: none;
	word-wrap: break-word;
}
.places-search .location-place {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	padding: 0 0 0 1.5rem;
	background: url(../images/location.svg) no-repeat 0 0.1rem / 0.75rem;
}

.materials-item{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:2rem;
}
.materials-item .news-name {
	display: block;
	overflow: hidden;
	margin: 0.5rem 0 1rem;
	color: #920001;
	font-weight: bold;
	text-decoration: none;
}
.materials-item .news-text {
	margin-bottom: 1.25rem;
}
.materials-item .event-photo {
	width: 8rem;
	height: 6rem;
	margin-top: 10px;
	margin-right:1rem;
}
.materials-item .event-photo a {
	display: block;
	width: 100%;
	height: 100%;
}
.materials-item .event-info{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 0;
}

@media (max-width: 1023px){
	.news-search .news {
		width: 350px;
	}
	.places-search .location{
		width: 224px;
	}
}
@media (max-width: 640px){
	.locations-new {
		border-top: 1px solid #e6ecf2;
	}
	.locations-new h2 {
		text-align: center;
	}
	.places-search .location-place {
		white-space: normal;
		text-align: left;
	}
	.news-search .news {
		width: 328px;
	}
	.places-search .location{
		width: 155px;
		margin-right: 0.5rem;
	}
	.materials-item{
		display:inline-block;
	}
	.materials-item  .event-photo {
		width: 100%;
		height: 10.5rem;
		margin-bottom:1rem;
	}
	.materials-item  .event-photo div{
		width: 100%;
		height: 10.5rem;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

.search-fill-noresult{
	width: 100%;
	background: #f9f2f2;
	padding: 1.375rem 2rem 0 2rem;
	font-size: 1rem;
	border-radius:0.5rem;
	margin-bottom:1rem;
}
.search-fill-noresult p{
	padding-left:2.375rem;
}
.not-found{
	background: url(../images/sad.svg) no-repeat  0.1rem / 1.25rem;
	color:#920001;
	padding-left:2.375rem;
	font-weight:600;
	margin-bottom:1rem;
}
.noresult-f{
	border-radius:0.5rem;	
	margin-bottom:1rem;
}
.container-search{
	margin: 0 auto;
	max-width: 1280px;

}
.search-events-noresult{
	padding:0 8.5rem;
}

.search-top-f{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:1.1875rem;
}
.search-top-f .col{
	width:12rem;
	margin-right:2rem;
}
.search-top-f .col:last-child{
	margin-right:0;
}
.search-events-noresult input[type=text], .search-events-noresult input[type=password], .search-events-noresult textarea {
	padding: 0.5rem 1rem;
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.search-events-noresult textarea{
	height:6rem;
}
.search-events-noresult button.submit-registr{
	margin-left:3.75rem;
}

@media (max-width: 1023px){
	.search-events-noresult{
		padding:0 3rem;
	}
	.search-events-noresult textarea {
		width:100%;
	}
}
@media (max-width: 640px){
	.search-events-noresult{
		padding:0;
	}
	.search-top-f{
		display:block;
	}
	.search-top-f .col{
		width:100%;
	}
	.registr-container .col{
		-webkit-box-ordinal-group:-1;
		    -ms-flex-order:-2;
		        order:-2;
	}
	.search-events-noresult button.submit-registr {
		margin-left: 0;
		margin-top:1rem;
		text-indent: -9999999px;
		padding-left:0;
		background-image: url(../images/right-arrow-white.svg);
	}
	.noresult-f{
		margin-left:-1rem;
		margin-right:-1rem;
		padding:0 1rem;
		border-radius:0;
	}
}

.search-fill-help {
	width: 100%;
	background: #f2f4f5;
	padding: 1.375rem 2rem 0 2rem;
	font-size: 1rem;
	border-radius:0.5rem;
	margin-bottom:1rem;
}
.search-fill-help p {
	padding-left: 2.375rem;
}
.search-fill-help :first-child {
	position: relative;
	padding-left: 2.375rem;
	font-weight: 600;
}
.search-fill-help :first-child:before{
	content:'';
	position:absolute;
	left:0;
	width:1.25rem;
	height:1.25rem;
	background: url(../images/left-arrow.svg) no-repeat  0.1rem / 1.25rem;
}
@media (max-width: 1023px){
	.search-fill-help :first-child:before{
		-webkit-transform:rotate(90deg);
		    -ms-transform:rotate(90deg);
		        transform:rotate(90deg);
		top:3px;
	}
}

.dashed-help{
	margin: 2rem 0 1rem;
	padding: 1rem 2rem 0 2rem;
	border: 0.25rem dashed #e6ecf2;
}
.name-help{
	position:relative;
	font-weight:600;
	margin-bottom:1rem;
}
.help-list{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.help-list a{
	margin-right:2.625rem;
	text-decoration:none;
	margin-bottom:1.25rem;
	border-bottom:2px solid #bdc0c4;
}
.help-list a:hover{
	color:#ff7801;
	border-bottom:2px solid #ffd3bc;
}

@media (max-width: 640px){
	.help-list a{
		margin-right:0;
	}
}

.events-search-carousel .event {
	border: 1px solid #e6ecf2;
}
.events-search-carousel .event-photo {
	display: block;
	height: 12rem;
	background: no-repeat center top / cover;
}
.events-search-carousel .event-info {
	padding: 1rem;
}
.events-search-carousel .event-info:after {
	content: "";
	display: table;
	clear: both;
}
.events-search-carousel .event-type {
	font-size: 0.75rem;
	text-transform: uppercase;
	opacity: 0.7;
}
.events-search-carousel .event-name {
	display: block;
	overflow: hidden;
	margin: 1rem 0;
	height: 3.75rem;
	color: #920001;
	font-weight: bold;
	text-decoration: none;
}
.events-search-carousel .event-date {
	margin-bottom: 1rem;
	padding-left: 2rem;
	background: url(../images/calendar.svg) no-repeat 0 0.45rem / 1rem;
}
.events-search-carousel .event-date :first-child {
	font-size: 1.5rem;
	font-weight: bold;
}
.events-search-carousel .event-date :nth-child(2) {
	font-size: 0.75rem;
	text-transform: uppercase;
	opacity: 0.7;
}
.events-search-carousel .event-place {
	margin-bottom: 1.25rem;
	padding-left: 2rem;
	background: url(../images/location.svg) no-repeat 0 0.15rem / 0.75rem;
}
.events-search-carousel .event-place :first-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.events-search-carousel .event-place :nth-child(2) {
	font-size: 0.75rem;
	opacity: 0.7;
}
.events-search-carousel .link-button {
	float: right;
}


/*place*/

.place-wrapper .owl-carousel .owl-item{
	/*height:321px;*/
}

#place-carousel{
	position:relative;
	margin-top:2rem;
}
#place-carousel .owl-dots{
	position: relative;
	max-width: 1280px;
	padding: 0 1rem;
	width: 100%;
	margin: 0 auto;
	margin-top: -3rem;
	z-index: 800;
}

#place-carousel .events-list {
	position: relative;
	background: #fff;
	border: 1px solid #e6ecf2;
	width:100%;
}


#place-carousel .owl-nav button.owl-next, #place-carousel .owl-nav button.owl-prev, #place-carousel  button.owl-dot{
	color:#80919c;
}

.place-wrapper h1{
	padding-top:0.75rem;
	    width: 70%;
}


.place-wrapper .article-rating {
	font-size: 0.75rem;
		-webkit-box-flex: 2.2;
		    -ms-flex: 2.2;
		        flex: 2.2;
}
.place-wrapper .article-rating .rating {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.5rem 0 0.75rem;
}
.place-wrapper .article-rating .rating i.full {
	background-image: url(../images/star.svg);
}
.place-wrapper .article-rating .rating i {
	display: inline-block;
	margin: 0 0 0 1px;
	width: 1rem;
	height: 0.875rem;
	background: url(../images/star0.svg) no-repeat 0 0 / contain;
}

.place-wrapper .article-rating span {
	opacity: 0.7;
}


.place-service{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
}

.service-item{
	width:50%;
}
.item-flex{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
}
.palce-text{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
}
.palce-text ul{
	width:50%;
	padding:0 1.25rem;
}


.palce-text ul li {
	margin-left: 2.5rem;
}
.palce-text ul li, .palce-text ol li {
	list-style-type: disc;
	margin-left: 1.3rem;
	padding-bottom: 0.825rem;
	color: #526475;
}

.palce-text ul li span {
	color: #09223a;
}

.place-table .divTableCell:first-child, .divTableHeading:first-child {
	padding: 0.75rem 2rem;
	width: auto;
}
.place-table {
	margin-bottom:1rem;
}
.place-content .tab-media{
	margin-bottom:1rem;
}
.place-table  .divTableHeading{
	background:#526475;
	color:#fff;
	font-weight:normal;
}

.event{
	position:relative;
}
.event .news-type{
	position: absolute;
	left: 1rem;
	top: 1rem;
	padding: 0.5rem 1rem;
	font-size: 0.75rem;
	line-height: 1rem;
	text-transform: uppercase;
	background: #fff;
}

.place-event .event-photo{
	width:17.175rem;
	height:11.5rem;
}

.place-event .event-name{
	margin-top:0;
}

.place-event .event-space {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-left: 2rem;
	background: url(../images/followers.svg) no-repeat 0  / 1rem;
	opacity:0.7;
}
.place-event .event-details{
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}

.place-event .event-square{
	-webkit-box-flex: 2.2;
	    -ms-flex: 2.2;
	        flex: 2.2;
	min-width: 0;
	padding: 0.25rem 0 0 2rem;
	line-height: 1.4;
	background: url(../images/expand.svg) no-repeat 0  / 1rem;
	opacity:0.7;
}

.place-banner{
	padding-bottom:1rem;
}

.place-wrapper .socseti {
	margin-top:2rem;
	padding-left: 2rem;
	background: #fff url(../images/078-share.svg) no-repeat left 0 center / 1rem auto;
}

.special-offers{
	background:#f2f4f5;
	border-radius:0.5rem;
	padding:1rem;
	margin-top:1.25rem;
	margin-bottom:2rem;
}
.img-background{
	height:15.625rem;
	background: url(../content/spec-bann.jpg);
	background-size: cover;
	margin-bottom:1rem;
}

.special-offers .article-text{
	overflow: hidden;
	margin-bottom: 1rem;
	height: 14.5rem;
}

.special-offers button.register {
	margin-top:2rem;
}


.cont-carousel{
	position:relative;
}
.place-company{	
	position: relative;
	z-index: 800;
	max-width: 1280px;
	padding: 0 1rem;
	width: 100%;
	margin: 0 auto;
}
.place-company.no-slider {
	display: none;
}

.company-cont {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	background:#fff;
	border:1px solid #e6ecf2;
	padding:1rem;
	position:absolute;
	right:1rem;
	bottom:-6rem;
}
.company-cont.company-aside {
	position: static;
	margin-top: -4rem;
}
.name-company{
	background: url(../images/company-tech.svg) no-repeat left 0 center / 15rem auto;
	width: 16rem;
	height: 8rem;
}

.place-bann{
	display:none;
}
.mid-banner-space{
	display:none;
}
@media (max-width: 1023px){
	.place-bann{
		display:block;
	}
	#place-list-mob aside{
		-webkit-box-ordinal-group:0;
		    -ms-flex-order:-1;
		        order:-1;
	}
	#place-list-mob{
		margin-bottom:1rem;
	}
	.place-info-list{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		flex-wrap:wrap
	}
	.item-place{
		width:50%;
	}
	.info-organizer {
		margin-bottom: 0;
	}
	.place-wrapper .socseti{
		margin-top: 1rem;
		margin-bottom:1.5rem;
	}
	.place-service{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.service-item {
		width: 100%;
	}
	.special-offers{
		margin-top:0;
	}
	.spec-list{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.img-background{
		width:16rem;
		margin-top: -2.5rem;
	}
	.text-spec{
		-webkit-box-flex:1;
		    -ms-flex:1;
		        flex:1;
		margin-left:1rem;
	}
	.special-offers .article-text{
		height:9.5rem;
	}
	.special-offers h3{
		margin-left:17rem;
	}
	.mid-banner-space{
		display:block;
		margin-left:-1rem;
		margin-right:-1rem;

	}
	.place-event .link-button{
		display:block;
	}
	.place-event .event-space{
		-webkit-box-flex:1;
		    -ms-flex:auto;
		        flex:auto;
	}
	.place-event .event-square{
		-webkit-box-flex:1;
		    -ms-flex:auto;
		        flex:auto;
	}
	.place-wrapper h1{
		width:70%;
	}
	.name-company {
		background: url(../images/company-tech.svg) no-repeat left 0 center / 12rem auto;
		width: 13rem;
		height: 6rem;
	}
}
@media (max-width: 640px){
	.place-wrapper h1 {
		width: 100%;
	}
}
@media (max-width: 767px){
	.mid-banner-space {
		display:none;
	}

}
@media (max-width: 640px){
	#place-carousel{
		display:none;
	}
	.company-cont{
		position:relative;
		bottom:0;
		right:0;
		top:1.5rem;
		margin-bottom:1.5rem;
	}
	.place-company.no-slider {
		display: block;
	}
	.company-cont.company-aside {
		display: none;
	}
	.name-company {
		background: url(../images/company-tech.svg) no-repeat left 0 center / 16rem auto;
		width: 100%;
		height: 11.5rem;
	}
	.place-info-list{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.item-place{
		width:100%;
	}
	#place-list-mob aside{
		-webkit-box-ordinal-group:0!important;
		    -ms-flex-order:-1!important;
		        order:-1!important;
	}
	.special-offers h3 {
		margin-left: 0;
	}
	.spec-list{
		display:block;
	}
	.img-background {
		width: 100%;
		margin-top: 0;
	}
	.tab-degrees{
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content; 
	}
	.place-content .tab-media{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.place-content .foto-content img, .place-content .video-content img {
		width: auto;
		height: auto; 
	}
	.palce-text{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.palce-text ul{
		width:100%;
	}
	.events-h3{
		font-size:1.25rem;
		border-bottom:1px dashed;
		padding-bottom:2px;
		margin-bottom:1rem;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	.palce-text{
		display:none;
	}
	.place-event .event{
		display:block;
	}
	.place-event .event-photo{
		display:block;
		width:100%;
		background-size: cover;
	}
	.event-info p{
		height: 3.5rem;
		overflow: hidden;
		padding-bottom: 0;
		margin-bottom:1rem;
	}
	.place-event .event-details{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;

	}
	.place-event .link-button{
		width:100%;
		margin:1.25rem 0 0 0;
	}
	.place-anons .content-reviews .article-text{
		height:auto;
	}
	.place-anons{
		margin-bottom:2rem;
	}
	.place-anons aside{
		display:block;
		margin-top:2rem;
	}
	.place-bann {
		display: none;
	}
}


/*place-hall*/
.name-place-hall {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:2rem 0;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.name-place-hall .company-cont {
	display: block;
	background: #fff;
	border: 1px solid #e6ecf2;
	padding: 0rem;
	position: relative;
	right: 0;
	bottom:0;
	margin-right:2rem;
}
.name-place-hall .name-company {
	background: url(../images/company-tech.svg) no-repeat left 0.45rem center / 8rem auto;
	width: 8.75rem;
	height: 5rem;
}
.place-hall-name{
	width:100%;
}
.place-hall-name h1{
	padding-bottom:0.5rem;
}
.place-hall-name .hall-name{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.place-hall-name .hall-name .name{
	font-size:2rem;
	opacity:0.7;
	margin-bottom:0;
	-webkit-box-flex: 6;
	    -ms-flex: 6;
	        flex: 6;
}

.place-gallery{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left:-0.5rem;
	margin-right:-0.5rem;
}

.place__photoes{
	background: #09223a;
	width: 138px;
	height: 90px;
	margin:1rem 0.5rem;
	position:relative;
	overflow: hidden;
}
.place__photoes:hover img{
	opacity:0.7;
}
.active-list{
	border:1px solid #ff7801;
}

.place__photoes .news-video {
	position: absolute;
	top: 5.85rem;
	width: 3rem;
	height: 3rem;
	background: #fff;
	border-radius: 50%;
	left: 66%;
	margin-left: -44px;
}

.place__photoes .news-video:before {
	position: absolute;
	top: 0.625rem;
	left: 1rem;
	width: 0;
	height: 0;
	border-top: 0.875rem solid transparent;
	border-bottom: 0.875rem solid transparent;
	border-left: 1.5rem solid #ff7801;
	content: '';
}
.place__photoes .news-video:after {
	position: absolute;
	top: 0.85rem;
	left: 1.125rem;
	width: 0;
	height: 0;
	border-top: 0.65rem solid transparent;
	border-bottom: 0.65rem solid transparent;
	border-left: 1.15rem solid #fff;
	content: '';
}


.place-panorama{
	position: absolute;
	top: 1.4rem;
	width: 3rem;
	height: 3rem;
	background: #fff;
	border-radius: 50%;
	left: 66%;
	margin-left: -44px;
}


.place__photoes .place-panorama:after {
	position: absolute;
	top: 1.1rem;
	left: 1rem;
	width: 0.85rem;
	height: 0.85rem;	
	content: '3D';
	background:#fff;
	color:#ff7801;
	font-size:0.6875rem;
	font-weight:600;
}

.place__photoes .place-panorama:before{
	position: absolute;
	top: 0.65rem;
	left: 0.65rem;
	width: 1.75rem;
	height: 1.75rem;
	background: url(../images/cube.svg) no-repeat ;
	content: '';
}

#place-list-place .banner-video-news img{
	height:530px;
}
#place-list-place{
	margin-bottom:0.5rem;
}
#place-list-place .bann-video-place {
	position: absolute;
	top: 39%;
	width: 9.25rem;
	height: 9.25rem;
	left: 52%;
	margin-left: -74px;
	margin-top: -74px;
	background: #fff;
	border-radius: 50%;
}


.item-place .event-details {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.item-place .event-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size:1.25rem;
}

.item-place .event-space {
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
	padding-left: 2rem;
	background: url(../images/followers.svg) no-repeat 0 / 1.25rem;
	opacity: 0.7;
}

.item-place .event-square {
	-webkit-box-flex: 4.7;
	    -ms-flex: 4.7;
	        flex: 4.7;
	min-width: 0;
	padding: 0.25rem 0 0 2rem;
	line-height: 1.4;
	background: url(../images/expand.svg) no-repeat 0 / 1.25rem;
	opacity: 0.7;
}

.sale-money{
	margin-left:0.75rem;
}

.place-anons{
	margin-bottom:3rem;
}

@media (max-width: 1023px){
	.place-hall-name h1{
		width:100%;
	}
	.place-hall-name .hall-name .name{
		-webkit-box-flex: inherit;
		    -ms-flex: inherit;
		        flex: inherit
	}
	.place-wrapper .article-rating{
		-webkit-box-flex: inherit;
		    -ms-flex: inherit;
		        flex: inherit	
	}
	.name-place-hall{
		-webkit-box-align:start;
		    -ms-flex-align:start;
		        align-items:flex-start;
		
	}
	.name-place-hall .company-cont{
		margin-top:0.75rem;
	}
	#place-list-place  aside{
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
	}
	#place-list-place .banner-video-news img {
		height: 420px;
	}
	#place-list-place .mid-banner {
		display:none;
	}
	.item-place .event-space{
		-webkit-box-flex:1;
		    -ms-flex:auto;
		        flex:auto;
	}
	.item-place .event-square{
		-webkit-box-flex:1;
		    -ms-flex:auto;
		        flex:auto;
	}
	.place-anons aside{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		margin-top:2rem;
	}
}

@media (max-width: 640px){
	.name-place-hall .company-cont{
		display:none;
	}
	.place-hall-name .hall-name{
		display:block;
	}
	.place-wrapper .article-rating{
		margin-top:1rem;
	}
	.place-hall-name h1 {
		font-size:1.875rem;
	}
	.place-hall-name .hall-name .name{
		font-size:1.5rem;
	}
	
	#place-list-place .banner-video-news img {
		height: 186px;
	}
	#place-list-place .bann-video-place {
		position: absolute;
		top: 27%;
		width: 6.25rem;
		height: 6.25rem;
		left: 58%;
		margin-left: -74px;
		margin-top: -74px;
		background: #fff;
		border-radius: 50%;
	}
	.banner-video-news .news-video:after {
		position: absolute;
		top: 2rem;
		left: 2.35rem;
		width: 0;
		height: 0;
		border-top: 1.25rem solid transparent;
		border-bottom: 1.25rem solid transparent;
		border-left: 2rem solid #fff;
		content: '';
	}
	.banner-video-news .news-video:before {
		position: absolute;
		top: 1.25rem;
		left: 2rem;
		width: 0;
		height: 0;
		border-top: 2rem solid transparent;
		border-bottom: 2rem solid transparent;
		border-left: 3rem solid #ff7801;
		content: '';
	}
	.place__photoes .news-video:before {
		position: absolute;
		top: 0.625rem;
		left: 1rem;
		width: 0;
		height: 0;
		border-top: 0.875rem solid transparent;
		border-bottom: 0.875rem solid transparent;
		border-left: 1.5rem solid #ff7801;
		content: '';
	}
	.place__photoes .news-video:after {
		position: absolute;
		top: 0.85rem;
		left: 1.125rem;
		width: 0;
		height: 0;
		border-top: 0.65rem solid transparent;
		border-bottom: 0.65rem solid transparent;
		border-left: 1.15rem solid #fff;
		content: '';
	}
	.place__photoes {
		width: 98px;
		height: 65px;
	}
	.place__photoes .news-video {
		position: absolute;
		top: 5.25rem;
		width: 3rem;
		height: 3rem;
		background: #fff;
		border-radius: 50%;
		left: 72%;
		margin-left: -44px;
	}
	.place-panorama {
		position: absolute;
		top: 0.6rem;
		width: 3rem;
		height: 3rem;
		background: #fff;
		border-radius: 50%;
		left: 72%;
		margin-left: -44px;
	}
	.main-search button{
		margin-top:1rem;
	}
}

.place-list{
	margin-bottom:2rem;
}
.place-list .place-top{
	margin-top:1rem;
}
@media (max-width: 640px){
	.place-list-search  .arrow-top .news-title:after{
		margin-top: 9px;
	}
}



/*new events*/
.flex-toggle{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:0.75rem;
}
.flex-toggle .center-toggle {
	position: relative; 
	left: 16px; 
	top: 0; 
}
.flex-toggle .switch{
	height: 19px;
}
.flex-toggle .slider:before {
	height: 13px;
	width: 14px;
	left: 4px;
	bottom: 2px;
}
.events-toggle .form-name{
	margin-top:0;
}

.sx-1{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.data-dash{
	margin:0.5rem 1rem 0 1rem;
}

.premium-events .form-name{
	margin-top:0;
}
.premium-events .flex-toggle{
	margin-bottom:0;
}



.question{
	width:1rem;
	height:1rem;
	background: url(../images/question.svg) no-repeat 0 / 1rem;
	margin-left: 3rem;
	margin-top: 2px;
	cursor:pointer;
	position:relative;
}
.question1{
	width:1rem;
	height:1rem;
	background: url(../images/question.svg) no-repeat 0 / 1rem;
	margin-left: 0;
	margin-top: 5px;
	cursor:pointer;
	position:relative;
}
.question1:hover{
	background: url(../images/question-hover.svg) no-repeat 0 / 1rem;
}
.question1:hover:after{
	position: absolute;
	background: #fff;
	width:13rem;
	padding: 1rem;
	z-index: 800;
	left:-65px;
	top: -108px;
	color:#09223a;
	opacity:0.7;
	border: 1px solid #e6ecf2;
	border-radius: 0.5rem;
	content: attr(data-title);
	box-shadow: 0px 5px 27px -13px rgb(9, 34, 58, 0.5);
}
.question1:hover:before{
	position: absolute;
	z-index: 801;
	left:-3px;
	top: -15px;
	border: 10px solid transparent;
	border-top: 10px solid rgb(255, 255, 255);
	display: block;
	width: 0;
	height: 0;
	content: "";
	box-shadow: 0px 5px 15px -13px #09223a;
}
.opacity-neactive{
	opacity:0.5;
}
@media (max-width: 1023px){
	.question1:hover:after{
		opacity:1;
		left: -17px;
	}
	.lk-form .form-name1 {
		margin-bottom:1rem;
	}
	.center-toggle {
		left: 0px;
	}
}
@media (max-width: 660px){
	.signature .question1:hover:after{
		left: 0;
	}
	
}

.question:hover{
	background: url(../images/question-hover.svg) no-repeat 0 / 1rem;
}

.signing-up .question{
	margin-left:0;
}
.col-block:first-child{
	margin-top:0;
}
.maps .addr-toggle{
	margin-left: 1rem;
}
.maps .center-toggle {
	top: 11px;
}
.maps .flex-toggle .center-toggle {
	position: relative;
	left: 16px;
	top: 0;
}
.map-events{
	height:18rem;
}
.save-new-events{
	margin-top:1rem;
}
.save-new-events .col-block-button{
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
}

.event-new .form-name{
	margin-top:0.4rem;
}
.event-new .star-rating i {
	display: inline-block;
	margin: 0 0 0 5px;
	width: 1.75rem;
	height: 1.5rem;
	background: url(../images/star0.svg) no-repeat 0 0 / 1.5rem;
}
.ck.ck-editor {
	width: 100%!important;
}    
/*.question:hover:before {
	content: '';
	position: absolute;
	top: -28px;
	right: 3rem;
	left: 248px;
	border: 12px solid transparent;
	border-bottom: 15px solid #e6ecf2;
}*/

/* для генерации подписей на баннере (мероприятия, зал) */
.top-left {
    position: absolute;
    top: 25px;
    left: 13%;
}
.banner-text-anounce {
	color: #fdfdfd;
    font-size: x-large;
    font-weight: 600;
    text-transform: uppercase;
    width: 300px;
    line-height: 1.5;
}
.banner-text-type {
	padding-bottom: 0;
	font-size: large;
}
.banner-text-date {
	color:#f214ca;
	font-weight: 500;
}
.banner-text-city {
	color:#f214ca;
	font-weight: 600;
	font-size: small;
}
/* для генерации подписей на баннере (мероприятия, зал) */

table.social-links {
	width: 100%;
}
table.social-links td {
	padding: 0.25rem;
}
table.social-links td:first-child {
	width: 2.5rem;
}
@media (max-width: 1023px){
	.spec-event .center-toggle {
		left: -14px;
	}
	.lk-form  .spec-event .form-name{
		margin-left:2rem;
	}
}

@media (max-width: 900px){
	.place-table .divTableCell:first-child, .divTableHeading:first-child {
		padding: 0.75rem 1rem;
		width: auto;
	}
	.divTableCell, .divTableHead, .divTableCell a{
		font-size:0.85rem;
	}
}
@media (max-width: 730px){
	.divTableHeading{
		display:none!important;
	}
	.divTableRow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom:2rem;
		border: 1px solid #b5bcc4;
	}
	.divTableCell, .divTableCell:first-child, .divTableHeading:first-child{
		width:100%;
		max-width:100%;
		text-align:center;
		padding:1rem;
	}
	.divTableCell:last-child{
		border-bottom:none;
	}
	.edit-item, .divTableCell .event-place{
		width: 100%;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.tarif{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top:0.75rem;
	}
	.hall div:first-child{
		font-size:0.6rem;
		max-width: 6rem;
		width: 100%;
	}
	.a-place {
		text-align: left;
	}
	.load-org{
		height:4rem;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
		margin-left: -12rem;
	}	
	.places-name div:first-child {
		margin-bottom: 0;
	}
	.divTableRow:last-child .divTableCell {
		padding-bottom: 1rem;
	}
	.divTableCell .remove {
		margin-bottom: 0rem;
	}
	.divTableCell .edit {
		margin-right:2rem;
		margin-bottom: 0rem;
	}
}
@media (max-width: 660px){
	button.pred {
		margin-right: 0rem;
	}
}
@media (max-width: 330px){
	.divTableCell .edit {
		margin-right:0;
		width:140px;
		margin-bottom: 1rem;
	}
	.divTableCell .remove {
		width:140px;
	}
}



#tags{
	float:left;
    border: 1px solid #09223a;
    border-radius: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	width: 100%;
    max-width: 30rem;
    position: relative;
	overflow-x: auto;
}
@media (max-width: 660px){
	#tags{
		width: 100%;
		max-width: 100%;
		position: relative;
	}
}
#tags > span{
    cursor:pointer;
	display:block;
	float:left;
	color:#09223a;
	padding: 5px 15px;
    padding-right: 40px;
	border:1px solid #b5bcc4;
	margin-left:1rem;
	border-radius: 0.25rem;
	white-space: nowrap;
}
#tags > span:hover{
  opacity:0.3;
}
#tags > span:after{
     position: absolute;
    content: "×";
    font-size: 23px;
    top: 10px;
    margin-left: 12px;
	opacity:0.5;
}
#tags > input{
  border:0;
}
#tags input[type=text]:focus, #tags input[type=email]:focus, #tags input[type=number]:focus, #tags input[type=password]:focus, #tags textarea:focus {
    /*border: 1px solid #ff7801;*/
    box-shadow: none;
}

ol.content-ol{
	list-style: decimal;
	padding-left:30px;
}
 ol.content-ol li{
	margin-bottom:10px;
}
ul.content-ol{
	list-style: disc;
	padding-left:30px;
	margin-bottom:1rem;
}
ul.content-ol li{
	margin-bottom:10px;
}
.static-str{
	margin-bottom:2rem;
}
.static-str table{
	padding:1rem 0;
}
.static-str td{
	padding:10px;
}

.ck-content ul {
	list-style-type: disc!important;
}
.ck-content ol {
	list-style-type: decimal;
}
.ck-content ul, ol {
	margin-left: 15px;
}
.ck-content ul li, ol li {
	line-height:24px;
}
.news-items ul{
	list-style-type: disc;
    padding-left: 2rem;
}
.news-items ul li{
	line-height:24px;
}
.container ul{
	list-style-type: disc;
    padding-left: 2rem;
}
.container ul li{
	line-height:24px;
}