

/* Start:/local/templates/calendario/css/lib/air-datepicker.css?174790643819626*/
.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}
.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}
.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}
.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}
.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}
.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}

/* End */


/* Start:/local/templates/calendario/css/style.css?175915284399691*/
/* @import url(https://fonts.googleapis.com/css?family=Inter:regular&display=swap); */

@font-face {
	font-family: Inter;
	src: url('/local/templates/calendario/css/../fonts/Inter-Regular.woff2') format('woff2'),
		url('/local/templates/calendario/css/../fonts/Inter-Regular.woff') format('woff2'),
		url('/local/templates/calendario/css/../fonts/Inter-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: Inter;
	src: url('/local/templates/calendario/css/../fonts/Inter-Medium.woff2') format('woff2'),
		url('/local/templates/calendario/css/../fonts/Inter-Medium.woff') format('woff2'),
		url('/local/templates/calendario/css/../fonts/Inter-Medium.ttf') format('truetype');
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: Inter;
	src: url('/local/templates/calendario/css/../fonts/Inter-SemiBold.woff2') format('woff2'),
		url('/local/templates/calendario/css/../fonts/Inter-SemiBold.woff') format('woff2'),
		url('/local/templates/calendario/css/../fonts/Inter-SemiBold.ttf') format('truetype');
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: Inter;
	src: url('/local/templates/calendario/css/../fonts/Inter-Bold.woff2') format('woff2'),
		url('/local/templates/calendario/css/../fonts/Inter-Bold.woff') format('woff2'),
		url('/local/templates/calendario/css/../fonts/Inter-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: 700;
}


* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #fff;
  line-height: 1;
  font-family: "Inter";
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Inter";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

body._lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: var(--background);
  color: var(--text-color);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wrapper>main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

:root {
  --background: #1a1724;
  --text-color: #fff;
  --text-color-rgb: 255, 255, 255;
  --violet: #514664;
  --violet-rgb: 81, 70, 100;
  --dark-violet: #282333;
  --dark-pink: #68004c;
  --dark-pink-second: #980073;
  --green: #9AC16A;
  --green-second: #B3D18F;
  --error: #FF0000;
}

.light-theme {
  --background: #f2f2f6;
  --text-color: #242424;
  --text-color-rgb: 36, 36, 36;
  --violet: #fff;
  --violet-rgb: 255, 255, 255;
  --dark-violet: #fff;
  --dark-pink: #980073;
  --dark-pink-second: #B80086;
  --green: #71AC28;
  --green-second: #86CB32;
  --error: #FF0000;
}

.page {
  padding-top: 110px;
}

[class*=__container] {
  /* max-width: 95rem; */
  width: 100%;
  max-width: 1600px;
  /* -webkit-box-sizing: content-box;
          box-sizing: content-box; */
  margin: 0 auto;
  /* padding: 0 12.5rem; */
  padding: 0 40px;
}

.datepicker {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 100%;
}

.datepicker__container {
  margin: 0 !important;
  padding: 0 !important;
}

.datepicker table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.datepicker table td {
  width: 40px;
  height: 40px;
}

.datepicker table th {
  font-size: 14px;
  padding-top: 15px;
  width: 40px;
  margin-bottom: 4px;
  font-weight: 400;
}

.datepicker__wrapper {
  color: #fff;
  position: relative;
  z-index: 1;
}

.datepicker__wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.datepicker:not(.is-inline) .datepicker__wrapper {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.2);
          box-shadow: 0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.2);
  margin: .25rem 0;
}

.datepicker__label {
  margin-right: 1rem;
  color: #aaa;
  float: left;
}

.datepicker__field {
  display: inline-block;
  margin: 0 .125rem;
}

.datepicker__day div {
  cursor: pointer;
  height: 100%;
  position: relative;
}

.datepicker__daynum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  padding: 8px;
  font-size: 14px;
  background: #514664;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.light-theme .datepicker__daynum {
  background: rgba(239,238,243,.5);
  color: #242424;
}

.datepicker__cal tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.other-month.datepicker__day {
  color: #1a1724;
}

.other-month.datepicker__day .datepicker__daynum {
  background: #514664;
}

.light-theme .other-month.datepicker__day .datepicker__daynum {
  background: rgba(239,238,243,.5);
}

.other-month.datepicker__day.is-selected:not(.is-highlighted) .datepicker__daynum {
  background: rgba(194,0,144,.6);
}

.light-theme .other-month.datepicker__day.is-selected:not(.is-highlighted) .datepicker__daynum {
  background: rgba(194,0,144,.2);
}

.is-weekend.datepicker__day span {
  background: #393147;
}

.light-theme .is-weekend.datepicker__day span {
  background: rgba(227,224,237,.5);
}

.is-selected.datepicker__day:not(.is-highlighted) span {
  background: rgba(194,0,144,.6);
  color: #fff;
}

.light-theme .is-selected.datepicker__day:not(.is-highlighted) span {
  background: rgba(194,0,144,.2);
  color: #242424;
}

.datepicker__day.is-selected.other-month.color .datepicker__daynum,
.datepicker__day.is-selected.color .datepicker__daynum {
  background: #68004c;
}

.light-theme .datepicker__day.is-selected.other-month.color .datepicker__daynum,
.light-theme .datepicker__day.is-selected.color .datepicker__daynum {
  background: #980073;
  color: #fff;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.theme-switcher {
  position: relative;
  display: inline-block;
  height: 50px;
}

.toggle-checkbox {
  display: none;
}

