/*********************************
* Дополнительные кастомные стили *
*********************************/
h1 span {
	font-size: 28px;
    font-weight: 100;
    color: #1c1c1c;
}

.icon_group-nav {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin-top: 10px;
}
.icon_group-nav .icon_item {
	position: relative;
}
.icon_group-nav .icon_item > span {
	position: absolute;
	top: -7px;
	right: -7px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 100%;
	font-weight: 400;
	font-size: 9px;
	color: #212529;
}
.header-buttons-box {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-end;
}
.mobile-burger-button {
	display: none;
}
.navbar-toggle {
	background-color: transparent;
    border: 1px solid transparent;
}
.navbar-toggle:focus {
	outline: 0;
}
.icon-bar {
	display: block;
    width: 24px;
    height: 3px;
    border-radius: 1px;
	background-color: #BA935F;
	margin: 4px 0;
}
.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}
.navbar-toggle .icon-bar:nth-of-type(1) {
    margin-top: 0;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
    margin-bottom: 3px;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 7px;
    transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -7px;
    transform: rotate(-45deg);
}
#menu,
#account_menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 118px;
	width: 100%;
	background: #2F2F2F;
	padding-bottom: 30px;
	z-index: 10;
	text-align: center;
	list-style-type: none;
	padding-left: 0;
	height: 100vh;
    overflow-y: auto;
}
#menu li,
#account_menu li {
	margin: 20px 0;
	font-family: Fira Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 28px;
}
#menu li a,
#account_menu li a {
	text-decoration: none;
	color: #fff;
}
#menu .menu-button,
#account_menu .menu-button {
	border-radius: 5px;
	background: #505050;
	padding: 10px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 368px;
	margin: 20px auto;
}
#menu .menu-button img
#account_menu .menu-button img {
	margin-right: 10px;
    margin-top: -5px;
}
#menu .footer_subscribe_social  {
	/* position: fixed; */
    /* bottom: 30px; */
	margin-top: 30px;
}
.advantages .advantages_item {
	flex: 0 0 25%;
	align-items: flex-start;	
}
.advantages .advantages_item .advantages_text {
	font-size: 14px;
	line-height: 140%;
	flex: 0 0 10em;
}
#popular_block .item {	
	background: #BA935F;
}
#popular_block .item a {
	color: #fff;
}
#news6 .news-list {
	gap: 1em;
}
#news6 .news-item, #news6 .news-item-shadow {
	height: 28em;
	flex: 0 0 calc(33% - 0.5em);
}
#news6 .news-item {
	margin: 0;
}
#news6 .news-title-text {
	top: 28em;
}
#about_content #block2 .advantages_numbers-block {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0em;
}
.footer_licence_agreement {
	display: none;
	font-size: 14px;
	font-weight: 350;
}
.copyright_text-mobile {
	display: none;
	font-size: 13px;
	font-weight: 350;
}
.techsup_button-mobile {
	display: none;
	margin-top: 24px;
	text-align: center;
}
.techsup_button-mobile a {
	padding: 12px 24px;
	line-height: 40px;
}

.steps-to-success {
	display: flex;
	margin-top: -100px;
}

.step-to-success {
	display: flex;
	flex-direction: column;
	width: 25%;
}

.step-to-success:nth-child(1) {
	margin-top: 450px;
}

.step-to-success:nth-child(2) {
	margin-top: 300px;
}

.step-to-success:nth-child(3) {
	margin-top: 150px;
}

.step-to-success-img {
	position: relative;
	display: flex;
    align-items: flex-end;
	height: 150px;
	padding-left: 20px;
	border-right: 8px solid #BA935F;
}

.step-to-success-img .step-to-success-text-round,
.step-to-success-text .step-to-success-text-round {
	position: absolute;
	display: none;
}

.step-to-success:first-child .step-to-success-text .step-to-success-text-round {
	display: block;
}

.step-to-success:last-child .step-to-success-text .step-to-success-text-round {
	display: block;
}

.step-to-success-img img {
	margin-bottom: 26px;
}

.step-to-success:nth-child(4) .step-to-success-img {
	border-right: unset;
}

.step-to-success-text {
	color: #212121;
	font-family: "Fira Sans";
	font-style: normal;
	font-weight: 600;
	line-height: 140.934%; 	
	padding-top: 21px;
	padding-left: 21px;
	border-top: 8px solid #BA935F;
}

