

/* Start:/bitrix/templates/.default/components/bitrix/news.list/r-events-list/style.css?175006109619520*/
h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: rgb(10.4, 88, 202.4);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* reset styles */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

blockquote, q {
  quotes: none;
}

select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

ol, ul {
  list-style: none;
}

/* reset styles */
::-webkit-input-placeholder {
  color: #767274;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
::-moz-placeholder {
  color: #767274;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
:-ms-input-placeholder {
  color: #767274;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
::-ms-input-placeholder {
  color: #767274;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
::placeholder {
  color: #767274;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

::-moz-selection {
  background-color: #0B7032;
  color: #fff;
}

::selection {
  background-color: #0B7032;
  color: #fff;
}

input, textarea, button, select {
  outline: none;
}
input:focus, textarea:focus, button:focus, select:focus {
  outline: none;
}

html {
  scroll-behavior: auto !important;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #1F1D0D;
  min-width: 280px;
  position: relative;
  overflow-x: hidden;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

strong, b {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (hover: none) {
  a:active {
    text-decoration: none;
    color: inherit;
  }
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
    color: inherit;
  }
}
.c-white {
  color: #fff;
}
.c-black {
  color: #000;
}
.c-accent {
  color: #0B7032;
}
.c-text {
  color: #1F1D0D;
}

.hidden {
  display: none;
}

.logo {
  display: block;
}

.fw-th {
  font-weight: 100;
}
.fw-xlt {
  font-weight: 200;
}
.fw-lt {
  font-weight: 300;
}
.fw-re {
  font-weight: 400;
}
.fw-md {
  font-weight: 500;
}
.fw-sb {
  font-weight: 600;
}
.fw-bd {
  font-weight: 700;
}
.fw-xbd {
  font-weight: 800;
}
.fw-bk {
  font-weight: 900;
}

.container-relative {
  position: relative;
}

.no-scrollbar::-webkit-scrollbar {
  height: 0;
  width: 0;
  display: none;
  background-color: transparent;
}
.no-scrollbar::-webkit-scrollbar-thumb {
  background-color: transparent;
  height: 0;
  width: 0;
  display: none;
}
.no-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
  display: none;
  width: 0;
  height: 0;
}

.custom-scrollbar::-webkit-scrollbar {
  background-color: #1F1D0D;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #0B7032;
  cursor: pointer;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.custom-scrollbar-y::-webkit-scrollbar {
  width: 2px;
}
.custom-scrollbar-x::-webkit-scrollbar {
  height: 2px;
}

.img-crop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.img-fill {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.container {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section {
  margin: 100px 0;
}

@media (max-width: 1440px) {
  .container {
    max-width: 1310px;
  }
  .section {
    margin: 80px 0;
  }
}
@media (max-width: 1199.8px) {
  .section {
    margin: 70px 0;
  }
}
@media (max-width: 1199.8px) {
  .section {
    margin: 60px 0;
  }
}
@media (max-width: 767.8px) {
  .section {
    margin: 50px 0;
  }
}
.element-mask {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.element-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link,
.button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.link {
  font-size: 18px;
}
.link--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link--no-pointer {
  cursor: default;
}
.link-line {
  position: relative;
}
.link-line .link__title {
  border-bottom: 1px solid;
}
.link__title {
  display: inline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 22px;
}
.link-accent .link__title {
  border-bottom-color: #0B7032;
  color: #0B7032;
}
.link__icon {
  margin-right: 8px;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input__field {
  border: 1px solid;
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.input--round .input__field {
  border-radius: 30px;
}
.input--accent .input__field {
  border-color: #0B7032;
}

.select .input__field {
  padding-right: 35px;
  background-image: url("/design/img/events/icon-chevron-down-gray.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: uppercase;
}
.tags__item {
  font-size: 13px;
  font-weight: 700;
  padding: 10px;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
  background-color: #F6F6F6;
}
.tags__item:last-child {
  margin-right: 0;
}

.pagination {
  margin-top: 60px;
}
.pagination__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.pagination__item {
  width: 32px;
  height: 32px;
  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;
  border-radius: 50%;
  background-color: #F6F6F6;
  color: #444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 8px;
}
.pagination__item.active {
  background-color: #0B7032;
  color: #fff;
  pointer-events: none;
}
.pagination__btn {
  padding: 0 20px;
  border-radius: 16px;
  border: 2px solid #EFF0F1;
  color: #444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 8px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination__btn.disabled {
  color: #D2D2D2;
  pointer-events: none;
}
.pagination__btn:last-child {
  margin-right: 0;
}
.pagination__btn:first-child {
  margin-left: 0;
}

@media (max-width: 1440px) {
  .pagination {
    margin-top: 50px;
  }
}
@media (max-width: 1199.8px) {
  .pagination {
    margin-top: 40px;
  }
}
@media (max-width: 767.8px) {
  .pagination {
    margin-top: 30px;
  }
  .pagination__item {
    margin: 0 4px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .pagination__btn {
    margin: 0 4px;
    padding: 0 10px;
    height: 28px;
    font-size: 12px;
  }
}
@media (hover: none) {
  .link-line:active .link__title {
    border-bottom-color: transparent;
  }
  .link-dark:active {
    color: #0B7032;
  }
  .tags__item:active {
    color: #fff;
    background-color: #0B7032;
  }
  .pagination__item:active {
    background-color: #0B7032;
    color: #fff;
  }
  .pagination__btn:active {
    border-color: #0B7032;
  }
}
@media (hover: hover) {
  .link-line:hover .link__title {
    border-bottom-color: transparent;
  }
  .link-dark:hover {
    color: #0B7032;
  }
  .tags__item:hover {
    color: #fff;
    background-color: #0B7032;
  }
  .pagination__item:hover {
    background-color: #0B7032;
    color: #fff;
  }
  .pagination__btn:hover {
    border-color: #0B7032;
  }
}
.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 2px solid #D2D2D2;
  border-radius: 30px;
  padding: 30px;
}
.event__thumb {
  width: 310px;
  height: 175px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.event__content {
  width: calc(100% - 310px);
  padding: 0 100px 0 30px;
  position: relative;
}
.event__tags {
  margin-bottom: 10px;
}
.event__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.event__dates-item {
  margin-right: 15px;
  font-size: 16px;
}
.event__dates-item:last-child {
  margin-right: 0;
}
.event__title {
  font-size: 19px;
  margin-bottom: 20px;
  display: block;
}
.event__info-item {
  margin-bottom: 10px;
  font-size: 16px;
}
.event__info-item:last-child {
  margin-bottom: 0;
}
.event__link {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #0B7032;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.event__link-icon {
  -webkit-mask-image: url("/design/img/events/icon-arrow-right-white.svg");
          mask-image: url("/design/img/events/icon-arrow-right-white.svg");
  width: 16px;
  height: 12px;
  background-color: #fff;
}

@media (max-width: 1440px) {
  .event {
    padding: 20px;
  }
  .event__content {
    padding: 0 80px 0 30px;
  }
}
@media (max-width: 1199.8px) {
  .event__thumb, .event__content {
    width: 100%;
  }
  .event__thumb {
    height: auto;
    padding-bottom: 56%;
    margin-bottom: 20px;
  }
  .event__content {
    padding: 0 80px 0 0;
  }
}
@media (max-width: 991.8px) {
  .event {
    position: relative;
  }
  .event__content {
    padding: 0;
    position: relative;
  }
  .event__link {
    right: 20px;
    top: -80px;
  }
}
@media (max-width: 767.8px) {
  .event {
    padding: 10px;
    border-radius: 10px;
  }
  .event__content {
    padding: 0;
    position: relative;
  }
  .event__dates {
    margin-bottom: 15px;
  }
  .event__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (hover: hover) {
  .event__link:hover {
    opacity: 0.8;
  }
}
.events__sidebar {
  width: 300px;
  padding-bottom: 110px;
  border-bottom: 1px solid #1F1D0D;
}
.events__sidebar-title {
  font-size: 24px;
  font-weight: 800;
  margin-top: 40px;
}
.events__content {
  width: calc(100% - 300px);
  padding-left: 120px;
}
.events__filters {
  max-width: 940px;
  margin-bottom: 70px;
}
.events__items-element {
  margin-bottom: 70px;
}
.events__items-element:last-child {
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .events__content {
    padding-left: 80px;
  }
  .events__filters {
    margin-bottom: 50px;
  }
  .events__items-element {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199.8px) {
  .events__sidebar {
    width: 260px;
  }
  .events__content {
    width: calc(100% - 260px);
    padding-left: 50px;
  }
  .events__filters {
    margin-bottom: 40px;
  }
  .events__items-element {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.8px) {
  .events__content {
    padding-left: 40px;
  }
  .events__items-element {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.8px) {
  .events__sidebar {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .events__sidebar-title {
    font-size: 20px;
    margin-top: 20px;
  }
  .events__content {
    width: 100%;
    padding-left: 0;
  }
  .events__filters {
    margin-bottom: 30px;
  }
  .events__items-element {
    margin-bottom: 20px;
  }
}
.filters__title {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 600;
}
.filters__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.filters__items-element {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
}
.filters__reset {
  margin-top: 30px;
}

@media (max-width: 991.8px) {
  .filters__title {
    margin-bottom: 30px;
  }
  .filters__items-element {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767.8px) {
  .filters__title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .filters__items {
    margin: 0 0 -20px;
  }
  .filters__items-element {
    width: 100%;
    margin: 0 0 20px;
  }
  .filters__reset {
    margin-top: 20px;
    font-size: 16px;
  }
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/r-events-list/style.css?175006109619520 */