.toggle-label {
  cursor: pointer;
  display: inline-block;
  width: 100px;
  height: 50px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.toggle-label svg {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.toggle-label svg path {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.toggle-label .toggle-label-inner-left svg path {
  fill: #fff;
}

.toggle-label-inner-left {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.toggle-button {
  position: absolute;
  width: 42px;
  height: 42px;
  left: 4px;
  top: 4px;
  background: var(--dark-pink);
  border-radius: 50%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.toggle-label-inner-left svg {
  left: 12px;
}

.toggle-label-inner-right svg {
  right: 25px;
}

.toggle-label-inner-right svg path {
  fill: #514664;
}

.toggle-checkbox:checked+.toggle-label {
  background: #282333;
}

.toggle-checkbox:checked+.toggle-label .toggle-label-inner-left svg path {
  fill: #514664;
}

.toggle-checkbox:checked+.toggle-label .toggle-label-inner-right svg path {
  fill: #fff;
}

.toggle-checkbox:checked+.toggle-label .toggle-button {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: var(--background);
  padding-top: 20px;
  padding-bottom: 20px;
  /* margin-bottom: 40px; */
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 860px;
  justify-content: end;
}

.header__button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--dark-violet);
  border-radius: 40px;
  padding: 4px;
}

.header__button a{
  border-radius: 40px;
  padding: 16px 20px;
  color: var(--text-color);
  background: var(--dark-pink);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.light-theme .header__button a{
  color: #fff;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: fit-content;
}

.footer .header-logo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: fit-content;
  margin: 0 auto 40px;
}

.light-theme .header-logo__text svg path {
  fill: #242424;
}
.footer-logo {
  display: flex;
  flex-direction: column;
}
.subtext_logo {
  margin-top: 10px;
  color: #736788;
  font-family: "Inter";
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  display: flex;
}
.footer-logo > .subtext_logo {
  justify-content: center;
}
.header__logo .subtext_logo {
  margin-left: 3px;
}

.search {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 373px;
  position: relative;
  height: 50px;
}

.search__form {
  position: relative;
}

.search__input {
  padding: 16px 20px;
  background: var(--dark-violet);
  border-radius: 40px;
  outline: none;
  color: var(--text-color);
  width: 100%;
  height: 50px;
}

.search__input::-webkit-input-placeholder {
  color: var(--text-color);
}

.search__input::-moz-placeholder {
  color: var(--text-color);
}

.search__input:-ms-input-placeholder {
  color: var(--text-color);
}

.search__input::-ms-input-placeholder {
  color: var(--text-color);
}

.search__input::placeholder {
  color: var(--text-color);
}

.search__button {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 15px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.light-theme .search__button svg path {
  fill: #b9b4c0;
}

.select_header__select {
  width: 245px;
  position: relative;
  height: 50px;
}

.select_header__select .select__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

.select_header__select .select__asset img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.select.select_sort._select-active._select-open {
  min-width: 192px;
}

@media (max-width: 400px) {
  .select_sort .select__title {
    min-width: 170px !important;
  }
  .select.select_sort._select-active._select-open {
    min-width: 170px !important;
  }
  .select_select-city .select__options, .select_sort .select__options {
    font-size: 12px !important;
  }
}

.select_header__select .select__options {
  margin-top: 10px;
  width: 100%;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.3);
          box-shadow: 0 10px 20px 0 rgba(0,0,0,.3);
}

.select_header__select .select__option[hidden] {
  color: #514664;
  pointer-events: none;
}
.select__option.disabled-sort {
  color: #514664;
  pointer-events: none;
}

.light-theme .select_header__select .select__option[hidden] {
  color: #980073;
}

.select_header__select .select__option[data-value="0"] {
  display: none;
}

.select_header__select .select__option {
  padding-left: 18px;
  position: relative;
}

.select_header__select .select__option::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #514664;
  border-radius: 50%;
}

.select_header__select .select__content {
  padding: 0 20px;
  height: 50px;
}

.select_header__select .select__title {
  border-radius: 40px;
  height: 50px;
  width: 100%;
  background: var(--dark-violet);
  text-align: left;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.select_header__select .select__content:has(.select__row) {
  padding: 0px;
}

.select_header__select._select-open .select__title {
  background: var(--dark-pink);
}

.select_header__select._select-open .select__title::before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.light-theme .select_header__select._select-open .select__title {
  color: #fff;
}

.footer__container {
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  background: var(--dark-violet);
  margin-bottom: 40px;
}

.footer__top {
  margin-bottom: 40px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__left,
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.footer__left a,
.footer__right a {
  display: block;
  font-size: 18px;
  line-height: 120%;
  text-decoration: underline;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer__social {
  /* -webkit-transform: translate(-45px, 0);
      -ms-transform: translate(-45px, 0);
          transform: translate(-45px, 0); */
  -webkit-transform: translate(33px, 0);
      -ms-transform: translate(33px, 0);
          transform: translate(33px, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer__social a svg rect {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.light-theme .footer__social a svg rect {
  fill: #f7f7f9;
  fill-opacity: 1;
}

.light-theme .footer__social a svg path {
  fill: #b9b4c0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer__copy {
  font-size: 18px;
  opacity: .5;
  text-align: right;
}

.breadcrumbs {
  margin-bottom: 40px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}

.breadcrumbs__item {
  position: relative;
}

.breadcrumbs__item:not(.active)::before {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  /* top: 50%; */
  top: 7px;
  right: -26px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #fff;
}

.light-theme .breadcrumbs__item:not(.active)::before {
  background: #1a1724;
}

.breadcrumbs__item a {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.svg {
  display: none;
}

.block {
  margin-bottom: 40px;
  margin-top: 40px;
}

.block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.main-content__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}

.item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px;
  background: var(--dark-violet);
  position: relative;
  border-radius: 20px;
  z-index: 0;
}

.small-items .item-content {
  gap: 15px
}

.item-content--advertising {
  background: transparent;
  margin: 4px 0;
}

.item-content--advertising:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background-color: var(--dark-violet);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.item-content--advertising:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  /*background-color: #514664;*/
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  background: linear-gradient(45deg, rgba(139, 121, 189, 1), rgba(0, 0, 0, 0), rgba(101, 90, 131, 1));
  animation: maskMove 6s infinite linear;
  background-size: 200% 200%;
  z-index: -1;
}

@keyframes maskMove {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.item-content__img img {
  display: block;
  border-radius: 20px;
  width: 220px;
  height: 140px;
  object-fit: cover;
}

.small-items .item-content__img img {
  width: 80px;
  height: 60px;
  border-radius: 10px;
}

.item-content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.item-content__title-row{
  display: flex;
  justify-content: space-between;
}

.item-content__title {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 10px;
}

.item-content__status{
  flex-shrink: 0;
  align-self: flex-start;
  font-size: 14px;
  line-height: 1;
  padding: 8px 14px;
  border-radius: 10em;
  margin-left: 20px;
}
.item-content__status._green {
  color: var(--background);
  background-color: var(--green);
}
.item-content__status._violet {
  color: var(--text-color);
  background-color: var(--violet);
}

.item-content__description {
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0;
  opacity: 0.8;
}

.item-content__description span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.small-items .item-content__title {
  font-size: 14px;
}

.item-content__date {
  color: #9ac16a;
  line-height: 120%;
  margin-bottom: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  /* margin-top: 24px; */
  margin-top: 12px;
}

.small-items .item-content__date {
  margin-top: 0;
}

.item-content__date svg {
  flex: none;
}
.item-content__date-static {
  opacity: 0.6;
}

.item-content__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-top: 12px;
}

.item-content__tags {
  margin-top: 24px;
}

.item-content__bottom .item-content__tags {
  margin-top: 0;
}

.item-content__address {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
}

.item-content__head {
  display: flex;
  gap: 40px;
  margin-bottom: 24px;
  justify-content: space-between;
}

.item-content__head > *:last-child {
  justify-content: end;
}

.item-content__nameplates {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 20px;
}

.item-content__nameplate {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  height: 36px;
  border: 1px solid #514664;
  border-radius: 20px;
  font-size: 14px;
  /*align-self: baseline;*/
}

.item-content__nameplate--fill {
  background-color: #514664;
  color: #fff !important;
}

@media (max-width: 1220px) {
  .item-content__head {
    gap: 10px;
    flex-direction: column-reverse;
  }
  .item-content__head > *:last-child {
    justify-content: start;
  }
  .item-content__nameplates {
    gap: 7px;
  }
  .item-content__nameplate {
    height: 30px;
  }
}

.item-content__address svg {
  flex: none;
  fill: var(--text-color);
}

.small-items .item-content__date {
  font-size: 12px;
  margin-bottom: 20px;
}

.light-theme .item-content__date {
  color: #71ac28;
}
.item-content__btns{
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.item-content__btns .item-content__btn {
  position: static;
  margin-top: 0;
}
.item-content__btn {
  background: var(--dark-pink);
  padding: 15px 20px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 25px;
  right: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.small-items .item-content__btn {
  margin-top: 20px;
  font-size: 12px;
  width: 100%;
  position: static;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.light-theme .item-content__btn {
  color: #fff;
}

.actions-item-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.actions-item-content__item{
  display: flex;
  align-items: center;
  gap: 4px;
}
.actions-item-content__item * {
  pointer-events: none;
}
.actions-item-content__item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.actions-item-content__item._favorite{
  color: var(--green);
}
.actions-item-content__item._favorite svg {
  width: 24px;
  height: 24px;
}

.tags-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  max-width: 520px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event__text .tags-items {
  margin-top: 100px;
}

.tags-items.main-content__tags {
  max-width: 625px;
}

.tags-items__item {
  padding: 7px 14px;
  border: 1px solid #514664;
  border-radius: 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.small-items .tags-items__item {
  font-size: 10px;
  padding: 6px 9px;
}

.tags-items__item .delete {
  position: relative;
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.tags-items__item.reset {
  border: none;
  background: var(--dark-violet);
}

.light-theme .tags-items__item.reset {
  color: #514664;
}

.tags-items__item_color {
  background: #514664;
}

.light-theme .tags-items__item_color {
  background: #f2f2f6;
}

.main-content__tags .tags-items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.main-content__tags .tags-items__item .delete svg {
  stroke: #fff;
}

.light-theme .main-content__tags .tags-items__item .delete svg {
  stroke: #b9b4c0;
}

.light-theme .tags-items__item {
  border-color: #b9b4c0;
}

.filter {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 368px;
}

.form-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.form-filter__name {
  font-size: 20px;
  margin-bottom: 30px;
}

.select_select-city .select__title::before,
.select_sort .select__title::before,
.select_header__select .select__title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 20px;
  width: 12px;
  height: 8px;
  background-image: url(/local/templates/calendario/css/../img/arrow.svg);
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.light-theme .select_select-city .select__title::before,
.light-theme .select_sort .select__title::before,
.light-theme .select_header__select .select__title::before {
  background-image: url(/local/templates/calendario/css/../img/arrow-light.svg);
}

.select_select-city,
.select_sort {
  position: relative;
}

.select_select-city .select__title,
.select_sort .select__title {
  border-radius: 40px;
  padding: 20px 40px 20px 20px;
  background: var(--dark-violet);
  width: auto;
  max-width: 245px;
  text-align: left;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.select_select-city._select-open .select__title,
.select_sort._select-open .select__title {
  background: var(--dark-pink);
}

.select_select-city._select-open .select__title::before,
.select_sort._select-open .select__title::before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.light-theme .select_select-city._select-open .select__title,
.light-theme .select_sort._select-open .select__title {
  color: #fff;
}

.select_select-city .select__options,
.select_sort .select__options {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.3);
          box-shadow: 0 10px 20px 0 rgba(0,0,0,.3);
  margin-top: 10px;
  width: 100%;
  max-width: 245px;
  z-index: 5;
}

.select_select-city .select__scroll,
.select_sort .select__scroll {
  height: 206px;
}

.filter-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 62px;
     -moz-column-gap: 62px;
          column-gap: 62px;
  row-gap: 6px;
}

.filter-type__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41%;
          flex: 0 0 41%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 120%;
  cursor: pointer;
}

.filter-type__label input {
  display: none;
}

.filter-type__btn {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

.filter-type__btn::after {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(/local/templates/calendario/css/../img/arrow-check.svg);
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.filter-type__radio {
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
}
.filter-type__radio:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  background: var(--dark-pink);
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 75%;
  transform: translate(-50%, -50%);
}


.filter-type__label input:checked+.filter-type__radio::before {
  opacity: 1;
}
.filter-type__label input:checked+.filter-type__radio {
  -webkit-box-shadow: 0 1px 3px 0 rgba(26,26,26,.08),0 0px 0 0 rgba(26,26,26,.08);
  box-shadow: 0 1px 3px 0 rgba(26,26,26,.08),0 0px 0 0 rgba(26,26,26,.08);
  border-color: var(--dark-pink);
}

.light-theme .filter-type__btn {
  border-color: #b9b4c0;
}

.filter-type__label input:checked+.filter-type__btn {
  -webkit-box-shadow: 0 1px 3px 0 rgba(26,26,26,.08),0 0px 0 0 rgba(26,26,26,.08);
          box-shadow: 0 1px 3px 0 rgba(26,26,26,.08),0 0px 0 0 rgba(26,26,26,.08);
  background: var(--dark-pink);
  border-color: var(--dark-pink);
}

.filter-type__label input:checked+.filter-type__btn::after {
  opacity: 1;
}

.select_sort .select__title {
  min-width: 192px;
}

.select_sort .select__title .select__asset {
  display: none;
}

.select_sort .select__option.arrow-rotate .select__asset {
  -webkit-transform: rotate(180deg) translate(0, 2px);
      -ms-transform: rotate(180deg) translate(0, 2px);
          transform: rotate(180deg) translate(0, 2px);
}

.light-theme .select_sort .select__option .select__asset svg path {
  stroke: #242424;
}

.light-theme .select_sort .select__option.icon-calendar svg path {
  fill: #242424;
  stroke: none;
}

.select_sort .select__option .select__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.calender {
  background: var(--dark-violet);
  border-radius: 24px;
  padding: 20px 20px 12px;
}

.calender__select {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.select_select-calendar {
  position: relative;
}

.select_select-calendar .select__options {
  z-index: 99999;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.3);
          box-shadow: 0 10px 20px 0 rgba(0,0,0,.3);
  width: 155px;
  margin-top: 10px;
  left: -30px;
}

.select_select-calendar .select__option {
  font-size: 14px;
}

.select_select-calendar .select__option[hidden] {
  color: #514664;
  pointer-events: none;
}

.light-theme .select_select-calendar .select__option[hidden] {
  color: rgba(194,0,144,.5);
}

.select_select-calendar .select__content {
  padding-right: 22px;
  position: relative;
}

.select_select-calendar .select__content::before {
  content: "";
  background-image: url(/local/templates/calendario/css/../img/arrow.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.light-theme .select_select-calendar .select__content::before {
  background-image: url(/local/templates/calendario/css/../img/arrow-light.svg);
}

.select__options {
  position: absolute;
  background: var(--dark-violet);
  padding: 20px;
  border-radius: 20px;
  z-index: 5;
}

.select__option {
  display: block;
}

.select__option:not(:last-child) {
  margin-bottom: 18px;
}

.main-content__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.page-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.page-nav__list li {
  flex-shrink: 0;
}
.page-nav__list li.active > * {
  border: 1px solid var(--text-color);
}

.page-nav__list li > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.light-theme .page-nav__list li.active {
  border-color: #b9b4c0;
}

.page-nav__list li svg circle {
  fill: var(--dark-pink);
  transition: fill 0.3s;
}

.select_select-city .simplebar-track.simplebar-vertical {
  top: 0;
  width: 4px;
  background: #514664;
  border-radius: 50px;
  right: -8px;
}

.light-theme .select_select-city .simplebar-track.simplebar-vertical {
  background: #b9b4c0;
}

.select_select-city .simplebar-scrollbar:before {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 1 !important;
  background: var(--dark-pink);
  border-radius: 50px;
}

.filter-mobile__button {
  border-radius: 40px;
  padding: 20px;
  background: #282333;
  position: relative;
  width: 100%;
  text-align: left;
}

.filter-mobile__button::before {
  content: "";
  width: 12px;
  height: 8px;
  background-image: url(/local/templates/calendario/css/../img/arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.light-theme .filter-mobile__button {
  background: #fff;
  border: 1px solid #e9e8e9;
}

.light-theme .filter-mobile__button::before {
  background-image: url(/local/templates/calendario/css/../img/arrow-light.svg);
}

.filter-mobile {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: 170px;
  position: relative;
}

.form-filter__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-filter__btn button {
  border-radius: 40px;
  padding: 17px 20px;
  background: var(--dark-pink);
  width: 100%;
}

.form-filter__btn button.reset {
  background: #393147;
}

.light-theme .form-filter__btn button {
  color: #fff;
}

.light-theme .form-filter__btn button.reset {
  color: #242424;
  background: #fff;
}

.light-theme .select_sort .select__title,
.light-theme .select_header__select .select__title,
.light-theme .search__input,
.light-theme .select_select-city .select__title,
.light-theme .item-content,
.light-theme .calender,
.light-theme .footer__container {
  border: 1px solid #e9e8e9;
}

.select_sort .select__option[hidden] {
  /* color: var(--dark-pink); */
  color: #9ac16a;
  pointer-events: none;
}

.light-theme .select_sort .select__option[hidden] {
  color: #71ac28;
}

.select_select-city .select__option[hidden] {
  color: #514664;
  pointer-events: none;
}

.light-theme .select_select-city .select__option[hidden] {
  color: #980073;
}

.event {
  margin-bottom: 160px;
}

.event__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
}

.event__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  margin: 0 60px;
}

.event__text h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 40px;
}

.event__text p,
.event__text li {
  font-size: 18px;
  line-height: 167%;
  margin-bottom: 20px;
}

.event__text li {
  margin-bottom: 10px;
}

.event__text ul,
.event__text ol {
  margin-left: 30px;
  margin-bottom: 50px;
}

.event__text ul li, .article__content ul li {
  list-style: disc;
}

.event__text a {
  text-decoration: underline;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.event__map {
  margin: 80px 0 0;
}

.event__iframe {
  margin-bottom: 40px;
}

.event__iframe iframe {
  height: 400px;
  border-radius: 20px;
}

a.event__button {
  background: #9ac16a;
  border-radius: 40px;
  padding: 16px 20px;
  width: 100%;
  max-width: 245px;
  color: #1a1724;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.card-event {
  background: var(--dark-violet);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 40px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin-bottom: 110px;
  align-items: center;
}

.light-theme .card-event {
  border-color: #e9e8e9;
}

.card-event__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}

.card-event__block {
  margin-bottom: 130px;
}

.card-event__block h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  margin: 60px 0;
}

.card-event__img {
  max-width: 640px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-event__img img {
  width: 100%;
  border-radius: 20px;
}

.event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-info__icon {
  width: 48px;
  height: 48px;
  background: rgba(81,70,100,.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.light-theme .event-info__icon {
  background: #f2f2f6;
}

.light-theme .event-info__icon svg path {
  fill: #980073;
}

.event-info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.event-info__num {
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
}

.event-info__time {
  font-size: 18px;
  line-height: 135%;
}

.event-info__address {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}

.event-bottom__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.event-bottom__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.event-bottom__btn .item-content__btn {
  position: static;
  margin: 0;
}

.light-theme .event-bottom__link svg path {
  fill: none;
  stroke: #980073;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.event-bottom__price {
  line-height: 143%;
}

.event-bottom__price span {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  display: block;
}

.light-theme .event-bottom__price span {
  color: #980073;
}

.event-block__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 167%;
  margin-bottom: 20px;
}

.text-color {
  opacity: .5;
  font-style: italic;
}

.event-block .page-nav {
  display: block;
}

.event-block .page-nav .page-nav__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity .2s .5s linear;
  transition: opacity .2s .5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size>div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media (min-width: 991.98px) {
  
  .filter-mobile {
    display: none;
  }

  .form-filter__btn {
    display: none;
  }
  .main-content__filter {
    min-height: 40px;
  }
}

@media (min-width: 1200.98px) {
  .event-block .page-nav {
    display: none;
  }
}

@media (min-width: 1280.98px) {
  .search-mobile {
    display: none;
  }
}

@media (max-width: 1600.98px) {
  /* [class*=__container] {
    padding-left: 100px;
    padding-right: 100px;
  } */
}

@media (max-width: 1520.98px) {
  .footer__container {
    max-width: none;
    margin: 0 20px 40px;
  }
}

@media (max-width: 1480.98px) {
  /* [class*=__container] {
    padding-left: 50px;
    padding-right: 50px;
  } */
}

@media (max-width: 1440.98px) {
  .header__block {
    max-width: 760px;
  }

  .search {
    max-width: 273px;
  }

  .item-content__title {
    font-size: 20px;
  }

  .item-content__btn {
    position: static;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    margin-top: 25px;
  }

  .card-event {
    gap: 40px;
  }

  .card-event__block h1 {
    font-size: 40px;
  }

  .card-event__block {
    margin-bottom: 80px;
  }

  .card-event__img {
    max-width: 440px;
  }

  .event-info__num {
    font-size: 40px;
  }
}

@media (max-width: 1439px) {
  .item-content__bottom {
    flex-wrap: wrap;
  }
  .item-content__btns {
    width: 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 1280.98px) {
  .header__block {
    width: auto;
  }

  .search {
    max-width: 50px;
    width: 50px;
    height: 50px;
    background: #282333;
    border-radius: 50%;
    cursor: pointer;
  }

  .search .search-mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .light-theme .search {
    background: #fff;
  }

  .light-theme .search svg path {
    fill: #b9b4c0;
  }

  .search__form {
    position: absolute;
    bottom: -60px;
    right: -150px;
    min-width: 320px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .search.active .search__form {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1280.98px)and (max-width: 991.98px) {
  .search.active .search__form {
    right: 0;
  }
}

@media (max-width: 1200.98px) {
  .header .header-logo__text {
    display: none;
  }

  .small-items .item-content__btn {
    max-width: 220px;
  }

  .event__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }

  .card-event {
    gap: 20px;
    padding: 20px;
  }

  .card-event__info {
    padding: 0px;
  }

  .event-block__title {
    font-size: 24px;
    text-align: center;
  }

  .item-content__title-row {
    flex-direction: column-reverse;
  }
  .item-content__status {
    margin-left: auto;
    margin-bottom: 16px;
  }
}

@media (max-width: 1100.98px) {
  .event-bottom__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 1023px) {
  [class*=__container] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991.98px) {
  /* [class*=__container] {
    padding-left: 20px;
    padding-right: 20px;
  } */

  .datepicker table td {
    width: 34px;
    height: 34px;
  }

  .datepicker table th {
    width: 34px;
    font-size: 12px;
    padding-top: 10px;
  }

  .datepicker__daynum {
    font-size: 12px;
  }

  .datepicker__cal tr {
    gap: 5px;
    margin-bottom: 5px;
  }

  .page {
    padding-top: 154px;
  }

  .header {
    /* margin-bottom: 80px; */
  }

  .header__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 10px;
  }

  .header__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .header__button {
    display: none;
  }

  .select_header__select {
    width: auto;
  }

  .select_header__select .select__text {
    display: none;
  }

  .select_header__select .select__options {
    width: 245px;
    left: -190px;
  }

  .select_header__select .select__title::before {
    display: none;
  }

  .footer__left a,
  .footer__right a {
    font-size: 14px;
  }

  .footer__social {
    /* -webkit-transform: translate(-30px, 0);
        -ms-transform: translate(-30px, 0);
            transform: translate(-30px, 0); */
  }

  .breadcrumbs {
    margin-left: 0;
    margin-bottom: 50px;
  }

  .block {
    margin-bottom: 80px;
    margin-top: 0px;
  }

  .tags-items.main-content__tags {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .main-content__tags .tags-items__item {
    padding: 14px 17px;
  }

  .filter {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: -50px;
    z-index: 30;
    border-radius: 24px;
    padding: 20px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.3);
            box-shadow: 0 10px 20px 0 rgba(0,0,0,.3);
    background: #1a1724;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .light-theme .filter {
    background: #f2f2f6;
  }

  .filter * {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }

  .filter-mobile.open .filter {
    top: 70px;
    opacity: 1;
    visibility: visible;
  }

  .filter-mobile.open .filter * {
    opacity: 1;
    visibility: visible;
  }

  .form-filter {
    /* gap: 10px; */
  }

  .filter-type {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .filter-type__label {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 41%;
            flex: 1 1 41%;
  }

  .main-content__filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 20px;
    row-gap: 20px;
  }

  .main-content__sort {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 170px;
  }

  /* .page-nav {
    display: none;
  } */

  .event {
    margin-bottom: 80px;
  }

  .event__items {
    margin: 0;
  }

  .event__text h2 {
    font-size: 24px;
  }

  .event__text p,
  .event__text li {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .event__text li {
    margin-bottom: 5px;
  }

  .event__map {
    margin: 50px 0 0;
  }

  .event__text .tags-items {
    margin-top: 60px;
  }

  .event__iframe iframe {
    height: 350px;
  }

  .event__button {
    max-width: 350px;
    margin: 0 auto;
    display: block;
  }

  .card-event {
    background: none;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-bottom: 80px;
  }

  .card-event__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .card-event__block {
    margin-bottom: 54px;
  }

  .card-event__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
  }

  .light-theme .event-info__icon {
    background: #fff;
  }

  .filter {
    height: 60vh;
    overflow: auto;
  }

  .body {
    height: 100vh;
  }
}

@media (max-width: 768.98px) {
  .footer .header-logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 0 0 40px;
  }

  .footer__container {
    padding: 20px;
    border-radius: 24px;
    position: relative;
    margin: 0 20px 20px;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }

  .footer__left,
  .footer__right {
    gap: 20px;
  }

  .footer__social {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .footer__right {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  .footer__copy {
    font-size: 14px;
  }
  .footer-logo > .subtext_logo {
    justify-content: start;
    margin-left: 3px;
  }

  .item-content__btns {
    flex-wrap: wrap;
  }
}

@media (max-width: 576.98px) {
  .block--main-slider-active {
    margin-bottom: 20px;
  }

  /* .header {
    margin-bottom: 20px;
  } */

  .item-content__title {
    font-size: 20px !important;
  }

  .item-content {
    display: flex;
    flex-direction: column;
  }

  .item-content__img a {
    position: relative;
    display: block;
    padding-top: 50%;
  }

  .item-content__img img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    border-radius: 12px;
  }

  .item-content__title {
    font-size: 14px;
  }

  .item-content__status {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
    font-size: 10px;
    font-weight: 700;
    padding: 8px 10px;
  }

  .item-content__date {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .item-content__btns {
    justify-content: flex-start;
  }
  .item-content__btns .item-content__btn {
    flex: 1 1 auto;
    width: auto;
  }

  .small-items .item-content__btn {
    max-width: 100%;
  }

  .item-content__btn {
    margin-top: 20px;
    font-size: 12px;
    width: 100%;
  }

  .tags-items__item {
    font-size: 10px;
  }

  .main-content__tags .tags-items__item {
    font-size: 12px;
  }

  .page-nav__list li {
    font-size: 18px;
  }
}

@media (any-hover: hover) {
  .footer__left a:hover,
  .footer__right a:hover {
    opacity: .5;
  }

  .footer__social a:hover svg rect {
    fill-opacity: 1;
  }

  .light-theme .footer__social a:hover svg path {
    fill: #980073;
  }

  .breadcrumbs__item a:hover {
    color: #980073;
  }

  .header__button a:hover,
  .item-content__btn:hover {
    background: rgba(194,0,144,.6);
  }

  .event__text a:hover {
    color: #980073;
  }

  a.event__button:hover {
    background: #71ac28;
    color: #1a1724;
  }

  .event-bottom__link:hover {
    background: var(--dark-pink);
  }

  .light-theme .event-bottom__link:hover svg path {
    stroke: #f2f2f6;
  }
  .page-nav__list li a:hover svg circle {
    fill: var(--dark-pink-second);
  }
  
}
.main-content__sort {
  margin-bottom: 10px;
}
.event__text {
  width: 100%;
}
.event__map, .event__iframe {
  max-width: 930px;
  width: 100%;
}
.event__iframe ymaps.ymaps-2-1-79-map {
  width: 100% !important;
}
.event__text img {
  max-width: 100%;
}
.event .copy, .article .copy {
  position: fixed;
  opacity: 0;
  bottom: -50px;
  right: 100px;
  background: var(--dark-pink);
  padding: 20px;
  border-radius: 40px;
  color: #fff;
  transition: all .5s;
}
.event .copy.active, .article .copy.active {
  opacity: 1;
  bottom: 50px;
}
@media (max-width: 399px) {
  .search__form {
    min-width: 235px;
  }
}

.banner-container {
  margin: 0 auto 40px;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1520px;
  position: relative;
}

@media (max-width: 1520.98px) {
  .banner-container {
    margin: 0 20px 40px;
  }
}

.banner {
  display: block;
  padding-top: 11.8%;
}

@media (max-width: 768px) {
  .banner {
    padding-top: 42%;
  }
}

.banner picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.short-footer {
  display: grid;
  grid-template-columns: 242px 1fr 200px 48px;
  padding: 40px;
  background-color: var(--dark-violet);
  border-radius: 40px;
  align-items: center;
  gap: 60px;
  margin: 0 auto 20px;
  max-width: 1520px;
  width: 100%;
}

.short-footer__socials {
  display: flex;
  gap: 8px;
}

.short-footer__social {
  transition: .3s background-color;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 8px;
  background-color: #51466480;
}

.short-footer__social:hover {
  background-color: #5d5179;
}

.short-footer__link {
  font-size: 18px;
  text-decoration: underline;
}

.short-footer__company_info {
  font-size: 14px;
  opacity: .7;
}

@media (max-width: 1545px) {
  .short-footer {
    margin: 0 20px 20px;
    width: auto;
  }
}

@media (max-width: 1024px) {
  .short-footer {
    padding: 20px;
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .short-footer__socials {
    order: 1;
  }
  .short-footer__link {
    font-size: 14px;
    order: 2;
    display: flex;
    flex-direction: column;
  }
  .short-footer__company_info {
    order: 3;
  }
}

.header-info {
  padding: 20px 15px 0px;
  color: #736788;
}

@media (min-width: 800px) {
  .header-info {
    display: none;
  }
}

.detail-block {
  background-color: var(--dark-violet);
  border: 1px solid #FFFFFF33;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  border-radius: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.detail-block:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--dark-violet) 20%, transparent 100%);
  z-index: -1;
}

#detail-block-particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

.detail-block__info {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.detail-block__img {
  max-width: 680px;
  width: 100%;
  height: 432px;
  border-radius: 20px;
  overflow: hidden;
}

.detail-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #FFFFFF33;
}

.detail-block__tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.detail-block__tag {
  border: 1px solid #514664;
  height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 20px;
}

.detail-block__tag--fill {
  background-color: #514664;
}

.detail-block__title {
  font-size: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 50px;
  height: 100px;
}

@media (max-width: 991.98px) {
  .detail-block {
    grid-template-columns: 1fr;
    gap: 20px;
    background-color: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
  }
  .detail-block:after {
    display: none;
  }
  #detail-block-particles-js {
    opacity: .2;
  }
  .detail-block__img {
    order: -1;
    max-width: none;
    position: relative;
    height: auto;
    padding-top: 56%;
  }
  .detail-block__img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .detail-block__title {
    height: auto;
  }
}

.detail-block__date {
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.detail-block__date svg {
  flex: none;
}

.detail-block__address {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.detail-block__address svg {
  flex: none;
}

.detail-block__price {
  display: flex;
  gap: 20px;
}

.detail-block__buy-button {
  flex: none;
  height: 48px;
  width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #9AC16A;
  border-radius: 100px;
}

.detail-block__price-title {
  font-size: 14px;
  line-height: 20px;
}

.detail-block__price-detail {
  font-size: 24px;
  line-height: 28px;
}

.detail-block__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.detail-block__actions .btn {
  gap: 8px;
  padding-right: 20px;
  padding-left: 20px;
}
.detail-block__actions-item {
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 0.6;
}
.detail-block__actions-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

/* UI-KIT */
html {
  scroll-behavior: smooth;
}
.acnhor-wrapper {
  position: relative;
}
.acnhor {
  position: absolute;
  top: -100px;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}
/*  */
.light-theme .only-dark {
  display: none !important;
}
body:not(.light-theme) .only-light {
  display: none !important;
}
/*  */
.container {
  width: 100%;
  max-width: 1600px;
  padding-right: 40px;
  padding-left: 40px;
  margin: 0 auto;
}
.item-response {
  flex-shrink: 0;
  position: relative;
}
.item-response::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.item-response img,
.item-response svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-column-ai-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gap-10 {
  gap: 10px;
}
.gap-20 {
  gap: 20px;
}
.fs-14 {
  font-size: 14px;
  line-height: 1.4;
}
.fs-16 {
  font-size: 16px;
  line-height: 1.5;
}
.fs-16-ever {
  font-size: 16px;
  line-height: 1.5;
}
.fs-18 {
  font-size: 18px;
  line-height: 1.4;
}
.fs-20 {
  font-size: 20px;
  line-height: 1.4;
}
.fs-title-18 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
}
.fs-title-22 {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 400;
}
.fs-title-24 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
}
.fs-title-28 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 400;
}
.fs-title-32 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}
.fs-title-40 {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 500;
}
.lh-15 {
  line-height: 1.5;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.h-8 {
  height: 8px;
}
.h-12 {
  height: 12px;
}
.h-20 {
  height: 20px;
}
.h-30 {
  height: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pv-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pv-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.opacity-05 {
  opacity: 0.5;
}
.opacity-08 {
  opacity: 0.8;
}
.icon {
  flex-shrink: 0;
}
.icon img,
.icon svg {
  width: 100%;
  height: 100%;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  min-height: 56px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  padding: 0 40px;
  border-radius: 10em;
  transition-duration: 0.3s;
  transition-property: color, background, background-color;
}
.btn svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  opacity: 0.8;
}
.btn--outline{
  color: var(--text-color);
  border: solid 1px var(--text-color);
  transition: all 0.3s;
}
.btn--outline:hover {
  color: var(--green);
  border: solid 1px var(--green);
}
.btn--green {
  color: var(--background);
  background-color: var(--green);
}
.btn--violet {
  color: var(--text-color);
  background: rgba(var(--violet-rgb), 0.3);
}
.light-theme .btn--violet {
  border: solid 1px #00000033;
}
.btn--pink {
  /* Цвет не инвертируется по макету */
  color: #fff;
  background-color: var(--dark-pink);
}
.btn--link {
  color: var(--green);
  padding: 0;
}
.btn--fs-14 {
  font-size: 14px;
}
.btn--h-48 {
  min-height: 48px;
  padding-right: 32px;
  padding-left: 32px;
}
.btn--circle{
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  min-height: 0;
  padding: 0;
}
.three-strokes {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}
@media (max-width: 1023px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .fs-16 {
    font-size: 15px;
  }
  .fs-20 {
    font-size: 18px;
  }
  .fs-title-28 {
    font-size: 20px;
  }
  .fs-title-32 {
    font-size: 28px;
    font-weight: 500;
  }
  .fs-title-40 {
    font-size: 28px;
  }
  .h-4-tablet {
    height: 4px;
  }
  .show-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .fs-14-mob {
    font-size: 14px;
  }
  .fs-16-mob {
    font-size: 16px;
  }
  .fs-title-16-mob {
    font-size: 16px;
    line-height: 24px;
  }
  .fs-title-20-mob {
    font-size: 20px;
  }
  .fs-title-24-mob {
    font-size: 24px;
  }
  .btn--full-mob {
    width: 100%;
  }
  .mb-12-mob{
    margin-bottom: 12px;
  }
  .mb-20-mob{
    margin-bottom: 20px;
  }
  .mb-30-mob{
    margin-bottom: 30px;
  }
  .pv-30-mob{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pv-60-mob{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hide-mob {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .show-mob {
    display: none !important;
  }
}
@media (any-hover: hover) {
  .btn--green:hover {
    background-color: var(--green-second);
  }
  .btn--violet:hover {
    background: rgba(var(--violet-rgb), 0.5);
  }
  .btn--pink:hover {
    background-color: var(--dark-pink-second);
  }
  .btn--link:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
/* UI-KIT */

/* INTRO */
.intro {
  padding-top: 40px;
  padding-bottom: 40px;
}
.intro__box{
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .intro {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
@media (any-hover: hover) {
  .intro__box a:not([class]):hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
/* INTRO */

/* FORM */
.form__head {
  text-align: center;
  margin-bottom: 40px;
}
.form__head p {
  opacity: 0.7;
  margin-top: 24px;
}
.form__link {
  text-align: right;
  margin-top: 20px;
}
.form__item {
  margin-bottom: 20px;
}
.form__item:last-child{
  margin-bottom: 0;
}
.form__item-checkbox {
  margin-top: 40px;
}
.form__captcha {
  margin-top: 40px;
}
.form__radios{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  margin: 30px 0;
}
.form__radios--columns{
  display: block;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-fill: balance;
  column-fill: balance;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}
.form__radios--columns > div {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form__radios--columns > div:first-child{
  margin-top: 0;
}
.form__radios .filter-type__label {
  flex: none;
}
.form__bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}
.form input[type="submit"] {
  cursor: pointer;
}
.field._error .field__input,
.field._error .field__textarea{
  border-color: var(--error);
}
.field._error .field__error-text {
  display: block;
}
.field--h-48 .field__input{
  height: 48px;
}
.field__box{
  position: relative;
}
.field__text{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: 15px;
}
.field__text ~ .field__input {
  padding-left: 32px;
}
.field__text._to ~ .field__input {
  padding-left: 42px;
}
.field__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.field__icon._search {
  opacity: 0.5;
}
.field__icon._right-0{
  right: 0;
}
.field__icon ~ .field__input {
  padding-right: 60px;
}
.field .select__title {
  width: 100%;
  height: 56px;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.field .select__value {
  display: block;
}
.field .select__content {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  
}
.field .select__options {
  max-width: 100%;
}
.field .select:not(._select-active) .select__content {
  opacity: 0.5;
}
.checkbox {
  display: inline-flex;
  cursor: pointer;
}
.checkbox__input {
  display: none;
}
.checkbox__input:not(:checked) ~ .checkbox__body svg {
  display: none;
}
.checkbox__input:checked ~ .checkbox__body {
  background-color: var(--dark-pink);
}
.checkbox__input._error ~ .checkbox__body {
  border-color: var(--error);
}
.checkbox__body{
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border: solid 2px var(--dark-pink);
  border-radius: 6px;
}
.checkbox__body svg {
  position: absolute;
  width: 12px;
  height: 10px;
  color: #FFFFFF;
}
.checkbox__text {
  display: block;
  padding-left: 6px;
}
.checkbox__text a {
  color: var(--green);
}

.map-form {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .form__head {
    margin-bottom: 30px;
  }
  .form__head p {
    margin-top: 20px;
  }
  .form__item-checkbox {
    margin-bottom: 30px;
  }
  .form__captcha {
    margin-top: 30px;
  }
  .form__bottom {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .form__bottom {
    flex-direction: column;
  }
  .form__bottom--reverse-mob {
    flex-direction: column-reverse;
  }
  .form__radios--columns{
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
  .form__radios--columns > div {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (any-hover: hover) {
  .field__icon:hover {
    opacity: 0.8;
  }
}
.field__icon svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.field:not(._show-pass) .field__icon._eye svg:last-child{
  display: none;
}
.field._show-pass .field__icon._eye svg:first-child{
  display: none;
}
.field__input,
.field__textarea {
  display: block;
  width: 100%;
  max-height: 500px;
  color: var(--text-color);
  background-color: var(--dark-violet);
  border: solid 1px var(--dark-violet);
  transition: border-color 0.3s;
}
/* .field__input:focus-visible,
.field__textarea:focus-visible {
  outline: none;
} */
.field__input:is(:-webkit-autofill, :autofill),
.field__input:-webkit-autofill,
.field__input:-webkit-autofill:hover, 
.field__input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--text-color);
    box-shadow:0 0 0px 40rem var(--dark-violet) inset;
    -webkit-box-shadow: 0 0 0px 40rem var(--dark-violet) inset;
}
.field__input::placeholder,
.field__textarea::placeholder {
  color: var(--text-color);
  opacity: 0.5;
}
.field__textarea {
  min-height: 200px;
  padding: 20px;
  border-radius: 20px;
  resize: vertical;
}
.field__input{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 56px;
  padding: 0 20px;
  border-radius: 10em;
}
.field__input-like-text {
  font: inherit;
  color: inherit;
  background-color: transparent;
}
.field__input-like-text:focus-visible {
  outline: none;
}
.field__error-text {
  display: none;
  font-size: 12px;
  line-height: 16px;
  color: var(--error);
  margin-top: 4px;
}
@media (max-width: 767px) {
  .form__radios{
    margin: 20px 0;
  }
}
/* FORM */

/* ЛК */
.lk {
  padding-bottom: 80px;
}
.lk__wrapper{
  display: flex;
}
.lk__side{
  flex-shrink: 0;
  width: 320px;
  margin-right: 60px;
}
.lk__side-links{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 60px;
}
.lk__side-links a {
  transition: color 0.3s;
}
.lk__side-links span {
  color: var(--green);
}
.lk__side-btns{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}
.lk__content{
  flex: 1 1 auto;
  width: 100%;
}
.lk__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lk__filters {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
}
.lk__body {
  margin-top: 40px;
}
.lk__bottom{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
}
@media (any-hover: hover) {
  .lk__side-links a:hover {
    color: var(--green);
  }
}
@media (max-width: 1439px) {
  .lk__filters {
    flex-wrap: wrap;
  }
}
@media (max-width: 1279px) {
  .lk__side {
    margin-right: 40px;
    width: 260px;
  }
}
@media (max-width: 1023px) {
  .lk__side {
    display: none;
  }
  .lk__body{
    margin-top: 30px;
  }
  .lk__bottom{
    margin-top: 60px;
  }
  .lk__filters {
    display: block;
  }
}
@media (max-width: 767px) {
  /* Для кнопки 'Предложить мероприятие' */
  .lk__content._events {
    position: relative;
    padding-bottom: 86px;
  }
  /* Кнопка 'Предложить мероприятие' на мобайле у футера */
  .lk__head .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .lk__bottom {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
  }
  .lk__bottom .btn {
    padding: 0 16px;
  }
}
/*  */
.card-user{
  background-color: var(--dark-violet);
  padding: 32px;
  border-radius: 20px;
}
.card-user__row{
  display: flex;
  align-items: center;
  gap: 24px;
}
.card-user__logo{
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.card-user__logo._empty {
  background-color: var(--background);
}
.card-user__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-user__logo svg {
  width: 40px;
  height: 40px;
  opacity: 0.8;
}
@media (max-width: 1023px) {
  .card-user {
    padding: 15px;
  }
  .card-user__row{
    gap: 20px;
  }
  .card-user__logo {
    width: 80px;
    height: 80px;
  }
}
/*  */
.info-lk{
  margin-top: 40px;
}
.info-lk__row{
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.info-lk__col {
  width: 50%;
  padding: 20px;
}
.info-lk__col--full {
  width: 100%;
}
.info-lk__col--full + .info-lk__col--full {
  margin-top: 40px;
}
.info-lk__item{
  margin-bottom: 40px;
}
.info-lk__item:last-child{
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .info-lk__row{
    margin: -15px;
  }
  .info-lk__col {
    padding: 15px;
  }
  .info-lk__item{
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .info-lk__col {
    width: 100%;
  }
}
/*  */
.links-filter {
  flex-shrink: 0;
}
.links-filter__row{
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  gap: 40px;
}
.links-filter__item{
  display: block;
  flex-shrink: 0;
}
.links-filter__input {
  display: none;
}
.links-filter__item span {
  display: block;
  position: relative;
  padding: 16px 0;
  cursor: pointer;
  transition: color 0.3s;
}
.links-filter__item span:after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--green);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.links-filter__input:checked ~ span {
  color: var(--green);
  cursor: default;
}
.links-filter__input:checked ~ span:after {
  opacity: 1;
}
@media (any-hover: hover) {
  .links-filter__item span:hover{
    color: var(--green);
  }
}
@media (max-width: 1023px) {
  .links-filter__row {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: -15px;
    margin-left: -15px;
    scrollbar-width: none
  }
  .links-filter__row::-webkit-scrollbar{
    width: 0;
  }
}
@media (max-width: 767px) {
  .info-lk__col--full + .info-lk__col--full {
    margin-top: 30px;
  }
}
/*  */
.search-filter {
  width: calc(624/1140*100%);
  max-width: 624px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .search-filter {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
/*  */
.user-header {
  position: relative;
}
.user-header._open .menu-mob {
  opacity: 1;
  pointer-events: auto;
}
.user-header._open .menu-mob__wrapper {
  transition-delay: 0.3s;
  transform: none;
}
.user-header__trigger{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.user-header__trigger * {
  pointer-events: none;
}
.menu-mob {
  position: fixed;
  z-index: 10;
  top: 124px;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.menu-mob__surface{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background);
  opacity: 0.9;
}
.menu-mob__wrapper{
  background-color: var(--background);
  padding: 30px 15px;
  transition: all 0.3s;
  transform: translateX(-100%);
}
.menu-mob__head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-mob__close {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.menu-mob__close * {
  pointer-events: none;
}
.menu-mob__nav {
  margin-top: 60px;
}
.menu-mob__nav li {
  margin-bottom: 24px;
}
.menu-mob__nav li:last-child{
  margin-bottom: 0;
}
.menu-mob__btns{
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.menu-mob__btns .btn + .btn {
  margin-top: 20px;
}
@media (min-width: 991.99px) {
  .user-header__trigger,
  .menu-mob {
    display: none;
  }
}
/*  */
.custom-uploader + .custom-uploader {
  margin-top: 40px;
}
.custom-uploader._avatar .custom-uploader__files{
	display: none;
}
.custom-uploader._drag-over .custom-uploader__area {

}
.custom-uploader._error .custom-uploader__area{
  border-color: var(--error);
}
.custom-uploader._error .custom-uploader__error {
  display: block;
}
.custom-uploader__row{
		margin-top: 44px;
	}
.custom-uploader__label {
		cursor: pointer;
}
.custom-uploader__input {
		position: absolute;
		width: 0;
		height: 0;
		opacity: 0;
	}
.custom-uploader__area {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		gap: 8px;
		width: 100%;
		height: 80px;
		color: var(--text-color);
		border: dashed 1px var(--text-color);
		border-radius: 4px;
		transition: all 0.3s;
	}
.custom-uploader__error {
		color: var(--error);
		font-size: 12px;
		line-height: 16px;
		margin-top: 4px;
	}
.custom-uploader__file {
		display: flex;
		gap: 6px;
		margin-bottom: 10px;
	}
.custom-uploader__file:last-child {
  margin-bottom: 0;
}
.custom-uploader__file-name{
		word-break: break-word;
	}
.custom-uploader__file-size {
		flex-shrink: 0;
	}
.custom-uploader__file-delete {
		flex-shrink: 0;
		width: 24px;
		height: 24px;
		color: var(--text-color);
		margin-left: auto;
		transition: color 0.3s;
	}
.custom-uploader__file-delete svg {
  width: 100%;
  height: 100%;
}
.custom-uploader__error:empty:before{
  content: attr(data-text-default);
  display: block;
}
/*  */
.profile__avatar-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: var(--dark-violet);
  padding: 32px;
  border-radius: 20px;
}
.profile__avatar-wrapper._big .profile__avatar,
.profile__avatar-wrapper._big .profile__avatar-area{
  width: 400px;
  height: auto;
  border-radius: 16px;
}
.profile__avatar-wrapper._big .profile__avatar:before,
.profile__avatar-wrapper._big .profile__avatar-area:before {
  content: '';
}
.profile__avatar-wrapper._big .profile__avatar img {
  border-radius: inherit;
}
.profile__avatar,
.profile__avatar-area {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}
.profile__avatar:before,
.profile__avatar-area:before {
  display: block;
  padding-bottom: calc(240/400*100%);
}
.profile__avatar img,
.profile__avatar-area svg {
  position: absolute;
}
.profile__avatar {
  position: relative;
}
.profile__avatar img{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.profile__avatar-edit {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
}
.profile__avatar-remove {
  flex-shrink: 0;
  margin-left: auto;
}
.profile__avatar-edit svg,
.profile__avatar-remove svg {
  pointer-events: none;
}
.profile__avatar-area {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--background);
  cursor: pointer;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .profile__avatar-remove:hover {
    opacity: 1;
  }
}
@media (max-width: 1279px) {
  .profile__avatar-wrapper._big {
    flex-wrap: wrap
  }
}
@media (max-width: 1023px) {
  .profile__avatar-wrapper {
    gap: 20px;
    padding: 15px;
  }
  .profile__avatar,
  .profile__avatar-area {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .profile__avatar-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .profile__avatar-remove{
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .profile__avatar-wrapper._big{
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .profile__avatar-edit {
    width: 36px;
    height: 36px;
  }
  .profile__avatar-wrapper._big .profile__avatar,
  .profile__avatar-wrapper._big .profile__avatar-area{
    width: 100%;
  }
  .profile__avatar-wrapper._big .profile__avatar-remove {
    position: static;
  }
}
/*  */
.js-calendar {
  position: relative;
}
.js-calendar._open .calendar.air-datepicker {
  opacity: 1;
  pointer-events: auto;
}
.js-calendar._open .js-calendar-trigger {
  opacity: 1;
}

.js-calendar._open:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.js-calendar._open .field__input {
  /* border-color: green; */
}

.js-calendar._open-top .calendar.air-datepicker {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 5px;
}
.js-calendar-trigger {
	cursor: pointer;
}
.js-calendar-trigger * {
  pointer-events: none;
}
/*  */
.calendar.air-datepicker {
  position: absolute;
  z-index: 3;
	top: 100%;
	left: 0;
  width: 100%;
	max-width: 320px;
	font: inherit;
	font-size: 16px;
  line-height: 1;
	color: var(--text-color);
	background-color: var(--dark-violet);
	margin-top: 5px;
	border-radius: 24px;
  border: none;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}
.calendar.air-datepicker .air-datepicker-nav {
  padding: 20px 20px 10px;
  border-bottom: none;
}
.calendar.air-datepicker .air-datepicker-nav--title {
  font-size: 18px;
}
.calendar.air-datepicker .air-datepicker-nav--title i{
  color: inherit;
  pointer-events: none;
}
.calendar.air-datepicker .air-datepicker-nav--title:hover {
  color: #fff;
  background-color: var(--dark-pink);
}
.calendar.air-datepicker .air-datepicker-nav--action path {
  stroke: var(--text-color);
  opacity: 0.7;
}
.calendar.air-datepicker .air-datepicker-nav--action:hover{
  background-color: var(--dark-pink);
}
.calendar.air-datepicker .air-datepicker-nav--action:hover path {
  stroke: #fff;
  opacity: 1;
}
.calendar.air-datepicker .air-datepicker-body--day-names {
  grid-auto-rows: 32px;
  margin: 0 0 10px 0;
}
.calendar.air-datepicker .air-datepicker-body--day-name {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
}
.calendar.air-datepicker .air-datepicker--content {
  padding: 10px 20px;
}
.calendar.air-datepicker .air-datepicker-cell {
  border-radius: 8px;
}
.calendar.air-datepicker .air-datepicker-cell.-current- {
  color: var(--green)
}
.calendar.air-datepicker .air-datepicker-cell.-year-.-other-decade-, 
.calendar.air-datepicker .air-datepicker-cell.-day-.-other-month- {
  color: rgba(var(--text-color-rgb), 0.5);
}
.calendar.air-datepicker .air-datepicker-cell.-focus-,
.calendar.air-datepicker .air-datepicker-cell.-year-.-other-decade-.-focus-,
.calendar.air-datepicker .air-datepicker-cell.-day-.-other-month-.-focus- {
  color: #fff;
  background-color: var(--dark-pink);
}
.calendar.air-datepicker .air-datepicker-cell.-selected-,
.calendar.air-datepicker .air-datepicker-cell.-selected-.-current-,
.calendar.air-datepicker .air-datepicker-cell.-year-.-other-decade-.-selected-,
.calendar.air-datepicker .air-datepicker-cell.-day-.-other-month-.-selected-  {
  color: #fff;
  background-color: var(--dark-pink-second) !important;
}
.calendar.air-datepicker .air-datepicker--time{
  display: none;
}
.calendar.air-datepicker .air-datepicker--buttons,
.calendar.air-datepicker .air-datepicker--time {
  padding: 5px 20px 20px;
  border-top: none;
}
.calendar.air-datepicker .air-datepicker--buttons {
  /* display: none; */
}
.calendar.air-datepicker .air-datepicker-buttons {
  display: flex;
  align-items: center;
}
.calendar.air-datepicker .air-datepicker-time--current-hours.-focus-,
.calendar.air-datepicker .air-datepicker-time--current-minutes.-focus- {
  color: #fff;
}
.calendar.air-datepicker .air-datepicker-time--current-hours:after,
.calendar.air-datepicker .air-datepicker-time--current-minutes:after{
  background: var(--dark-pink);
}

.calendar.air-datepicker .air-datepicker-body--cells.-days- {
  grid-auto-rows: 40px;
}


/*  */
.cal-time-title {
	flex: 1 1 auto;
	font-weight: 700;
	color: inherit;
  padding: 0 10px;
	cursor: default;
}
.cal-time-title:hover,
.cal-time-title:focus {
  cursor: default;
  color: inherit;
  background: transparent;
}

.cal-time-title  span {
  justify-content: start;
  text-align: left;
}
.cal-time-input {
  text-align: center;
	width: 44px;
	height: 40px;
	padding: 0 10px;
	color: var(--text-color);
	background: var(--dark-violet);
  border: solid 1px var(--text-color);
  border-radius: 8px;
	cursor: text;
}
.cal-time-input::placeholder {
  font: inherit;
  color: inherit;
  opacity: 0.5;
}
.cal-time-input:hover, 
.cal-time-input:focus,
.cal-time-input:focus-visible {
	color: var(--text-color);
	background: var(--dark-violet);
  border: solid 1px var(--text-color);
}
.cal-time-separator {
	margin: 0 4px;
	color: inherit;
	background: transparent;
	cursor: default;
}
.cal-time-separator:hover,
.cal-time-separator:focus {
  color: inherit;
  background: transparent;
}
/*  */
.filter-type__btn--pink,
.light-theme .filter-type__btn--pink,
.filter-type__radio--pink {
  border-width: 2px;
  border-color: #980073;
}
/*  */
/* ЛК */

/* Футер полный новый */
.foot{
  padding-top: 40px;
  padding-bottom: 20px;
}
.foot__wrapper{
  background-color: var(--dark-violet);
  padding: 40px;
  border-radius: 40px;
}
.foot__row{
  display: flex;
  align-items: center;
  gap: 40px;
}
.foot__row + .foot__row {
  margin-top: 20px;
}
.foot__col {
  display: flex;
  align-items: center;
  gap: 20px 40px; 
}
.foot__logo{
  order: -1;
  flex-shrink: 0;
  display: block;
  width: 243px;
  height: 56px;
}
.foot__logo img,
.foot__logo svg {
  width: 100%;
  height: 100%;
}
.foot__nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 22px;
}
.foot__nav ul {
  column-count: 2;
  column-gap: 20px;
  column-fill: balance;
  margin-top: -12px;
}
.foot__nav li {
  break-inside: avoid;
}
.foot__nav a {
  display: inline-block;
  margin-top: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.foot__nav a:hover {
  text-decoration: none;
}
.foot__socials ul {
  display: flex;
  gap: 8px;
}
.foot__socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: rgba(81, 70, 100, 0.5);
  border-radius: 8px;
  transition: background 0.3s;
}
.foot__socials a:hover {
  background: rgba(81, 70, 100, 0.7);
}
.foot__copy {
  font-size: 14px;
  line-height: 1.2;
  opacity: 0.5;
}
@media (max-width: 1439px) {
  .foot__col{
    flex: 0 1;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (max-width: 1279px) {
  .foot__nav ul {
    column-count: 1;
  }
}
@media (max-width: 1023px) {
  .foot {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .foot__wrapper {
    padding: 20px;
    border-radius: 24px;
  }
  .foot__row{
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .foot__col{
    order: -1;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
  .foot__nav ul {
    margin-top: -20px;
  }
  .foot__nav a {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .foot__logo{
    width: 216px;
    height: 50px;
  }
  .foot__nav {
    font-size: 14px;
    line-height: 18px;
  }
}
/* Футер полный новый */

/* Реклама */
.banner-ad__row {
  display: flex;
  align-items: center;
  gap: 80px;
}
.banner-ad__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.banner-ad__img {
  width: calc(720/1520*100%);
}
.banner-ad__img::before{
  padding-bottom: calc(391/720*100%);
}
/*  */
.features-advertising__row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.features-advertising__col {
  width: 25%;
  padding: 10px;
}
.item-features-advertising {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  background-color: var(--dark-violet);
  padding: 20px;
  border-radius: 20px;
}
.item-features-advertising__icon{
  width: 60px;
  height: 60px;
}
.item-features-advertising__body{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/*  */
.variants-advertising__col {
  margin-bottom: 40px;
}
.variants-advertising__col:last-child{
  margin-bottom: 0;
}
.item-variants-advertising{
  display: flex;
  align-items: center;
  gap: 30px;
}
.item-variants-advertising__num {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 24px;
  font-weight: 700;
  background-color: var(--dark-violet);
  border-radius: 20px;
}
.item-variants-advertising__img{
  width: 367px;
}
.item-variants-advertising__img::before{
  padding-bottom: calc(221/367*100%);
}
.item-variants-advertising__body{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.item-variants-advertising__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-weight: 500;
  margin-top: 18px;
}
.item-variants-advertising__tag {
  display: block;
  line-height: 24px;
  background-color: var(--dark-violet);
  padding: 12px 20px;
  border-radius: 10em;
}
.item-variants-advertising__tag span {
  opacity: 0.8;
}
.item-variants-advertising__tag span + span {
  opacity: 1;
}
/*  */
.partners {
  overflow: hidden;
  background-color: var(--dark-violet);
  padding: 60px 0;
}
.partners__row{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 60px;
}
.partners__row a {
  display: block;
  position: relative;
}
body:not(.light-theme) .partners__row a:hover img + img {
  opacity: 1;
}
.light-theme .partners__row a:hover img:first-child {
  opacity: 1;
}
.partners__row img {
  display: block;
  width: 160px;
  height: 80px;
  object-fit: contain;
  transition: opacity 0.3s;
}
.partners__row img + img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.light-theme .partners__row img {
  opacity: 0.3;
}
/*  */
.request__row{
  display: flex;
  align-items: center;
  gap: 60px;
}
.request__body {
  width: 100%;
  flex: 1 1 auto;
}
.request__text{
  margin-bottom: 40px;
}
.request__items{
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.request__item{
  width: 33.333%;
  padding: 10px;
}
.request__actions{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.request__actions .btn {
  flex-shrink: 0;
  min-height: 54px;
  font-size: 18px;
}
.request__policy {
  line-height: 20px;
}
.request__policy span {
  opacity: 0.6;
}
.request__policy a:hover {
  text-decoration: underline;
}
.request__img {
  width: calc(373/1520*100%);
}
.request__img:before{
  padding-bottom: calc(261/373*100%);
}
/*  */
@media (max-width: 1279px) {
  .banner-ad__row{
    gap: 30px;
  }
  .item-variants-advertising{
    gap: 20px;
  }
  .request__row {
    gap: 16px;
  }
  .request__item {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .banner-ad__row{
    flex-direction: column-reverse;
  }
  .banner-ad__img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .features-advertising__col {
    width: 50%;
  }
  .variants-advertising__col {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px rgba(var(--text-color-rgb), 0.3);;
  }
  .item-variants-advertising__num {
    display: none;
  }
  .item-variants-advertising__img {
    width: 340px;
  }
  .request__item{
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner-ad__col {
    gap: 20px;
  }
  .banner-ad__col p {
    opacity: 0.6;
  }
  .banner-ad__col .btn {
    margin-top: 10px;
  }
  .features-advertising__col {
    width: 100%;
  }
  .item-features-advertising{
    flex-direction: row;
  }
  .item-features-advertising__body {
    align-self: center;
  }
  .item-variants-advertising {
    flex-direction: column;
  }
  .item-variants-advertising__img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .item-variants-advertising__tags{
    margin-top: 8px;
  }
  .partners {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .partners__row {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    justify-content: start;
    gap: 20px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: -15px;
    margin-left: -15px;
    scrollbar-width: none;
  }
  .request__text p {
    opacity: 0.6;
  }
  .request__img {
    display: none;
  }
  .request__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* Реклама */


/* Статьи. */
.layout__row {
  display: flex;
  gap: 60px;
}
.layout__side {
  flex-shrink: 0;
  /* width: 368px; */
  width: 320px;
}
.layout__body {
  width: 100%;
  min-width: 0;
}
/*  */
.cal-blog .datepicker table td {
  width: 33px;
  height: 33px;
}
.cal-blog .datepicker table th {
  width: 33px;
}
/*  */
.filter-layout{
  margin-bottom: 60px;
}
.filter-layout .main-content__sort {
  margin-bottom: 0;
}
.filter-layout .select .select__title{
  height: 48px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.filter-layout .tags-items.main-content__tags {
  max-width: 100%;
}
.filter-layout .filter-mobile__button {
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
}
.filter-layout .tags-items__item {
  padding: 7px 14px;
}
.filter-layout__row {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.filter-layout__search {
  flex: 1 1 auto;
}
/*  */
.articles{
  
}
.articles__swiper {
  overflow: visible;
  margin: -5px;
}
.layout__body .articles {
  overflow: hidden;
  margin-right: -40px;
  padding-right: 40px;
  margin-bottom: 60px;
}
.layout__body .articles__slide {
  width: 33.333%;
}
.articles__slide {
  width: 25%;
  min-width: 290px;
  height: auto;
  padding: 5px;
}
.card-article {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--dark-violet);
  padding: 24px;
  border-radius: 20px;
}
.card-article__img::before{
  padding-bottom: calc(217/326*100%);
}
.card-article__body {
  flex: 1 1 auto;
  margin-top: 24px;
  margin-bottom: 20px;
}
.card-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.card-article .card-article__tags {
  margin-bottom: 20px;
}
.card-article__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  border: solid 1px var(--violet);
  border-radius: 10em;
}
.light-theme .card-article__tag {
  border-color: #5146644D;
}
.card-article__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
.card-article__date {
  opacity: 0.6;
}
.card-article__actions{
  display: flex;
  align-items: center;
  gap: 12px;
}
.card-article__action {
  display: flex;
  align-items: center;
  gap: 4px;
}
.card-article__action svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.card-article__action p {
  opacity: 0.6;
}
@media (max-width: 1279px) {
  .filter-layout__row{
    flex-wrap: wrap;
  }
  .filter-layout__search {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .layout__row {
    display: block;
  }
  .articles {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .filter-layout .main-content__sort {
    width: auto;
    max-width: none;
  }
  .filter-layout__btn-create {
    order: 2;
  }
}
@media (max-width: 767px) {
  .layout .page-nav__list {
    gap: 4px;
  }
  .filter-layout__row {
    column-gap: 12px;
    margin-bottom: 30px;  
  }
}
/* Статьи. */

/* Статьи. Детальная */
.article h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
}
.article__head {
  margin-bottom: 60px;
}
.article__row {
  display: flex;
  gap: 120px;
  margin-bottom: 80px;
}
.article__body {
  flex: 1 1 auto;
  width: 100%;
}
.article__side {
  flex-shrink: 0;
  width: 360px;
}
.article__side-card{
  margin-bottom: 10px;
}
.article__side-card:last-child{
  margin-bottom: 0;
}
.article__subtitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  margin-top: 20px;
}
.article__subtitle time {
  opacity: 0.6;
}
.article__subtitle > div {
  gap: 20px;
}
.actions-article {
  font-size: 16px;
  background-color: var(--dark-violet);
  padding: 20px;
  border-radius: 20px;
}
.actions-article__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.actions-article__items{
  display: flex;
  align-items: center;
  gap: 20px;
}
.actions-article__item{
  display: flex;
  align-items: center;
  gap: 6px;
}
.actions-article__item svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.author-article {
  display: flex;
  align-items: center;
  gap: 12px;
}
.author-article__logo {
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: rgba(var(--violet-rgb), 0.5);
  border-radius: 50%;
}
.light-theme .author-article__logo {
  background-color: #5146644D;
}
.author-article__logo svg {
  width: 30px;
  height: 30px;
}
.author-article__logo img {
  width: 100%;
  height: 100%;
}
.author-article__role{
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  opacity: 0.6;
}
.author-article__title{
  font-size: 18px;
  line-height: 28px;
}
.article__body > img {
  display: block;
  max-width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.article__content {
  font-size: 18px;
  line-height: 30px;
  padding-top: 60px;
  padding-right: 40px;
  padding-left: 40px;
}
.article__content h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  margin-top: 60px;
  margin-bottom: 40px;
}
.article__content h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-top: 60px;
  margin-bottom: 26px;
}
.article__content p,
.article__content ul,
.article__content ol {
  margin-bottom: 26px;
}
.article__content ol {
  padding-left: 20px;
}
.article__content > img {
  display: block;
  max-width: 100%;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.article__content > .actions-article {
  margin-top: 60px;
}
.article__note {
  margin-top: 60px;
  font-style: italic;
}
.article__note p {
  opacity: 0.5;
  margin: 0;
}
.article__note a {
  display: inline-block;
  text-decoration: underline;
}
.article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 60px;
}
.article__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: 14px;
  line-height: 1;
  padding: 0 14px;
  border-radius: 10em;
  border: solid 1px var(--violet);
}
.light-theme .article__tag {
  border-color: #5146644D;
}
.article__slider {
  overflow: hidden;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: -40px;
  margin-left: -40px;
}
@media (max-width: 1279px) {
  .article__row {
    gap: 40px;
  }
  .article__side {
    width: 280px;
  }
  .article__slider {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 1023px) {
  .article__content {
    padding-right: 0;
    padding-left: 0;
  }
  .article__slider {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .article__head {
    margin-bottom: 30px;
  }
  .article h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .article__subtitle {
    flex-direction: column;
    align-items: flex-start;
  }
  .article__body > img,
  .article__content > img {
    border-radius: 12px;
  }
  .actions-article__items {
    width: 100%;
    font-weight: 500;
  }
  .actions-article__item:last-child {
    margin-left: auto;
  }
  .actions-article__item:last-child span {
    display: none;
  }
  .article__content {
    font-size: 15px;
    line-height: 24px;
  }
  .article__content h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .article__content p,
  .article__content ul,
  .article__content ol {
    margin-bottom: 20px;
  }
  .article__content > img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .article__note {
    margin-top: 30px;
    opacity: 1;
  }
  .article__tags{
    margin-top: 30px;
  }
}
/* Статьи. Детальная */
/* End */


/* Start:/local/templates/calendario/template_styles.css?17568032354156*/
.flex {
    display: flex;
    align-items: center;
}
.filter-type__label:has(input[disabled]) {
    opacity: 0.5;
    cursor: auto;
}
.main-content {
    width: 100%;
}


#smartFilterDropDown12 {
    background: var(--dark-violet);
    padding: 20px 10px 20px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
    margin-top: 10px;
    width: 100%;
    max-width: 245px;
    /* max-height: 246px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--dark-pink) #514664; */
}
#popup-window-content-smartFilterDropDown12 {
    max-height: 246px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--dark-pink) #514664;
}
.light-theme #popup-window-content-smartFilterDropDown12 {
    scrollbar-color: var(--dark-pink) #e9e8e9;
}
#popup-window-content-smartFilterDropDown12::-webkit-scrollbar {
    width: 0.5em;
    background: #514664;
}
.light-theme #popup-window-content-smartFilterDropDown12::-webkit-scrollbar {
    width: 0.5em;
    background: #e9e8e9;
}

#popup-window-content-smartFilterDropDown12::-webkit-scrollbar-thumb {
    background: var(--dark-pink);
    position: relative;
}
.smart-filter-dropdown-popup {
    background: var(--dark-violet);
}
.smart-filter-dropdown-popup ul li {
    font-size: 14px;
    font-family: Inter;
}
.smart-filter-dropdown-popup ul li label {
    color: var(--text-color) !important;
}
.smart-filter-dropdown-popup ul li label.selected, .smart-filter-dropdown-popup ul li label:hover {
    background: none;
    color: rgba(194, 0, 144, .6) !important;
    transition: all .3s;
}
.light-theme .smart-filter-dropdown-popup ul li label.selected, .light-theme .smart-filter-dropdown-popup ul li label:hover {
    color: var(--dark-pink) !important;
}
.smart-filter-dropdown-popup ul li:not(:last-child) {
    margin-bottom: 18px;
}
.smart-filter-dropdown-popup ul li:first-child {
    border: none;
    padding: 0;
}

.smart-filter-input-group-dropdown {
    height: 100%;
    border: none;
}
.smart-filter-dropdown-block {
    border-radius: 40px;
    padding: 14px 40px 14px 20px;
    background: var(--dark-violet);
    width: auto;
    max-width: 245px;
    text-align: left;
    position: relative;
    transition: all .3s;
    height: 100%;
}
.smart-filter-dropdown-arrow {
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    width: 12px;
    height: 8px;
    background-image: url(/local/templates/calendario/img/arrow.svg);
}
.light-theme .smart-filter-dropdown-arrow {
    background-image: url(/local/templates/calendario/img/arrow-light.svg);
}


#popup-window-content-smartFilterDropDown12::-webkit-scrollbar {
    -webkit-appearance: none;
}

@media screen and (min-width: 992px) {
    .tags-items__item {
        max-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .page-nav__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
    }
}

.filter {
    z-index: 10!important;
}

.calender.sleep {
    pointer-events: none;
    opacity: .6;
}

.is-disabled.datepicker__day {
    pointer-events: none!important;
    opacity: .5!important;
}

.search-title {
    font-size: 48px;
    font-family: "Inter";
    margin-bottom: 60px;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    display: none;
    /* background: rgba(0, 32, 51, 0.85); */
    background: #1A172433;
    backdrop-filter: blur(4px);
}
.overlay.show {
    display: block;
    cursor: pointer;
}
.modal {
    position: fixed;
    align-self: anchor-center;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    /* width: 50%; */
    width: 100%;
    max-width: 600px;
    max-height: calc(100% - 100px);
    /* border-radius: 16px 16px 0 0; */
    border-radius: 16px;
    background: var(--background);
    z-index: 999;
    overflow: auto;
}
.modal .close {
    position: absolute;
    top: 25px;
    right: 25px;
    stroke: var(--text-color);
    cursor: pointer;
}
.modal.show {
    display: flex;
}
@media screen and (max-width: 992px) {
    .modal {
        /* left: 5%; */
        width: 90%;
    }
}
/* End */
/* /local/templates/calendario/css/lib/air-datepicker.css?174790643819626 */
/* /local/templates/calendario/css/style.css?175915284399691 */
/* /local/templates/calendario/template_styles.css?17568032354156 */