.step-to-success-text-big {
	font-size: 16px;
	font-weight: 600;
}

.step-to-success-text-small {
	font-size: 13px;
	font-weight: 400;
}

.step-to-success:nth-child(1) .step-to-success-text {
	position: relative;
}

.step-to-success:nth-child(4) .step-to-success-text {
	position: relative;
}

.step-to-success-text-round {
	position: absolute;
}

.step-to-success:nth-child(1) .step-to-success-text-round {
    top: -13px;
    left: -5px;
}

.step-to-success:last-child .step-to-success-text-round {
    top: -13px;
    right: -5px;
}

/* возможности и тарифы */

.tarifs-and-possibilities {
	margin-bottom: 70px;
}
.tarifs-and-possibilities #block2 .advantages_numbers-block, .tarifs-and-possibilities .title2 {
	width: 100% !important;
}
.tarifs-and-possibilities #block2 .advantages_item {
	flex: 0 0 25% !important;
}
.tarifs-and-possibilities #block2 .advantages_digit {
	margin-right: 0 !important;
}
.tarify-container {
	padding-bottom: 80px;
}
.tarify-container .title2 {
	margin-bottom: 30px;
}

.tarify-container.tarif-outer {
	background: #FFF;
	font-family: Fira Sans;
	padding-top: 60px;
}
.tarify-container .title1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    width: 70%;
}
.tarify-container .time-container {
	display: flex;
	gap: 10px;
    margin-top: 22px;
    margin-bottom: 32px;
}
.tarify-container .time-item {
	cursor: pointer;
	display: flex;
	height: 32px;
	padding: 14px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 1px solid #BA935F;
}
.tarify-container .time-item.active {
	background: #BA935F;
	color: #FFF;
}
.tarify-container .tarify-block {
	display: none;
}
.tarify-container .tarify-block.active {
	display: flex;
}
.tarify-container .tarif-block {
	display: flex;
	gap: 20px;
}
.tarify-container .tarif-block .tarif-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 0 0 calc(25% - 20px);
	padding: 18px 20px 22px;
	border-radius: 5px;
	background: #F6F6F6;
}
.tarify-container .tarif-block .tarif-item .tarif-title {
	color: #212121;
	font-size: 15px;
	font-weight: 500;
}
.tarify-container .tarif-block .tarif-item .tarif-price {
	color: #212121;
	font-size: 22px;
	font-weight: 350;
	margin-top: 12px;
}
.tarify-container .tarif-block .tarif-item .tarif-notion {
	color: #A5A5A5;
	font-size: 12px;
	font-weight: 350;
	margin-top: 8px;
}
.tarify-container .tarif-block .tarif-item .tarif-button {
	cursor: pointer;
	border-radius: 5px;
	background: #BA935F;
	color: #FFF;
	font-size: 16px;
	/* font-weight: 600; */
	text-transform: uppercase;	
	text-align: center;
	padding: 10px 36px;
	margin-top: 12px;
}
.tarify-container .tarif-block .tarif-item .tarif-description {
	margin-top: 20px;
	color: #212121;
	font-size: 12px;
	font-weight: 350;	
}
.tarify-container .tarif-block .tarif-item .tarif-description span {
	text-decoration: underline;	
}
.tarify-container .tarif-block .tarif-item .tarif-description ul {
    padding-left: 1rem;
	margin-top: -10px;
}
.tarify-container .tarif-block .tarif-item .tarif-description ul li {
    margin-top: 10px;
}

.tarify-container .tarif-block .tarif-item .tarif-description ul.tarif-block-purchases {
	margin: 0 0 1rem;
	padding: 0;
}
.tarify-container .tarif-block .tarif-item .tarif-description ul.tarif-block-purchases li {
	padding: 0;
	list-style-type: none;
}
.tarify-container .tarif-block .tarif-item .tarif-description ul.tarif-block-purchases li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 12px;
	background: #BA935F;
	border-radius: 5px;
	color: #fff;
}
.tarify-container .tarif-block .tarif-item .tarif-description ul li a .tarif-block-purchases__name {
	display: block;
	flex: 1;
	padding-right: 10px;
	text-decoration: none;
}
.tarify-container .tarif-block .tarif-item .tarif-description ul li a .tarif-block-purchases__price {
	display: block;
	font-weight: 500;
	text-decoration: none;
}

