body {
	background: repeat-y right top url('../img/bg-right-pattern.svg');
	font-family: "Circe", sans-serif;
	color: rgba(32, 37, 46, 0.8);
	font-size: 16px;
	line-height: 1.4;
}
textarea {
	resize: none;
}

b{
	font-weight: bold;
}

.lock {
	overflow: hidden;
}

.left-sidebar {
	position: relative;
	height: 100vh;
	background: #FCF9F7;
	width: 42%;
	max-width: 820px;
}
.left-sidebar::after {
	width: 15px;
	display: block;
	z-index: 1;
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=1 ); /* IE6-9 */
}


.slider-news{
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	max-height: 150px;
}
.slider-news.slick-initialized{
	visibility: visible;
	opacity: 1;
	max-height: initial;
}
.main-wrapper-banner__slider{
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	max-height: 265px;
}
.main-wrapper-banner__slider.slick-initialized{
	visibility: visible;
	opacity: 1;
	max-height: initial;
}
.main-wrapper {
	width: calc(100% - 820px);
	padding-top: 120px;
	z-index: 1 !important;
}
.inner-page-wrapper .main-wrapper {
	padding-top: 110px;
}
.wrapper {
	display: flex;
}
.wrapper .left-sidebar {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
@media (min-width: 1280px){
	.wrapper .main-wrapper {
		right: 0px;
	}
}
.wrapper .main-wrapper {
	position: absolute;
	transition: all 0.5s ease 0.2s;
	overflow: hidden;
	padding-bottom: 100px;
}
.wrapper .main-wrapper  .main-wrapper__inner {
	padding-top: 20px;
	max-width: 840px;

}
.fp-wrapper {
	display: flex;
}
.fixed-header {
	position: fixed;
	top: 37px;
	left: 0px;
	right: 0px;
	z-index: 4;
}
.fixed-header * {
	box-sizing: border-box;
}
.header-navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fixed-leftnavbar {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	margin-left: 104px;
	z-index: 99;
}

.header-logo img {
	max-width: 216px;
}

.fullpage-wrapper {
	width: 100% !important;
	transform: none !important;
}
.fullpage-wrapper .fp-section {
	width: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 0;
	/* background: #fff; */
}
.fullpage-wrapper .fp-section.active {
	transition: all 0.7s ease-in-out;
	visibility: visible;
	opacity: 1;
	z-index: 1;
}
.fullpage-wrapper .fp-section .fp-slidesContainer {
	width: 100% !important;
	transform: none !important;
}
.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide {
	width: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 0;
	transition: all 0.7s ease-in-out;
}
.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide.active {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}
.animated-full-page-wrapper {
	display: block;
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-ms-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out;
	position: relative;
	height: calc(100vh - 220px);
	min-height: 400px;
}
.animated-full-page-wrapper .main-wrapper__inner.main-wrapper__inner-fullwidth{
	height: calc(100vh - 220px);
	min-height: 400px;
	position: relative;
}
.animated-full-page-wrapper .main-wrapper__inner.main-wrapper__inner-fullwidth.pt0 {
	height: auto;
}
.toRight {
	-moz-transform: translateX(100vw);
	-webkit-transform: translateX(100vw);
	-o-transform: translateX(100vw);
	-ms-transform: translateX(100vw);
	transform: translateX(100vw);
}

.j-menu-wrapper.toRight {
	-moz-transform: translateY(-100vw);
	-webkit-transform: translateY(-100vw);
	-o-transform: translateY(-100vw);
	-ms-transform: translateY(-100vw);
	transform: translateY(-100vw);
}

.header-hamb a {
	display: block;
	font-size: 14px;
	line-height: 100%;
	color: #20252E;
	text-align: center;
	width: 42px;
	text-decoration: none;
}
.header-hamb a::before {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	display: block;
	content: "";
	width: 29px;
	height: 17px;
	background: no-repeat center bottom url('../img/icon-hamb.svg');
	background-size: contain;
}
.header-hamb a.opened {
	color: transparent
}
.header-hamb a.opened::before {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 23px;
	height: 23px;
	background: no-repeat center bottom url('../img/icon-close.svg');
}
.header-contact {
	width: 200px;
	text-align: left;
}
.header-contact label {
	display: block;
	color: #20252E;
	font-size: 14px;
	line-height: 1;
}
.header-contact a {
	text-decoration: none;
	font-size: 18px;
	line-height: 120%;
	/* color: #20252E; */
    color: #EB3D39;
}

.header-contact a strong{
	/* color: #C28B5D; */
	color: #20252E;
	font-weight: 400;
}
.header-menu__wrapper {
	display: flex;
	flex: 1 1 auto;
	justify-content: flex-start;
}
.header-menu__wrapper a + a{
	margin-left: 30px;
}
.header-menu__wrapper a {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	line-height: 100%;
	color: #000000;
}
a.animate_hover {
	display: inline-block;
	position: relative;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
a.animate_hover::after {
	content: "";
	position: absolute;
	bottom: -3px;
	height: 1px;
	width: 0px;
	left: 50%;
	display: block;
	background: #C28B5D;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

a.animate_hover:hover {
	color: #C28B5D;
}
a.animate_hover:hover::after {
	width: 100%;
	left: 0px;
}
.form-register-wrapper.to-bot-main,
.to-bot-main {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.header-search {
	width: 20px;
}
a.icon-search {
	display: block;
	width: 20px;
	height: 21px;
	background: no-repeat center center url('../img/icon-search.svg');
	background-size: contain;
}
.header-left-nav,
.header-right-nav {
	position: relative;
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
}
.input-search input {
	height: 44px;
	width: 100%;
	background: #F9F3EF;
	border: 1px solid rgba(194, 139, 93, 0.15);
	box-sizing: border-box;
	border-radius: 3px;
	line-height: 44px;
	padding: 0px 20px;
	font-family: Circe;
	font-size: 14px;
}
.button-search {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	bottom: 0px;
	z-index: 5;
}
.button-search button{
	width: 40px;
	height: 44px;
	background: no-repeat left center url('../img/icon-search.svg');
	border: none;
	padding: 0px;
	margin: 0px;
	box-shadow: none;
}
.search-row-header {
	position: absolute;
	left: -19px;
	top: -11px;
	right: -20px;
	z-index: 4;
	display: none;
	height: 44px !important;
}

.header-right-nav {
	margin-right: 195px;
	margin-left: 175px;
	width: calc(100% - 820px - 195px - 175px);
}
.header-right-nav--fixed::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 37px + 16px);
    position: absolute;
    top: -37px;
    left: 0px;
    background: #fff;
}
a.link-problem {
	display: block;
	position: absolute;
	top: 45%;
	white-space: nowrap;
	-moz-transform: rotate(-90deg) translateY(-80px);
	-webkit-transform: rotate(-90deg) translateY(-80px);
	-o-transform: rotate(-90deg) translateY(-80px);
	-ms-transform: rotate(-90deg) translateY(-80px);
	transform: rotate(-90deg) translateY(-80px);
	font-weight: bold;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #EB3D39;
}
.socials a{
	width: 25px;
	/*text-align: center;*/
	display: block;
}
.socials a svg{
	width: 100%;
	height: 100%;
}
.socials a svg,
.socials a svg path{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.socials a:hover svg path{
	fill:#EB3D39;
}
.socials a:hover svg, .socials a:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.socials a + a{
	margin-top: 30px;
}
.socials {
	position: absolute;
	bottom: 70px;
	left: 0px;
}

.inner-sidebar {
	position: relative;
	padding: 140px 48px 0px 152px;
}

.title-sidebar {
	font-size: 45px;
	line-height: 100%;
	color: #20252E;
}
.text-sidebar {
	line-height: 1.5;
	margin-top: 5px;
}
.title-sidebar strong{
	color: #C28B5D;
	font-weight: 400;
}
.links-sidebar {
	margin-top: 30px;
}
.links-sidebar a {
	color: #20252E;
	text-decoration: none;
	font-size: 18px;
	line-height: 100%;
}
.links-sidebar a.current {
	position: relative;
	color: #C28B5D;
}
.links-sidebar .links-sidebar__item + .links-sidebar__item{
	margin-top: 10px;
}
.bottom-sidebar-block {
	padding-right: 65px;
	position: absolute;
	bottom: 50px;
	left: 0px;
}
.bottom-sidebar-block a {
	color: #C28B5D;
	text-decoration: none;
}
.bottom-sidebar-block a:hover {
	text-decoration: underline;
}
.contact-title {
	font-size: 25px;
	line-height: 100%;
	color: #20252E;
	margin-bottom: 15px;
}
.contact-title a{
	text-decoration: none;
	color: #C28B5D;
}

.bottom-sidebar-block p + p{
	margin-top: 12px;
}
/* STYLE BUTTONS */
a.border-gold-link {
	padding: 0 20px;
	height: 44px;
	color: #C28B5D;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #C28B5D;
	border-radius: 3px;
	display: block;
	margin-top: 25px;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
a.border-gold-link:hover {
	background: #C28B5D;
	color: #fff;
	text-decoration: none;
}
a.border-gold-link:active {
	background: #AE7545;
}
a.border-gold-link-inverse {
	height: 44px;
	color: #FFF;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	background: #C28B5D;
	border: 1px solid #C28B5D;
	border-radius: 3px;
	display: block;
	margin-top: 12px;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
a.border-gold-link-inverse:hover {
	background: #AE7545;
}
a.red-button {
	background: #EB3D39;
	border-radius: 3px;
	display: inline-block;
	padding: 10px 25px;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 15px;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
a.red-button.full-width {
	width: 100%;
	text-align: center;
}
a.red-button:hover {
	background: #F55C59;
}
a.red-button:active {
	background: #DE3935;
}
a.red-button-invert {
	padding: 15px 0px;
	text-align: center;
	font-size: 18px;
	line-height: 130%;
	color: #20252E;
	display: block;
	background: #fff;
	border: 2px solid #EB3D39;
	border-radius: 5px;
	box-shadow: 3px 3px 0px #EB3D39;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
a.red-button-invert:hover {
	background: #FCF9F7;
}
a.red-button-invert:active {
	background: #FCF9F7;
	box-shadow: none;
	transform: translate(3px, 3px);
}
/* END */
/* LOADER */
.ajax-loader *{
	position: relative;
	opacity: 0.7;
	user-select: none;
	pointer-events: none;
}
.ajax-loader::after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	background: no-repeat center center url('../img/loader.svg');
	content: "";
	display: block;
}


/* END */
/* MARGINS */
.mt20 {
	margin-top: 20px;
}
.mt50 {
	margin-top: 50px;
}
.mt70 {
	margin-top: 70px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb30{
	margin-bottom: 30px;
}

.mt100{
	margin-top: 100px;
}

/* END */
.main-wrapper__inner {
	padding-top: 30px;
	margin-left: 175px;
	/* max-width: 695px; */
	width: 100%;
	position: relative;
	margin-top: 20px;
	max-width: 840px;
}
.main-wrapper__inner.main-wrapper__inner-fullwidth {
	max-width: 835px;
}
.main-wrapper__inner.pt0 {
	padding-top: 0px;
}
.js-marquee {
	margin-right: 0px !important;
}
.marquee-row {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 20px;
}
.marquee-row span {
	white-space: nowrap;
	font-size: 20px;
	line-height: 100%;
	color: #20252E;
	display: inline-block;
}
.marquee-row span::after{
	content: "";
	display: inline-block;
	vertical-align: top;
	height: 2px;
	width: 40px;
	margin-top: 9px;
	margin-left: 25px;
	margin-right: 25px;
	background: #20252E;
}
/* ACCORDIONS */
.accordion-item {
	padding-bottom: 25px;
	padding-top: 25px;
}
.accordion-item + .accordion-item {
	border-top: 1px solid #DBDBDB;
}
.accordion-title {
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
	color: #20252E;
}
.accordion-title strong{
	font-weight: bold;
	display: inline-block;
	margin-right: 20px;
	font-size: 26px;
	line-height: 100%;
	color: #C28B5D;
	opacity: 0.5;
}
.accordion-text {
	margin-top: 0px;
	overflow: hidden;
	height: 0px;
	width: 100%;
}
.accordion-item.opened .accordion-text {
	display: block;
	height: 100%;
}
.accordion-text__content {
	padding-top: 19px;
}
/* END */
/* TABS */
.j-tab-data {
	display: none;
}
.j-tab-data.current {
	display: block;
}
/* END */
.event-list {
	margin-top: 27px;
}
.event-list-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.event-list-header__title {
	font-size: 24px;
	line-height: 100%;
	color: #20252E;
}
.event-list-header__date {
	font-size: 24px;
	line-height: 100%;
	color: #EB3D39;
}
.event-list-scroller {
	overflow: hidden;
	position: relative;
}
.event-height-bar {
	height: calc(100vh - 450px);
}
.with-bordered-event {
	margin-top: 44px;
	height: calc(100vh - 350px);
	margin-bottom: 45px;
}
.ps__rail-y {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: rgba(194, 139, 93, 0.2);
	border-radius: 5px;
	width: 7px;
}
.ps__thumb-y {
	width: 3px;
	height: 40px;
	left: 2px;
	background: #C28B5D;
	border-radius: 5px;
	position: absolute;
}
.event-list-data {
	padding-left: 7px;
}
a.event-list__item {
	text-decoration: none;
	display: block;
	padding: 15px 15px;
	color: rgba(32, 37, 46, 0.8);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.event-list-data a.event-list__item:first-child{
	padding-top: 10px;
}
.event-list-data a.event-list__item:last-child{
	padding-bottom: 10px;
}
a.event-list__item:hover {
	background: rgba(194, 139, 93, 0.2);
}
.with-bordered-event a.event-list__item + a.event-list__item{
	border-top: 1px solid #DBDBDB;
}
.event-list__item-header {
	font-size: 16px;
	line-height: 120%;
	color: #20252E;
}
.event-list__item-date {
	font-size: 14px;
	line-height: 100%;
	color: #4D1D16;
	margin-bottom: 10px;
}
.event-list__item-title {
	font-size: 22px;
	line-height: 100%;
	color: #20252E;
	margin-bottom: 10px;
}
.event-list__item-text {
	font-size: 16px;
	line-height: 130%;
}
.event-list__item-tags {
	margin-top: 10px;
}
.event-list__item-tags span{
	display: inline-block;
	font-size: 16px;
	line-height: 100%;
	color: #EB3D39;
}
.event-list__item-tags span + span{
	margin-left: 15px;
}
.news-list-height.with-bordered-event {
	height: calc(100vh - 530px);
	margin-top: 0px;
}

/* DROPDOWN */
body.bg-dropdown {
	overflow: hidden;
}
body.bg-dropdown .dropdown-with-label.active::after {
	content: "";
	position: fixed;
	left: -100vw;
	top: -100vh;
	right: -100vw;
	bottom: -100vh;
	background: rgba(11, 11, 12, 0.2);
	display: block;
	z-index: 999999;
}
.dropdown-with-label {
	display: inline-flex;
	align-items: center;
}
.dropdown-with-label label {
	display: block;
}
.dropdown-with-label .dropdown {
	margin-left: 10px;
}
.dropdown {
	position: relative;
}
.dropdown__current-value {
	margin-right: 36px;
	cursor: pointer;
	font-size: 18px;
	line-height: 100%;
	color: #C28B5D;
	position: relative;
}
.dropdown__current-value::before {
	width: 100%;
	bottom: -3px;
	background: #C28B5D;
	height: 1px;
	left: 0px;
	content: "";
	display: block;
	position: absolute;
}
.dropdown__current-value::after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background: no-repeat center center url('../img/icon-arrow.svg');
	background-size: contain;
	right: -20px;
	top: 3px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.dropdown__current-value.opened::after {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.dropdown__values {
	position: absolute;
	left: 0px;
	top: 100%;
	background: #FFFFFF;
	border: 1px solid #D3AE8E;
	box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
	border-radius: 3px;
	padding: 0px;
	display: none;
	margin-top: 10px;
	z-index: 9999999;
}
.dropdown__values-scroll {
	z-index: 9999999;
	max-height: 200px;
	position: relative;
	overflow: hidden;
}
.dropdown__values-scroll .ps__rail-y {
	left: auto;
	right: 0px;
}
.dropdown__values a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #20252E;
	padding: 10px 19px;
	font-size: 14px;
	line-height: 100%;
	min-width: 104px;
	box-sizing: content-box;
}
.dropdown__values a.active {
	background: #F3E8DF;
}
.dropdown__values a + a::after{
	position: absolute;
	left: 14px;
	right: 14px;
	height: 1px;
	background: #D3AE8E;
	top: -1px;
	content: "";
	display: block;
}

.dropdown__values a:hover {
	background: rgba(243, 232, 224, 0.3);
}
/* END */
.tags-filter {
	display: none;
	margin-top: 20px;
}
label.tag-checkbox {
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
}
label.tag-checkbox input{
	display: none;
}
label.tag-checkbox span{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	font-size: 18px;
	line-height: 100%;
	color: #20252E;
	position: relative;
}
label.tag-checkbox:hover span{
	color: #C28B5D;
}
label.tag-checkbox input:checked + span{
	color: #C28B5D;
}
label.tag-checkbox input + span::before{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	width: 0px;
	bottom: 0px;
	background: #C28B5D;
	height: 1px;
	left: 50%;
	content: "";
	display: block;
	position: absolute;
}
label.tag-checkbox input:checked + span::before{
	width: 100%;
	left: 0px;
}

/* CALENDAR */
.calendar {
	margin-top: 30px;
}
.calendar__week {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.calendar__week:first-child .calendar__day {
	border-top: 1px solid #D4AE8E;
}
.calendar__week .calendar__day:first-child {
	border-left: 1px solid #D4AE8E;
}
.calendar__day {
	position: relative;
	font-size: 18px;
	line-height: 100%;
	text-align: left;
	color: #20252E;
	padding: 10px;
	cursor: pointer;
	height: 120px;
	background: #FFFFFF;
	border-right: 1px solid #D4AE8E;
	border-bottom: 1px solid #D4AE8E;
	width: calc(100%/7);
	box-sizing: border-box;
}
.calendar__day::after {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border: 4px solid #EB3D39;
	content: "";
	opacity: 0;
}
.calendar__day.current::after {
	opacity: 1;
}

.calendar__day div{
	position: relative;
	z-index: 3;
}
.week-label {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 40px;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	color: #20252E;
	font-style: italic;
	-moz-transform: rotate(-90deg) translateY(-80px) translateX(-40px);
	-webkit-transform: rotate(-90deg) translateY(-80px) translateX(-40px);
	-o-transform: rotate(-90deg) translateY(-80px) translateX(-40px);
	-ms-transform: rotate(-90deg) translateY(-80px) translateX(-40px);
	transform: rotate(-90deg) translateY(-80px) translateX(-40px);
}
.calendar__day-date {
	margin-bottom: 8px;
}
.icon-play {
	margin: 0 auto 16px;
	width: 50px;
	height: 40px;
	background: no-repeat center center url('../img/icon-play.svg');
	background-size: contain;
}
.icon-points {
	margin: 0 auto 16px;
	width: 50px;
	height: 40px;
	background: no-repeat center center url('../img/icon-points.svg');
	background-size: contain;
}
.calendar__day-event-title {
	font-size: 14px;
	text-align: center;
}
.event-numbers {
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
	margin-top: 16px;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	color: #C28B5D;
}
.calendar__day-event-number-title {
	font-size: 16px;
}
/* END */
.event-preview__wrapper .event-preview {
	display: none;
}
.event-preview.opened {
	margin-top: 42px;
	display: flex;
}
.event-preview__photo {
	flex: 0 0 140px;
	height: 140px;
}
.event-preview__photo img{
	/* width: 150px; */
	/*height: 150px;*/
	border-radius: 50%;
	border: 5px solid rgba(53, 101, 174, 0.6);
	object-fit: cover;
	height: calc(100% - 10px);
	width: calc(100% - 10px);
}
.event-preview__description {
	width: calc(100% - 160px);
	padding-left: 20px;
}
.event-preview__description .txttohtmllink{
	font-size: 16px;
    line-height: 100%;
    color: #C28B5D;
	text-decoration: none;
}
.event-marquee-inner .event-preview__description {
	width: 100%;
	padding-left: 0px;
}
.event-marquee-inner .event-preview {
	margin-top: 0px;
}
.event-marquee-inner .event-preview__date {
	margin-bottom: 0px;
}
.event-preview__title {
	font-size: 22px;
	line-height: 120%;
	color: #20252E;
	margin-bottom: 10px;
}
.event-preview__text {
	margin-bottom: 15px;
}
.event-preview__date {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
}
.event-preview__date-item {
	display: flex;
}

.event-preview__date-label {
	font-size: 16px;
	line-height: 100%;
	color: #20252E;
}
.event-preview__date-value {
	margin-left: 10px;
	font-size: 16px;
	line-height: 100%;
	color: #C28B5D;
}
.hero-slider .hero-preview {
	display: none;
}
@media (min-width: 861px){
	.hero-slider .hero-preview:first-child {
		display: flex !important;
	}
}
.hero-preview__photo {
	flex: 0 0 230px;
}

.hero-preview__photo-img {
	width: 100%;
}

.hero-preview__photo img {
	width: 100%;
	border-radius: 50%;
	border: 5px solid rgba(53, 101, 174, 0.6);
	margin-bottom: 20px;
}
.hero-preview__photo-title {
	font-size: 24px;
	line-height: 100%;
	color: #20252E;
	margin-bottom: 5px;
}
.hero-preview__photo-ceo {
	font-size: 16px;
	line-height: 100%;
	color: #20252E;
}
.hero-preview__description {
	padding-left: 45px;
	width: calc(100% - 160px);
}
.hero-preview__title {
	font-size: 24px;
	line-height: 100%;
	color: #20252E;
	margin-bottom: 10px;
}
.more-link {
	display: inline-block;
	position: relative;
	color: #C28B5D;
	text-decoration: none;
}
.more-link::after {
	content: "";
	display: block;
	position: absolute;
	width: 37px;
	height: 15px;
	background: no-repeat center center url('../img/icon-long-arrow.svg');
	background-size: contain;
	top: 2px;
	left: calc(100% + 15px);
}
.link-more-wrapper {
	margin-top: 10px;
}
.hero-preview__features {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.hero-preview__feature-item {
	font-size: 20px;
	line-height: 100%;
	color: #20252E;
}
.hero-preview__feature-item-value {
	font-weight: bold;
	font-size: 36px;
	line-height: 100%;
	color: #EB3D39;
}
.hero-preview__feature-number {
	display: inline-block;
}
.mt120 {
	margin-top: 120px;
}
.form-register-wrapper {
	position: relative;
}
.form-register-wrapper::after {
	position: absolute;
	content: "";
	display: block;
	z-index: 1;
	width: 201px;
	height: 375px;
	background: no-repeat center center url('../img/icon-rocket.svg');
	left: -65px;
	top: -159px;
}
.form-register-wrapper.hide-rocket::after {
	display: none;
}
.form-register {
	position: relative;
	z-index: 2;
	padding: 35px 30px;
	background: #F9F3EF;
	border: 1px solid rgba(194, 139, 93, 0.15);
	box-sizing: border-box;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
}
.form-title {
	font-size: 32px;
	line-height: 100%;
	color: #20252E;
	margin-bottom: 10px;
}
.form-title strong{
	color: #C28B5D;
	font-weight: 400;
}
.form-description {
	line-height: 1.5;
	margin-bottom: 18px;
}
.form-input-inline {
	display: flex;
	justify-content: space-between;
}
.zindextop{
	z-index: 100;
}
.form-input-inline .form-input {
	width: 23%;
}
.form-input-inline.form-3-cols .form-input {
	width: 32%;
}
.form-input input{
	margin: 0px;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #dcd7d4;
	box-sizing: border-box;
	border-radius: 3px;
	height: 34px;
	line-height: 34px;
	padding: 0px 15px;
	font-size: 14px;
}
.form-input.height-44 input {
	height: 44px;
	line-height: 44px;
}
.form-input.height-44 {
	margin-bottom: 15px;
}
.form-input button {
	width: 100%;
}
.form-input.height-44 button.red-btn {
	height: 44px;
	line-height: 44px;
}
.form-input textarea{
	height: 132px;
	width: 100%;
	margin: 0px;
	background: #FFFFFF;
	border: 1px solid #dcd7d4;
	box-sizing: border-box;
	border-radius: 3px;
	line-height: 16px;
	padding: 13px 15px;
	font-size: 14px;
	font-family: "Circe", sans-serif;
}

.form-input textarea.textarea-height{
	height: 163px;
}

.form-input.height-44 textarea {
	height: 103px;
}
.form-input input::-webkit-input-placeholder {color:#20252E; opacity:1; font-size: 14px; font-family: "Circe", sans-serif;}
.form-input input::-moz-placeholder          {color:#20252E; opacity:1; font-size: 14px; font-family: "Circe", sans-serif;}
.form-input input:-moz-placeholder           {color:#20252E; opacity:1; font-size: 14px; font-family: "Circe", sans-serif;}
.form-input input:-ms-input-placeholder      {color:#20252E; opacity:1; font-size: 14px; font-family: "Circe", sans-serif;}

.form-input textarea::-webkit-input-placeholder {color:#20252E; opacity:1; font-size: 14px; font-family: "Circe", sans-serif;}
.form-input textarea::-moz-placeholder          {color:#20252E; opacity:1; font-size: 14px; font-family: "Circe", sans-serif;}
.form-input textarea:-moz-placeholder           {color:#20252E; opacity:1; font-size: 14px; font-family: "Circe", sans-serif;}
.form-input textarea:-ms-input-placeholder      {color:#20252E; opacity:1; font-size: 14px; font-family: "Circe", sans-serif;}

a.red-btn,
button.red-btn {
	text-decoration: none;
	background: #EB3D39;
	border-radius: 3px;
	font-size: 16px;
	line-height: 100%;
	display: block;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	outline: none;
	box-shadow: none;
	padding: 0px;
	margin: 0px;
	height: 36px;
	line-height: 36px;
	border:none;
	font-family: "Circe", sans-serif;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
a.red-btn:hover,
button.red-btn:hover {
	background: #F55C59;
}

a.red-btn:active,
button.red-btn:active{
	background: #DE3935;
}
.form-agree {
	margin-top: 12px;
}
.custom-checkbox {
	font-size: 14px;
	line-height: 100%;
	color: #20252E;
    position: relative;
}
.custom-checkbox a,
.form-input a {
	text-decoration: none;
	color: #EB3D39;
}
.custom-checkbox input {
	/*display: none;*/
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    z-index: -1;
}
.custom-checkbox span {
	display: block;
	line-height: 26px;
	vertical-align: top;
	cursor: pointer;
}
.custom-checkbox label span {
	display: inline-block;
}
.custom-checkbox label {
	display: block;
	line-height: 26px;
	vertical-align: top;
	cursor: pointer;
}
.custom-checkbox input + span::before{
	vertical-align: top;
	content: "";
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #dcd7d4;
	box-sizing: border-box;
	border-radius: 3px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	margin-right: 10px;
	/* background: red; */
}

.custom-checkbox input:checked + span::before{
	background: #FFFFFF no-repeat center center url('../img/icon-checked.svg');
}
.custom-checkbox input + label::before{
	vertical-align: top;
	content: "";
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #dcd7d4;
	box-sizing: border-box;
	border-radius: 3px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	margin-right: 10px;
	/* background: red; */
}

.custom-checkbox input:checked + label::before{
	background: #FFFFFF no-repeat center center url('../img/icon-checked.svg');
}
.bus-title {
	font-size: 32px;
	line-height: 100%;
	color: #20252E;
	margin-bottom: 10px;
}
.bus-description {
	line-height: 1.5;
}
.slider-title {
	margin-bottom: 25px;
	font-size: 32px;
	line-height: 100%;
	color: #20252E;
}
.slider-news__wrapper {
	margin-top: 69px;
	position: relative;
}
.slider-news {
	width: calc(546px * 2 + 30px);
}
.slider-news__item {
	width: 546px !important;
	padding-right: 30px;
}
.main-wrapper-banner .slider-news__item {
	width: 346px !important;
}

.slider-news__item a{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #C28B5D;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 25px 30px 34px;
	/* == === ==*/
	/* height: 150px; */
	display: block;
	display: flex;
	flex-direction: column;
	/* == === ==*/
}
.slider-news__image {
	width: 100%;
	height: 230px;
	background-position: center top;
	background-size: cover;
}
.slider-news__label {
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #C28B5D;
	margin-bottom: 10px;
}
.slider-news__title {
	font-size: 18px;
	line-height: 100%;
	color: #20252E;
	margin-bottom: 5px;
	flex-grow: 1;
	height: 76px;
	overflow: hidden;
}
.slider-news__text {
	line-height: 1.3;
	margin-bottom: 15px;
	color: rgba(32, 37, 46, 0.8);
}
.slider-news__bottom {
	display: flex;
	justify-content: space-between;
}
.slider-news__date {
	font-size: 16px;
	line-height: 100%;
	color: #20252E;
	opacity: 0.6;
}
.slider-news__link {
	padding-right: 55px;
}
.slider-news__item a:hover{
	background: #F9F3EF;
	border-color: #F9F3EF;
}
.footer-copy {
	vertical-align: top;
	margin-top: 20px;
	font-size: 18px;
	line-height: 100%;
	color: #000000;
	opacity: 0.3;
}
.footer-menu__item + .footer-menu__item {
	margin-top: 20px;
}
.footer-menu__item a {
	font-size: 18px;
	line-height: 100%;
	color: #000000;
	text-decoration: none;
}
.footer-menu__item a:hover {
	text-decoration: none;
}
.modal-title {
	font-size: 24px;
	line-height: 100%;
	text-align: center;
	color: #20252E;
	margin-bottom: 15px;
}
.form-input-block .form-input {
	margin-bottom: 15px;
}
.form-input-block .form-agree {
	margin-bottom: 20px;
}
.fancybox-close-small {
	opacity: 1 !important;
}
.modal-form--event div.okmessage {
	text-align: center;
}
/* .fancybox-content {
	background: #FFFFFF;
	border: 1px solid #C28B5D;
	box-sizing: border-box;
	box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
	padding: 30px 72px 45px;
	width: 475px;
} */
.fancybox-bg {
	background: #000 !important;
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.2 !important;
}
.modal-form.fancybox-content:not(.new-form) {
	position: relative;
	margin-left: 167px;
}
.modal-form.fancybox-content:not(.new-form)::before {
	width: 265px;
	height: 500px;
	background: no-repeat center center url('../img/icon-rocket-1.svg');
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	left: -163px;
	top: -62px;
	z-index: -1;
}

.modal-form.fancybox-content:not(.new-form) {
	overflow: visible;
}
.modal-form-success.fancybox-content {
	padding: 50px 30px;
	overflow: visible;
}
.form-title-success {
	font-size: 24px;
	line-height: 110%;
	text-align: center;
	color: #20252E;
}
.modal-form-success.fancybox-content .fancybox-close-small {
	display: none;
}
.form-success-cols {
	display: flex;
}
.form-right-col {
	position: relative;
}
.form-right-col img{
	position: absolute;
	-moz-transform: rotate(28deg);
	-webkit-transform: rotate(28deg);
	-o-transform: rotate(28deg);
	-ms-transform: rotate(28deg);
	transform: rotate(28deg);
	top: -72px;
	width: 150px;
	left: 50px;
}
.menu-left-sidebar__wrapper {
	position: fixed;
	top: 120px;
	padding-left: 5px;
	padding-right: 5px;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	background: #FCF9F7;
}
.menu-left-title {
	font-size: 32px;
	line-height: 100%;
	color: #20252E;
	margin-bottom: 30px;
}
.contacts-list__top {
	width: 100%;
}
.contacts-list__top .contacts-list__item {
	margin-left: auto;
	margin-right: auto;
}
.contacts-list.contacts-2-cols {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.contacts-list.contacts-2-cols .contacts-list__item {
	width: 48%;
	padding-right: 0px;
	border-top: none;
	padding-top: 0px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 0;
}
.contacts-list.contacts-2-cols .contacts-list__item-contacts .contacts-list__item-contacts-item {
	margin-right: 10px;
}
.contacts-list__ico {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}
.contacts-list__info {
	width: calc(100% - 80px - 15px);
}
.contacts-list__item-title {
	font-size: 18px;
	line-height: 120%;
	color: #20252E;
	margin-bottom: 15px;
}
.contacts-list__item {
	padding-right: 60px;
	margin-bottom: 15px;
}
.contacts-list__item + .contacts-list__item {
	border-top: 1px solid rgba(33, 37, 47, 0.3);
	padding-top: 15px;
}
.contacts-list__item-contacts .contacts-list__item-contacts-item {
	display: inline-block;
	white-space: nowrap;
}
.contacts-list__item-contacts .contacts-list__item-contacts-item {
	margin-right: 20px;
}
.contacts-list__item-contacts-item label {
	font-size: 15px;
	line-height: 100%;
	color: #20252E;
}
.contacts-list__item-contacts-item a{
	font-size: 16px;
	line-height: 100%;
	color: #C28B5D;
	text-decoration: none;
}
.contacts-list__item-contacts-item a:hover{
	text-decoration: underline;
}
/* MENU */
.j-menu-wrapper {
	position: fixed;
	z-index: 99;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: calc(100% - 820px);
	background: #fff;
	-webkit-transition: all 900ms ease-in-out;
	-moz-transition: all 900ms ease-in-out;
	-ms-transition: all 900ms ease-in-out;
	-o-transition: all 900ms ease-in-out;
	transition: all 900ms ease-in-out;
}
.j-menu-wrapper::after {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	opacity: 0;
	width: 200px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #fff repeat-y right top url('../img/bg-right-pattern.svg');
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
.j-menu-wrapper.add-pattern::after {
	opacity: 1;
}
.menu-wrapper {
	position: relative;
}
.menu-wrapper__inner {
	max-width: 840px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
}
.search-row-menu form{
	position: relative;
}
.search-row-menu form input {
	font-family: 'Circe', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	color: rgba(0, 0, 0, 0.6);
	display: block;
	width: 100%;
	background: #F9F3EF;
	border: 1px solid rgba(194, 139, 93, 0.15);
	border-radius: 3px;
	height: 44px;
	line-height: 44px;
	padding: 0px 20px;
	box-sizing: border-box;
}
button.icon-search-btn {
	position: absolute;
	display: block;
	width: 40px;
	height: 44px;
	background: no-repeat left center url('../img/icon-search.svg');
	border: none;
	padding: 0px;
	margin: 0px;
	box-shadow: none;
	right: 0px;
	top: 0px;
}
.menu-title {
	margin-top: 20px;
	font-size: 36px;
	line-height: 100%;
	color: #20252E;
}
.menu-list::after {
	content: "";
	display: block;
	clear: both;
}
.menu-list {
	margin-top: 20px;
	border-bottom: 1px solid #DBDBDB;
}
.title-level-1 {
	font-weight: bold;
	font-size: 20px;
	line-height: 100%;
	color: #20252E;
	margin-bottom: 10px;
}
ul.main-links li ul {
	display: flex;
	flex-wrap: wrap;
}

ul.main-links li ul li{
	width: 50%;
	margin-bottom: 6px;
}
ul.main-links li ul li a{
	font-size: 16px;
	line-height: 120%;
	color: #20252E;
	opacity: 0.6;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
ul.main-links li ul li a:hover{
	text-decoration: none;
	opacity: 1;
	color: #C28B5D;
}
ul.main-links > li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DBDBDB;
}
ul.main-links > li.half-menu-col {
	float: left;
	width: 50%;
	border: none;
	margin-bottom: 0px;
}
ul.main-links > li.half-menu-col  ul li{
	width: 100%;
}
.main-links {

}
ul.main-links li.big-links ul li a {
	font-weight: bold;
	font-size: 20px;
	line-height: 100%;
	color: #20252E;
	opacity: 1;
}
ul.main-links li.big-links ul li + li {
	margin-top: 15px;
}
ul.main-links li.big-links ul li a:hover {
	text-decoration: none;
	opacity: 1;
	color: #C28B5D;
}
/* END */

.menu-partners {
	margin-top: 15px;
}
.menu-partners__row {
	padding-left: 80px;
	padding-right: 80px;
	display: flex;
	justify-content: space-between;
}
.menu-partners__row + .menu-partners__row {
	margin-top: 10px;
}

/* BREAD */
.breadcrumbs {
	margin-top: 17px;
	font-size: 16px;
	line-height: 120%;
	color: #20252E;
	opacity: 0.8;
	max-width: 695px;
}
.breadcrumbs a {
	color: #C28B5D;
	text-decoration: none;
	display: inline-block;
	margin-right: 17px;
	position: relative;
}
.breadcrumbs a::after {
	content: "/";
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: -13px;
	top: -1px;
	color: #C28B5D;
}
/* END */
.fixed-menu-header {
	padding-bottom: 35px;
	position: fixed;
	top: 0px;
	width: calc(100% - 820px);
	right: 0px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	z-index: 15;
	padding-top: 39px;
	width: 100%;
}
.fixed-menu-header .header-right-nav {
	width: auto;
	align-items: flex-start;
}
.fixed-menu-header .header-right-nav .header-search {
	margin-top: 1px;
}
.title-text {
	font-size: 32px;
	position: relative;
	line-height: 1.2;
	color: #20252E;
	margin-bottom: 15px;
}
.title-text.shorted-title {
	max-width: 550px;
}
.user-text p {
	font-size: 16px;
	line-height: 1.3;
}
.user-text p + p {
	margin-top: 10px;
}
.col-text-attent {
	display: flex;
	margin-bottom: 70px;
}
.col-text-attent .user-text{
	/*width: calc(100% - 295px);*/
}
.attent-wrapper {
	margin-top: 40px;
	/*width: 260px;*/
	/*margin-left: 35px;*/
}
.attent-block {
	color: rgba(0,0,0,0.8);
	padding: 20px;
	background: #F9F3EF;
	border: 1px solid rgba(194, 139, 93, 0.15);
	box-sizing: border-box;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
}
.attent-block__title {
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #C28B5D;
	margin-bottom: 7px;
}
.attent-block a.red-button {
	display: block;
	text-align: center;
}
.subtitle-text {
	font-size: 16px;
	line-height: 1.2;
}
.title-text + .subtitle-text {
	margin-top: -15px;
}
/* FILES */
.list-files {
	margin-top: 30px;
}
.list-files__item {
	padding-left: 55px;
	padding-right: 120px;
	font-size: 16px;
	line-height: 1;
	color: #20252E;
	margin-bottom: 18px;
	padding-top: 20px;
	position: relative;
}
.list-files__item + .list-files__item{
	border-top: 1px solid #DBDBDB;
}
.list-files__item-title {
	margin-bottom: 10px;
}
.list-files__item-size {
	color: rgba(33, 37, 47, 0.6);
	font-size: 14px;
}
a.download-link {
	text-decoration: none;
	font-size: 14px;
	color: #EB3D39;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	margin-right: 20px;
}
a.download-link::after {
	width: 10px;
	height: 15px;
	content: "";
	display: block;
	background: no-repeat center center url('../img/icon-download.svg');
	position: absolute;
	right: -18px;
	top: -1px;
}
.file-doc::before {
	position: absolute;
	width: 40px;
	height: 40px;
	background: no-repeat center center url('../img/icon-doc.svg');
	content: "";
	display: block;
	left: 0px;
	top: 20px;
}
.file-pdf::before {
	position: absolute;
	width: 40px;
	height: 40px;
	background: no-repeat center center url('../img/icon-pdf.svg');
	content: "";
	display: block;
	left: 0px;
	top: 20px;
}
/* END */
.form-service:not(.new-cb) {
	padding: 26px 30px;
	background: #F9F3EF;
	border: 1px solid rgba(194, 139, 93, 0.15);
	box-sizing: border-box;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
	margin-top: 30px;
}
.form-service__title {
	font-size: 32px;
	line-height: 100%;
	color: #20252E;
	margin-bottom: 10px;
	position: relative;
}
.form-service__text {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.form-service__cols {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.form-service__left-col,
.form-service__right-col {
	width: 49%;
}
.form-service__left-col .form-agree {
	margin-top: 5px;
}
/* .form-service {
	margin-top: 70px;
} */
.j-scroll-line-left {
	position: relative;
}
.scroll-left__wrapper {
	top: 0px;
	bottom: -70px;
	position: absolute;
	left: -50px;
	width: 4px;
	background: rgba(225, 199, 175, 0.4);
}
.j-scroller-num {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	position: absolute;
	left: -64px;
	top: -15px;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 32px;
	line-height: 1;
	color: rgba(194, 139, 93, 0.5);
}
.form-service__title .j-scroller-num {
	left: -94px;
}
.j-loader-inner-wrap-scoll {
	background: #E0C5AE;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.j-scroller-num.j-full-color {
	color: #C28B5D;
}
.user-text.short-width {
	max-width: 695px;
}
.link-subtitle {
	margin-bottom: 20px;
}
.link-subtitle a {
	color: #C28B5D;
	text-decoration: none;
}
ul.style-list li{
	padding-left: 25px;
	position: relative;
}
ul.style-list li::before{
	content: "";
	display: block;
	width: 15px;
	height: 1px;
	background: #C28B5D;
	position: absolute;
	left: 0px;
	top: 10px;
}
ul.style-list li a {
	font-size: 16px;
	line-height: 1.3;
	color: rgba(33, 37, 47, 0.8);
	text-decoration: none;
}
ul.style-list li + li {
	margin-top: 10px;
}
.gallery-item {
}
.gallery-item a{
	padding: 0px 15px;
	display: block;
	/*width: 335px;*/
	height: 335px;

	box-sizing: border-box;
}
.gallery-item a img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.gallery-slider {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}



.slick-arrow {
	top: -25px;
	right: 15px;
	z-index: 100;
	font-size: 0px;
	text-indent: -99999px;
	position: absolute;
	border: none;
	box-shadow: none;
	outline: none;
	width: 37px;
	height: 15px;
	background: transparent no-repeat center center url('../img/icon-arrow-slider.svg');
	background-size: contain;
}

.gallery-slider .slick-arrow{
	top: -40px;
}

.slick-arrow.slick-prev {
	right: 93px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.news-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-list__item {
	width: 31%;
	margin-bottom: 50px;
}
.news-list__item.new-list__item-fullwidth  {
	background: #FFFFFF;
	border: 1px solid #C28B5D;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
	overflow: hidden;
}
.new-list__item-fullwidth .news-list__item-cols {
	display: flex;
	max-height: 230px;
}
.new-list__item-fullwidth .news-list__item-cols .news-list__item-image {
	width: 50%;
}
.news-list__item .news-list__item-image img{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.news-list__item:hover .news-list__item-image img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.new-list__item-fullwidth .news-list__item-cols  .news-list__item-description {
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}
.news-list__item-label {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #C28B5D;
}
.new-list__item-fullwidth .news-list__item-label {
	margin-bottom: 15px;
}
.new-list__item-fullwidth .news-list__item-title {
	font-size: 20px;
}
.news-list__item-title {
	font-size: 18px;
	line-height: 100%;
	color: #20252E;
	margin-bottom: 5px;
}
.news-list__item-text {
	font-size: 16px;
	line-height: 1.3;
}
.new-list__item-fullwidth .news-list__item-description {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news-list__item-last-row {
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
}
.new-list__item-fullwidth .news-list__item-last-row{
	margin-top: 0px;
}
.new-list__item-fullwidth .news-list__item-link {
	padding-right: 60px;
}
.news-list__item-date {
	opacity: 0.6;
}
.more-link-no-arrow a.more-link::after{
	display: none;
}
.news-list__item-image img {
	border-radius: 5px;
	height: 100%;
	object-fit: cover;
}
.news-list__item-image a{
	display: block;
	min-height: 100%;
	height: 230px;

}
.news-list__item-image {
	height: 230px;
	margin-bottom: 15px;
}
.new-list__item-fullwidth .news-list__item-image{
	margin-bottom: 0px;
}
.new-list__item-fullwidth .news-list__item-image img {
	border-radius: 0px;
	object-fit: cover;
}
.new-list__item-fullwidth.news-list__item.news-list__item-inverse .news-list__item-cols{
	flex-direction: row-reverse;
}
.title-small-sidebar {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
	color: #20252E;
}
.user-text img {
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.orange-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #C28B5D;
	margin-bottom: 5px;
}
.text-title-2 {
	font-size: 18px;
	line-height: 130%;
	color: #000000;
	opacity: 0.8;
	margin-bottom: 15px;
}
.text-title-3 {
	font-size: 32px;
	line-height: 120%;
	color: #20252E;
	margin-bottom: 15px;
}
.short-form {
	margin-top: 25px;
	max-width: 695px;
	background: #F9F3EF;
	border: 1px solid rgba(194, 139, 93, 0.15);
	box-sizing: border-box;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
	padding: 25px;
}
/* HEROES LIST */
.heroes-list__item {
	display: flex;
}
.heroes-list__item:hover .heroes-list__item-title {
	color: #C28B5D;
}
.heroes-list__item-image {
	width: 195px;
}
.heroes-list__item-descr {
	width: calc(100% - 235px);
	margin-left: 40px;
}
.heroes-list__item-title {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	line-height: 110%;
	color: #20252E;
	border-bottom: 2px solid rgba(194, 139, 93, 0.3);
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
}
.heroes-list__item-title:not(nth:last-child)
{
	margin-bottom: 8px;
}


.heroes-list__item-title-hash{
	font-size: 18px;
	font-weight: 500;
}

.heroes-list__item-text {
	font-size: 16px;
	line-height: 140%;
	color: #20252E;
	opacity: 0.8;
	margin-bottom: 20px;
}
.heroes-list__item-features {
	display: flex;
}
.heroes-list__item-feature-item + .heroes-list__item-feature-item {
	margin-left: 25px;
}
.heroes-list__item-feature-item__title {
	font-weight: bold;
	font-size: 36px;
	line-height: 100%;
	color: #EB3D39;
	margin-bottom: 2px;
}
.heroes-list__item-feature-item__text {
	color: #20252E;
}
.heroes-list__item + .heroes-list__item {
	margin-top: 42px;
}
.heroes-list__item-image a {
	display: block;
	position: relative;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.heroes-list__item-image a:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.heroes-list__item-image a img{
	border-radius: 5px;
	position: relative;
	z-index: 2;
}
.heroes-list__item-image a img.before-image{
	position: absolute;
	z-index: 1;
	left: -10px;
	top: -10px;
	opacity: 0.2;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.heroes-list__item-image a:hover img.before-image{
	left: 0px;
	top: 0px;

}
.register-form {
	margin-top: 10px;
}
.register-form button.red-btn {
	margin-top: 15px;
}
/* END */
/* HERO DETAIL */
.hero-detail-cols {
	display: flex;
}
.hero-detail__image {
	width: 260px;
}
.hero-detail__descr {
	width: calc(100% - 260px);
	padding-top: 30px;
}
.hero-detail__bg-text {
	padding: 20px 52px 23px 30px;
	background: #F9F3EF;
	border: 1px solid rgba(194, 139, 93, 0.15);
	box-sizing: border-box;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
	border-radius: 0px 5px 5px 0px;
}
.hero-detail__bg-text p {
	margin-bottom: 15px;
}
.hero-detail-cols {
	margin-bottom: 25px;
}
.hero-detail__staff {
	display: flex;
	padding: 36px 0px 0px 30px;
}
.hero-detail__staff-info {
	width: 200px;
}
.hero-detail__staff-file {
	width: calc(100% - 200px);
}
.hero-detail__descr .heroes-list__item-feature-item + .heroes-list__item-feature-item{
	margin-left: 50px;
}
.hero-detail__staff-title {
	font-size: 20px;
	line-height: 100%;
	color: #20252E;
}
.hero-detail__staff-file a{
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 100%;
	color: #20252E;
	text-decoration: none;
	padding-left: 55px;
}
.hero-detail__staff-file a::before{
	top: -5px;
}
/* END */
.event-detail-cols {
	display: flex;
}
.event-detail-right-col {
	width: 260px;
}
.event-detail-left-col {
	width: calc(100% - 290px);
	margin-right: 30px;
}
.title-with-image {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}
.title-with-image .title-image {
	width: 100px;
	margin-right: 20px;
}
.title-with-image .title-text {
	margin-bottom: 0px;
	width: calc(100% - 120px);
	font-size: 24px;
	line-height: 1.2;
}
.title-image img {
	width: 100%;
	object-fit: cover;
	border: 2px solid rgba(53, 101, 174, 0.6);
	border-radius: 50%;
}
.event-date-block a.red-btn {
	border-radius: 0px 0px 5px 5px;
}
.event-date-block__inner {
	background: #F9F3EF;
	border: 1px solid rgba(194, 139, 93, 0.15);
	box-sizing: border-box;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
	border-radius: 5px 5px 0px 0px;
	padding: 20px 20px 15px;
}
a.brown-link {
	display: block;
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
	line-height: 120%;
	color: #4D1D16;
}
.event-date-block__row {
	display: flex;
}
.event-date-block__row + .event-date-block__row {
	border-top: 1px solid rgba(0,0,0,0.3);
	padding-top: 20px;
	margin-top: 20px;
}
.event-date-block__label {
	margin-right: 10px;
	font-size: 16px;
	line-height: 120%;
	color: #20252E;
}
.event-date-block__value {
	font-size: 16px;
	line-height: 120%;
	color: #C28B5D;
}
.event-list-previews .event-preview__title{
	font-size: 18px;
	line-height: 120%;
	font-weight: normal;
	margin-bottom: 15px;
	max-width: 580px;
}
.event-list-previews  .event-preview__photo {
	width: 100px;
}
.event-list-previews .event-preview__photo img {
	width: 100%;
	border-width: 2px;
	object-fit: cover;
}
.event-list-previews .event-preview {
	align-items: center;
}
.event-list-previews .event-preview__date {
	margin-bottom: 0px;
}
.event-list-previews .event-preview__date + .event-preview__date {
	margin-top: 15px;
}
.event-list-previews .event-preview + .event-preview{
	border-top: 1px solid rgba(0,0,0,.3);
}
.event-list-previews a.event-preview {
	text-decoration: none;
	margin-top: 0px;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 30px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}
.event-list-previews a.event-preview:hover {
	background: #F9F3EF;
	border: 1px solid rgba(194, 139, 93, 0.15);
	box-sizing: border-box;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
}
.event-list-previews a.event-preview:hover + a.event-preview{
	border-top-color: transparent;
}
a.calendar-btn {
	display: inline-block;
	vertical-align: top;
	background: #EB3D39;
	border-radius: 3px;
	padding: 19px 46px 10px 16px;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}
a.calendar-btn::after {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: no-repeat center center url('../img/icon-calendar.svg');
	background-size: contain;
	position: absolute;
	right: 14px;
	top: 14px;
}
.calendar {
	position: relative;
	z-index: 2;
}
.under-calendar {
	z-index: 1;
	margin-top: -10px;
	margin-left: -16px;
}
a.calendar-btn.under-calendar {
	margin: 30px 0 0;
}

/* MODAL CALENDAR */
.modal-calendar.fancybox-content {
	padding: 47px 100px 60px 100px;
	max-width: 1040px;
	width: 100%;
}
.modal-calendar-wrapper {
	position: relative;
}
.prev-month {
	top: 50%;
	margin-top: -7px;
	left: -60px;
	font-size: 0px;
	position: absolute;
	border: none;
	box-shadow: none;
	outline: none;
	width: 37px;
	height: 15px;
	background: transparent no-repeat center center url('../img/icon-arrow-slider.svg');
	background-size: contain;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.next-month {
	top: 50%;
	margin-top: -7px;
	right: -60px;
	font-size: 0px;
	position: absolute;
	border: none;
	box-shadow: none;
	outline: none;
	width: 37px;
	height: 15px;
	background: transparent no-repeat center center url('../img/icon-arrow-slider.svg');
	background-size: contain;
}

element.style {
}
.calendar__day.disabled__day {
	background: #F9F9F9;
}
.calendar__day.disabled__day .calendar__day-date {
	color:  rgba(33, 37, 47, 0.3);
}
/* END */

.j-marquee-event {
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.j-marquee-event:hover {
	color: #C28B5D;
}
.event-marquee-wrapper {
	position: absolute;
	top: 0px;
	left: 75px;
	z-index: 102;
	width: 730px;
	background: #FCF9F7;
	border: 1px solid rgba(194, 139, 93, 0.15);
	box-sizing: border-box;
	border-radius: 5px;
	padding: 20px;
}
.j-marquee-event.current-event-marquee {
	color: #C28B5D;
}
body.inner-page-wrapper {
	background: #fff;
	overflow-x: hidden;
}
.parallax-right {
	display: none;
}
.parallax-right{
	z-index: -1;
	display: block;
	width: 200px;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 200px;
	height: 300vh;
	background: repeat-y right top url("../img/bg-right-pattern.svg");
	-webkit-transition: all 10ms ease-in-out;
	-moz-transition: all 10ms ease-in-out;
	-ms-transition: all 10ms ease-in-out;
	-o-transition: all 10ms ease-in-out;
	transition: all 10ms ease-in-out;
}
.event-preview__text-wrapper button.red-btn {
	/*display: none;*/
}
.event-list-previews .event-preview__wrapper .event-preview {
	display: flex;
}
.event-list-previews .event-preview__wrapper .event-preview .event-preview__text {
	display: none;
}
.slider-news .slick-arrow {
	right: auto;
	left: calc(62% + 80px);
}
.slider-news .slick-arrow.slick-prev {
	right: auto;
	left: 62%;
}
.slider-news .slick-arrow {
	top: -47px;
}
.search-count-label {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 100%;
	color: #20252E;
	opacity: 0.8;
}
.search-list-result__item-title {
	font-size: 20px;
	line-height: 100%;
	color: #20252E;
	margin-bottom: 10px;
}
.search-list-result__item {
	border-bottom: 1px solid rgba(0,0,0,.3);
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.short-sidebar-logo {
	display: none;
}
.arrow-sidebar {
	display: none;
}

/* task_73183 */

.header-right-nav__wrapper {
	flex: 1 1 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-menu-auth {
	background: #EB3D39;
	border-radius: 3px;
	margin: 0px 0px 0px 25px;
	padding: 11px 20px;
	display: flex;
	align-items: center;
	transition: background 0.2s linear;
}

.header-menu-auth:hover{
	background: #fa5858;
}

.search-row-header {
	width: calc(100% - 120px);
	top: 0;
}

.search-row-header {
	left: 0;
}

.header-menu-auth__burger {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 14px;
	margin: 0px 15px 0px 0px;
}

.header-menu-auth__burger span {
	background-color: #fff;
	width: 20px;
	height: 2px;
}

.fixed-header {
	/*z-index: 100;*/
}

.header-navbar--active:before {
	/*content: '';*/
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200%;
	background-color: #fff;
}

/* #panel {
	display: none !important;
} */

.menu-wrapper__inner {
	padding: 140px 105px 85px;
	max-width: none;
	width: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.menu-wrapper__menu {
	flex: 0 0 42%;
}

.menu-wrapper__contacts {
	flex: 0 1 58%;
	margin: 0px 0px 0px 160px;
	display: flex;
}

.menu-wrapper__item-logo {
	display: block;
	margin: 0px 0px 45px 0px;
	max-width: 258px;
}

.menu-wrapper__item-logo img{
	max-width: 100%;
}

@media (max-width: 1952px){
	.header-right-nav {
		width: calc(58% - 105px - 175px);
	}
}

.header-right-nav {
	margin-right: 105px;
}

.menu-wrapper__item-wrapper--partners {
	margin: 0px 0px 0px 85px;
}

.contacts-list__item {
	padding: 0;
}

.menu-wrapper__item-wrapper--contacts {
	flex: 0 1 490px;
}

.menu-title {
	margin: 0;
}

ul.main-links > li:not(:last-child) {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #DBDBDB;
}

ul.main-links > li.half-menu-col {
	border: 0;
}

.menu-list {
	border: 0;
}

/* ul.main-links li ul {
	margin: 0px -40px;
} */

/* ul.main-links li ul li a {
	margin: 0px 40px;
} */

ul.main-links li.big-links ul li a {
	margin: 0px 0px 0px 0px;
}

.contacts-list__item + .contacts-list__item {
	/* margin-top: 25px; */
	margin-bottom: 25px;
}

.menu-wrapper-inner__feedback {
	position: absolute;
	bottom: 84px;
	right: 105px;
	z-index: 9999;
}

.menu-wrapper-inner__feedback a.link-problem {
	position: static;
	transform: rotate(0) translate(0);
	margin: 30px 0px 0px 0px;
}

.menu-wrapper-inner__feedback .socials {
	position: static;
	display: flex;
	justify-content: flex-end;
	column-gap: 10px;
}

.menu-wrapper-inner__feedback .socials a {
	margin: 0;
}

.accordion-title {
	position: relative;
}

.accordion-title:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translate(-3px, -50%) rotate(45deg);
	width: 10px;
	height: 2px;
	background-color: #20252E;
	transition: all 0.5s ease;
	opacity: 0;
}

.accordion-title:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translate(3px, -50%) rotate(-45deg);
	width: 10px;
	height: 2px;
	background-color: #20252E;
	transition: all 0.5s ease;
	opacity: 0;
}

.accordion-title:hover:before {
	opacity: 1;
}

.accordion-title:hover:after {
	opacity: 1;
}

.opened .accordion-title:before {
	transform: translate(0, -50%) rotate(-45deg);
	opacity: 1;
	width: 20px;
	right: 0;
}

.opened .accordion-title:after {
	transform: translate(0, -50%) rotate(45deg);
	opacity: 1;
	width: 20px;
	right: 0;
}

@media (min-width: 1281px){
	a.link-problem--fixed {
		right: 0;
	}
}

a.link-problem--fixed {
	position: fixed;
	top: 50%;
	height: 25px;
	z-index: 101;
	transform: translate(78px, -50%) rotate(-90deg);
	background-color: #EB3D39;
	color: #fff;
	text-decoration: none;
	padding: 5px 25px;
	line-height: 1.8;
	display: block;
}

.pagination-fullpage {
	position: fixed;
	top: 182px;
	left: 105px;
	z-index: 99;
}

.pagination-fullpage__item{
	width: 30px;
	position: relative;
}

.pagination-fullpage__item:not(:last-child):before{
	content: '';
	position: absolute;
	top: 36px;
	left: 50%;
	transform: translate(-50%, 0);
	height: 60px;
	width: 1px;
	background-color: #000000;
}

.pagination-fullpage__item a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	transition: all 0.5s ease;
	margin: 0px 0px 100px 0px;
}

.pagination-fullpage__item.active a {
	font-weight: bold;
	font-size: 24px;
	color: #C28B5D;
}

.pagination-fullpage__item.active:not(:last-child):before{
	background-color: #C28B5D;
}

.main-wrapper {
	position: relative;
}

.number-block {
	position: absolute;
	bottom: 44px;
	left: -32px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.left-sidebar {
	z-index: 1;
}

.number-block__title {
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #C28B5D;
	margin: 0 30px 0 0;
}

.number-block__number {
	font-weight: 800;
	font-size: 144px;
	line-height: 124px;
	color: transparent;
	-webkit-text-stroke: 1px #C28B5D;
}

.j-form-feedback--problem {
	display: flex;
	margin: 15px 0px 0px 0px;
}

.modal-form--problem:not(.new-form) {
	max-width: 750px;
	width: 100%;
	padding: 25px 35px 35px;
}

.form-input-block--left {
	flex: 0 0 50%;
	margin: 0px 18px 0px 0px;
}

.form-input-block--right {
	flex: 0 0 49%;
}

.modal-title--problem {
	text-align: left;
}

.modal-text {
	margin: 0px 0px 10px 0px;
}

.main-wrapper .fixed-menu-header{
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: 100;*/
}

.pagination-fullpage__title {
	position: absolute;
	top: 100%;
	left: 100%;
	width: 250px;
	padding: 11px 0;
	text-align: center;
	background: #C28B5D;
	border: 1px solid #C28B5D;
	box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
	font-size: 18px;
	line-height: 130%;
	color: #FFFFFF;
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 10px);
	transition: all 0.5s ease;
}

.pagination-fullpage__item:hover .pagination-fullpage__title {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}
.j-menu-wrapper.add-pattern::after {
	opacity: 0;
}

.main-wrapper__scroller {
	overflow: hidden;
	position: relative;
	height: 80%;
	display: none;
	max-width: 695px;
}

.j-tab-data {
	padding: 0px 15px 0px 0px;
}

.menu-wrapper-inner__feedback a.link-problem {
	display: none;
}

.j-open-sidebar--hide {
	opacity: 0;
	visibility: hidden;
}

.j-open-sidebar {
	transition: all 0.5s ease;
}

.event-list__button {
	margin: 45px 0px 0px 0px;
}

.header-menu {
	width: 100%;
}

.header-menu__body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.hero-preview__text p {
	text-overflow: ellipsis;
	overflow: hidden;
}

.main-wrapper-404 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.main-wrapper__inner--404 {
	height: 100%;
	margin-left: 100px;
}

.main-wrapper-404__buttons-body {
	padding: 0px 0px 70px 0px;
}

.main-wrapper--404 {
	height: 100%;
	padding: 0 !important;
}

.main-wrapper-404__title {
	font-family: 'Circe';
	font-size: 26px;
	line-height: 100%;
	color: #20252E;
	margin: 0px 0px 15px 0px;
	text-align: center;
}

.main-wrapper-404__text {
	text-align: center;
	font-size: 20px;
	line-height: 130%;
	color: #20252E;
	opacity: 0.8;
	margin: 0px 0px 40px 0px;
}

.main-wrapper-404__buttons{
	display: flex;
	margin: 0px -6px;
}

.main-wrapper-404__button {
	border: 1px solid #C28B5D;
	border-radius: 3px;
	font-size: 16px;
	line-height: 24px;
	color: #C28B5D;
	text-decoration: none;
	padding: 10px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 1 50%;
	margin: 0 6px;
}

.main-wrapper-404__button span{
	margin: 0px 0px 0px 25px;
}

.main-wrapper-404__img {
	position: relative;
	width: 517px;
	margin: 0 auto;
	top: 5%;
}

.main-wrapper-404__img-number {
	position: relative;
	transform: translate(0, 50%);
	z-index: 6;
}

.main-wrapper-404__img-number-number {
	position: relative;
	z-index: 5;
}

.main-wrapper-404__img-number-shadow {
	position: absolute;
	top: 4px;
	left: 4px;
}

.main-wrapper-404__img-rocket {
	position: absolute;
	top: 0;
	left: 10%;
}

.main-wrapper-404__img-number--1 {
	position: absolute;
	top: 0;
	left: 0;
}

.main-wrapper-404__img-number--2 {
	position: absolute;
	top: 0;
	right: 0;
}

.main-wrapper-404__img-mobile {
	display: none;
}

.big-form{
	background: #F9F3EF;
	border: 1px solid rgba(194, 139, 93, 0.15);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
	padding: 25px 32px 20px;
	margin: 40px 0px 0px 0px;
}

.big-form__title {
	font-size: 32px;
	line-height: 100%;
	color: #20252E;
	margin: 0px 0px 5px 0px;
}

.big-form__text {
	font-size: 16px;
	line-height: 140%;
	color: #20252E;
	opacity: 0.8;
	margin: 0px 0px 20px 0px;
}

.big-form__inputs-row {
	display: flex;
	align-items: center;
	margin: 0px -8px 15px;
}

.big-form__inputs-column {
	flex: 0 1 50%;
	padding: 0px 8px;
}

.big-form__input {
	margin: 0px 0px 15px 0px;
}

.form-input-file input{
	display: none;
}

.form-input-file{
	margin: 0px;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #dcd7d4;
	box-sizing: border-box;
	border-radius: 3px;
	height: 34px;
	line-height: 34px;
	padding: 0px 15px;
}

.form-input-file label{
	display: block;
	color:#20252E;
	font-size: 14px;
	font-family: "Circe", sans-serif;
	position: relative;
	cursor: pointer;
	height: 100%;
}
.form-input-file label span{
	vertical-align: text-top;
}
.form-input-file label:after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	background: url('../img/clip-file.svg') 0 0/cover no-repeat;
	width: 25px;
	height: 25px;
}

.big-form__agree {
	margin-top: 0;
}

.mobile-header-button {
	display: none;
}

.event-preview__wrapper .red-button{
	margin-top: 0;
	/*margin-left: 20px;*/
}
.to-bot-main-02 {
	margin-top: 40px;
}

.event-preview__text p {
	display: inline-block;
}

.main-wrapper__inner--event {
	margin-top: 45px;
}

.event-preview {
	display: flex;
	align-items: center;
}

.event-preview__photo {
	margin: 0px 0px 0px 25px;
}

.hero-slider {
	z-index: 2;
}

.gallery-slider .slick-track {
	display: flex;
	align-items: center;
}

.gallery-slider-title {
	position: relative;
	margin: 0px 0px 20px 0px;
}

.modal-form-custom{
	padding: 0!important;
}

.modal-form-custom .form-service{
	margin: 0;
}

.main-wrapper-banner__slide {
	overflow: hidden;
	border: 1px solid #C28B5D;
	filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
	border-radius: 5px;
}

.main-wrapper-banner__arrow {
	background: url('../img/arrow-slider-banner.svg') 0 0/cover no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 50% !important;
	transform: translate(0, -50%);
}

.main-wrapper-banner__arrow--prev {
	transform: translate(0, -50%) rotate(-180deg);
	left: 20px;
}

.main-wrapper-banner__arrow--next {
	right: 20px;
}

.main-wrapper-banner__dots button {
	opacity: 0;
}
.main-wrapper-banner__dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	display: flex;
	justify-content: center;
	margin: 0px -5px;
}

.main-wrapper-banner__dots li {
	margin: 0px 5px;
	width: 7px;
	height: 7px;
	background: #FCF9F7;
	opacity: 0.5;
	border-radius: 50%;
}

.main-wrapper-banner__dots .slick-active{
	opacity: 1;
}

.main-wrapper-banner__slide {
	padding: 0px 0px 42% 0px;
}

.main-wrapper-banner__slide img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-wrapper-banner__slide-text {
	position: absolute;
	bottom: 25px;
	left: 20px;
	max-width: 233px;
	font-size: 16px;
	line-height: 140%;
	color: rgba(32, 37, 46, 0.8);
}

.main-wrapper-banner__slide-text::after {
	content: '';
	position: absolute;
	top: -50%;
	left: -29%;
	z-index: -1;
	width: 325px;
	height: 325px;
	border-radius: 50%;
	background: #FCF9F7;
	border: 1px solid #C28B5D;
	box-sizing: border-box;
}

.hero-preview__photo img{
	object-fit: cover;
}

.user-text img{
	max-width: 100%;
	height: auto;
}

.main-banner {

}

.main-banner__title {
	margin: 0px 0px 10px 0px;
}

.main-banner__content {
	display: flex;
}

.main-banner__img {
	position: relative;
	flex: 0 1 33.3333%;
	margin: 0px 20px 0px 0px;
}

.main-banner__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.main-banner__info {
	flex: 0 1 66.6666%;
}

.main-banner__subtitle {
	margin: 0px 0px 10px 0px;
	font-family: Circe;
	font-size: 22px;
	color: #20252E;
}

.main-banner__text {
	opacity: 0.8;
}

.main-banner__text a {
	color: #D1A986;
	text-decoration: none;
}

.main-banner__text a:hover {
	text-decoration: underline;
}

.left-sidebar-third__title {
	margin: 0px 0px 25px 0px;
}

.left-sidebar-third__subtitle {
	margin: 0px 0px 10px 0px;
}

.subtitle-sidebar {
	font-size: 22px;
	color: #20252E;
}

.subdision-detail-main {
	margin: 0px 0px 0px 0px;
}

.subdision-detail-main__title {
	margin: 0px 0px 10px 0px;
}

.subdision-detail-main__body {
	display: flex;

}

.subdision-detail-main__img {
	position: relative;
	flex: 0 1 58%;
}

.subdision-detail-main__img img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 860px) {
	.subdision-detail-main__img {
		display: none;
	}
}

.subdision-detail-main__text {
	font-size: 16px;
	line-height: 140%;
	color: #20252E;
	opacity: 0.8;
}

.subdision-detail-main__text span {
	color: #C28B5D;
}

.subtitle-text {
	font-family: Circe;
	font-size: 24px;
	color: #20252E;
}

.subdision-detail-main__content li a {
	color: #CEA27D;
}

.subdivisions-detail-heroes {
	padding: 50px 0px 0px 0px;
}

.subdivisions-detail-heroes__wrapper {
	position: relative;
}


.hero-slider.subdivisions-detail {
	margin: 0px -1000px 0px 0px;
	position: static;
}

.hero-slider.subdivisions-detail .slick-list{
	padding: 0px 1000px 0px 0px;
}



.subdivisions-detail .hero-preview__photo {
	flex: 0 0 170px;
}

.subdivisions-detail .hero-preview {
	width: auto !important;
	padding: 20px;
	transition: all 0.5s ease;
	border-radius: 5px;
}

.subdivisions-detail .hero-preview__description {
	margin: 0px 20px 0px 0px;
}

.subdivisions-detail .hero-preview:hover {
	background: #F9F3EF;
}

.subdivisions-detail .hero-preview__description {
	width: 100%;
}

.subdivisions-detail .slick-slide > div {
	margin: 0px 20px 0px 0px;
}


.subdivisions-detail-services {
	padding: 50px 0px 0px 0px;
}

.subdivisions-detail-services__title {
	margin: 0px 0px 15px 0px;
}

.subdivisions-detail-services__item {
	display: flex;
	font-size: 16px;
	line-height: 150%;
	color: #20252E;
	opacity: 0.8;
}

.subdivisions-detail-services__item:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.subdivisions-detail-services__item span {
	margin: 0px 10px 0px 0px;
	font-family: Circe;
	font-weight: bold;
	font-size: 32px;
	color: #C28B5D;
	opacity: 0.5;
}

.subdivisions-detail-achievements {
	padding: 50px 0px 0px 0px;
	width: 100%;
}

.subdivisions-detail-achievements__title {
	margin: 0px 0px 15px 0px;
}

.subdivisions-detail-achievements__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 50px;
	row-gap: 20px;
}

.subdivisions-detail-achievements__item {
	flex: 0 0 33.3333%;
}

.subdivisions-detail-achievements__number-flip {
	display: flex;
	align-items: center;
	font-family: Circe;
	font-weight: 700;
	font-size: 64px;
	line-height: 150%;
	color: #C28B5D;
	opacity: 0.5;
}

.subdivisions-detail-achievements__number-flip span {
	display: inline-block;
}

.subdivisions-detail-achievements__text {

}

.subdivisions-detail-achievements__list .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}

.subdivisions-detail-achievements__list .slick-dots li {
	position: relative;
}

.subdivisions-detail-achievements__list .slick-dots li:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #C28B5D;
	opacity: 0.5;
}

.subdivisions-detail-achievements__list .slick-dots li.slick-active:after {
	opacity: 1;
}

.subdivisions-detail-achievements__list .slick-dots li button {
	opacity: 0;
}

.subdivisions-detail-achievements__list .slick-prev {
	top: 50%;
	left: 0;
	transform: translate(-50%, -150%) rotate(180deg);
}

.subdivisions-detail-achievements__list .slick-next {
	top: 50%;
	right: 0;
	transform: translate(50%, -150%);
}

.fancybox-container.subdivision-animation{
	transform: translateY(100%);
	transition: transform .3s ease-out;
}

.fancybox-container.subdivision-animation.fancybox-is-open{
	transform: translateY(0);
}

.fancybox-container.subdivision-animation.fancybox-is-closing{
	transform: translateY(100%);
}

.popup-subdivisions {
	height: 100%;
	overflow: hidden;
	padding-bottom: 100px;
	max-width: 1520px;
	width: 100%;
}

.subdivision-animation .fancybox-slide--html {
	padding-top: 60px;
	padding-bottom: 0;
}

.popup-subdivisions__scroll {
	position: relative;
	max-height: 100%;
	padding: 0px 10px 0px 0px;
}

.popup-subdivisions .swiper-slide {
	height: auto;
}

.popup-subdivisions__scrollbar {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: rgba(194, 139, 93, 0.2);
	border-radius: 5px;
	width: 7px;
}

.popup-subdivisions__scrollbar .swiper-scrollbar-drag{
	position: absolute;
	top: 0;
	left: 2px;
	width: 3px;
	background: #C28B5D;
	border-radius: 5px;
	height: 100%;
}

.subdivision-animation .fancybox-button{
	display: none;
}

.popup-subdivisions__top {
	display: flex;
	justify-content: space-between;
	margin: 40px 0px 40px 0px;
}

.popup-subdivisions__title {
	font-size: 32px;
	color: #C28B5D;
}

.popup-subdivisions .subdivisions-detail-services {
	padding: 0px 0px 50px 0px;
}

.popup-subdivisions__container {
	max-width: 890px;
	padding: 0px 25px;
	margin: 0 auto;
}

.popup-subdivisions__top svg {
	position: absolute;
	top: 44px;
	right: 44px;
}

.popup-subdivisions__body {
	height: 100%;
}

.number-flip .ctnr {
	text-align: center;
}

.video-obuchenie .news-list__item-image{
	height: auto;
	margin-bottom: 15px;
}

.video-obuchenie .news-list__item-image a{
	height: auto;
}
.video-obuchenie .news-list__item-title
{
	font-size: 16px;
	height: 50px;
	display: flex;
	align-items: end;
}

.heroes-slider {
	margin-top: 40px;
	width: 100%;
}
.heroes-slide {
	margin-right: 20px;
}
.heroes-slide img {
	height: 300px;
	width: auto !important;
}
.heroes-slider .main-wrapper-banner__dots {
	left: 50%;
	bottom: -20px;
}

.navigation { margin: 30px 0; }

.pagination { display: flex; align-items: center; justify-content: flex-start; padding-top: 25px; border-top: 1px solid #C28B5D; }
.pagination .more-link { margin-left: auto; margin-top: 0; }
.pagination .more-link::after { content: none; }
.pagination-link { color: #000000; text-decoration: none; margin-right: 25px; }
.pagination-link.selected { color: #C28B5D; font-weight: bold; }

.promocode-popup-wrapper {
	position: relative;
}
.promocode-popup {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #EB3D39;
	border-radius: 3px;
	color: #fff;
	padding: 14px;
	pointer-events: none;
	width: 100%;
	height: 100%;
	text-align: center;
}
.promocode-popup.fade {
	opacity: 0;
	transform: translate(-50%, -150%);
	transition: .25s;
}

.scroll-page {
	overflow: auto !important;
}

.flex-form {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;	
}
.form-half {
	width: calc(50% - 8px);	
}
.form-input--mb {
	margin-bottom: 10px;
}
@media (max-width: 500px) {
	.form-half {
		width: 100%;		
	}
	.form-half:first-child {
		margin-bottom: 28px;
	}
}

.calendar-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;	
}
.calendar-top .smartfilter {
	width: 300px;
}
.calendar-top .red-btn {
	width: 228px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.events-form-h2 {
	margin: 20px 0 12px;
	font-weight: 400;
	font-size: 24px;
	line-height: 35px;
	color: #222222;
}
.events-form .form-input input,
.events-form .form-input textarea,
.events-form .form-input-file {
	background: #F9F3EF;
	border: 1px solid rgba(194, 139, 93, 0.15);
}

.events-form .form-input input::placeholder,
.events-form .form-input textarea::placeholder,
.events-form .file-title {
	color: rgba(34, 34, 34, 0.5);
	font-weight: 400;
}

@media (max-width: 1600px) {
	.form-service__title {
		text-align: left !important;		
	}
	.events-form-h2 {
		margin: 12px 0 6px;
		font-size: 20px;
		line-height: 24px;
	}
}


/* Новая форма всплывашка */
.popup-form {
	display: flex;
	flex-wrap: wrap;
	align-items: unset;
	justify-content: flex-start;	
	margin: -44px;
}
.popup-form__info {
	padding: 34px;
	background: #F9F3EF url('../img/logo.svg') 34px calc(100% - 34px) / 165px auto no-repeat;
	width: 340px;
	color: #20252E; 
	
}
.popup-form__title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 24px;
}
.popup-form__ico {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 24px;
}
.popup-form__ico img {
	width: 100%;
}

.popup-form__form {
	padding: 50px 34px 34px 34px;
	width: 420px;
}
.popup-form__form .form-input,
.popup-form__form .form-agree,
.popup-form__form .form-input-block {
	margin-bottom: 15px;
}
.popup-form__form .form-input:last-child {
	margin-bottom: 0;
}

@media (max-width: 	860px){
	.popup-form {
		margin: -25px -20px;
	}
}
@media (max-width: 	761px){
	.popup-form__info {
		width: 100%;
		padding: 24px;
		background-image: none;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.popup-form__title {
		width: 100%;		
	}
	.popup-form__ico {
		margin-bottom: 0;		
	}
	.popup-form__text {
		width: calc(100% - 100px);
		/*margin-left: auto;*/
		margin-left: 0;
	}
	.popup-form__form {
		width: 100%;
		padding: 24px;
	}
}


/* Перечень муниципального имущества */
.municipal-property__list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 64px 26px;
	margin-top: 20px;
}
.municipal-property {
	width: calc(33.33% - 18px);
}
.municipal-property__image {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	border-radius: 5px;
}
.municipal-property__image::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
	margin-top: 69%;
}
.municipal-property__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.municipal-property__name {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 10px;
}
.municipal-property__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 5px 10px;
	color: #000;
}
.municipal-property__delimiter {
	width: 1px;
	height: 14px;
	background: #C59368; 
}
.municipal-property__location {
	padding-left: 22px;
	position: relative;
}
.municipal-property__location svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
}
@media (max-width: 	1600px){
	.municipal-property__location svg {
		width: 19px;
		height: 19px;
		top: -1px;
	}
}
@media (max-width: 	761px){
	.municipal-property__list {
		gap: 32px 26px;
	}
	.municipal-property {
		width: calc(50% - 14px);
	}
}
@media (max-width: 500px){
	.municipal-property__list {
		gap: 26px;
	}
	.municipal-property {
		width: 100%;
	}
	.municipal-property a.border-gold-link {
		margin-top: 0;
		margin-top: 8px;
	}
}

/* Покупай тюменское */
.products {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 50px 25px;
	margin-top: 40px;
}
.product {
	width: calc((100% + 25px) / 4 - 25px);	
	text-decoration: none;
}
.product__image {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	object-fit: contain;
	object-position: center;	
}
.product__name {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	text-align: center;
	transition: .2s;
}
.product:hover .product__name {
	color: #C28B5D;
}

/* Покупай тюменское детальная */
.manufacturers {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1px;
	margin-top: 40px;
}
.manufacturer {
	position: relative;	
	overflow: hidden;
	box-shadow: 0 0 0 1px #C59368;
	background: #fff;
	width: calc(20% - 1px);
}
.manufacturer::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    margin-top: 84%;
}
.manufacturer img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 60%;
	max-height: 70%;
}

@media (max-width: 1600px) {
	.product {
		width: calc((100% + 25px) / 3 - 25px);	
	}
	.manufacturer {
		width: calc(25% - 1px);
	}
}
@media (max-width: 1280px) {
	.product {
		width: calc((100% + 25px) / 4 - 25px);	
	}
	.manufacturer {
		width: calc(20% - 1px);
	}
}
@media (max-width: 1024px) {
	.product {
		width: calc((100% + 25px) / 3 - 25px);	
	}
	.manufacturers {
		margin-top: 20px;		
	}
	.manufacturer {
		width: calc(25% - 1px);
	}
}
@media (max-width: 550px) {
	.product {
		width: calc(50% - 13px);	
	}
	.manufacturer {
		width: calc(50% - 1px);
	}
}
@media (max-width: 400px) {
	.products {
		gap: 25px;
		margin-top: 30px;
	}
	.product {
		width: 100%;	
	}
	.product__image {
		width: 64px;
		height: 64px;
		margin-bottom: 8px;
	}
}

.about-image {
	margin:0 16px 16px 0	
}
@media (max-width: 400px) {
	.about-image {
		margin-right: 0;
		display: block;
		float: none;
	}
}

.logo-nac img {
	max-height: 68px;
}

i {
	font-style: italic;
}

.footer-logo img {
	max-width: 100%;
}

.cookie {
    display: none;
}

.cookie__block {
    position: fixed;
    bottom: 0%;
    left: 50%;
    z-index: 1000000;
    transform: translateX(-50%);
    width: 100%;
    color: inherit;
    padding: 26px 30px;
    background: #F9F3EF;
    border: 1px solid rgba(194, 139, 93, 0.15);
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    max-width: 768px;
}

.cookie__block-text {
    color: #000000;
    line-height: 1.2;
    width: 100%;
}

.cookie__block-text a {
    color: #C28B5D;
    text-decoration: none;
}

a.red-btn.cookie__block-btn {
    padding: 0 26px;
    width: auto;
    margin: 26px 0 0 0;
}

@media (min-width: 768px) {
.cookie__block {
    display: flex;
    justify-content: center;
    align-items: center;
}
a.red-btn.cookie__block-btn {
    margin: 0 0 0 26px;
}
}