/* каталог */

#top_events .name {
	width: calc(100% - 44px);
}

.search-params-btn {
	position: relative;
	display: none;
	align-items: center;
	width: 95%;
    margin: 0 auto;
	background: #BA935F;
	color: #fff;
}
.search-params-btn:hover {
	color: #fff;
}
.chevron-rotate {
	position: absolute;
	right: 20px;
	transition: all .2s linear;
}
.chevron-rotate.down {
    transform:rotate(180deg);
}
#search_sponsors .search {
	justify-content: unset;
}
#search_events .items {
	justify-content: unset;
	column-gap: 10px;
}
#search_events .items .event-item {
	flex: 0 0 calc(33.3% - 10px);
	/* margin-bottom: 1em; */
}
#search_events .items .buisness_item {
	flex: 0 0 calc(33.7% - 10px);
}

.pager {
	display: table;
	margin-top: 30px;
	padding: 12px;
	height: 50px;
	background: #fff;
	border: 1px solid #E7E7E7;
	border-radius: 5px;
}
.pager-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.pager-wrap a,
.pager-wrap p {
	margin: 0 6px;
	font-family: "Fira Sans";
	font-weight: 400;
	font-size: 15px;
	color: #212121;
}
.pager-wrap a:hover {
	text-decoration: underline;
}
.pager-wrap p {
	color: #BA935F;
	text-decoration: underline;
}
.pager-wrap a .icon {
	width: 8px;
    height: 13px;
}
.pager-wrap a:hover .icon {
	fill: #fff;
}
.pager-wrap a.prev {
	margin: 0 80px 0 6px;
}
.pager-wrap a.next {
	margin: 0 6px 0 80px;
}

/* регистрация */

.bx-authform {
	margin: 20px auto;
    padding: 10px
}
.agreement-checkbox {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}
.agreement-checkbox input[type='checkbox'] {
	accent-color: #BA935F;
}
.agreement-checkbox label {
	font-family: "Fira Sans";
	font-size: 11px;
	font-weight: 350;
	margin-left: 10px;
}
.agreement-checkbox a {
	color: #fff;
}

@media (max-width: 1399px) {
	.container {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.advantages {
		flex-wrap: wrap;
	}
	.advantages .advantages_item {
		flex: 0 0 50%;
		align-items: center;
		margin: 10px 0;
	}
	.advantages .advantages_item .advantages_text {
		flex: 0 0 70%;
	}
}

@media (max-width: 1199px) {
	.container, .container-sm {
		max-width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	#news6 .news-list {
		justify-content: center;
	}
	#news6 .news-item {
		flex: 0 0 calc(49% - 0.1em);
	}
	#search_sponsors .items .buisness_item {
		flex: 0 0 calc(50.2% - 1em);
	}
}

@media (max-width: 991px) {
	.icon_group .icon_button {
		padding-left: 1.4em;
		padding-right: 1.4em;
	}
	.main_menu .bx-top-nav-container {
		padding-right: 0;
	}
	.main_menu a span {
		padding-right: 1.4em;
		font-size: 14px;
	}
	.main_menu li:last-child span {
		padding-right: 0;
	}
	.advantages {
		flex-direction: column;
		margin-bottom: 0;
	}
	#popular_block .items {
		padding-left: 0;
		padding-right: 0;
	}
	#popular_block .item {
		flex: 0 0 95%;
		padding: 1em;
	}
	#news6 .news-item {
		flex: 0 0 calc(49% - 0.4em);
	}
	#news6 .news-item-hidden {
		display: none;
	}
	#blog_news .news-left {
		flex: 0 0 50%;
	}
	#blog_news .news-top {
		flex: 0 0 calc(50% - 1em);
	}
	#blog_news .news-center, #blog_news .news-right  {
		 flex: 0 0 100%;
	}
	#blog_news .news-right .item {
		margin-left: 0;
	}
	#about_content #block2 .advantages_numbers-block {
		margin-bottom: 1em;
	}
	#block3 .users_advantages_item {
		flex: 0 0 calc(50% - 0.6em);
	}
	#cases .news-item {
		flex: 0 0 49.7%;
	}
	.footer_logo, .footer_subscribe {
		max-width: 300px;		
	}
	.footer_logo {
		flex-direction: column;
		height: unset;
	}
	.footer_logo-logo {
		display: flex;
		justify-content: center;
	}
	.footer_logo-logo .logo_text {
		margin-left: 18px;
		width: 200px;
	}
	.footer_logo .logo_text-address {
		margin-top: 48px;
		width: unset;
		text-align: center;
	}
	.sk_footer .logo_h4 {
		text-align: center;
	}
	.footer_logo .desktop-break {
		display: none;
	}
	.footer_logo .mobile-comma {
		display: inline;
	}
	.techsup_button-mobile {
		display: block;
	}
	.footer-links-block {
		display: none;
	}
	.sk_footer .footer_subscribe_h4 {
		text-align: center;
		padding-bottom: 0;
	}
	.footer_subscribe {
		height: unset;
		margin: 46px auto 0;
	}	
	.footer_subscribe_text1 {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer_subscribe_text {
		margin-top: 16px;
	}
	.footer_subscribe_highlight {
		margin-top: 12px;
	}
	.sk_footer .bx-subscribe {
		margin: 10px 10px;
	}
	.footer_subscribe_social {
		margin-top: 22px;
	}
	.footer_subscribe_social .social_item {
		margin: 0 6px;
	}
	.footer_licence_agreement {
		display: block;
		margin-top: 32px;
		width: 100%;
		text-align: center;
	}
	.footer_licence_agreement a {	
		text-decoration: none;
		color: white;	
	}
	.copyright_text-desktop {
		display: none;
	}
	.copyright_text-mobile {
		display: block;
		margin-top: 22px;
		width: 100%;
		text-align: center;
	}
	.steps-to-success {
		flex-direction: column;
		margin-top: 0;
	}
	.step-to-success {
		width: 100%;
	}
	.step-to-success:nth-child(1),
	.step-to-success:nth-child(2),
	.step-to-success:nth-child(3) {
		margin-top: 0;
	}
	.step-to-success-img,
	.step-to-success-text {
		border: 0;
		border-left: 8px solid #BA935F;
	}
	.step-to-success-text {
		position: relative;
	}
	.step-to-success-img .step-to-success-text-round,
	.step-to-success-text .step-to-success-text-round {
		display: block;
	}
	.step-to-success:nth-child(1) .step-to-success-text-round {
		left: -12px;
	}
	.step-to-success:nth-child(1) .step-to-success-text .step-to-success-text-round {
		top: unset !important;
	}
	.step-to-success-img .step-to-success-text-round {
		top: -5px;
		left: -12px;
	}
	.step-to-success-text .step-to-success-text-round {
		top: unset;
		left: -12px !important;
	}
	.step-to-success:last-child .step-to-success-text-round {
		display: block;
		top: unset;
	    bottom: unset;	
	}
	.step-to-success:last-child .step-to-success-text-round + .step-to-success-text-round {
		display: block;
		top: unset;
	    left: -12px;
		bottom: -5px;	
	}
	#cabinet .stats-3-in-row {
		margin-top: 40px;
	}	
	#search_events .items .event-item {
		flex: 0 0 100%;
	}
	#search_events .items .buisness_item {
		flex: 0 0 100%;
	}
	#search_sponsors .items .buisness_item {
		flex: 0 0 100%;
	}
}

@media (max-width: 767px) {
	#popup_register div.content-item:last-of-type {
		flex-direction: column;
	}
	.sticky {
		position: fixed;
		left: 0;
		top: 0;
		min-width: 100%;
		max-width: 100%;
		z-index: 1020;
	}
	.mobile-burger-button {
		display: inline-block;
	}
	.header_line1 .icon_group .icon_button {
		font-size: 10px;
		height: fit-content;
		align-items: center;
		width: 100%;
	}
	.logo_and_icons .header_line1 {
		padding: 1.5em 0;
	}
	header .logo_text {
		display: none;
	}
	.banner_card .card-title, .banner_card .card-text {
		width: 100%;
	}
	#news6 .news-item {
		/* flex: 0 0 100%; */
	}
	#blog_news .news-left, #blog_news .news-top, #blog_news .news-center, #blog_news .news-right {
		flex: 0 0 100%;
	}
	#blog_news .news-top {
		margin-left: 0;
		margin-top: 1em;
	}
	#ask-form form {
		padding: 3em 0;
	}
	#ask-form .image {
		display: none;
	}
	#about_content #block2 .advantages_numbers-block {
		flex-direction: column;
		margin-bottom: 2em;
	}
	#about_content #block2 .advantages_item {
		width: 100%;
	}
	#about_content #block2 .advantages_digit {
		margin-right: 0;
	}
	#block3 .users_advantages_item {
		flex: 0 0 calc(50% - 0.4em);
		height: 20em;
	}
	#block3 .title {
		font-size: 22px;    
		line-height: 30px;
	}
	#contacts .contacts-container {
		font-size: 18px;
		gap: 10px;
	}
	#cases .news-item {
		flex: 0 0 49.5%;
	}
	#user_settings label {
		flex: unset !important;
	}
	#user_settings .content-item-triple {
		flex-direction: column;
		flex-wrap: nowrap;
	}	
	#user_settings .content-item-triple label {
		flex: unset;
	}	
	#user_settings .content-item-triple select {
		margin-top: 0.2em;
		width: 100%;
	}	
	#user_settings #occupation {
		margin-top: 3em;
	}	
	#user_settings .sk_checkboxitem {
		display: flex;
		width: 100%;
	}	
	#user_settings .sk_checkboxes input[type="checkbox"] {
		margin-right: 5px;
	}	
	#param_sponsor_position .sk_checkboxitem {
		width: 100%;
	}
	#account_button,
	#cabinet .menu_list	{
		display: none;
	}
	#cabinet .stats-3-in-row {
		flex-direction: column;
	}
	#sponsors .title_block,
	#top_events .name {
		font-size: 24px;
		text-align: left;
	}
}

@media (max-width: 575px) {
	.icon_group {
		/* flex-direction: column; */
		align-items: center;
	}
	.icon_group-nav {
		display: flex;
	}
	.icon_group .icon_href {
		/* margin: 0 1em; */
	}
	.icon_group .icon_button {
		/* margin-top: 20px; */
		width: 100%;
	}
	#register_submit, #fogot_password {
		margin: 0;
	}
	#register_form .content:first-of-type {
		padding-bottom: 0px;
	}
	#register_form .content:last-of-type {
		padding-top: 0px;
	}
	#news6 .news-item {
		/* flex: 0 0 100%; */
	}
	#blog_news .news-left, #blog_news .news-top, #blog_news .news-center, #blog_news .news-right {
		flex: 0 0 100%;
	}
	#blog_news .news-top {
		margin-left: 0;
		margin-top: 1em;
	}
	#block3 .users_advantages_item {
		flex: 0 0 100%;
		height: 15em;
	}
	#block3 .title {
		font-size: 24px;    
		line-height: 34px;
	}	
	#contacts .contacts-block {
		width: 100%;
	}
	#cases .news-item {
		flex: 0 0 100%;
	}
	#cabinet .buttons {
		flex-direction: column;
	}
	#user_settings input {
		/* width: 100%; */
	}
	#user_settings .btn-cancel {
		width: 100%;
	}
	#register_submit {
		margin-bottom: 10px;
	}
	#search_filter .btn-subscribe {
		margin-bottom: 14px;
	}
}

@media (max-width: 450px) {
	#block3 .users_advantages_item {
		height: 20em;
	}
}

@media (min-width: 768px) {
	#mobile_account_btn {
		display: none;
	}
}

/* баланс кнопок в футере */

@media (min-width: 992px) {
	.footer_menu .nav {
		height: 14.9em;
	}
	.footer_menu_container a {
		padding-bottom: 1.7em;
	}
}

@media (min-width: 1128px) {
	.footer_menu .nav {
		height: 14em;
	}
	.footer_menu_container a {
		padding-bottom: 1.32em;
	}
}
	
@media (min-width: 1400px) {
	.footer_menu .nav {
		height: 12.7em;
	}
	.footer_menu_container a {
		padding-bottom: 1.05em;
	}
}

/* Custom new style */
.chat-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background: #fff;
    border-bottom: 1px solid #ECECEC;
}
.chat-head-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
	padding-right: 20px;
}
.chat-head-logo {
    position: relative;
    flex: 0 0 100px;
    margin-right: 30px;
}
.chat-head-logo > div {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
	background-color: #EAEAEA;
    border-radius: 100%;
}
.chat-head-logo__user {
    width: 100px;
    height: 100px;
}
.chat-head-logo__company {
    position: absolute;
    bottom: -7px;
    right: -10px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border: 1px solid #ECECEC;
}
.chat-head-info-descr {
    flex: 1;
}
.chat-head-info-descr__company {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.chat-head-info-descr__user {
    margin-top: 6px;
    font-size: 15px;
    line-height: 18px;
}
.chat-head-complain {
	flex: 0 0 288px;
}
.chat-head-complain__btn {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    height: 40px;
	background: #BA935F;
    border: 1px solid #BA935F;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    transition: all .15s ease-out;
}
.chat-head-complain__btn__empty {
	background: #fff;
    color: #212121;
}
.chat-head-complain__btn + .chat-head-complain__btn {
	margin-top: 10px;
}
.chat-head-complain__btn:not(.chat-head-complain__status):hover {
	color: #fff;
}
.chat-head-complain__btn__empty:hover {
    background: #BA935F;
    color: #fff;
}
.chat-head-complain__status {
	background: #fff;
	border: 1px solid #eaeaea;
	color: #212121;
}
.chat-input {
    position: relative;
	flex: 1;
    padding-right: 10px;
    width: 100%;
    height: 40px;
}
.chat-input-files {
    position: absolute;
    top: 8px;
    left: 11px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.chat-input-files__item {
	cursor: pointer;
}
.chat-input-files__item + .chat-input-files__item {
    margin-left: 13px;
}
.chat-input-files__item input {
    display: none;
}
.chat-files {
	flex: 0 0 100%;
	margin-top: 11px;
}
.chat-files__item {
	display: flex;
	justify-self: flex-start;
	align-items: baseline;
	flex-wrap: wrap;
	font-size: 15px;
	line-height: 25px;
	color: #212121;
	white-space: nowrap;
}
.chat-files__item span {
	display: block;
	margin-right: 10px;
	max-width: 255px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.chat-files__item__delete  {
	margin-right: 10px;
	color: #BA935F;
	cursor: pointer;
	text-decoration: underline;
}
.chat-files__item__delete :hover {
	text-decoration: none;
}
.chat-files__item .error {
	color: red;
}
@media (max-width: 768px) {
	.chat-head {
		flex-wrap: wrap;
	}
	.chat-head-complain {
		flex: 0 0 100%;
		margin-top: 20px;
	}
	.chat-head-complain__btn {
		width: auto;
        white-space: nowrap;
        padding: 0 15px;
		font-size: 14px;
		text-transform: none;
	}
	.chat-input {
		padding-right: 0;
	}
	.chat-input-files:after {
		content: '';
		margin-left: 10px;
		width: 1px;
		height: 20px;
		background: #B3B3B3;
	}
	.chat-input-files__item + .chat-input-files__item {
		margin-left: 10px;
	}
	#cabinet .chat_window {
		padding: 15px;
	}
	#cabinet .chat_window form input[type="submit"] {
		flex: 0 0 100%;
		margin-top: 15px;
	}
}

.subscribe-area {
	margin-top: 40px;
    padding: 20px;
    border-radius: 10px;
    max-width: 540px;
    background-color: #e5e5e5;
    color: #212529;
}
.subscribe-area__title {
	padding-bottom: 20px;
	text-align: left;
	font-family: Fira Sans;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #212529;
}
.subscribe-area-error {
	margin-bottom: 10px;
	font-size: 14px;
	color: red;
}
.subscribe-area-form input[type="text"] {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding: 6px 12px;
    width: 100%;
    height: 34px;
	background-color: transparent;
    border: 0;
    border-bottom: 1px solid #484848;
    border-radius: 0;
    box-shadow: none !important;
    outline: none;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.subscribe-area-form .agreement-checkbox a {
    color: #BA935F;
}
.subscribe-area-form input[type="submit"] {
    background: #BA935F;
    font-family: Fira Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-radius: 5px;
    border: 0px;
    color: white;
    width: auto;
}

.favorite-tabs {
	display: flex;
    margin: 22px 0;
}
.favorite-tabs__item {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px 10px 0;
	padding: 0 14px 2px 14px;
	height: 32px;
	border-radius: 5px;
	border: 1px solid #BA935F;
	color: #212529;
}
.favorite-tabs__item:hover {
	color: #212529;
}
.favorite-tabs__item.active {
	background: #BA935F;
	color: #FFF;
}

.calendar-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 80px;
}
.calendar-left {
	width: 72%;
	padding-right: 20px;
}
.calendar-right {
	position: sticky;
	top: 20px;
	width: 28%;
}
.calendar-week {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 17px 0;
	padding-bottom: 10px;
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
}
.calendar-week::-webkit-scrollbar {
	height: 4px !important;
	background: #f5f5f5;
}
.calendar-week::-webkit-scrollbar-thumb {
    background-color: #212529;
	border-radius: 4px;
}
.calendar-week::-webkit-scrollbar-track {
    border-width: 0;
}
.calendar-week__item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 87px;
	height: 50px;
	background: #fff;
	border: 1px solid #BA935F;
	border-radius: 5px;
	font-weight: 600;
	font-size: 15px;
	line-height: 21px;
	color: #212121;
	text-transform: uppercase;
	white-space: nowrap;
	transition: all .15s ease-out;
}
.calendar-week__item.active {
	cursor: default;
}
.calendar-week__item.active,
.calendar-week__item:hover {
	background: #BA935F;
	color: #fff;
}
.calendar-week__item + .calendar-week__item {
	margin-left: 11px;
}
.calendar-events {
	margin: 40px 0 70px;
}
.calendar-events__item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 69px;
	padding: 13px 22px;
	background: #fff;
	border-radius: 4px;
	font-family: 'Fira Sans';
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #212121;
}
.calendar-events__item + .calendar-events__item {
	margin-top: 20px;
}
.calendar-events__item a {
	color: #BA935F;
	text-decoration: underline;
}
.calendar-events__item a:hover {
	color: #BA935F;
	text-decoration: none;
}
.calendar-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 18px;
	width: 100%;
	height: 50px;
    border-radius: 5px;
    border: 0px;
	background: #BA935F;
    text-align: center;
    font-family: 'Fira Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
	cursor: pointer;
}
.calendar-btn:hover {
	color: #fff;
}
@media (max-width: 1024px) {
	.calendar-wrap {
		flex-wrap: wrap;
	}
	.calendar-left {
		order: 1;
		width: 100%;
		padding-right: 0;
	}
	.calendar-right {
		position: relative;
		top: auto;
		order: 0;
		margin: 20px auto 40px;
		width: 100%;
		max-width: 390px;
	}
}
@media (max-width: 650px) {
	.calendar-carousel {
		max-width: 370px;
		margin: 0 auto;
	}
}

.dark {
	position: fixed;
	top: 0;
	left: -999999px;
	z-index: 1030;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgb(255 255 255 / 50%);
}
.dark.active {
	left: 0;
	opacity: 1;
}
.popup {
	position: fixed;
	top: 20px;
	left: 50%;
	z-index: 1040;
	display: none;
	padding: 16px;
	width: 700px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 16px 0 rgb(28 28 28 / 15%);
	transform: translateX(-50%);
}
.popup.active {
	display: block;
}
.popup__close {
	position: absolute;
    top: 22px;
    right: 22px;
	width: 30px;
    height: 30px;
    background: #fff;
    background: url(/images/close.svg) 50% 50% no-repeat;
    background-size: 60%;
    border-radius: 100%;
    border: 1px solid #000;
    cursor: pointer;
}
.popup__title {
	font-family: 'Fira Sans';
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
}
.popup__note {
}
.popup-form {
	padding: 30px 0 0;
}
.popup-form-error p {
	margin-bottom: 10px;
	color: red;
}
.popup-form-row {
	margin-bottom: 15px;
}
.popup-form input[type=text],
.popup-form textarea {
	padding: 0 10px;
	width: 100%;
	height: 42px;
	background: #EAEAEA;
	border: 1px solid #EAEAEA;
	border-radius: 5px;
	font-family: 'Fira Sans';
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	outline: none;
}
.popup-form textarea {
	padding: 10px;
	height: 180px;
	resize: none;
}
.popup-form input[type=text].error,
.popup-form textarea.error {
	border-color: red;
}
.popup-form input + input {
	margin-top: 27px;
}
.popup-form .checkbox {
	position: relative;
	display: block;
	padding-left: 30px;
	cursor: pointer;
}
.popup-form .checkbox + .checkbox {
	margin-top: 6px;
}
.popup-form .checkbox span {
	position: absolute;
	top: 4px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	border: 1px solid #767676;
	border-radius: 100%;
}
.popup-form .checkbox input {
	display: none;
}
.popup-form .checkbox input:checked + span:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #0075ff;
	border-radius: 100%;
}
.popup-form__btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto 0;
	padding: 0 25px;
	height: 40px;
	background: #BA935F;
	border: 0;
	border-radius: 5px;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	transition: all .1s ease-out;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.popup {
		top: 0;
		left: 0;
		width: 100%;
		border-radius: 0;
		transform: translateX(0);
	}
}

.calendar-nav.active {
	color: #BA935F;
}
.calendar-popup {
	position: absolute;
	top: calc(100% + 6px);
	left: -999999px;
	z-index: 100;
	opacity: 0;
	width: 420px;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 16px 0 rgb(0 0 0 / 40%);
	transition: all .25s ease-out;
}
.calendar-popup.active {
	left: auto;
	right: 0;
	opacity: 1;
}
.calendar-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	display: block;
}
.calendar-item {
	display: none;
	width: 100%;
}
.calendar-item.active {
	display: block;
}
.calendar-head {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 26px;
}
.calendar-title {
	padding: 0 30px;
	width: 300px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
    line-height: 27px;
}
.calendar-change {
	width: 15px;
	cursor: pointer;
}
.calendar-change-prev {
	transform: rotate(180deg);
}
.calendar-change.hide img {
	display: none;
}
.calendar-item table {
	position: relative;
	border-collapse: collapse;
	border-spacing: 2px;
	width: 100%;
}
.calendar-item th {
	padding: 0;
	border-bottom: 2px solid #fff;
	vertical-align: middle;
}
.calendar-item th div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	background: #BA935F;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}
.calendar-item th:first-child div {
	border-radius: 5px 0 0 5px;
	border-left: 1px solid #fff;
}
.calendar-item th:last-child div {
	border-radius: 0 5px 5px 0;
	border-right: 1px solid #fff;
}
.calendar-item td {
	padding: 0;
	height: 37px;
}
.calendar-day-wrap {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 2px 8px;
	height: 100%;
	background: #F2F2F2;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 14px;
	color: #212121;
	cursor: pointer;
}
.calendar-day.last {
	color: #999 !important;
}	
.calendar-day.today {
	font-weight: bold;
}
.calendar-day.event {
	background: #ffe2ad;
	position: relative;
	cursor: pointer;
}
.calendar-day.event:hover .calendar-popup {
	display: block;
}
.calendar-day-events {
	position: absolute;
	left: 0;
	z-index: 3;
	display: none;
	padding: 0 16px;
	width: 360px;
	max-height: 300px;
	overflow-y: auto;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 5px 6px 0 rgb(0 0 0 / 20%);
}
.calendar-day-events::-webkit-scrollbar {
	width: 4px !important;
	background: #f5f5f5;
}
.calendar-day-events::-webkit-scrollbar-thumb {
    background-color: #212529;
	border-radius: 4px;
}
.calendar-day-events::-webkit-scrollbar-track {
    border-width: 0;
}
.calendar-day-events:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: -999999px;
    display: inline-block;
	opacity: 0;
	width: 0;
	height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #fff transparent;
	transition: opacity .1s ease-out;
}
.calendar-day-events a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #DEDEDE;
	font-family: Fira Sans;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #212121;
}
.calendar-day-events a:hover {
	text-decoration: underline;
	color: #BA935F;
}
.calendar-day:hover .calendar-day-wrap {
	background: #BA935F;
	color: #fff;
}
.calendar-day:hover .calendar-day-events {
	left: 0;
	opacity: 1;
}
.calendar-day:hover .calendar-day-events:before {
	left: auto;
	right: 40px;
	opacity: 1;
}