@charset "UTF-8";
:root {
  --padding-all-horizontal: 15px;
}
@media (max-width: 480px) {
  :root {
    --padding-all-horizontal: 10px;
  }
}

:root {
  --colorMain: #68225D;
  --colorMainDark: #49153f;
  --colorMainOpacity: rgba(104, 34, 93, 0.2);
  --colorSecondary: #A82D6F;
  --colorSecondaryDark: #842055;
  --colorRed: #EF0F0F;
  --colorBlue: #2E5C9B;
  --colorBgHeader: #fff;
  --colorBgHeaderOpacity: rgba(255, 255, 255, 0.5);
  --colorBgLine: #fafafa;
  --colorHeaderLinks: inherit;
  --colorBorder: #E5E5E5;
  --colorBgGrayLight: #f8f8f8;
  --colorPageTopBg: #f8f8f8;
  --colorGray: #f2f2f2;
  --colorFormGrayBg: #f8f8f8;
  --colorFormControlBorder: #ddd;
  --colorFormControlBorderFocus: rgb(195.5, 195.5, 195.5);
  --colorFormLabelText: #666;
  --colorFormControlBg: #fff;
  --colorFormControlText: #666;
  --colorFormControlTextPlaceholder: #333;
  --colorPageBg: #fff;
  --colorPageText: #2B2B2B;
  --colorPageTextGray: #505050;
  --colorGrMain: #6EAD22;
  --colorNavSubmenu: #f7f7f7;
  --colorSubtitleText: #000;
  --colorSubtitleBacgroundLine: #EFEDED;
  --colorPopupBg: #fff;
}

:root.theme-dark {
  --colorMain: rgb(123.2173913043, 40.2826086957, 110.1847826087);
  --colorMainDark: #49153f;
  --colorMainOpacity: rgba(104, 34, 93, 0.2);
  --colorSecondary: #A82D6F;
  --colorSecondaryDark: #842055;
  --colorRed: #EF0F0F;
  --colorBlue: #2E5C9B;
  --colorBgHeader: #111;
  --colorBgHeaderOpacity: rgba(17, 17, 17, 0.5);
  --colorBgLine: #222;
  --colorHeaderLinks: inherit;
  --colorBorder: #444;
  --colorBgGrayLight: #333;
  --colorPageTopBg: #222;
  --colorGray: #f2f2f2;
  --colorFormGrayBg: #333;
  --colorFormControlBorder: #666;
  --colorFormControlBorderFocus: rgb(25.5, 25.5, 25.5);
  --colorFormLabelText: #aaa;
  --colorFormControlBg: #111;
  --colorFormControlText: #aaa;
  --colorFormControlTextPlaceholder: #888;
  --colorPageBg: #222;
  --colorPageText: #dfdfdf;
  --colorPageTextGray: #888;
  --colorGrMain: #6EAD22;
  --colorNavSubmenu: #333;
  --colorSubtitleText: #fff;
  --colorSubtitleBacgroundLine: #444;
  --colorPopupBg: #111;
}

:root.theme-light {
  --colorMain: #68225D;
  --colorMainDark: #49153f;
  --colorMainOpacity: rgba(104, 34, 93, 0.2);
  --colorSecondary: #A82D6F;
  --colorSecondaryDark: #842055;
  --colorRed: #EF0F0F;
  --colorBlue: #2E5C9B;
  --colorBgHeader: #fff;
  --colorBgHeaderOpacity: rgba(255, 255, 255, 0.5);
  --colorBgLine: #fafafa;
  --colorHeaderLinks: inherit;
  --colorBorder: #E5E5E5;
  --colorBgGrayLight: #f8f8f8;
  --colorPageTopBg: #f8f8f8;
  --colorGray: #f2f2f2;
  --colorFormGrayBg: #f8f8f8;
  --colorFormControlBorder: #ddd;
  --colorFormControlBorderFocus: rgb(195.5, 195.5, 195.5);
  --colorFormLabelText: #666;
  --colorFormControlBg: #fff;
  --colorFormControlText: #666;
  --colorFormControlTextPlaceholder: #333;
  --colorPageBg: #fff;
  --colorPageText: #2B2B2B;
  --colorPageTextGray: #505050;
  --colorGrMain: #6EAD22;
  --colorNavSubmenu: #f7f7f7;
  --colorSubtitleText: #000;
  --colorSubtitleBacgroundLine: #EFEDED;
  --colorPopupBg: #fff;
}

.header-burger strong {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.main-focus, .p-top-container, .all, .header, .container {
  max-width: 1360px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-left: auto;
  margin-right: auto;
}
.main-focus :where(.container), .p-top-container :where(.container), .all :where(.container), .header :where(.container), .container :where(.container) {
  padding-left: 0;
  padding-right: 0;
}

.tag-list-tags-link, .comment-add-btn, .comment-answer span, .comments-load-more, .gallery-fullscreen-aside-article-btn, .button, .pagination-el-prev .pagination-el-text, .button-outline-secondary,
.pagination-el-next .pagination-el-text, .button-outline, .button-secondary, .button-primary {
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border: 0;
  min-width: 5rem;
  min-height: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  line-height: 1.2;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s background;
  background: var(--colorMain);
  font-family: "Poppins", sans-serif;
}
.tag-list-tags-link:hover, .comment-add-btn:hover, .comment-answer span:hover, .comments-load-more:hover, .gallery-fullscreen-aside-article-btn:hover, .button:hover, .pagination-el-prev .pagination-el-text:hover, .button-outline-secondary:hover,
.pagination-el-next .pagination-el-text:hover, .button-outline:hover, .button-secondary:hover, .button-primary:hover {
  background-color: var(--colorMainDark);
  color: #fff;
}
[disabled].tag-list-tags-link, [disabled].comment-add-btn, .comment-answer span[disabled], [disabled].comments-load-more, [disabled].gallery-fullscreen-aside-article-btn, [disabled].button, .pagination-el-prev [disabled].pagination-el-text, [disabled].button-outline-secondary,
.pagination-el-next [disabled].pagination-el-text, [disabled].button-outline, [disabled].button-secondary, [disabled].button-primary {
  opacity: 0.5;
  cursor: not-allowed;
}

.button-primary {
  background-color: var(--colorMain);
}

.button-secondary {
  background-color: var(--colorSecondary);
  color: #fff;
}
.button-secondary:hover {
  background-color: var(--colorSecondary);
  color: #fff;
}

.pagination-el-prev .pagination-el-text,
.pagination-el-next .pagination-el-text, .button-outline {
  background-color: transparent;
  box-shadow: 0 0 0 1px var(--colorMain);
  color: var(--colorMain);
}
.pagination-el-prev .pagination-el-text:hover,
.pagination-el-next .pagination-el-text:hover, .button-outline:hover {
  background: none;
  color: var(--colorMain);
}

.pagination-el-prev .pagination-el-text, .button-outline-secondary {
  background-color: transparent;
  box-shadow: 0 0 0 1px #222;
  color: #222;
}
.pagination-el-prev .pagination-el-text:hover, .button-outline-secondary:hover {
  background: none;
  color: #222;
}

.post-content, .content-style {
  line-height: 1.5em;
}
.post-content a, .content-style a {
  color: var(--colorMain);
}
.post-content p:first-child, .content-style p:first-child {
  margin-top: 0;
}
.post-content p:last-child, .content-style p:last-child {
  margin-bottom: 0;
}
.post-content blockquote, .content-style blockquote {
  background: #f5f5f5 url(/images/quote.svg) 10px 35px no-repeat;
  background-size: 70px;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 6.25rem;
  padding-right: 1.25rem;
  border-bottom: 1px solid var(--colorBorder);
  border-top: 0.0625rem solid var(--colorBorder);
  position: relative;
  margin-left: 0;
  margin-right: 0;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 760px) {
  .post-content blockquote, .content-style blockquote {
    background-size: 3.125rem;
    padding-left: 4.375rem;
  }
}
@media (max-width: 460px) {
  .post-content blockquote, .content-style blockquote {
    background-size: 1.875rem;
    padding-left: 3.125rem;
    font-size: 0.9em;
  }
}
.post-content figure, .content-style figure {
  margin: 0;
  padding: 1.875rem 0;
  display: inline-block;
}
.post-content figure img, .content-style figure img {
  display: block;
}
.post-content figcaption, .content-style figcaption {
  background: var(--colorBgGrayLight);
  font-family: "Poppins", sans-serif;
  padding: 0.625rem;
  font-size: 0.8125rem;
}
.post-content video, .content-style video, .post-content audio, .content-style audio {
  width: 100%;
}
.post-content :where(h1), .content-style :where(h1),
.post-content :where(h2),
.content-style :where(h2),
.post-content :where(h3),
.content-style :where(h3),
.post-content :where(h4),
.content-style :where(h4),
.post-content :where(h5),
.content-style :where(h5),
.post-content :where(h6),
.content-style :where(h6) {
  font-weight: 800;
  margin: 1.25rem 0;
}
.post-content :where(h1):first-child, .content-style :where(h1):first-child,
.post-content :where(h2):first-child,
.content-style :where(h2):first-child,
.post-content :where(h3):first-child,
.content-style :where(h3):first-child,
.post-content :where(h4):first-child,
.content-style :where(h4):first-child,
.post-content :where(h5):first-child,
.content-style :where(h5):first-child,
.post-content :where(h6):first-child,
.content-style :where(h6):first-child {
  margin-top: 0;
}
.post-content :where(ul:not([class])), .content-style :where(ul:not([class])),
.post-content :where(ol:not([class])),
.content-style :where(ol:not([class])) {
  padding-left: 0;
  margin-left: 1.25rem;
}
.post-content :where(ul:not([class])) li::marker, .content-style :where(ul:not([class])) li::marker,
.post-content :where(ol:not([class])) li::marker,
.content-style :where(ol:not([class])) li::marker {
  color: var(--colorMain);
  font-weight: bold;
}
.post-content :where(:not([class])) dt, .content-style :where(:not([class])) dt {
  font-weight: bold;
}
.post-content :where(:not([class])) dd, .content-style :where(:not([class])) dd {
  margin-left: 0;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--colorBorder);
  padding-bottom: 0.9375rem;
}
.post-content :where(:not([class])) dd:last-child, .content-style :where(:not([class])) dd:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.post-content hr, .content-style hr {
  border: 0;
  height: 0.125rem;
  background: var(--colorBorder);
  margin: 1.875rem 0;
}
.post-content .acenter, .content-style .acenter {
  text-align: center;
}
.post-content .aleft, .content-style .aleft {
  text-align: left;
}
.post-content .ajustify, .content-style .ajustify {
  text-align: justify;
}
.post-content .aright, .content-style .aright {
  text-align: right;
}
.post-content .innerTB2x, .content-style .innerTB2x {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.post-content [class*=fplayer_border], .content-style [class*=fplayer_border] {
  padding-bottom: 64.8333333333%;
  position: relative;
}
.post-content [class*=fplayer_border] object, .content-style [class*=fplayer_border] object {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.post-content .aimgleft, .content-style .aimgleft {
  background: var(--colorBorder);
  display: inline-flex;
  flex-direction: column;
}
.post-content .aimgleft img, .content-style .aimgleft img {
  display: block;
}
.post-content .aimgleft .aimg_desc, .content-style .aimgleft .aimg_desc {
  width: min-content;
  padding: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.post-content table, .content-style table {
  border-collapse: collapse;
  width: 100%;
}
.post-content table caption, .content-style table caption {
  font-weight: bold;
  text-align: left;
}
.post-content table td, .content-style table td, .post-content table th, .content-style table th {
  border: 1px solid var(--colorBorder);
  padding: 0.625rem;
  font-size: 0.9375rem;
  text-align: left;
}
.post-content table th, .content-style table th {
  background: var(--colorBorder);
  border-right: 1px solid var(--colorBorder);
}
.post-content table th:last-child, .content-style table th:last-child {
  border-right: 1px solid var(--colorBorder);
}
.post-content .table-cnt, .content-style .table-cnt {
  overflow-x: auto;
  width: 100%;
}
.post-content pre, .content-style pre {
  background: var(--colorBorder);
  padding: 1.25rem;
  font-family: consolas, monospace;
}
.post-content mark, .content-style mark {
  background: none;
  background: var(--colorMainOpacity);
}
.post-content fieldset ul, .content-style fieldset ul, .post-content fieldset ol, .content-style fieldset ol {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.post-content .img, .content-style .img {
  width: 100%;
  margin-bottom: 1.25rem;
}
.post-content .img img, .content-style .img img {
  display: block;
  width: 100%;
}
.post-content .img small, .content-style .img small {
  background: #f7f7f7;
  padding: 0.625rem;
  display: block;
}

.article-mini-list-el-category, .arttext-list-el-category, .art-b-category, .art-category, .list-article-category {
  margin-bottom: 0.3125rem;
  font-size: 0.8125rem;
  display: block;
  vertical-align: top;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--colorMain);
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 3;
}

.badge {
  min-height: 1rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  padding: 0 0.125rem;
  background: #67727B;
  color: #fff;
}

.sidebar-section-title, .section-title,
.section-column-title, .tag-list-title, .download-files-title, .subtitle {
  color: var(--colorSubtitleText);
  font-size: 1.125rem;
  letter-spacing: 0.0625rem;
  line-height: 1.2;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.sidebar-section-title::after, .section-title::after,
.section-column-title::after, .tag-list-title::after, .download-files-title::after, .subtitle::after {
  content: "";
  height: 1px;
  background: var(--colorBorder);
  flex: 1;
  order: 1;
}

.category-title {
  margin-top: 0;
  font-size: 2.625rem;
}
@media (max-width: 680px) {
  .category-title {
    font-size: 2.1875rem;
  }
}
@media (max-width: 480px) {
  .category-title {
    font-size: 1.625rem;
  }
}

.visually-hidden {
  position: absolute;
  left: -99999px;
}

.whole-cell-parent {
  position: relative;
}

.whole-cell-inside {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

.whole-cell-inside .article-mini-list {
  flex: 1;
  overflow-y: auto;
}
@-moz-document url-prefix() {
  .whole-cell-inside .article-mini-list {
    scrollbar-width: thin;
    scrollbar-color: #68225D rgba(221, 221, 221, 0.2);
  }
}
.whole-cell-inside .article-mini-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  opacity: 0;
}
.whole-cell-inside .article-mini-list::-webkit-scrollbar-track {
  background-color: rgba(221, 221, 221, 0.2);
  border-radius: 5px;
  opacity: 0;
}
.whole-cell-inside .article-mini-list::-webkit-scrollbar-thumb {
  background: rgba(104, 34, 93, 0);
  transition: 0.2s background;
  border-radius: 5px;
}
.whole-cell-inside .article-mini-list:hover::-webkit-scrollbar-thumb {
  background: #68225d;
}
@media (max-width: 670px) {
  .whole-cell-inside .article-mini-list::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .whole-cell-inside .article-mini-list::-webkit-scrollbar-track {
    background-color: rgba(221, 221, 221, 0.2);
    border-radius: 5px;
  }
  .whole-cell-inside .article-mini-list::-webkit-scrollbar-thumb {
    background: #68225D;
    border-radius: 5px;
  }
}

.arrow-prev,
.arrow-next {
  flex-shrink: 0;
  width: 2.5rem;
  cursor: pointer;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  background: none;
  -webkit-tap-highlight-color: transparent;
}
.arrow-prev:focus,
.arrow-next:focus {
  outline: none;
}
.arrow-prev::before,
.arrow-next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--colorMain);
  width: 1.375rem;
  height: 1.375rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E  %3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.75rem;
  border-radius: 50%;
}
.arrow-prev:hover::before,
.arrow-next:hover::before {
  background-color: var(--colorMainDark);
}

.arrow-prev::before {
  transform: translate(-50%, -50%) scale(-1);
}

.spacer-v {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (max-width: 480px) {
  .spacer-v {
    gap: 1.25rem;
  }
}

.spacer-v--border {
  gap: 1.875rem;
}
.spacer-v--border > *::after {
  position: absolute;
  bottom: -0.9375rem;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 1px;
  background: var(--colorMainDark);
}
.spacer-v--border > *:last-child::after {
  content: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.header {
  --row-bottom-size: 3.125rem;
  position: relative;
  z-index: 9999;
  padding: 0.625rem 0 0;
  background-color: var(--colorBgHeader);
  isolation: isolate;
}

.header::before {
  content: "";
  height: 100%;
  width: 100vw;
  background: var(--colorBgHeader);
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  z-index: -1;
}

.header-container {
  position: relative;
  display: grid;
  grid-template-columns: var(--row-bottom-size) auto var(--row-bottom-size);
  grid-template-rows: 1fr var(--row-bottom-size);
  grid-template-areas: ". logo ." ". . search";
  height: 8.125rem;
}

@media (min-width: 1200px) {
  .header-container {
    background: linear-gradient(var(--colorBgLine), var(--colorBgLine));
    background-position: left 0 bottom 3.125rem;
    background-size: 100% 1px;
    background-repeat: repeat-x;
  }
}
.header-content {
  position: absolute;
  left: 0.9375rem;
  right: 0.9375rem;
  top: 0;
  height: 100%;
  display: grid;
  grid-template-columns: 16.875rem 1fr auto;
  grid-template-rows: auto var(--row-bottom-size);
  grid-template-areas: "social . logos" "menu menu menu";
}

.header-logo {
  grid-area: logo;
  margin: 0;
  display: flex;
  align-items: center;
  align-self: center;
  justify-self: center;
  min-width: 19.1875rem;
  position: relative;
  z-index: 1;
}

.header-logo-link {
  display: flex;
  align-items: center;
}

.header-logos {
  margin-right: auto;
  display: flex;
  grid-area: logos;
  align-items: center;
  min-width: 100px;
}

.header-logos-link {
  margin-right: 1.25rem;
  width: 100%;
}

.header-logos-link:last-child {
  margin-right: 0;
}

.header-logos-img {
  max-width: 5.625rem;
  width: 100%;
  filter: grayscale(1) brightness(0);
  opacity: 0.5;
  transition: 0.5s filter, 0.5s opacity;
}
.header-logos-img:hover {
  filter: none;
  opacity: 1;
}

.header-logos-img[src*=frsih] {
  max-width: 5.3125rem;
}

.header-logos-img img {
  width: 100%;
}

.header-social {
  display: flex;
  list-style: none;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  justify-self: start;
  align-self: center;
  grid-area: social;
}

.header-social-el {
  margin-right: 0.625rem;
}

.header-social-link {
  width: 1.875rem;
  height: 1.875rem;
  background: var(--colorSecondary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.2s background-color;
}

.header-social-link:hover {
  background: var(--colorSecondaryDark);
}

.header-social span {
  position: absolute;
  left: -99999px;
  top: 0;
}

.header-social svg {
  fill: #fff;
  max-width: 1.25rem;
}

.header-burger {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-self: center;
  align-self: center;
  border: 0;
  background: none;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: -0.625rem;
}
.header-burger span {
  width: 1.125rem;
  height: 0.125rem;
  background: var(--colorMain);
  margin: 0.125rem;
}

.header-burger--close {
  position: relative;
}
.header-burger--close span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-burger--close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-burger--close span:nth-child(3) {
  display: none;
}

@media (max-width: 1200px) {
  .header {
    padding-top: 0;
    box-shadow: none;
    margin-left: calc(var(--padding-all-horizontal) * -1);
    margin-right: calc(var(--padding-all-horizontal) * -1);
  }
  .header-container {
    height: auto;
    display: grid;
    grid-template-columns: var(--row-bottom-size) 1fr var(--row-bottom-size);
    grid-template-rows: 3.75rem auto;
    grid-template-areas: "burger logo search" "content content content";
    padding: 0;
  }
  .header-burger {
    display: flex;
  }
  .header-logo-cnt {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-column: 1/2;
    grid-row: 1/2;
    margin-right: -0.9375rem;
    padding: 0 0.9375rem;
    justify-self: center;
    border-bottom: 0.0625rem solid var(--colorBorder);
  }
  .header-logo {
    min-width: 6.25rem;
  }
  .header-logo img {
    max-width: 10rem;
  }
  .header-content {
    grid-area: content;
    left: 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    display: none;
    grid-template-areas: "logos" "social" "menu";
  }
  .header-logos {
    grid-area: logos;
    justify-self: center;
    margin-right: 0;
    margin-top: 1.25rem;
  }
  .header-social {
    grid-area: social;
    justify-self: center;
    border: 0;
    padding-left: 0;
  }
  .header-search-toggle {
    margin-top: 0.3125rem;
  }
  .show-menu .header {
    border-bottom: 1px solid var(--colorBorder);
    box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
  }
  .show-menu .header-logo-cnt {
    border-bottom: 1px solid var(--colorBorder);
    min-height: 3.75rem;
  }
  .show-menu .header-content {
    display: grid;
  }
}
.header-search-cnt {
  grid-area: search;
  justify-self: end;
}

.header-search-toggle {
  width: var(--row-bottom-size);
  height: var(--row-bottom-size);
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.581' height='17.174' viewBox='0 0 16.581 17.174'%3E%3Cpath d='M17.313,15.643l-4.088-4.251a6.931,6.931,0,1,0-5.307,2.476,6.86,6.86,0,0,0,3.973-1.255L16.009,16.9a.9.9,0,1,0,1.3-1.254ZM7.918,1.809A5.125,5.125,0,1,1,2.793,6.934,5.131,5.131,0,0,1,7.918,1.809Z' transform='translate(-0.984)'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: -99999px;
  margin-left: auto;
  z-index: 100;
  position: relative;
}
.header-search-toggle:hover {
  opacity: 0.8;
}

.theme-dark .header-search-toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.581' height='17.174' viewBox='0 0 16.581 17.174'%3E%3Cpath d='M17.313,15.643l-4.088-4.251a6.931,6.931,0,1,0-5.307,2.476,6.86,6.86,0,0,0,3.973-1.255L16.009,16.9a.9.9,0,1,0,1.3-1.254ZM7.918,1.809A5.125,5.125,0,1,1,2.793,6.934,5.131,5.131,0,0,1,7.918,1.809Z' fill='%23aaa' transform='translate(-0.984)'/%3E%3C/svg%3E");
}

.header-search-form-cnt {
  display: none;
}

.header-search-form-cnt.is-show {
  background: var(--colorBgHeaderOpacity);
  backdrop-filter: blur(2px) grayscale(1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.625rem;
  z-index: 100;
}
@media (max-width: 1150px) {
  .header-search-form-cnt.is-show {
    background: var(--colorBgHeaderOpacity);
  }
}

.header-search-form-close {
  width: 2.5rem;
  height: 2.5rem;
  align-self: flex-end;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  border: 0;
  border-radius: 50%;
  background: var(--colorMain);
  margin-bottom: 0.625rem;
  cursor: pointer;
  flex-shrink: 0;
}
.header-search-form-close::before, .header-search-form-close::after {
  content: "";
  width: 1.125rem;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-search-form-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header-search-form {
  display: grid;
  grid-template-columns: 1fr 3.125rem;
  width: 100%;
  margin: 0;
}

.header-search-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0.0625rem;
}

.header-search-input {
  grid-column: 1/-1;
  grid-row: 1/2;
  width: 100%;
  display: block;
  padding: 0.9375rem;
  padding-right: 3.125rem;
  box-shadow: 0 0.1875rem 1.0625rem rgba(0, 0, 0, 0.16);
  border: 0.0625rem solid var(--colorBorder);
  font-weight: bold;
}
.header-search-input::placeholder {
  font-weight: normal;
}
.header-search-input:focus {
  outline: none;
  box-shadow: 0 0.1875rem 1.0625rem rgba(0, 0, 0, 0.16), inset 0 0 0 0.125rem var(--colorMain);
}

.header-search-submit {
  background: url(/images/2023/icon-finder-red.svg) center no-repeat;
  border: 0;
  cursor: pointer;
  grid-column: 2/3;
  grid-row: 1/2;
  text-indent: -9999px;
  overflow: hidden;
}

.menu {
  grid-area: menu;
  align-self: center;
  height: 100%;
  display: flex;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  height: 100%;
  width: 100%;
}

.menu-list-el {
  margin-right: 1.25rem;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 1350px) {
  .menu-list-el {
    font-size: 0.875rem;
    margin-right: 0.9375rem;
  }
}
.menu-list-link {
  height: 100%;
  font-weight: inherit;
  font-size: inherit;
  color: var(--colorHeaderLinks);
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  transition: 0.2s color;
}

.menu-list-el.is-active .menu-list-link,
.menu-list-el:hover .menu-list-link {
  color: var(--colorMain);
}

.menu-list-el--with-submenu {
  position: relative;
}

.menu-list-el--with-submenu .menu-list-link {
  position: relative;
  padding-right: 1.25rem;
}

.menu-list-el--with-submenu .menu-list-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/arrow-down2.svg);
  background-size: 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.375rem;
  height: 1.375rem;
}

.menu-list-el--with-submenu:hover .menu-list-link::after {
  content: "";
  height: 3.125rem;
  background: transparent;
  position: absolute;
  left: -1.875rem;
  right: -1.875rem;
  bottom: -3.125rem;
}

.menu-list-el-toggle-submenu {
  display: none;
}

.submenu {
  border-top: 5px solid var(--colorSecondary);
  background: var(--colorBgHeader);
  display: flex;
  position: absolute;
  left: -0.9375rem;
  top: calc(100% - 5px);
  min-width: 15.625rem;
  display: none;
  box-shadow: 0 1.25rem 1.5625rem -0.3125rem rgba(0, 0, 0, 0.16), 0 0.3125rem 0.625rem rgba(104, 34, 93, 0.2);
  overflow: hidden;
  list-style: none;
  padding: 10px;
  margin: 0;
  z-index: 100;
}

@media (min-width: 920px) {
  .menu-list-el:hover .submenu {
    display: block;
  }
  .submenu-link:hover {
    background: var(--colorBgGrayLight);
    color: var(--colorMain);
  }
}
.submenu-link {
  padding: 0.375rem 0.75rem;
  display: block;
  text-decoration: none;
  color: var(--colorHeaderLinks);
  white-space: nowrap;
}

@media (max-width: 920px) {
  .menu {
    grid-area: menu;
  }
  .menu-list {
    flex-direction: column;
  }
  .menu-list-el {
    position: relative;
    padding: 0;
    margin-right: 0;
    border-bottom: 0.0625rem solid var(--colorBorder);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .menu-list-el:last-child {
    border: 0;
  }
  .menu-list-link {
    padding: 0.9375rem 0;
  }
  .menu-list-el--with-submenu .menu-list-link::before {
    content: none;
  }
  .menu-list-el-toggle-submenu {
    flex: 1;
    flex-shrink: 0;
    display: block;
    position: relative;
    background: transparent;
    max-width: 50%;
    text-indent: -99999px;
    border: 0;
  }
  .menu-list-el-toggle-submenu::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent url(/images/arrow-right.svg) right center no-repeat;
    background-size: 0.9375rem 0.9375rem;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
  }
  .menu-list-link {
    font-size: 1.1875rem;
  }
  .header-content {
    position: relative;
    transition: 0.3s transform;
  }
  .submenu-link {
    color: #fff;
  }
  .submenu-link:hover {
    color: #fff;
  }
  .is-show-submenu .submenu {
    display: block;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    flex-basis: 100%;
    border-top: 0;
    background: var(--colorMain);
    box-shadow: none;
  }
  .is-show-submenu .menu-list-el-toggle-submenu::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.header-social-icons {
  grid-area: social;
  align-self: center;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.3125rem;
  margin-left: 1.875rem;
}

@media (max-width: 780px) {
  .header-social-icons {
    grid-area: social;
    justify-self: center;
    margin-left: 0;
  }
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--colorPageBg);
  font-size: 1rem;
  line-height: 1.5294117647;
  letter-spacing: 0.2px;
  color: var(--colorPageText);
  margin: 0;
  overflow-x: hidden;
}

::selection {
  background: var(--colorMain);
  color: #fff;
}

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

a {
  color: var(--colorMain);
  transition: 0.2s color;
}

hr {
  height: 0.125rem;
  border: 0;
  background: var(--colorBorder);
  margin: 1.25rem 0;
}

.all {
  padding-left: var(--padding-all-horizontal);
  padding-right: var(--padding-all-horizontal);
}

body.is-menu-open .all::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

iframe {
  border: 0;
}

body.is-no-scroll,
body.windowOpen {
  overflow-y: hidden;
}

body.is-mobile-menu-open {
  position: relative;
}

body.is-mobile-menu-open::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px) contrast(1.2);
  background: rgba(255, 255, 255, 0.2);
  z-index: 10;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
.category-title {
  margin-bottom: 0;
}

.category-text {
  margin-bottom: 1.25rem;
}

.category-focus-title {
  text-align: center;
  font-size: 2rem;
}

@media (max-width: 1200px) {
  .category-focus-title {
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  .category-focus-title {
    font-size: 1.375rem;
    margin-bottom: 0.9375rem;
  }
  .category-text {
    font-size: 0.9em;
  }
}
.scroller {
  display: flex;
  overflow: hidden;
  height: 100%;
}

.scroller-inside {
  margin-left: 0;
  display: flex;
  height: 100%;
}

.scroller-el {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: auto;
  box-sizing: border-box;
}

.scroller-el a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroller-el img {
  flex-shrink: 0;
  object-fit: contain;
}

@media (max-width: 600px) {
  .scroller-el {
    height: 80px;
    width: 120px;
  }
}
.p-top {
  background: var(--colorPageTopBg);
  margin-left: -20px;
  margin-right: -20px;
  box-shadow: 0 0 0 100vmax var(--colorPageTopBg);
  clip-path: inset(0px -100vmax);
}
@media (max-width: 470px) {
  .p-top {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.p-top-container {
  display: flex;
  align-items: center;
  padding: 0.9375rem;
  gap: 1.25rem;
  padding-top: 30px;
}
@media (max-width: 760px) {
  .p-top-container {
    padding-top: 10px;
  }
}
.p-top-container .sad {
  margin-bottom: 0;
}

.p-top-center {
  text-align: center;
  flex: 4;
}

.p-top-right {
  flex: 1;
}

.p-top-right:not(:has(*)) {
  display: none;
}

.top-portal-partners {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.top-portal-partners-text {
  font-size: 9px;
  color: #777;
  text-transform: uppercase;
  text-align: center;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/images/partner-portalu.svg) center/contain no-repeat;
  width: 123px;
  height: 12px;
}
.top-portal-partners-text--multi {
  background-image: url(/images/partnerzy-portalu.svg);
  width: 135px;
}

.top-portal-partners-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.top-portal-partners-content.is-active {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
}

.top-portal-partners-slide {
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  pointer-events: none;
  opacity: 0;
}
.top-portal-partners-slide.is-active {
  opacity: 1;
  pointer-events: all;
}

.top-portal-partner {
  width: calc(50% - 5px);
  height: 65px;
  border: 1px solid #F2F2F2;
  background: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}
.top-portal-partner img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .p-top-center {
    text-align: center;
  }
}
@media (max-width: 860px) {
  .p-top-container {
    flex-direction: column;
    gap: 10px;
  }
  .p-top-center,
  .p-top-right {
    max-width: 100%;
  }
  .top-portal-partners {
    display: none;
  }
}
.top-portal-partners-mobile {
  display: none;
}

@media (max-width: 860px) {
  .top-portal-partners-mobile {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.top-portal-partners-mobile-text {
  display: flex;
  justify-content: center;
}

.top-portal-partners-mobile-content {
  justify-content: center;
}

.top-portal-partners-mobile-content .top-portal-partners-mobile-partner {
  width: 100px;
  height: 60px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
}

.top-portal-partners-mobile-content .top-portal-partners-mobile-partner img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.top-portal-partners-mobile-static {
  display: none;
}

@media (max-width: 860px) {
  .top-portal-partners-mobile-static {
    display: block;
  }
}
.top-portal-partners-mobile-content-static .top-portal-partners-mobile-partner {
  width: 100px;
  height: 60px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
}

.top-portal-partners-mobile-content-static .top-portal-partners-mobile-partner img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.top-portal-partners-mobile-content-static .top-portal-partners-mobile-content-inside {
  justify-content: center;
}

.author-list {
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .author-list {
    flex-direction: column;
  }
}

.author-list-el {
  display: flex;
  align-items: center;
  flex: 1;
}

.author-list-el-img-cnt {
  width: 9.375rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.author-list-el-img {
  max-width: 98%;
  height: auto;
}

.author-list-el-content {
  flex: 1;
}

.author-list-el-text {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.author-list-el-text a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s color;
}
.author-list-el-text a:hover {
  color: var(--colorMain);
}

.author-list-el-name {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--colorMain);
}
.author-list-el-name a {
  text-decoration: none;
}

@media (max-width: 768px) {
  .author-list-el {
    flex-basis: 7.5rem;
    flex-grow: 1;
    border-right: 0;
    padding-right: 0;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid var(--colorBorder);
    align-items: center;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .author-list-el-text {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .author-list-el-img-cnt {
    width: 7.5rem;
  }
  .author-list-el-text {
    font-size: 0.9375rem;
  }
}
.tabs-cnt {
  display: flex;
  flex-direction: column;
  min-height: 18.75rem;
}

.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-bottom: 1.25rem;
  font-style: italic;
}

.tabs-el {
  margin-right: 0.9375rem;
  font-size: 1rem;
  font-weight: 800;
  position: relative;
}

.tabs-el::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.0625rem;
  width: 100%;
  background: var(--colorBorder);
  transition: 0.2s;
}

.tabs-el.is-active::before {
  bottom: -0.0625rem;
  height: 0.1875rem;
  background: var(--colorMain);
}

.tabs-link {
  position: relative;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  font-style: normal;
}
.tabs-link:hover {
  color: inherit;
}

.tabs-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  overflow: auto;
  flex: 1;
  flex-basis: 0;
}

.tab-content {
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: none;
  overflow: auto;
}
@-moz-document url-prefix() {
  .tab-content {
    scrollbar-width: thin;
    scrollbar-color: #68225D rgba(221, 221, 221, 0.2);
  }
}
.tab-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  opacity: 0;
}
.tab-content::-webkit-scrollbar-track {
  background-color: rgba(221, 221, 221, 0.2);
  border-radius: 5px;
  opacity: 0;
}
.tab-content::-webkit-scrollbar-thumb {
  background: rgba(104, 34, 93, 0);
  transition: 0.2s background;
  border-radius: 5px;
}
.tab-content:hover::-webkit-scrollbar-thumb {
  background: #68225d;
}
@media (max-width: 670px) {
  .tab-content::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .tab-content::-webkit-scrollbar-track {
    background-color: rgba(221, 221, 221, 0.2);
    border-radius: 5px;
  }
  .tab-content::-webkit-scrollbar-thumb {
    background: #68225D;
    border-radius: 5px;
  }
}

.tab-content.is-active {
  display: block;
}

.messages-box {
  height: 0;
  background: #FAFAFA;
  padding: 1.25rem;
  color: #000;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.messages-box .tabs-content {
  flex: 1;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  padding-left: 1.25rem;
}

.messages-box .list-time {
  padding-right: 1.25rem;
}

.messages-box-more {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: -1.25rem;
  font-weight: bold;
  font-size: 0.9375rem;
  background: var(--colorSecondary);
  text-decoration: none;
  height: 2.5rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}
.messages-box-more:hover {
  background: var(--colorSecondaryDark);
  color: #fff;
}

.special-service {
  position: relative;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.special-service-slider {
  position: relative;
}

.special-service .swiper-button-next,
.special-service .swiper-button-prev {
  width: 2.25rem;
  height: 2.25rem;
  background: var(--colorMain);
  border-radius: 50%;
  transition: 0.2s backgorund-color;
}
.special-service .swiper-button-next::after,
.special-service .swiper-button-prev::after {
  content: "";
  background-size: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.special-service .swiper-button-prev {
  left: 0;
  transform: translate(-50%, 0%);
}
.special-service .swiper-button-next {
  right: 0;
  transform: translate(50%, 0%);
}
.special-service .swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E  %3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'%3E%3C/path%3E%3C/svg%3E");
}
.special-service .swiper-button-prev:hover {
  background: var(--colorMain);
}
.special-service .swiper-button-prev:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E  %3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'%3E%3C/path%3E%3C/svg%3E");
}
.special-service .swiper-button-next {
  right: 0;
  left: auto;
}
.special-service .swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E  %3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
}
@media (max-width: 500px) {
  .special-service .swiper-button-prev,
  .special-service .swiper-button-next {
    display: none;
  }
}

@supports not (-webkit-touch-callout: none) {
  .special-service--multi {
    padding-bottom: 1.875rem;
  }
}
.special-service .slider-pagination {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
}

.special-service-title {
  background: var(--colorMain);
  font-weight: bold;
  color: #FFF;
  display: inline-flex;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.125rem 0.625rem;
  vertical-align: top;
  margin-top: -0.9375rem;
  margin-left: -0.9375rem;
}

.special-service-slides-number {
  position: absolute;
  top: 0.625rem;
  z-index: 10;
  font-size: 0.875rem;
  right: 0.625rem;
  font-weight: normal;
  color: var(--colorMain);
}
.special-service-slides-number span {
  font-weight: bold;
  padding: 0 2px;
}

.swiper:not(.swiper-initialized) .special-service-slide {
  max-width: calc(100vw - 30px);
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
}

.special-service-slide {
  background-color: var(--colorGray);
  padding: 0.9375rem 1.5625rem 1.875rem;
  margin-bottom: 0 !important;
  height: auto !important;
}

.theme-dark .special-service-slide {
  background: #111;
}

.special-service-grid {
  display: grid;
  grid-template-columns: 35% 30% 1fr;
  gap: 1.875rem;
  grid-template-areas: "item1 item2 item3";
}

.special-service-grid .grid-item-1 {
  display: flex;
  align-items: center;
}

.special-service-grid .grid-item-3 {
  padding-right: 0.625rem;
}

.special-service-grid .article-thumb-img {
  height: auto;
}

.special-service .link-with-arrow {
  margin-top: 0.9375rem;
}

.special-service .link-with-arrow-mobile {
  display: none;
}

.special-service-art {
  color: inherit;
  text-decoration: none;
  padding-left: 1.875rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.special-service-art-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.special-service-art-title {
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 0 0 1.25rem 0;
  font-weight: bold;
}

.special-service-art-description {
  margin-top: 0;
}
.special-service-art-description:last-of-type {
  margin-bottom: 0;
}

.special-service-art-partner {
  display: flex;
  align-items: center;
}

.special-service-art-partner-text {
  text-transform: uppercase;
  font-size: 0.5625rem;
  color: #777;
  margin-right: 0.625rem;
}

.special-service-art-partner-logo {
  width: 5.625rem;
  height: 2.8125rem;
  display: flex;
  margin-right: 0.625rem;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.special-service-art-partner-logo img {
  max-width: 85%;
  max-height: 85%;
}

.cid1013729 .special-service-art-partner-logo {
  width: 13.75rem;
  height: 6.25rem;
  background: none;
}

.special-service .special-service-pagination.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  margin: 0.625rem 0;
}
.special-service .special-service-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
}
.special-service .special-service-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--colorMain);
}

.special-service .swiper-wrapper {
  height: auto;
}

@media (max-width: 960px) {
  .special-service {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .special-service .link-with-arrow-desktop {
    display: none;
  }
  .special-service .link-with-arrow-mobile {
    display: inline-flex;
    margin-top: 1.25rem;
  }
  .special-service-title {
    margin-bottom: 0;
    position: relative;
    margin-left: 0;
    z-index: 1;
  }
  .special-service-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "item1" "item2" "item3";
  }
  .special-service-grid .grid-item-3 {
    padding-right: 0;
  }
  .special-service-art {
    min-height: 6.25rem;
    padding: 0.625rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 670px) and (max-width: 960px) {
  .special-service .article-thumb-img {
    max-height: 18.75rem;
    object-fit: cover;
  }
  .special-service .article-thumb-title {
    font-size: 1.5625rem;
  }
}
@media (max-width: 670px) {
  .special-service-title {
    font-size: 0.75rem;
  }
  .special-service-grid {
    gap: 1.25rem;
  }
  .special-service-art-title {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
  }
  .special-service-art-partner-logo {
    width: 5.625rem;
    height: 3.125rem;
  }
  .special-service .slider-pagination {
    bottom: -1.875rem;
  }
  .special-service-slides-number {
    top: 0.3125rem;
    font-size: 0.75rem;
    right: 0.625rem;
  }
  .special-service .list-el-img {
    width: 6.25rem;
    height: 4.6875rem;
  }
  .special-service-art-title {
    margin-top: 0;
    font-size: 1.25rem;
  }
  .special-service .swiper-button-next,
  .special-service .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 480px) {
  .special-service .list-el-title {
    font-size: 0.75rem;
  }
  .special-service-art-description {
    font-size: 0.75rem;
  }
}
.main-focus {
  background: var(--colorMain);
  padding: 1.5625rem;
  color: #fff;
  text-align: left;
  margin-bottom: 1.875rem;
}

.theme-dark .main-focus {
  background: var(--colorMainDark);
}

.main-focus .art-link:hover ~ .art-content .art-title {
  color: #fff;
}

.main-focus .article-main {
  align-items: flex-start;
}
.main-focus .grid-item-1 a:hover,
.main-focus .grid-item-2 a:hover {
  color: #fff;
}
.main-focus .article-main .article-category {
  background: #fff;
  color: var(--colorMain);
}
.main-focus .article-main .article-category:hover {
  color: var(--colorMain);
}
.main-focus .article-main .article-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 2rem;
}
.main-focus .article-main .article-text {
  color: #fff;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-focus .list-article {
  border-bottom: 1px solid var(--colorMainDark);
}
.main-focus .list-article.is-mark:first-child {
  margin-top: 0;
}
.main-focus .list-article.is-mark {
  background: rgba(255, 255, 255, 0.1);
}
.main-focus .block-type-a .grid-item-3::before {
  background: #e65900;
}
.main-focus .art-category {
  text-align: center;
  background: #fff;
  color: var(--colorMain);
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.125rem 0.375rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 1440px) {
  .main-focus {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
    max-width: 9999px;
  }
}
@media (max-width: 760px) {
  .main-focus {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.25rem;
    margin-left: calc(var(--padding-all-horizontal) * -1);
    margin-right: calc(var(--padding-all-horizontal) * -1);
  }
  .main-focus .article-main {
    position: relative;
  }
  .main-focus .article-main .article-img-link {
    position: relative;
    margin-bottom: 0;
    aspect-ratio: 388/288;
  }
  .main-focus .article-main .article-img-cnt {
    aspect-ratio: 388/288;
  }
  .main-focus .article-main .article-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.25rem;
    background: linear-gradient(to top, #000, transparent);
  }
  .main-focus .article-main .article-category {
    background: var(--colorMain);
    color: #fff;
  }
  .main-focus .article-main .article-title {
    display: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .main-focus .article-main .article-text {
    display: none;
  }
}
@media (max-width: 480px) {
  .main-focus .article-main .article-title {
    font-size: 1.5625rem;
  }
}
.main-focus-grid {
  display: grid;
  grid-template-columns: 34.375rem 1fr 18.75rem;
  grid-template-areas: "item1 item2 item3";
  gap: 1.25rem;
}

.main-focus-grid .article-title-link {
  color: #fff;
}

.main-focus-grid .grid-item-1 {
  position: relative;
  grid-area: item1;
}

.main-focus-grid .grid-item-2 {
  position: relative;
  grid-area: item2;
}

.main-focus-grid .grid-item-3 {
  position: relative;
  grid-area: item3;
}

.main-focus-grid .grid-item-2 .article {
  margin-bottom: 1.875rem;
}

.main-focus-grid .grid-item-3 {
  position: relative;
}

@media (min-width: 1300px) {
  .main-focus-grid .grid-item-2 .art-title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 1300px) {
  .main-focus-grid {
    display: grid;
    grid-template-columns: 1fr 21.25rem 21.25rem;
  }
  .main-focus-grid .grid-item-2 .art-title {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.875rem;
  }
  .list-time-article-title {
    font-size: 0.875rem;
  }
}
@media (max-width: 1200px) and (min-width: 980px) {
  .main-focus-grid {
    display: grid;
    grid-template-columns: 1fr 18.75rem 18.75rem;
  }
  .main-focus-grid .art-focus .art-title {
    font-size: 1.625rem;
  }
}
@media (max-width: 980px) {
  .main-focus-grid {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: 60% 1fr;
    grid-template-rows: auto 18.75rem;
    grid-template-areas: "item1 item2" "item3 item3";
  }
  .main-focus-grid .grid-item-2 {
    display: flex;
  }
  .main-focus-grid .grid-item-2 .article {
    margin-right: 1.875rem;
  }
  .main-focus-grid .grid-item-2 .art-category {
    font-size: 0.625rem;
  }
  .main-focus-grid .grid-item-2 .art-title {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .main-focus-grid .grid-item-2 .art-img-cnt {
    width: 35%;
  }
  .main-focus-grid .grid-item-2 .article:last-of-type {
    margin-right: 0;
  }
  .main-focus-grid .grid-item-2::before {
    content: none;
  }
}
@media (max-width: 760px) {
  .main-focus-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 350px;
    grid-template-areas: "item1" "item2" "item3";
    gap: 0.9375rem;
  }
  .main-focus-grid .grid-item-1 .art-content {
    padding-left: var(--padding-all-horizontal);
    padding-right: var(--padding-all-horizontal);
  }
  .main-focus-grid .grid-item-2,
  .main-focus-grid .grid-item-3 {
    padding-left: var(--padding-all-horizontal);
    padding-right: var(--padding-all-horizontal);
  }
  .main-focus-grid .messages-box {
    height: 100%;
    max-height: 18.75rem;
    display: flex;
    flex-direction: column;
  }
  .main-focus-grid .messages-box .tabs-content {
    flex: 1;
  }
}
@media (max-width: 470px) {
  .main-focus-grid {
    display: flex;
    flex-direction: column;
  }
  .main-focus-grid .grid-item-1 {
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }
  .main-focus-grid .grid-item-2 {
    order: 2;
    margin-bottom: 0;
  }
  .main-focus-grid .grid-item-2 .article {
    margin-right: 0.9375rem;
  }
  .main-focus-grid .grid-item-3 {
    order: 3;
    margin-bottom: 0;
  }
  .main-focus-grid .grid-item-4::before {
    content: none;
  }
  .main-focus-grid .grid-item-2 .article {
    flex: 1;
  }
  .main-focus-grid .grid-item-2 .article-title {
    font-size: 0.875rem;
  }
  .main-focus-grid .grid-item-3.tabs-cnt {
    min-height: 30.625rem;
  }
}
.list-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 0;
}

.list-title-text {
  border-bottom: 0.1875rem solid #EF0F0F;
}

.list-article {
  border-bottom: 0.0625rem solid var(--colorBorder);
  padding: 0.9375rem 0;
}
.list-article:first-child:not(.is-mark) {
  padding-top: 0;
}

.list-article.is-mark {
  background: var(--colorGray);
}
.list-article.is-mark:first-child {
  margin-top: 0.9375rem;
}

.list-article.partner-badge .list-article-title::before {
  content: "";
  display: block;
  width: 133px;
  height: 12px;
  background: url("/images/www/partnerzy-material.svg") center center scroll no-repeat transparent;
  background-size: contain;
  max-width: 100%;
  margin-bottom: 5px;
}

.list-article:last-child {
  border: 0;
}

.list-article-link {
  display: flex;
  text-decoration: none;
  color: inherit;
}

.list-article-img {
  margin-right: 0.625rem;
  flex-shrink: 0;
  align-self: flex-start;
  width: 100%;
  max-width: 9.375rem;
}

.list-article-category-cnt {
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem;
}

.main-focus .list-article-category {
  text-align: center;
  background: #fff;
  color: var(--colorMain);
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.125rem 0.375rem;
  margin-bottom: 0.625rem;
}

.list-article-title {
  font-size: 0.9375rem;
  line-height: 1.44;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 476px) {
  .list-article.partner-badge {
    position: relative;
  }
  .list-article.partner-badge .list-article-title::before {
    content: none;
  }
  .list-article.partner-badge::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 91px;
    height: 8px;
    background: #EDEDED url("/images/www/partnerzy-material.svg") center center scroll no-repeat;
    background-size: contain;
    max-width: 100%;
    margin-bottom: 5px;
  }
}
.list-simple-article {
  border-bottom: 0.0625rem solid var(--colorBorder);
  padding: 0.9375rem 0;
}

.list-simple-article:last-child {
  border: 0;
}

.list-simple-article-link {
  text-decoration: none;
  color: inherit;
  transition: 0.2s color;
}

.list-simple-article-title {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.list-empty {
  border: 0.625rem solid #EF0F0F;
  padding: 1.875rem;
  margin: 2.5rem 0;
}

@media (max-width: 480px) {
  .list-simple-article-title {
    font-size: 0.9375rem;
  }
  .list-article-img {
    max-width: 7.5rem;
  }
  .list-article-title {
    font-size: 0.9375rem;
  }
}
.list-time-article {
  padding: 0.75rem 0.625rem 0.75rem 0;
  border-bottom: 1px solid var(--colorBorder);
}

.list-time-article:first-child {
  margin-top: 0;
  padding-top: 0;
}

.list-time-article.is-mark {
  background: var(--colorGray);
}
.list-time-article.is-mark:first-child {
  margin-top: 0.9375rem;
}

.list-time-article:last-child {
  border: 0;
}

.list-time-article.partner-badge .list-time-article-title::before {
  content: "";
  display: block;
  width: 133px;
  height: 12px;
  background: url("/images/www/partnerzy-material.svg") center center scroll no-repeat transparent;
  background-size: contain;
  max-width: 100%;
  margin-bottom: 5px;
}

.list-time-article-link {
  display: flex;
  text-decoration: none;
  color: inherit;
}

.list-time-article-time {
  font-size: 0.75rem;
  border-right: 0.0625rem solid var(--colorMain);
  padding-right: 0.625rem;
  margin-right: 0.625rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 3.5em;
}

.list-time-article-title {
  font-size: 0.875rem;
  line-height: 1.44;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .list-time-article-title {
    font-size: 1rem;
  }
}

.list-time-simple-article {
  border-bottom: 0.0625rem solid var(--colorBorder);
  padding: 0.9375rem 0;
}

.list-time-simple-article:first-child {
  padding-top: 0;
}

.list-time-simple-article:last-child {
  border: 0;
}

.list-time-simple-article-link {
  text-decoration: none;
  color: inherit;
  transition: 0.2s color;
}

.list-time-simple-article-title {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 400px) {
  .list-time-simple-article-title {
    font-size: 0.9375rem;
  }
}
.list-el:not(.is-mark):first-child .list-el-link {
  padding-top: 0;
}
.list-el:not(.is-mark):last-child .list-el-link {
  padding-bottom: 0;
  border-bottom: 0;
}

.list-el-category-cnt {
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
}
.list-el-category-cnt > * {
  margin-right: 0.3125rem;
}

.list-el-link {
  display: flex;
  border-bottom: 1px solid var(--colorBorder);
  padding: 0.9375rem 0 0.75rem;
  color: inherit;
  text-decoration: none;
}

.list-el:hover .list-el-title {
  color: var(--colorMain);
}

.list-el.is-mark .list-el-link {
  position: relative;
  overflow: hidden;
  background: var(--colorBgGrayLight);
}

.list-el-img-link {
  flex-shrink: 0;
  margin-right: 0.625rem;
  position: relative;
  display: flex;
  min-height: 5.9375rem;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 1280px) {
  .list-el-img-link {
    align-self: stretch;
  }
}

.list-el-img {
  width: 8.125rem;
  object-fit: cover;
  height: 5.9375rem;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0);
  background: var(--colorBgGrayLight);
}

.list-el-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.list-el-category {
  color: var(--colorMain);
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.625rem;
  line-height: 1;
}

.list-el-title {
  transition: 0.2s color;
  margin: 0;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.3846153846;
  flex: 1;
}
.list-el-title span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-el-bottom {
  font-size: 0.625rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.3125rem;
  margin-top: auto;
}

.list-el-date {
  color: #777;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: inherit;
}

.list-el-author {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #777;
  align-items: center;
  white-space: nowrap;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
}
.list-el-author::before {
  content: "";
  width: 0.1875rem;
  height: 0.1875rem;
  display: inline-block;
  background: var(--colorMain);
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.3125rem;
}

.list-el-comments {
  background: url(/images/2022/bubble-chat.svg) left center no-repeat;
  padding-left: 1.25rem;
  color: var(--colorMain);
  font-size: 0.625rem;
  text-decoration: none;
  margin-left: auto;
}

.list-el .icon-lock {
  position: absolute;
  right: 0.3125rem;
  bottom: 0.3125rem;
}

.list-el-top {
  display: flex;
  font-size: 0.625rem;
}

.list-el-partner-text {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
}

.list-el-partner-name {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.2s color;
  text-transform: uppercase;
  color: #777;
  font-weight: bold;
  text-decoration: none;
  margin-left: 0.3125rem;
}
.list-el-partner-name:hover {
  color: var(--colorMain);
}
.list-el-partner-name::before {
  content: "";
  width: 0.1875rem;
  height: 0.1875rem;
  display: inline-block;
  background: var(--colorMain);
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.3125rem;
}

.footer {
  border-top: 1px solid var(--colorBorder);
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.footer-container {
  display: flex;
}

.footer-logo {
  grid-area: logo;
  max-width: 7.8125rem;
  margin-right: 2.8125rem;
  flex-shrink: 0;
}

.footer-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-menu {
  grid-area: menu;
  font-size: 0.875rem;
  font-weight: 600;
}

.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-menu-list-el {
  padding-right: 1.5rem;
  margin-bottom: 0.625rem;
}

.footer-menu-list-link {
  text-decoration: none;
  color: inherit;
}
.footer-menu-list-link:hover {
  color: var(--colorMain);
}

.footer-text {
  grid-area: text;
  color: var(--colorPageTextGray);
}

@media (max-width: 680px) {
  .footer-container {
    flex-direction: column;
  }
  .footer-logo {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 480px) {
  .footer-menu {
    font-size: 0.8125rem;
  }
  .footer-text {
    font-size: 0.8125rem;
  }
}
.form-label {
  display: block;
  font-size: 0.75rem;
  color: #555;
  font-weight: 600;
}

.comment-add-control, .form-control, textarea.comment-add-control, textarea.form-control {
  flex: 1;
  height: 2.6875rem;
  min-height: 2.6875rem;
  border: 1px solid var(--colorFormControlBorder);
  background: var(--colorFormControlBg);
  color: var(--colorFormControlText);
  padding: 0 0.625rem;
  border-radius: 0.25rem;
  width: 100%;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: inherit;
}
.comment-add-control:focus, .form-control:focus {
  outline: none;
  border-color: var(--colorFormControlBorderFocus);
}
.comment-add-control::placeholder, .form-control::placeholder {
  color: var(--colorFormControlTextPlaceholder);
}
.is-error.comment-add-control, .is-error.form-control {
  border-color: #981F1F;
  color: #981F1F;
}
.is-exist.comment-add-control, .is-exist.form-control {
  color: #214C9F;
  border-color: #214C9F;
}
.comment-add-control:is(select), .form-control:is(select) {
  background-image: url(/images/line-black.svg);
  background-position: right 0.625rem center;
  background-repeat: no-repeat;
  appearance: none;
}

textarea.comment-add-control, textarea.form-control {
  height: 12.5rem;
  max-height: 18.75rem;
  min-height: 9.375rem;
  resize: vertical;
  padding: 0.625rem;
  display: block;
}

.form .button {
  max-width: 15.625rem;
}
@media (max-width: 480px) {
  .form .button {
    max-width: 100%;
  }
}

.form fieldset {
  border: 0;
  padding: 0;
}

.form--gray {
  background: var(--colorBorder);
  padding: 1.25rem;
}

.form-row {
  margin-bottom: 1.25rem;
  position: relative;
}
.form-row:last-of-type {
  margin-bottom: 0;
}

.form-row--buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment-add-row--last {
  margin-bottom: 0;
}

.form-hint {
  font-size: 0.75rem;
  color: #999;
}

.form-row-group {
  display: flex;
}
.form-row-group .button {
  max-width: 12.5rem;
  margin-left: 0.625rem;
}
@media (max-width: 670px) {
  .form-row-group {
    flex-direction: column;
  }
  .form-row-group .form-control {
    margin-bottom: 0.625rem;
  }
  .form-row-group .button {
    max-width: 100%;
    margin-left: 0;
  }
}

.form-error,
.form-field-info,
.form-field-text {
  margin-top: 0.3125rem;
  line-height: 1.3;
  font-size: 0.8125rem;
}
.form-error a,
.form-field-info a,
.form-field-text a {
  font-weight: bold;
  color: var(--colorMain);
  text-decoration: none;
}

.form-error {
  color: #c62323;
  display: none;
  font-weight: bold;
}

.form-field-info {
  color: #214C9F;
}

.form-field-text {
  color: #777;
}

.form-hr {
  height: 0.125rem;
  background: var(--colorMain);
  margin: 0.625rem 0;
}

.form-grid {
  display: flex;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.form-grid-item {
  flex: 1 1 0;
  margin: 0 0.3125rem;
}

.form-checkbox {
  display: flex;
  font-size: 0.75rem;
  cursor: pointer;
  padding-top: 0.1875rem;
  color: inherit;
}
.form-checkbox input[type=checkbox] {
  background: var(--colorFormControlBg);
  flex-shrink: 0;
  margin-top: -1px;
  margin-left: 0;
  appearance: none;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--colorFormControlBorder);
  margin-right: 0.625rem;
}
.form-checkbox input[type=checkbox]:checked {
  background: var(--colorMain);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check' viewBox='0 0 16 16'%3E  %3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: 98%;
  border-color: var(--colorMain);
}
.form-checkbox input[type=checkbox]:checked + span {
  color: var(--colorMain);
}
.form-checkbox input[type=radio] {
  background: var(--colorFormControlBg);
  flex-shrink: 0;
  margin-top: -0.0625rem;
  margin-left: 0;
  appearance: none;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  border: 0.0625rem solid var(--colorFormControlBorder);
  margin-right: 0.625rem;
}
.form-checkbox input[type=radio]:checked {
  background: var(--colorMain);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check' viewBox='0 0 16 16'%3E  %3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: 98%;
  border-color: var(--colorMain);
}
.form-checkbox input[type=radio]:checked + span {
  color: var(--colorMain);
}
.form-checkbox span p {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.is-invalid .form-control,
.is-invalid .form-checkbox input {
  border: 0.0625rem solid red;
  background: #fff0f2;
}

.subpage {
  margin-top: 1.25rem;
}

.subpage-title {
  margin-top: 0;
  font-size: 2.625rem;
}
.subpage-title a {
  color: inherit;
  text-decoration: none;
}

.popup {
  background: rgba(40, 40, 40, 0.7);
  z-index: 10000;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.popup-inside {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  padding: 1.875rem;
  overflow: auto;
}

.popup.is-show {
  display: grid;
}

.popup-container {
  padding: 2.5rem 3.125rem;
  background: var(--colorPopupBg);
  max-width: 30.625rem;
  width: 100%;
  margin: auto;
  box-shadow: 0 0.3125rem 1.875rem rgba(0, 0, 0, 0.1);
}

.popup-text {
  font-size: 0.875rem;
}
.popup-text a {
  font-weight: bold;
  text-decoration: none;
}

.popup-container .form {
  margin: 1.25rem 0;
}

.popup-close {
  position: fixed;
  right: 0;
  top: 0;
  width: 3.75rem;
  height: 3.75rem;
  background: none;
  z-index: 100;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  transition: 0.2s background;
}
.popup-close:hover {
  background: var(--colorMain);
}
.popup-close::before, .popup-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.875rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
}
.popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg) scale(0.9);
}

.popup-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.0625rem solid var(--colorBorder);
  padding: 1.25rem;
}

.popup-title {
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.popup-content {
  padding: 1.25rem;
}

body.popup-show {
  overflow: hidden;
}

@media (max-width: 670px) {
  .popup-inside {
    padding: 0.625rem;
  }
  .popup-container {
    padding: 1.5625rem 1.875rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .popup-title {
    font-size: 1.2em;
  }
}
.rodo .popup-container {
  padding: 0;
}

.rodo-head {
  padding: 1.25rem;
  border-bottom: 1px solid var(--colorBorder);
  text-align: center;
}

.rodo-img {
  max-width: 12.5rem;
  display: block;
  margin: 0 auto;
}

.rodo-body {
  font-size: 0.75rem;
  padding: 1.25rem;
}
.rodo-body p:first-of-type {
  margin-top: 0;
}
.rodo-body p:last-of-type {
  margin-bottom: 0;
}

.rodo-footer {
  border-top: 0.0625rem solid var(--colorBorder);
  text-align: center;
  padding: 1.25rem;
  background: var(--colorBgGrayLight);
}

.popup-newsletter-container {
  background: var(--colorPopupBg);
  max-width: 800px;
  width: 100%;
  box-shadow: 0 0 60px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 0;
}

.popup-newsletter-img {
  flex: 1;
}
.popup-newsletter-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.popup-newsletter-content {
  flex: 1;
  padding: 1.875rem;
}
.popup-newsletter-content h3 {
  margin: 0;
}

.popup-newsletter-form-row {
  display: flex;
  gap: 0.625rem;
  margin: 1.5625rem 0;
}

.popup-newsletter-form-label {
  position: absolute;
  left: -9999px;
}

@media (max-width: 600px) {
  .popup-newsletter-container {
    flex-direction: column;
  }
  .popup-newsletter-img {
    max-height: 12.5rem;
  }
  .popup-newsletter-img picture, .popup-newsletter-img img {
    max-height: 12.5rem;
  }
  .popup-newsletter .form-checkbox {
    font-size: 0.625rem;
  }
}
@media (max-width: 400px) {
  .popup-newsletter-form-row {
    flex-direction: column;
  }
}
.popup-login-text {
  padding-top: 1.25rem;
  margin-top: 1.875rem;
  border-top: 1px solid var(--colorBorder);
  font-size: 0.875rem;
}
.popup-login-text a {
  text-decoration: none;
}

.form-row--buttons a {
  text-decoration: none;
}

@media (max-width: 400px) {
  .popup-login .remind-password-link {
    font-size: 0.75rem;
  }
  .popup-login-text strong {
    display: block;
  }
}
.pagination {
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.pagination-el {
  margin: 0 0.625rem;
}

.pagination-el-next .pagination-el-text,
.pagination-el-prev .pagination-el-text {
  white-space: nowrap;
}

.pagination-el-nr .pagination-el-text {
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  border-radius: 50%;
  background: var(--colorBorder);
  color: inherit;
  cursor: initial;
  text-decoration: none;
}

@media (max-width: 540px) {
  .pagination-el-prev .pagination-el-text {
    padding: 0 1.875rem;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2368225D' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E  %3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
  }
  .pagination-el-next .pagination-el-text {
    padding: 0 1.875rem;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2368225D' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E  %3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.loading-cnt {
  position: relative;
}

.loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
}

.loading-cnt .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0turn);
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  z-index: 1;
  pointer-events: none;
}

.loading::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-right-color: #fff;
  animation: loadingAnimation 0.5s 0s infinite linear;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
  transform: rotate(0turn);
}

.loading.is-dark::before {
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-right-color: rgba(0, 0, 0, 0.9);
}

@keyframes loadingAnimation {
  100% {
    transform: rotate(1turn);
  }
}
.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8125rem;
}

.breadcrumb-el {
  display: inline-flex;
  align-items: center;
}
.breadcrumb-el::after {
  margin: 0 0.375rem;
  width: 0.625rem;
  height: 0.625rem;
  background: url(/images/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
}

.breadcrumb-link {
  text-decoration: none;
  display: inline-block;
}

.breadcrumb-link[aria-current] {
  color: inherit;
}

.breadcrumb-el:last-child::after {
  content: none;
}

.comments-nl {
  background: var(--colorBgGrayLight);
  padding: 1.25rem;
}

.comments-nl .button {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 22.5rem;
}
@media (max-width: 480px) {
  .comments-nl .button {
    font-size: 0.875rem;
  }
}

.comments-nl-register {
  font-size: 0.8125rem;
  text-align: center;
  padding: 1.25rem 0;
}
.comments-nl-register a {
  font-weight: bold;
  text-decoration: none;
  color: var(--colorMain);
}

.comments-nl-text {
  border-top: 1px solid var(--colorBorder);
  padding-top: 1.25rem;
  font-size: 0.75rem;
  padding-bottom: 1.25rem;
}

.comments-nl-regulation-link {
  background: url(/images/paragraph.svg) 0 center no-repeat;
  text-decoration: none;
  color: var(--colorMain);
  font-weight: bold;
  font-size: 0.75rem;
  padding-left: 1.5625rem;
  min-height: 1.375rem;
  display: inline-flex;
  align-items: center;
}

.author-box-header {
  display: flex;
  gap: 1.25rem;
}

.author-box-header-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery {
  min-height: 12.5rem;
  margin-bottom: 1.25rem;
  position: relative;
  cursor: pointer;
}

.gallery-count {
  aspect-ratio: 110/70;
  border-radius: 0.25rem;
  display: inline-flex;
  overflow: hidden;
  background: var(--colorMain);
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  grid-column: -1/-2;
  grid-row: 1/2;
  pointer-events: none;
}

.gallery-count-icon {
  background: url(/images/camera-to-take-photos.svg) center no-repeat;
  width: 1.5rem;
  height: 1.25rem;
}

.gallery-count-text-nr {
  font-size: 0.875rem;
}

.gallery-count-text {
  flex: 1;
  font-size: 0.6875rem;
  font-weight: 600;
  background: var(--colorMain);
  text-align: center;
  padding: 0 0.625rem;
  color: #FFF;
  flex-basis: 100%;
}

.gallery-thumbs {
  display: flex;
  justify-content: flex-end;
  gap: 0.625rem;
  z-index: 1;
  flex: 1;
  grid-column: 1/3;
  grid-row: 1/2;
}

.gallery-thumbs-el {
  aspect-ratio: 110/70;
  flex: 1;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
.gallery-thumbs-el img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.gallery-inside {
  position: relative;
  display: block;
  aspect-ratio: 940/626;
}

.gallery-pointer:hover {
  cursor: pointer;
}

.gallery-image {
  position: relative;
  display: block;
  width: 100%;
}

.gallery-inside::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  right: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to top, #000, transparent);
}

.gallery-description {
  position: absolute;
  left: 0.625rem;
  bottom: 0.625rem;
  right: 23.75rem;
  font-size: 0.75rem;
  color: #fff;
  z-index: 2;
}

.gallery--single-image {
  cursor: initial;
}

.gallery--single-image .gallery-description {
  right: 1.25rem;
}

.gallery-bottom {
  right: 0.625rem;
  bottom: 0.625rem;
  display: grid;
  grid-template-columns: 6.875rem 6.875rem 6.875rem;
  gap: 0.625rem;
  position: absolute;
  z-index: 1;
}

@media (max-width: 960px) and (min-width: 920px), (max-width: 650px) and (min-width: 560px) {
  .gallery-bottom {
    grid-template-columns: 5.625rem 5.625rem 5.625rem;
  }
  .gallery-count-text {
    font-size: 0.625rem;
  }
  .gallery-description {
    right: 20rem;
  }
}
@media (max-width: 560px) {
  .gallery {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .gallery-bottom {
    bottom: 0;
    left: 0.625rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .gallery-bottom-space {
    padding-bottom: 22%;
  }
  .gallery-description {
    right: 1.25rem;
  }
}
@media (max-width: 400px) {
  .gallery .gallery-count-text {
    font-size: 0.625rem;
  }
  .gallery-description {
    right: 1.25rem;
  }
}
.gallery-fullscreen {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background: #111;
  display: none;
  color: #fff;
}

.gallery-fullscreen-container {
  max-width: 74.0625rem;
  width: 100%;
  margin: 0 auto;
}

.gallery-fullscreen-main {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: 100vh;
}

.gallery-fullscreen-layer-preview {
  height: 100vh;
  grid-column: 1/-1;
  grid-row: 1/-1;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.gallery-fullscreen-layer-list {
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: none;
  flex: 1;
  height: 100vh;
}

.gallery-fullscreen-thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 1.25rem;
  padding: 1.25rem;
  margin-right: 3.75rem;
  max-height: 100%;
  overflow-y: auto;
}
@-moz-document url-prefix() {
  .gallery-fullscreen-thumbnails {
    scrollbar-width: thin;
    scrollbar-color: #68225D rgba(221, 221, 221, 0.2);
  }
}
.gallery-fullscreen-thumbnails::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  opacity: 0;
}
.gallery-fullscreen-thumbnails::-webkit-scrollbar-track {
  background-color: rgba(221, 221, 221, 0.2);
  border-radius: 5px;
  opacity: 0;
}
.gallery-fullscreen-thumbnails::-webkit-scrollbar-thumb {
  background: rgba(104, 34, 93, 0);
  transition: 0.2s background;
  border-radius: 5px;
}
.gallery-fullscreen-thumbnails:hover::-webkit-scrollbar-thumb {
  background: #68225d;
}
@media (max-width: 670px) {
  .gallery-fullscreen-thumbnails::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .gallery-fullscreen-thumbnails::-webkit-scrollbar-track {
    background-color: rgba(221, 221, 221, 0.2);
    border-radius: 5px;
  }
  .gallery-fullscreen-thumbnails::-webkit-scrollbar-thumb {
    background: #68225D;
    border-radius: 5px;
  }
}
@media (max-width: 480px) {
  .gallery-fullscreen-thumbnails {
    grid-template-columns: repeat(auto-fit, minmax(6.25rem, 1fr));
  }
}

.gallery-fullscreen-thumb {
  width: 100%;
  height: 6.25rem;
  cursor: pointer;
  position: relative;
}
.gallery-fullscreen-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-fullscreen-thumb:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.gallery-fullscreen-thumb.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0 0 0 0.125rem var(--colorMain);
}

.gallery-fullscreen-thumb-index {
  position: absolute;
  left: 0.3125rem;
  top: 0.3125rem;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3), 0px -1px 1px rgba(0, 0, 0, 0.3), 1px -1px 1px rgba(0, 0, 0, 0.3), -1px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(0, 0, 0, 0.3), 1px 0px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.gallery-fullscreen-top {
  display: flex;
}

.gallery-fullscreen-header {
  display: flex;
  flex-direction: column;
  padding: 0.625rem 0.625rem 1.25rem 0.625rem;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gallery-fullscreen-title {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.3125rem;
  grid-area: title;
}

.gallery-fullscreen-content {
  padding: 0;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.gallery-fullscreen-content-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: blur(6.25rem);
  opacity: 0.3;
  background-size: cover;
  background-position: center;
}

.gallery-fullscreen-container {
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.gallery-fullscreen-image-cnt {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 17.5rem;
  min-height: 16.25rem;
}

.gallery-fullscreen-image-cnt.loading-cnt .loading {
  z-index: 2;
}

.gallery-fullscreen-image {
  max-width: 100%;
}

.gallery-fullscreen-text {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 300;
  font-size: 0.75rem;
  padding: 0.625rem;
  line-height: 1.5em;
  grid-area: text;
  padding-right: 4.6875rem;
}

.gallery-fullscreen-count {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.625rem;
  font-weight: bold;
  font-size: 0.75rem;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3), 0px -1px 1px rgba(0, 0, 0, 0.3), 1px -1px 1px rgba(0, 0, 0, 0.3), -1px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(0, 0, 0, 0.3), 1px 0px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.gallery-fullscreen-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.75rem;
  height: 6.25rem;
  z-index: 100;
  background: rgba(0, 0, 0, 0.9);
  background-size: 0.625rem;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s box-shadow;
}
.gallery-fullscreen-btn svg {
  fill: #fff;
  max-width: 40%;
  transition: 0.3s fill;
}

.gallery-fullscreen-prev svg {
  transform: translate(-0.125rem);
}

.gallery-fullscreen-next {
  left: auto;
  right: 0;
}
.gallery-fullscreen-next svg {
  transform: translate(0.125rem);
}

.gallery-fullscreen-btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-fullscreen-btn-text {
  position: absolute;
  left: -9999px;
}

.gallery-fullscreen-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  transition: 0.3s;
  margin-top: 0.625rem;
}

.gallery-fullscreen-social .social-icons-link {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 1.75rem;
  height: 1.75rem;
}

.gallery-fullscreen-social .social-icons-link svg {
  max-width: 0.8125rem;
}

.gallery-fullscreen-social .social-icons-el {
  margin-right: 0.3125rem;
}

.gallery-fullscreen-social .social-icons-link {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  border-radius: 50%;
  transition: 0.2s border-color;
}
.gallery-fullscreen-social .social-icons-link span {
  display: none;
}
.gallery-fullscreen-social .social-icons-link svg {
  transition: 0.2s fill;
  fill: #fff;
  max-width: 0.8125rem;
}

.gallery-fullscreen-social .social-icons-link:hover {
  border: 1px solid var(--colorMainOpacity);
}
.gallery-fullscreen-social .social-icons-link:hover svg {
  fill: var(--colorMain);
}

.gallery-fullscreen-list-toggle {
  position: fixed;
  right: 0;
  top: 3.75rem;
  width: 3.125rem;
  height: 3.125rem;
  background: none;
  z-index: 120;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s background;
}
.gallery-fullscreen-list-toggle.is-list {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-image' viewBox='0 0 16 16'%3E  %3Cpath d='M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z'%3E%3C/path%3E  %3Cpath d='M2.002 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-12zm12 1a1 1 0 0 1 1 1v6.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12V3a1 1 0 0 1 1-1h12z'%3E%3C/path%3E%3C/svg%3E");
}
.gallery-fullscreen-list-toggle.is-preview {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-grid-3x3-gap-fill' viewBox='0 0 16 16'%3E  %3Cpath d='M1 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V2zM1 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V7zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V7zM1 12a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2z'%3E%3C/path%3E%3C/svg%3E");
}

.gallery-fullscreen-close {
  position: fixed;
  right: 0;
  top: 0;
  width: 3.125rem;
  height: 3.125rem;
  background: none;
  z-index: 120;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  transition: 0.2s background;
}
.gallery-fullscreen-close::before, .gallery-fullscreen-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.875rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
}
.gallery-fullscreen-close::after {
  transform: translate(-50%, -50%) rotate(-45deg) scale(0.9);
}

.gallery-fullscreen-aside {
  background: #fff;
  padding: 7.5rem 0 0;
  flex-basis: 22.5rem;
  max-width: 22.5rem;
  color: #222;
  font-size: 0.75rem;
  flex-shrink: 0;
  word-break: break-all;
}

.gallery-fullscreen-aside-inside {
  padding: 0 1.875rem;
  height: 100%;
  overflow-y: auto;
}
@-moz-document url-prefix() {
  .gallery-fullscreen-aside-inside {
    scrollbar-width: thin;
    scrollbar-color: #68225D rgba(221, 221, 221, 0.2);
  }
}
.gallery-fullscreen-aside-inside::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  opacity: 0;
}
.gallery-fullscreen-aside-inside::-webkit-scrollbar-track {
  background-color: rgba(221, 221, 221, 0.2);
  border-radius: 5px;
  opacity: 0;
}
.gallery-fullscreen-aside-inside::-webkit-scrollbar-thumb {
  background: rgba(104, 34, 93, 0);
  transition: 0.2s background;
  border-radius: 5px;
}
.gallery-fullscreen-aside-inside:hover::-webkit-scrollbar-thumb {
  background: #68225d;
}
@media (max-width: 670px) {
  .gallery-fullscreen-aside-inside::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .gallery-fullscreen-aside-inside::-webkit-scrollbar-track {
    background-color: rgba(221, 221, 221, 0.2);
    border-radius: 5px;
  }
  .gallery-fullscreen-aside-inside::-webkit-scrollbar-thumb {
    background: #68225D;
    border-radius: 5px;
  }
}

.gallery-fullscreen-aside-article {
  margin: 1.25rem 0;
}

.gallery-fullscreen-aside-article-link {
  text-decoration: none;
  color: inherit;
}

.gallery-fullscreen-aside-article-img-cnt {
  background: var(--colorBgGrayLight);
  justify-content: center;
  display: flex;
}

.gallery-fullscreen-aside-article-img {
  display: block;
}

.gallery-fullscreen-aside-article-title {
  font-size: 0.8125rem;
  word-break: normal;
}

.gallery-fullscreen-aside-article-btn {
  margin: 0.625rem 0 0.3125rem;
  display: block;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.gallery-fullscreen-swipe-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  z-index: 100;
  pointer-events: none;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3.125rem;
  padding: 0.625rem 1.25rem;
  opacity: 0;
  transition: 0.3s;
}
.gallery-fullscreen-swipe-info svg {
  width: 1.25rem;
  fill: #fff;
  margin-right: 0.625rem;
}

.gallery-fullscreen-swipe-info.is-show {
  opacity: 1;
}

@media (min-width: 1366px) {
  .gallery-fullscreen-header {
    padding: 1.25rem 1.875rem 1.25rem 1.875rem;
  }
}
@media (max-width: 1366px) {
  .gallery-fullscreen-aside {
    display: none;
  }
  .gallery-fullscreen-count {
    justify-self: center;
    margin: 0.9375rem 0 0;
  }
  .gallery-fullscreen-prev {
    left: 0;
  }
  .gallery-fullscreen-next {
    right: 0;
  }
  .gallery-fullscreen-social-text {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 920px) {
  .gallery-fullscreen-top {
    padding: 0;
  }
  .gallery-fullscreen-header {
    padding-left: 0.625rem;
    padding-right: 3.75rem;
  }
  .gallery-fullscreen-social {
    right: 0.625rem;
    top: 0.625rem;
  }
  .gallery-fullscreen-social .gallery-fullscreen-social-link {
    width: 1.25rem;
    height: 1.25rem;
  }
  .gallery-fullscreen-layer-preview {
    justify-content: center;
  }
  .gallery-fullscreen-thumbnails {
    margin-right: 0;
    gap: 0.3125rem;
  }
  .gallery-fullscreen-content {
    display: flex;
  }
  .gallery-fullscreen-container {
    flex: 1;
  }
  .gallery-fullscreen-prev,
  .gallery-fullscreen-next {
    background-size: 0.625rem;
    background-position: left 1.25rem center;
  }
  .gallery-fullscreen-next {
    background-position: right 1.25rem center;
  }
}
@media (max-width: 680px) {
  .gallery-fullscreen-title {
    font-size: 1.25rem;
  }
  .gallery-fullscreen-prev,
  .gallery-fullscreen-next {
    left: 0;
    bottom: 0;
    width: calc(50% - 1px);
    top: auto;
    height: 3.75rem;
    transform: none;
    background-position: center;
  }
  .gallery-fullscreen-next {
    left: auto;
    right: 0;
    bottom: 0;
  }
  .gallery-fullscreen-content {
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 480px) {
  .gallery-fullscreen-title {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.9375rem;
  }
  .gallery-fullscreen-close {
    top: 0;
  }
  .gallery-fullscreen-header {
    border: 0;
    padding-top: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 4.375rem;
  }
}
@media (max-height: 550px) {
  .gallery-fullscreen-top {
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    border: 0;
  }
  .gallery-fullscreen-header {
    border: 0;
  }
  .gallery-fullscreen-title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.125rem;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2), 0px -1px 1px rgba(0, 0, 0, 0.2), 1px -1px 1px rgba(0, 0, 0, 0.2), -1px 0px 1px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(0, 0, 0, 0.2), 1px 0px 1px rgba(0, 0, 0, 0.2), -1px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.2);
  }
  .gallery-fullscreen-social {
    margin-top: 0.3125rem;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.6));
  }
}
@media (max-height: 400px) {
  .gallery-fullscreen-next,
  .gallery-fullscreen-prev {
    display: none;
  }
  .gallery-fullscreen-content {
    padding-bottom: 0;
  }
  .gallery-fullscreen-header {
    border: 0;
  }
  .gallery-fullscreen-title {
    font-size: 0.875rem;
  }
  .gallery-fullscreen-social .social-icons-link {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.download-files {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}

.download-files-list {
  list-style: none;
  padding-left: 0;
}

.download-files-el {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='31' height='31' viewBox='0 0 31 31'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='31' height='31' fill='%2368225D'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M29.608,231a1.52,1.52,0,0,0-1.52,1.52,12.524,12.524,0,0,1-25.049,0,1.52,1.52,0,0,0-3.04,0,15.568,15.568,0,0,0,15.564,15.564A15.568,15.568,0,0,0,31.128,232.52a1.52,1.52,0,0,0-1.52-1.52' transform='translate(0 -216.956)' fill='%2368225D'/%3E%3Cpath d='M155.627,20.89a2.95,2.95,0,0,0,4.171,0l3.824-3.824a1.522,1.522,0,1,0-2.152-2.152l-2.237,2.243V1.52a1.52,1.52,0,0,0-3.04,0V17.157l-2.243-2.243a1.522,1.522,0,0,0-2.152,2.152Z' transform='translate(-142.148)' fill='%2368225D'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 0 0.375rem;
  background-repeat: no-repeat;
  padding-left: 3.125rem;
  min-height: 1.9375rem;
  margin-bottom: 0.625rem;
}

.download-files-name {
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  letter-spacing: 0.2px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  color: var(--colorMain);
  text-decoration: none;
}

.download-files-data {
  font-size: 0.75rem;
}

@media (max-width: 480px) {
  .download-files-name {
    font-size: 0.9375rem;
  }
}
.post-social-icons {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-social-icons-el {
  margin-bottom: 0.625rem;
}

.post-social-icons-el-link {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: center;
  text-decoration: none;
  color: #393737;
}

.post-social-icons-el-icon {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: var(--colorMain);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 10px;
}
.post-social-icons-el-icon svg {
  fill: #fff;
  width: 1.0625rem;
  height: 1.0625rem;
}

.post-social-icons-el:hover .post-social-icons-el-icon {
  background-color: var(--colorMainDark);
}

.post-social-icons-el-text {
  white-space: nowrap;
  color: var(--colorPageTextGray);
  font-size: 0.875rem;
}

.post-social-icons-link-icon svg {
  transition: 0.5s;
  fill: #fff;
  max-width: 1.25rem;
}

@media (max-width: 980px) {
  .post-social-icons {
    flex-direction: row;
    gap: 0.625rem;
  }
  .post-social-icons-el {
    margin-bottom: 0;
  }
}
@media (max-width: 890px) {
  .post-social-icons-el-icon {
    margin-right: 0;
  }
  .post-social-icons-el-text {
    display: none;
  }
}
.grid-with-sidebar :where(.post) {
  border-right: 1px solid var(--colorBorder);
  padding-right: 1.875rem;
}

.post-top {
  display: flex;
  flex-direction: column;
}

@media (max-width: 920px) {
  .post-top .post-title + .gallery {
    order: -1;
  }
}
.post-main {
  display: flex;
  gap: 1.875rem;
}

.post-single {
  margin: 0 auto;
}

.post-single .comments-cnt {
  margin: 0.625rem auto;
  max-width: 100%;
}

.post-aside {
  width: 9.375rem;
  position: sticky;
  top: 0.625rem;
  align-self: start;
  flex-direction: column;
  display: flex;
  gap: 1.25rem;
}

.post-content-main {
  flex: 1;
}

.post-content-main .sad {
  margin-bottom: 30px;
  margin-top: 10px;
}

.post-title {
  font-size: 2.625rem;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 1.875rem;
  margin-top: 0;
}
.post-title a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1100px) and (min-width: 920px) {
  .post-title {
    font-size: 2.125rem;
  }
}
@media (max-width: 670px) {
  .post-title {
    font-size: 1.5rem;
  }
}

.post-content {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.post-content > ul:first-child {
  font-size: 1.125rem;
  line-height: 1.5294117647;
  letter-spacing: 0.0125rem;
  font-weight: 600;
}
.post-content > ul:first-child li {
  margin-bottom: 0.9375rem;
}
@media (max-width: 670px) {
  .post-content > ul:first-child {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 1366px) {
  .post-content {
    font-size: 1rem;
  }
}
.post-content .post-fb-post-cnt {
  text-align: center;
}

.post-excerpt {
  font-weight: 700;
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 670px) {
  .post-excerpt {
    font-size: 17px;
    line-height: 1.5294117647;
    letter-spacing: 0.0125rem;
  }
}
.post-excerpt li {
  margin-bottom: 0.625rem;
}
.post-excerpt a {
  color: #68225D;
  text-decoration: none;
}
.post-excerpt a:hover {
  text-decoration: underline;
}
.post-excerpt p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.post-excerpt p:first-child {
  margin-top: 0;
}
.post-excerpt p:last-child {
  margin-bottom: 0;
}

.post-top-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.875rem;
  align-items: center;
}

.post-meta {
  display: flex;
  font-size: 1rem;
  align-items: center;
}

.post-meta-author {
  display: flex;
  font-size: 0.6875rem;
  color: #575757;
  align-items: center;
  text-decoration: none;
}

.post-meta-author-img {
  height: 2.5rem;
  border-radius: 50%;
  margin-right: 0.625rem;
}
@media (min-width: 670px) {
  .post-meta-author-img {
    height: 3.125rem;
  }
}

.post-meta-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.post-meta-author-name {
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}

.post-copyright {
  border: 0.0625rem solid #E5E5E5;
  padding: 0.625rem;
  margin: 1.25rem 0;
}
.post-copyright a {
  font-weight: bold;
}
@media (max-width: 670px) {
  .post-copyright {
    font-size: 0.75em;
    line-height: 1.2;
  }
}

.post-copyright-char {
  font-weight: bold;
  font-size: 1.5em;
  margin-right: 0.3125em;
  vertical-align: middle;
  display: inline-block;
}

.post .source.author {
  text-align: right;
  padding: 1.25rem 0;
}

.ceneoWidget {
  text-align: center;
}
.ceneoWidget > * {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  .post .partners-bar {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

@media (max-width: 980px) {
  .post-main {
    flex-direction: column;
    gap: 1.25rem;
  }
  .post-aside {
    width: 100%;
    position: static;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.625rem 1.25rem;
  }
  .post-social-icons {
    align-self: auto;
    justify-content: flex-end;
  }
}
@media (max-width: 460px) {
  .post-aside {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.post-copyright {
  border: 1px solid var(--colorBorder);
  padding: 0.625rem;
  margin: 1.875rem 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  align-items: center;
  display: flex;
}
.post-copyright a {
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 670px) {
  .post-copyright {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}

.post-copyright-char {
  font-weight: bold;
  font-size: 2.5em;
  margin-right: 0.3125rem;
  vertical-align: middle;
  display: inline-block;
}

.post-author {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}

.post-author-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.post-author-img {
  width: 3.125rem;
  flex-shrink: 0;
}
.post-author-img img {
  width: 3.125rem;
  height: 3.125rem;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.post-author-name {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
}

.post-author-link {
  color: inherit;
  text-decoration: none;
}
.post-author-link:hover {
  color: #49153f;
}

.post-author-date {
  font-size: 0.875rem;
  color: var(--colorPageTextGray);
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  line-height: 1.1;
}

.post-author-date-section {
  display: flex;
  gap: 0.625rem;
}

@media (max-width: 980px) {
  .post-meta {
    flex: 1;
  }
  .post-author {
    width: 100%;
  }
  .post-author-date {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.875rem;
  }
  .post-author-date-section {
    display: flex;
    margin-top: 0;
    gap: 0.625rem;
  }
}
@media (max-width: 460px) {
  .post-meta {
    width: 100%;
  }
  .post-author {
    width: 100%;
  }
  .post-author-name,
  .post-author-date {
    font-size: 0.75rem;
  }
  .post-author-date {
    display: flex;
    flex-direction: column;
  }
  .post-author-date-section {
    gap: 0.625rem;
    margin-bottom: 0.125rem;
  }
}
.post .tiktok-embed {
  border: 0;
  text-align: center;
  width: 100% !important;
  max-width: 100% !important;
}
.post .figure-cnt {
  text-align: center;
}
.post .figure {
  text-align: left;
  margin: 0 auto;
  display: inline-grid;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.post .figure .figure-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.post .figure .figure-img-cnt {
  margin-bottom: 0;
  display: block;
}
.post .figure .figure-img-cnt img {
  width: auto;
  margin-bottom: 0;
}
.post .figure .figure-desc {
  width: 0;
  min-width: 100%;
  padding: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  border-bottom: 1px solid var(--colorBorder);
}
@media (max-width: 670px) {
  .post .figure .figure-desc {
    font-size: 0.6875rem;
  }
}
.post .figure--full {
  padding: 0;
  float: none;
  clear: both;
  display: flex;
  flex-direction: column;
  margin-right: 0;
  margin-bottom: 1.25rem;
}
.post .figure--full .figure-img-cnt {
  width: 100%;
}
.post .figure--full .figure-img-cnt img {
  width: 100%;
}
.post .figure--float {
  float: left;
  padding: 0;
  margin-right: 1.25rem;
}
@media (max-width: 400px) {
  .post .figure--float {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.post .fb-post {
  text-align: center;
  display: block;
}
.post .fplayer_border object embed {
  width: 100%;
  height: 100%;
}

.post-comments-cnt {
  padding-left: 11.25rem;
}
@media (max-width: 980px) {
  .post-comments-cnt {
    padding-left: 0;
  }
}

.comments-cnt {
  margin: 0.625rem 0;
}

.comments-cnt .button {
  min-height: 2.8125rem;
}

.comments-header {
  min-height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comments-title {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
}
.comments-title a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
}

.comments-title-link {
  margin-bottom: 20px;
}

.comments-title-count {
  background: var(--colorMain);
  color: #fff;
  font-weight: 800;
  display: inline-flex;
  padding: 0 0.3125rem;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
  margin-left: 0.3125rem;
}

.comments-sort {
  position: relative;
}
.comments-sort.is-active .comments-sort-list {
  display: flex;
}

.comments-sort-btn {
  background: none;
  border: 0;
  color: inherit;
  font-size: 0.75rem;
  cursor: pointer;
}
.comments-sort-btn:focus {
  outline: none;
}
.comments-sort-btn span {
  background: var(--colorBorder);
  padding: 0.125rem 0.3125rem;
  border-radius: 0.25rem;
  font-weight: bold;
}

.comments-sort.is-active .comment-sort-list {
  display: block;
}

.comments-sort-list {
  display: none;
  z-index: 10;
  position: absolute;
  top: calc(100% + 0.3125rem);
  border-radius: 0.25rem;
  right: 0.3125rem;
  padding: 0.9375rem 0;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  text-align: left;
}
.comments-sort-list::before {
  content: "";
  width: 100%;
  height: 0.3125rem;
  position: absolute;
  left: 0;
  top: -0.3125rem;
  background: transparent;
}

.comments-sort-list-option {
  border: 0;
  background: none;
  white-space: nowrap;
  cursor: pointer;
  color: #555;
  padding: 0.25rem 0.9375rem;
}
.comments-sort-list-option:hover {
  color: #222;
  background: #f7f7f7;
}
.comments-sort-list-option.is-active {
  color: var(--colorMain);
}

.comments-content.is-active {
  display: block;
}

.comment-add {
  background: var(--colorBgGrayLight);
  padding: 1.25rem;
  position: relative;
}

.comment-add-title {
  margin: 0;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}

.comment-add-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--colorMain);
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.comment-add-close::before, .comment-add-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.25rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
}
.comment-add-close::after {
  transform: translate(-50%, -50%) rotate(-45deg) scale(0.9);
}

.comment-add-msg {
  font-weight: bold;
  margin-bottom: 1.25rem;
  color: #fff;
  padding: 0.9375rem;
  font-size: 0.8125rem;
  display: none;
}
.comment-add-msg.is-good {
  background: var(--colorMain);
}
.comment-add-msg.is-bad {
  background: #c62323;
}

.comment-header {
  align-items: center;
  grid-area: header;
  display: grid;
  grid-template-columns: 2.8125rem 1fr;
  gap: 0 0.9375rem;
  grid-template-rows: auto auto;
}

.comment-add-user {
  align-items: center;
  grid-area: header;
  display: grid;
  grid-template-columns: 2.8125rem 1fr;
  gap: 0 0.9375rem;
  grid-template-rows: auto auto;
  border-bottom: 0.0625rem solid var(--colorBorder);
  padding-bottom: 1.25rem;
}

.comment-add-user-img {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  grid-column: 1/2;
  grid-row: 1/-1;
}

.comment-add-user-img.no-avatar {
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ddd' class='bi bi-person-fill' viewBox='0 0 16 16'%3E  %3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
}

.comment-add-user-name {
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--colorMain);
  margin-right: 0.625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
}

.comment-add-user-text {
  font-weight: 600;
  color: inherit;
  font-size: 0.625rem;
  white-space: nowrap;
}

.comment-add-row {
  margin-bottom: 1.25rem;
}

.comment-add-row--last {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.comment-add-label {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
}

textarea.comment-add-control {
  height: 7.5rem;
  min-height: 7.5rem;
}

.comment-add-btn {
  height: 2.8125rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  width: auto;
}

.comments-list {
  margin-top: 3.125rem;
}

.comment-hidden {
  display: none;
}

.comment {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "header report" "body body" "footer footer";
}

.comment[data-level] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.25rem;
  padding-top: 0.9375rem;
  margin-top: 1.875rem;
  background: #f7f7f7;
}

.comment[data-level="2"] {
  background: #f7f7f7;
}

.comment[data-level="3"] {
  padding-left: 1.875rem;
  background: #f7f7f7;
}

.comment[data-level] + .comment[data-level] {
  margin-top: 0;
}

.comment[data-level]:last-child {
  margin-bottom: 1.875rem;
}

.comment-hidden {
  display: none;
}

.comment-header {
  align-items: center;
  grid-area: header;
  display: grid;
  grid-template-columns: 2.8125rem 1fr;
  gap: 0 0.625rem;
  grid-template-rows: auto auto;
}

.comment-author-img {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  grid-column: 1/2;
  grid-row: 1/-1;
}

.comment-author-img.no-avatar {
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ddd' class='bi bi-person-fill' viewBox='0 0 16 16'%3E  %3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
}

.comment-author {
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--colorMain);
  margin-right: 0.625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
}

.comment-date {
  font-weight: 400;
  color: #918F8F;
  font-size: 0.75rem;
  white-space: nowrap;
}

.comment-content {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
  grid-area: body;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.comment-footer {
  display: flex;
  grid-area: footer;
  align-items: center;
}

.comment-answer {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 0.75rem;
  background: var(--colorMain);
  color: #fff;
  border-radius: 0.1875rem;
  position: relative;
  margin-left: 1.875rem;
}
.comment-answer::before {
  content: "";
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.793' height='19.458' viewBox='0 0 21.793 19.458'%3E%3Cpath d='M21.793,76.843a14.6,14.6,0,0,1-1.545,5.485q-.036.085-.128.292t-.164.365a1.371,1.371,0,0,1-.158.268.416.416,0,0,1-.341.207.355.355,0,0,1-.286-.122.453.453,0,0,1-.1-.3,2.483,2.483,0,0,1,.03-.322,2.514,2.514,0,0,0,.03-.286q.061-.827.061-1.5a10.344,10.344,0,0,0-.213-2.2,6.609,6.609,0,0,0-.59-1.684,4.235,4.235,0,0,0-.973-1.228,5.711,5.711,0,0,0-1.283-.845,6.96,6.96,0,0,0-1.617-.517,15.414,15.414,0,0,0-1.873-.261q-.943-.073-2.134-.073H7.783v3.113a.774.774,0,0,1-1.326.547L.231,71.552a.764.764,0,0,1,0-1.095l6.227-6.227a.778.778,0,0,1,1.326.547v3.113h2.724q8.671,0,10.641,4.9A11.072,11.072,0,0,1,21.793,76.843Z' transform='translate(0 -64)' fill='%2368225D'/%3E%3C/svg%3E");
  width: 1.375rem;
  height: 1.125rem;
  margin-right: 0.3125rem;
  position: absolute;
  left: -1.875rem;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  border: 0;
  background-color: transparent;
  text-indent: -99999px;
  overflow: hidden;
}
.comment-answer:hover span {
  background: var(--colorMainDark);
}
.comment-answer span {
  height: 1.125rem;
  border-radius: 0.125rem;
  padding: 0 0.5rem;
}

.comment-show-answers {
  font-weight: bold;
  background: #EBEBEB;
  margin-left: 0.625rem;
  display: inline-flex;
  align-items: center;
  border: 0;
  color: inherit;
  border-radius: 0.125rem;
  padding: 0 0.625rem;
  height: 1.125rem;
  cursor: pointer;
  font-size: 0.6875rem;
  overflow: hidden;
  text-transform: uppercase;
  margin-right: auto;
}
.comment-show-answers:hover {
  background: rgb(222.25, 222.25, 222.25);
}

.comment-show-answers-text {
  padding: 0 0.25rem;
  display: flex;
  align-items: center;
  height: 100%;
}

.comment-show-answers-count {
  background: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.25rem;
  height: 100%;
}

.comment-vote {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: inherit;
}

.comment-vote-text {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-right: 0.625rem;
}

.comment-vote-btn {
  margin-left: 0.625rem;
  padding-left: 1.25rem;
  font-size: 0.75rem;
  border: 0;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  background: none;
  color: inherit;
}

.comment-vote-btn-up::before,
.comment-vote-btn-down::before {
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  position: absolute;
  left: 0;
  top: 0;
}

.comment-vote-btn-up::before {
  background: url(/images/arrow-up.svg) 0 center/1.0625rem 1.0625rem no-repeat;
}

.comment-vote-btn-down::before {
  background: url(/images/arrow-down.svg) 0 center/1.0625rem 1.0625rem no-repeat;
}

.comment-report {
  background: url(/images/flag.svg);
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  align-self: center;
  grid-area: report;
  transition: 0.2s opacity;
}
.comment-report:hover {
  opacity: 0.8;
}

.comments-bottom {
  display: flex;
  justify-content: center;
}
.comments-bottom .button {
  width: auto;
}

@media (min-width: 670px) {
  .comments-load-more {
    max-width: 15.625rem;
    margin: 0 auto;
    display: flex;
  }
}

.comment-response-cnt {
  margin-bottom: 1.25rem;
}

.comment-response-cnt .comment,
.comment-response-cnt .comment[data-level] {
  margin: 0;
  margin-bottom: 1.25rem;
}

.comment-response-cnt .comment-add {
  padding-top: 0.625rem;
  padding-bottom: 0.5rem;
}

.comment-response-cnt .comment-add-row {
  margin-bottom: 0.625rem;
}

@media (max-width: 670px) {
  .comment-add-btn {
    width: 100%;
  }
  .comment-add-row--last {
    flex-direction: column;
  }
  .g-recaptcha > div {
    max-width: 100%;
  }
  .comment-add-btn {
    margin-top: 0.625rem;
  }
  .comment-vote {
    margin-left: 0;
  }
  .comment[data-level="2"] {
    margin-left: 1.25rem;
  }
  .comment[data-level="3"] {
    margin-left: 2.5rem;
  }
}
@media (max-width: 480px) {
  .comment[data-level="2"],
  .comment[data-level="3"] {
    margin-left: 0;
  }
  .comment-show-answers {
    font-size: 0.6875rem;
  }
  .comment-footer {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 450px) {
  .comment-answer,
  .comment-show-answers {
    font-size: 10px;
    margin-left: 0;
  }
}
@media (max-width: 380px) {
  .comment-answer {
    padding-left: 0;
  }
  .comment-answer::before {
    display: none;
  }
}
.read-more-box {
  background: var(--colorBgGrayLight);
  overflow: hidden;
  margin: 1.875rem 0;
  text-decoration: none;
  display: block;
  clear: both;
  display: flex;
}

.theme-dark .read-more-box {
  background: #111;
}

.read-more-box-title {
  display: none;
  text-decoration: none;
  margin-top: 0;
}

.read-more-box-img-cnt {
  flex-shrink: 0;
  display: flex;
  margin-right: 1.25rem;
  width: 9.375rem;
}
.read-more-box-img-cnt img {
  width: 100%;
  object-fit: cover;
}

.read-more-box-content {
  display: flex;
  min-height: 6.25rem;
}

.read-more-box-text-title {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  color: #505050;
  display: block;
}

.read-more-box-description {
  padding: 0.9375rem;
  padding-left: 0;
}

.read-more-box-text {
  flex: 1;
  display: flex;
  font-size: inherit;
  flex-direction: column;
  justify-content: center;
  color: var(--colorMain);
  text-decoration: none;
  font-weight: bold;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 670px) {
  .read-more-box-img-cnt {
    width: 6.25rem;
  }
  .read-more-box-img-cnt {
    margin-right: 0.625rem;
  }
  .read-more-box-text-title {
    font-size: 0.6875rem;
  }
  .read-more-box-description {
    padding: 0.625rem 0.625rem 0.625rem 0;
  }
  .read-more-box-text {
    font-size: 0.8125rem;
  }
}
.tag-list {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}

.tag-list-tags {
  list-style: none;
  padding: 0;
  margin: 1.875rem 0;
  display: flex;
  flex-wrap: wrap;
}

.tag-list-tags-el {
  display: inline-flex;
}

.tag-list-tags-link {
  font-weight: 600;
  text-transform: none;
  width: auto;
  min-height: 1.875rem;
  padding: 0.125rem 0.625rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
  font-size: 0.9375rem;
}
@media (max-width: 670px) {
  .tag-list-tags-link {
    font-size: 0.8125rem;
  }
}

.premium-box {
  background: var(--colorBgGrayLight);
  border-radius: 0.3125rem;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.premium-box-text {
  margin: 1.25rem 0 0;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.premium-box-text strong, .premium-box-text a {
  color: var(--colorMain);
  text-decoration: none;
  font-weight: bold;
}

.premium-box-buttons {
  display: flex;
  gap: 1.25rem;
  margin: 1.875rem 0;
}

.premium-box-button {
  min-height: 2.9375rem;
  min-width: 12.5rem;
  color: #fff;
}
.premium-box-button:hover {
  text-decoration: none;
}

.premium-box-footer {
  text-align: center;
}
.premium-box-footer a {
  color: var(--colorMain);
  text-decoration: none;
  font-weight: bold;
}
.premium-box-footer a:hover {
  text-decoration: none;
}

@media (max-width: 560px) {
  .premium-box-text {
    font-size: 1.125rem;
  }
  .premium-box-button {
    min-height: 2.5rem;
    min-width: 6.25rem;
    font-size: 0.8125rem;
  }
}
@media (max-width: 400px) {
  .premium-box {
    padding: 0.9375rem;
  }
  .premium-box-text {
    font-size: 0.9375rem;
  }
  .premium-box-buttons {
    flex-direction: column;
    width: 100%;
    gap: 0.625rem;
  }
  .premium-box-button {
    width: 100%;
    display: flex;
  }
  .premium-box-footer {
    font-size: 0.8125rem;
  }
}
.g-news {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  background: var(--colorBgGrayLight);
  padding: 1rem;
  border-radius: 0.25rem;
  margin: 1.5rem auto;
  clear: both;
}
.g-news p {
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.g-news a {
  background: #fff;
  border: 0.0625rem solid var(--colorBorder);
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 700;
  border-radius: 3.125rem;
  transition: all 0.2s linear;
  text-decoration: none !important;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.g-news a:hover {
  background: #22ace4;
  color: #fff;
}
@media (max-width: 1000px) {
  .g-news {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .g-news a {
    font-size: 0.875rem;
  }
  .g-news a img {
    width: 1.875rem;
    height: auto;
  }
}

.sad-container {
  margin: 30px auto 30px;
}
.sad-container.is-sticky {
  position: sticky !important;
  top: 20px !important;
}
.sad-container.is-done {
  background-image: none;
}
.sad-container.is-bg {
  background-color: #f8f8f8;
}
.sad-container.is-transparent {
  background-color: transparent;
}
.sad-container.is-done.is-transparent {
  background: transparent;
}
.sad-container.is-center {
  text-align: center;
}

.sad {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  flex-direction: column;
}
.sad img {
  display: block;
}

.post .sad {
  margin: 50px 0;
}

*:has(> .is-sticky) {
  height: 100%;
}

.sad-inside {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 300px;
  min-height: 140px;
}

.sad-inside > * {
  text-align: center;
  margin: 0 auto;
}

.grid-dynamic .sad-inside {
  min-width: 0;
}

.sad-text {
  display: none;
  content: "";
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-indent: -9999px;
  overflow: hidden;
  color: #777;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  width: 62px;
  height: 12px;
  background: #f8f8f8 url("/images/asd-text.svg") no-repeat;
}

.sad-text.show {
  display: inline-flex;
}

[data-ad-text=REKLAMA] {
  margin-top: 14px;
}

[data-ad-text=REKLAMA]:before {
  content: attr(data-ad-text);
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #f8f8f8;
  padding: 3px 4px;
  line-height: 1;
  display: inline-flex;
  color: #777;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
}

.sad-responsive[data-ad-text=REKLAMA] {
  margin-top: 0;
  position: relative;
  display: none;
}

.sad-responsive[data-ad-text=REKLAMA]:before {
  display: none;
}

.sad-responsive[data-ad-status=filled][data-adsbygoogle-status=done]:before {
  content: "REKLAMA";
  display: inline-flex;
}

.post-content .ad table td:first-child {
  text-align: center;
  background: none;
}
.post-content .ad img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 670px) {
  .sad.is-sticky {
    top: 70px;
  }
}
.sad-billboard {
  min-height: 242px;
}
@media (max-width: 670px) {
  .sad-billboard {
    min-height: 162px;
    padding-top: 10px;
  }
}
@media (max-width: 480px) {
  .sad-billboard {
    padding-top: 0;
    min-height: 132px;
  }
}

.sad-inside.bilb {
  max-width: 970px;
  width: 100%;
}
@media (min-width: 750px) {
  .sad-inside.bilb {
    width: 750px;
  }
}
@media (min-width: 970px) {
  .sad-inside.bilb {
    width: 970px;
  }
}

.sad-rectangle {
  min-height: 292px;
}
@media (max-width: 670px) {
  .sad-rectangle {
    min-height: 142px;
  }
}

.p-holder {
  min-height: 280px;
}
@media (max-width: 670px) {
  .p-holder {
    min-height: 300px;
  }
}

.p-top-container .sad-container {
  min-height: 265px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.p-top-container .sad-inside {
  min-height: 0;
}

@media (max-width: 728px) {
  .p-top-container .sad {
    min-height: 140px;
  }
  .p-top-container .sad-container {
    min-height: 165px;
  }
}
.slot_top {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slot_intext {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slot_intext > * {
  position: sticky;
  top: 0;
}

.slot_half {
  min-height: 250px;
  display: flex;
  justify-content: center;
}

@media (min-width: 728px) {
  .slot_top {
    min-height: 200px;
  }
  .slot_intext {
    min-height: 200px;
  }
}
@media (max-width: 728px) {
  ad-rolldown {
    display: block;
    min-height: 642px;
  }
}
.slot_top:empty,
.slot_half:empty,
.slot_intext:empty {
  background-image: url("/images/abc-ph.svg");
  background-repeat: no-repeat;
  background-position: center;
  min-width: 200px;
}

.banner_ads_1 {
  min-height: 280px;
}
@media (min-width: 728px) {
  .banner_ads_1 {
    min-height: 250px;
  }
}

.banner_ads_2 {
  min-height: 280px;
}
@media (min-width: 728px) {
  .banner_ads_2 {
    min-height: 300px;
  }
}

.banner_ads_3 {
  min-height: 280px;
}
@media (min-width: 728px) {
  .banner_ads_3 {
    min-height: 200px;
  }
}

.banner_ads_4 {
  min-height: 600px;
}
@media (min-width: 728px) {
  .banner_ads_4 {
    min-height: 300px;
  }
}

.banner_ads_5 {
  min-height: 280px;
}
@media (min-width: 728px) {
  .banner_ads_5 {
    min-height: auto;
  }
}

.banner_ads_6 {
  min-height: 600px;
}
@media (min-width: 728px) {
  .banner_ads_6 {
    min-height: 200px;
  }
}

.banner_ads_7 {
  min-height: 280px;
}
@media (min-width: 728px) {
  .banner_ads_7 {
    min-height: 600px;
  }
}

.banner_ads_8 {
  min-height: auto;
}
@media (min-width: 728px) {
  .banner_ads_8 {
    min-height: 600px;
  }
}

.banner_ads_9 {
  min-height: 600px;
}
@media (min-width: 728px) {
  .banner_ads_9 {
    min-height: 600px;
  }
}

.banner_ads_10 {
  min-height: 280px;
}
@media (min-width: 728px) {
  .banner_ads_10 {
    min-height: 280px;
  }
}

.banner_ads_11 {
  min-height: auto;
}
@media (min-width: 728px) {
  .banner_ads_11 {
    min-height: 280px;
  }
}

.banner_ads_12 {
  min-height: 50px;
}
@media (min-width: 728px) {
  .banner_ads_12 {
    min-height: auto;
  }
}

.banner_ads_13 {
  min-height: 100px;
}
@media (min-width: 728px) {
  .banner_ads_13 {
    min-height: auto;
  }
}

.banner_ads_14 {
  min-height: 50px;
}
@media (min-width: 728px) {
  .banner_ads_14 {
    min-height: 100px;
  }
}

.banner_ads_15 {
  min-height: auto;
}
@media (min-width: 728px) {
  .banner_ads_15 {
    min-height: 200px;
  }
}

.banner_ads_16 {
  min-height: 120px;
}
@media (min-width: 728px) {
  .banner_ads_16 {
    min-height: 200px;
  }
}

.is-18 {
  overflow: hidden;
  position: relative;
}
.is-18::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-weight: bold;
  padding: 3px 7px;
  content: "Treść 18+";
  background: red;
  font-size: 13px;
  color: #fff;
}
.is-18 > * {
  filter: blur(2px) grayscale(0.2) opacity(0.7);
}
.is-18 .article-thumb-inside {
  filter: blur(4px) grayscale(0.2) opacity(0.7);
}

.art-focus.is-18 > * {
  filter: blur(3px) grayscale(0.2) opacity(0.5);
}

.art {
  position: relative;
  display: flex;
  flex-direction: column;
}

.art.partner-badge::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: -12px;
  width: 133px;
  height: 12px;
  background: url("/images/www/partnerzy-material.svg");
  background-size: contain;
  max-width: 100%;
}
@media (max-width: 680px) {
  .art.partner-badge::after {
    width: 120px;
  }
}

.art-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

.art-link:hover ~ .art-content .art-title {
  color: var(--colorMain);
}

.art-img-cnt {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: var(--colorBgGrayLight);
  background-size: 2.5rem;
  isolation: isolate;
  flex-shrink: 0;
}

.art-img-cnt::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/sadyogrody.svg) center/contain;
  filter: grayscale(1);
  opacity: 0.5;
  aspect-ratio: 242/65;
  max-width: 30%;
  width: 100%;
  z-index: -1;
}

.art-img-video-cnt {
  padding-top: 56.25%;
  position: relative;
  display: block;
}

.art-img-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.art-img-video-cnt + .art-content {
  margin-top: 0.9375rem;
}

.art-img-inside {
  padding-top: 66.6666666667%;
  position: relative;
  display: block;
}
.art-img-inside img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.art-icon-play {
  z-index: 2;
  background: url(/images/icon-play.svg) center/contain no-repeat;
  width: 2.5625rem;
  height: 2.5625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.art-icon-listen {
  z-index: 2;
  background: url(/images/icon-headphones.svg) center/contain no-repeat;
  width: 2.5625rem;
  height: 2.5625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@support (aspect-ratio: 300 / 200) {
  .art-img-cnt {
    aspect-ratio: 300/200;
  }
  .art-img-cnt .art-img-inside {
    padding-top: 0;
  }
}
.art-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 0;
}

.art-content {
  flex: 1;
}

.art-img-cnt + .art-content {
  margin-top: 0.9375rem;
}

.art-focus .art-category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem;
}

.art-title {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
}
.art-title a {
  color: inherit;
  text-decoration: none;
}

.art-text {
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  margin-top: 1.25rem;
}

.art--h {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
}

.art--h .art-content {
  margin-top: 0;
}

.art--h .art-img-cnt {
  max-width: 9.375rem;
  align-self: flex-start;
  width: 40%;
  flex-shrink: 0;
}

.art--h .art-title {
  font-size: 0.9375rem;
}

@media (max-width: 1200px) {
  .art-title {
    font-size: 1.0625rem;
  }
}
@media (max-width: 680px) {
  .art-category {
    font-size: 0.625rem;
    margin-bottom: 0.1875rem;
  }
  .art-title {
    font-size: 0.875rem;
    line-height: 1.4444444444;
  }
  .art--m-h {
    flex-direction: row;
    align-items: flex-start;
  }
  .art--m-h .art-img-cnt {
    margin-right: 0.9375rem;
    max-width: 9.375rem;
    flex-shrink: 0;
  }
  .art--h {
    gap: 0;
  }
  .art--h .art-img-cnt {
    max-width: 9.375rem;
    width: 100%;
    margin-right: 0.9375rem;
  }
  .art--m-h .art-content {
    margin-top: -0.3125rem;
  }
  .art--m-h .art-img-inside {
    padding-top: 63.6363636364%;
  }
  @supports (aspect-ratio: 110/70) {
    .art--m-h .art-img-cnt {
      aspect-ratio: 110/75;
    }
    .art--m-h .art-img-inside {
      padding-top: 0;
      height: 100%;
    }
  }
  .art--m-h .art-content {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .art--m-h .art-img-cnt {
    max-width: 7.5rem;
  }
  .art--h .art-img-cnt {
    max-width: 7.5rem;
  }
  .art-title {
    font-size: 0.9375rem;
  }
}
.article-gray {
  display: flex;
  background: #EBEBEB;
}

.article-gray-img-cnt {
  flex: 1;
}

.article-gray-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-gray-content {
  flex: 1;
  padding: 2.8125rem;
}

.article-gray-title {
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0;
}

.article-gray-text {
  color: var(--colorPageTextGray);
}

@media (max-width: 1090px) {
  .article-gray {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .article-gray {
    margin-left: calc(var(--padding-all-horizontal) * -1);
    margin-right: calc(var(--padding-all-horizontal) * -1);
  }
  .article-gray-content {
    padding: 1.25rem;
  }
  .article-gray-title {
    font-size: 1.25rem;
  }
  .article-gray-text {
    font-size: 0.9375rem;
  }
}
.art-b {
  position: relative;
  display: flex;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--colorBorder);
  margin-bottom: 1.25rem;
}

.art-b:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.art-b-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

.art-b-img-cnt {
  width: 33.33%;
  align-self: flex-start;
  max-width: 18.75rem;
  display: block;
  overflow: hidden;
  position: relative;
  background: var(--colorBgGrayLight) url(/images/2022/propertynews-gray-mini.svg) center no-repeat;
  background-size: 2.5rem;
}

.art-b-img-inside {
  padding-top: 66.6666666667%;
  position: relative;
  display: block;
}
.art-b-img-inside img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@support (aspect-ratio: 300 / 165) {
  .art-b-img-cnt {
    aspect-ratio: 300/165;
  }
  .art-b-img-cnt .art-b-img-inside {
    padding-top: 0;
  }
}
.art-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 0;
}

.art-b-content {
  flex: 1;
}

.art-b-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}

.art-b-text {
  font-size: 0.9375rem;
  margin-top: 0.625rem;
  color: #707070;
}

@media (max-width: 1200px) {
  .art-b-title {
    font-size: 1.0625rem;
  }
}
@media (max-width: 42.5rem) {
  .art-b-category {
    font-size: 0.625rem;
    margin-bottom: 0.1875rem;
  }
  .art-b-title {
    font-size: 0.875rem;
    line-height: 1.4444444444;
  }
}
@media (max-width: 480px) {
  .art-b {
    border: 0;
    padding: 0;
  }
  .art-b-text {
    display: none;
  }
  .art-b .art-b-content {
    margin-top: -0.3125rem;
  }
  .art-b .art-b-category {
    display: inline;
    vertical-align: initial;
  }
  .art-b .art-b-title {
    display: inline;
  }
}
.arttext-list {
  display: flex;
}

.arttext-list-el {
  flex: 1;
  border-right: 1px solid var(--colorBorder);
  padding-right: 1.5625rem;
  margin-right: 1.5625rem;
}

.arttext-list-el:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

.arttext-list-el-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
}

.arttext-list-el-text {
  font-size: 0.9375rem;
  margin-top: 0.9375rem;
  color: #707070;
}

@media (max-width: 760px) {
  .arttext-list {
    flex-direction: column;
  }
  .arttext-list-el {
    border: 0;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid var(--colorBorder);
  }
  .arttext-list-el:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .arttext-list-el {
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .arttext-list-el-title {
    font-size: 1rem;
  }
  .arttext-list-el-text {
    margin-top: 0.625rem;
    font-size: 0.8125rem;
  }
}
.article-mini-list-el {
  border-bottom: 1px solid var(--colorBorder);
  padding: 0.9375rem 0;
  padding-right: 0.625rem;
}
.article-mini-list-el:last-child {
  border: 0;
}

.article-mini-list-el-title {
  font-size: 1rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.art-focus .art-category {
  text-align: center;
  background: #fff;
  color: var(--colorMain);
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.125rem 0.375rem;
  margin-bottom: 0.625rem;
}

.art-focus .art-img-cnt {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-size: 40px;
}

.art-focus .art-icon-play {
  background: url(/images/icon-play.svg) center/contain no-repeat;
  width: 6.375rem;
  height: 6.375rem;
}

.art-focus .art-icon-listen {
  background: url(/images/icon-headphones.svg) center/contain no-repeat;
  width: 6.375rem;
  height: 6.375rem;
}

.art-focus .art-title {
  font-size: 1.75rem;
  line-height: 1.1818181818;
  font-weight: 800;
}

.art-focus .art-text {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .art-focus .art-title {
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  .art-focus .art-title {
    font-size: 1.625rem;
    margin-bottom: 0.9375rem;
  }
  .art-focus .art-text {
    font-size: 0.8125rem;
    margin-top: 0.9375rem;
  }
}
@media (max-width: 480px) {
  .art-focus {
    position: relative;
  }
  .art-focus .art-img-cnt {
    min-height: 18.75rem;
    display: flex;
  }
  .art-focus .art-img-inside {
    padding: 0;
    width: 100%;
  }
  .art-focus .art-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1.25rem 1.25rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  }
  .art-focus .art-title,
  .art-focus .art-text {
    color: #fff;
  }
  .art-focus .art-text {
    display: none;
  }
  .art-focus .art-title {
    font-size: 1.375rem;
    margin-bottom: 0;
  }
}
.mini-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mini-list-el {
  padding: 0.625rem 0;
  border-bottom: 1px solid var(--colorBorder);
}

.mini-list-el:last-child {
  border: 0;
}

.mini-list-link {
  color: inherit;
  text-decoration: none;
}
.mini-list-link strong {
  display: block;
  font-weight: normal;
}
.mini-list-link span {
  display: block;
  font-size: 0.8125rem;
  color: #707070;
}

.info-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
  margin: 1.875rem 0;
  grid-template-areas: "newsletter magazine";
}

.main-info-boxes {
  margin: 4.375rem 0;
}

.magazine {
  grid-area: magazine;
  display: grid;
  margin-right: 1.25rem;
  grid-template-columns: auto 1fr;
  grid-template-areas: "img title" "img links" "img map" "img link";
}

.magazine-img-cnt {
  margin-right: 1.75rem;
  grid-area: img;
}
@media (max-width: 670px) {
  .magazine-img-cnt {
    margin-right: 0.9375rem;
  }
}

.magazine-title {
  grid-area: title;
  font-size: 1.125rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--colorMain);
  margin-bottom: 0.9375rem;
  margin-top: 0;
}
.magazine-title a {
  text-decoration: none;
}

.magazine-links {
  grid-area: links;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.magazine-links a {
  font-weight: bold;
  font-size: 0.8125rem;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
}
.magazine-links a::before {
  content: "";
  width: 0.1875rem;
  height: 0.1875rem;
  background: var(--colorMain);
  border-radius: 50%;
  margin: 0 0.3125rem;
}
.magazine-links a:first-child::before {
  content: none;
}
.magazine-links a:hover {
  color: var(--colorMain);
}

.magazine-map-cnt {
  grid-area: map;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8125rem;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  max-width: 18.75rem;
  text-decoration: none;
  color: inherit;
  transition: 0.2s color;
}
.magazine-map-cnt h3 {
  margin: 0;
  font-size: 0.8125rem;
}
.magazine-map-cnt::before {
  flex-shrink: 0;
  content: "";
  width: 5.375rem;
  height: 5.125rem;
  background: url(/images/map.svg) no-repeat;
  display: block;
  margin-right: 0.9375rem;
}
.magazine-map-cnt:hover {
  color: var(--colorMain);
}

.magazine-link {
  grid-area: link;
  font-size: 0.625rem;
  font-weight: 600;
  color: var(--colorMain);
  text-decoration: none;
  transition: 0.2s color;
}
.magazine-link:hover {
  color: var(--colorMainDark);
}

.newsletter {
  grid-area: newsletter;
  min-height: 14.375rem;
  background: var(--colorBgGrayLight);
  padding-left: 11.375rem;
  display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: column;
  padding-right: 1.875rem;
  position: relative;
}

.newsletter-photo {
  position: absolute;
  left: 15px;
  bottom: 0;
  display: flex;
}

.newsletter-title {
  font-size: 1.125rem;
  font-weight: 800;
  text-transform: uppercase;
}

.newsletter-text {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  max-width: 25.625rem;
}

.newsletter-button {
  align-self: flex-start;
  width: auto;
  font-size: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 1360px) {
  .info-boxes {
    margin-left: calc(var(--padding-all-horizontal) * -1);
    margin-right: calc(var(--padding-all-horizontal) * -1);
  }
  .magazine {
    padding-left: 0.625rem;
  }
}
@media (max-width: 1100px) {
  .magazine-links a {
    font-size: 0.6875rem;
  }
  .magazine-map-cnt {
    font-size: 0.6875rem;
  }
  .magazine-map-cnt h3 {
    font-size: 0.6875rem;
  }
  .newsletter-text {
    font-size: 0.75rem;
  }
}
@media (max-width: 990px) {
  .magazine-img-cnt {
    max-width: 9.375rem;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 900px) {
  .info-boxes {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    grid-template-columns: 1fr;
    grid-template-areas: "newsletter" "magazine";
  }
  .magazine {
    padding-bottom: 0.9375rem;
  }
}
@media (max-width: 480px) {
  .info-boxes {
    margin: 1.25rem calc(var(--padding-all-horizontal) * -1) 0;
  }
  .newsletter-button {
    width: 100%;
  }
  .magazine {
    grid-template-areas: "title title" "links links" "img map" "img link";
  }
  .magazine-img-cnt {
    max-width: 8.125rem;
  }
  .magazine-map-cnt {
    flex-direction: column;
  }
  .magazine-map-cnt::before {
    margin-bottom: 1.25rem;
  }
  .newsletter {
    padding-left: 9.375rem;
  }
  .newsletter-photo {
    width: 7.5rem;
  }
  .newsletter-title {
    font-size: 1rem;
  }
  .newsletter-text {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
}
.newsletter-form {
  margin-bottom: 60px;
}

.newsletter-error {
  font-weight: bold;
  font-size: 12px;
  color: red;
  margin: 10px 0;
}

.contest {
  --colorContest: #df0075;
}

.contest-banner {
  background: url("https://pliki.sadyogrody.pl/i/05/59/80/055980.png") center center scroll no-repeat var(--colorContest);
  background-size: cover;
  color: #fff;
  display: grid;
  grid-template-columns: 9.375rem 1fr;
  min-height: 6.25rem;
  gap: 2.5rem;
  position: relative;
  isolation: isolate;
  padding: 0.5rem;
}

.contest-logo {
  align-self: center;
}
.contest-logo img {
  display: block;
}

.contest-title {
  align-self: center;
  font-size: 1.875rem;
}
@media (max-width: 600px) {
  .contest-title {
    font-size: 1.25rem;
  }
}

.contest-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  list-style: none;
  padding: 1.25rem 0;
  margin: 0;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid var(--colorBorder);
}
.contest-menu li.is-active a {
  color: var(--colorContest);
}
.contest-menu a {
  font-weight: bold;
  text-decoration: none;
  color: var(--colorMain);
  display: block;
  padding: 0;
}

@media (max-width: 600px) {
  .contest-banner {
    grid-template-columns: 1fr;
    justify-content: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    gap: 0;
  }
  .contest-banner::after {
    display: none;
  }
  .contest-logo {
    justify-self: center;
    width: 100%;
    max-width: 12.5rem;
  }
  .contest-title {
    font-size: 1.25rem;
    text-align: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
section.countdown {
  color: #fff;
  margin: 1.5rem auto;
}
section.countdown a {
  color: #fff;
  text-decoration: none;
}
section.countdown.sub {
  margin: 1.5rem auto;
}
section.countdown div.pageWidth {
  padding: 0.75rem;
  display: flex;
  background: url("https://pliki.sadyogrody.pl/i/05/13/05/051305.jpg") center center scroll no-repeat #16453C;
  background-size: cover;
}
section.countdown div.pageWidth > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #F8AB2E;
}
section.countdown div.pageWidth > *:last-child {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
section.countdown .head {
  flex: 0 0 200px;
}
section.countdown .head img {
  display: block;
}
section.countdown .body p {
  margin: 0 0 0.5rem;
  font-size: 16px;
  font-weight: 700;
}
section.countdown .body p a {
  color: #F8AB2E;
}
section.countdown .body p:last-child {
  margin: 0;
}
section.countdown .body span {
  color: #F8AB2E;
  text-decoration: none;
}
section.countdown .foot p {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
}
@media (min-width: 1001px) {
  section.countdown.sub div.pageWidth {
    padding: 1.5rem;
  }
  section.countdown.sub div.pageWidth > .head {
    flex: 0 0 240px;
  }
  section.countdown.sub div.pageWidth > * {
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    border-right: 1px solid #F8AB2E;
  }
  section.countdown.sub div.pageWidth > *:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
}
@media (max-width: 920px) {
  section.countdown div.pageWidth {
    flex-direction: column;
    background-image: url("https://pliki.sadyogrody.pl/i/05/12/98/051298.jpg");
    padding: 1rem;
  }
  section.countdown div.pageWidth > * {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 1rem;
  }
  section.countdown div.pageWidth > *::after {
    content: "";
    display: block;
    width: 100px;
    margin: 1rem auto 0;
    border-top: 1px solid #F8AB2E;
  }
  section.countdown div.pageWidth > *:last-child {
    margin: 0;
  }
  section.countdown div.pageWidth > *:last-child::after {
    display: none;
  }
  section.countdown .head {
    flex: auto;
  }
  section.countdown .body {
    display: none !important;
  }
  section.countdown .body p {
    font-size: 13px;
  }
}
@media (max-width: 900px) {
  section.countdown {
    margin: 1rem;
  }
}

ul.countdown {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
ul.countdown li {
  margin: 0;
}
ul.countdown strong {
  display: flex;
  justify-content: center;
  font-size: 28px;
  gap: 4px;
  margin: 0 0 0.25rem;
}
ul.countdown span {
  width: 33px;
  padding: 0.25rem 0;
  line-height: 1;
  background: #F8AB2E;
  color: #fff;
  border-radius: 4px;
}
ul.countdown small {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #F8AB2E;
  font-weight: 700;
  text-transform: uppercase;
}
article ul.countdown {
  margin: 1.5rem auto;
}
@media (max-width: 760px) {
  ul.countdown {
    gap: 0.5rem;
  }
  ul.countdown strong {
    font-size: 22px;
  }
  ul.countdown span {
    width: 28px;
  }
  ul.countdown small {
    font-size: 9px;
  }
}

.grid {
  --gap: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--gap) * -1);
  margin-right: calc(var(--gap) * -1);
}
@media (max-width: 480px) {
  .grid {
    --gap: 0.625rem ;
  }
}

.grid > [class*=grid-item] {
  padding-left: var(--gap);
  padding-right: var(--gap);
  width: 100%;
}

@media (min-width: 0) {
  .grid > .grid-item-xs-1-12 {
    width: 8.3333333333%;
  }
  .grid > .grid-item-xs-2-12 {
    width: 16.6666666667%;
  }
  .grid > .grid-item-xs-3-12 {
    width: 25%;
  }
  .grid > .grid-item-xs-4-12 {
    width: 33.3333333333%;
  }
  .grid > .grid-item-xs-5-12 {
    width: 41.6666666667%;
  }
  .grid > .grid-item-xs-6-12 {
    width: 50%;
  }
  .grid > .grid-item-xs-7-12 {
    width: 58.3333333333%;
  }
  .grid > .grid-item-xs-8-12 {
    width: 66.6666666667%;
  }
  .grid > .grid-item-xs-9-12 {
    width: 75%;
  }
  .grid > .grid-item-xs-10-12 {
    width: 83.3333333333%;
  }
  .grid > .grid-item-xs-11-12 {
    width: 91.6666666667%;
  }
  .grid > .grid-item-xs-12-12 {
    width: 100%;
  }
  .u-mt-xs-0 {
    margin-top: 0px !important;
  }
  .u-mb-xs-0 {
    margin-bottom: 0px !important;
  }
  .u-pt-xs-0 {
    padding-top: 0px !important;
  }
  .u-pb-xs-0 {
    padding-bottom: 0px !important;
  }
  .u-mt-xs-10 {
    margin-top: 10px !important;
  }
  .u-mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .u-pt-xs-10 {
    padding-top: 10px !important;
  }
  .u-pb-xs-10 {
    padding-bottom: 10px !important;
  }
  .u-mt-xs-20 {
    margin-top: 20px !important;
  }
  .u-mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .u-pt-xs-20 {
    padding-top: 20px !important;
  }
  .u-pb-xs-20 {
    padding-bottom: 20px !important;
  }
  .u-mt-xs-30 {
    margin-top: 30px !important;
  }
  .u-mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .u-pt-xs-30 {
    padding-top: 30px !important;
  }
  .u-pb-xs-30 {
    padding-bottom: 30px !important;
  }
  .u-mt-xs-40 {
    margin-top: 40px !important;
  }
  .u-mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .u-pt-xs-40 {
    padding-top: 40px !important;
  }
  .u-pb-xs-40 {
    padding-bottom: 40px !important;
  }
  .u-mt-xs-50 {
    margin-top: 50px !important;
  }
  .u-mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .u-pt-xs-50 {
    padding-top: 50px !important;
  }
  .u-pb-xs-50 {
    padding-bottom: 50px !important;
  }
  .u-mt-xs-60 {
    margin-top: 60px !important;
  }
  .u-mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .u-pt-xs-60 {
    padding-top: 60px !important;
  }
  .u-pb-xs-60 {
    padding-bottom: 60px !important;
  }
  .u-mt-xs-70 {
    margin-top: 70px !important;
  }
  .u-mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .u-pt-xs-70 {
    padding-top: 70px !important;
  }
  .u-pb-xs-70 {
    padding-bottom: 70px !important;
  }
  .u-mt-xs-80 {
    margin-top: 80px !important;
  }
  .u-mb-xs-80 {
    margin-bottom: 80px !important;
  }
  .u-pt-xs-80 {
    padding-top: 80px !important;
  }
  .u-pb-xs-80 {
    padding-bottom: 80px !important;
  }
  .u-mt-xs-90 {
    margin-top: 90px !important;
  }
  .u-mb-xs-90 {
    margin-bottom: 90px !important;
  }
  .u-pt-xs-90 {
    padding-top: 90px !important;
  }
  .u-pb-xs-90 {
    padding-bottom: 90px !important;
  }
  .u-mt-xs-100 {
    margin-top: 100px !important;
  }
  .u-mb-xs-100 {
    margin-bottom: 100px !important;
  }
  .u-pt-xs-100 {
    padding-top: 100px !important;
  }
  .u-pb-xs-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 480px) {
  .grid > .grid-item-sm-1-12 {
    width: 8.3333333333%;
  }
  .grid > .grid-item-sm-2-12 {
    width: 16.6666666667%;
  }
  .grid > .grid-item-sm-3-12 {
    width: 25%;
  }
  .grid > .grid-item-sm-4-12 {
    width: 33.3333333333%;
  }
  .grid > .grid-item-sm-5-12 {
    width: 41.6666666667%;
  }
  .grid > .grid-item-sm-6-12 {
    width: 50%;
  }
  .grid > .grid-item-sm-7-12 {
    width: 58.3333333333%;
  }
  .grid > .grid-item-sm-8-12 {
    width: 66.6666666667%;
  }
  .grid > .grid-item-sm-9-12 {
    width: 75%;
  }
  .grid > .grid-item-sm-10-12 {
    width: 83.3333333333%;
  }
  .grid > .grid-item-sm-11-12 {
    width: 91.6666666667%;
  }
  .grid > .grid-item-sm-12-12 {
    width: 100%;
  }
  .u-mt-sm-0 {
    margin-top: 0px !important;
  }
  .u-mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .u-pt-sm-0 {
    padding-top: 0px !important;
  }
  .u-pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .u-mt-sm-10 {
    margin-top: 10px !important;
  }
  .u-mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .u-pt-sm-10 {
    padding-top: 10px !important;
  }
  .u-pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .u-mt-sm-20 {
    margin-top: 20px !important;
  }
  .u-mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .u-pt-sm-20 {
    padding-top: 20px !important;
  }
  .u-pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .u-mt-sm-30 {
    margin-top: 30px !important;
  }
  .u-mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .u-pt-sm-30 {
    padding-top: 30px !important;
  }
  .u-pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .u-mt-sm-40 {
    margin-top: 40px !important;
  }
  .u-mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .u-pt-sm-40 {
    padding-top: 40px !important;
  }
  .u-pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .u-mt-sm-50 {
    margin-top: 50px !important;
  }
  .u-mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .u-pt-sm-50 {
    padding-top: 50px !important;
  }
  .u-pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .u-mt-sm-60 {
    margin-top: 60px !important;
  }
  .u-mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .u-pt-sm-60 {
    padding-top: 60px !important;
  }
  .u-pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .u-mt-sm-70 {
    margin-top: 70px !important;
  }
  .u-mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .u-pt-sm-70 {
    padding-top: 70px !important;
  }
  .u-pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .u-mt-sm-80 {
    margin-top: 80px !important;
  }
  .u-mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .u-pt-sm-80 {
    padding-top: 80px !important;
  }
  .u-pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .u-mt-sm-90 {
    margin-top: 90px !important;
  }
  .u-mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .u-pt-sm-90 {
    padding-top: 90px !important;
  }
  .u-pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .u-mt-sm-100 {
    margin-top: 100px !important;
  }
  .u-mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .u-pt-sm-100 {
    padding-top: 100px !important;
  }
  .u-pb-sm-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 670px) {
  .grid > .grid-item-md-1-12 {
    width: 8.3333333333%;
  }
  .grid > .grid-item-md-2-12 {
    width: 16.6666666667%;
  }
  .grid > .grid-item-md-3-12 {
    width: 25%;
  }
  .grid > .grid-item-md-4-12 {
    width: 33.3333333333%;
  }
  .grid > .grid-item-md-5-12 {
    width: 41.6666666667%;
  }
  .grid > .grid-item-md-6-12 {
    width: 50%;
  }
  .grid > .grid-item-md-7-12 {
    width: 58.3333333333%;
  }
  .grid > .grid-item-md-8-12 {
    width: 66.6666666667%;
  }
  .grid > .grid-item-md-9-12 {
    width: 75%;
  }
  .grid > .grid-item-md-10-12 {
    width: 83.3333333333%;
  }
  .grid > .grid-item-md-11-12 {
    width: 91.6666666667%;
  }
  .grid > .grid-item-md-12-12 {
    width: 100%;
  }
  .u-mt-md-0 {
    margin-top: 0px !important;
  }
  .u-mb-md-0 {
    margin-bottom: 0px !important;
  }
  .u-pt-md-0 {
    padding-top: 0px !important;
  }
  .u-pb-md-0 {
    padding-bottom: 0px !important;
  }
  .u-mt-md-10 {
    margin-top: 10px !important;
  }
  .u-mb-md-10 {
    margin-bottom: 10px !important;
  }
  .u-pt-md-10 {
    padding-top: 10px !important;
  }
  .u-pb-md-10 {
    padding-bottom: 10px !important;
  }
  .u-mt-md-20 {
    margin-top: 20px !important;
  }
  .u-mb-md-20 {
    margin-bottom: 20px !important;
  }
  .u-pt-md-20 {
    padding-top: 20px !important;
  }
  .u-pb-md-20 {
    padding-bottom: 20px !important;
  }
  .u-mt-md-30 {
    margin-top: 30px !important;
  }
  .u-mb-md-30 {
    margin-bottom: 30px !important;
  }
  .u-pt-md-30 {
    padding-top: 30px !important;
  }
  .u-pb-md-30 {
    padding-bottom: 30px !important;
  }
  .u-mt-md-40 {
    margin-top: 40px !important;
  }
  .u-mb-md-40 {
    margin-bottom: 40px !important;
  }
  .u-pt-md-40 {
    padding-top: 40px !important;
  }
  .u-pb-md-40 {
    padding-bottom: 40px !important;
  }
  .u-mt-md-50 {
    margin-top: 50px !important;
  }
  .u-mb-md-50 {
    margin-bottom: 50px !important;
  }
  .u-pt-md-50 {
    padding-top: 50px !important;
  }
  .u-pb-md-50 {
    padding-bottom: 50px !important;
  }
  .u-mt-md-60 {
    margin-top: 60px !important;
  }
  .u-mb-md-60 {
    margin-bottom: 60px !important;
  }
  .u-pt-md-60 {
    padding-top: 60px !important;
  }
  .u-pb-md-60 {
    padding-bottom: 60px !important;
  }
  .u-mt-md-70 {
    margin-top: 70px !important;
  }
  .u-mb-md-70 {
    margin-bottom: 70px !important;
  }
  .u-pt-md-70 {
    padding-top: 70px !important;
  }
  .u-pb-md-70 {
    padding-bottom: 70px !important;
  }
  .u-mt-md-80 {
    margin-top: 80px !important;
  }
  .u-mb-md-80 {
    margin-bottom: 80px !important;
  }
  .u-pt-md-80 {
    padding-top: 80px !important;
  }
  .u-pb-md-80 {
    padding-bottom: 80px !important;
  }
  .u-mt-md-90 {
    margin-top: 90px !important;
  }
  .u-mb-md-90 {
    margin-bottom: 90px !important;
  }
  .u-pt-md-90 {
    padding-top: 90px !important;
  }
  .u-pb-md-90 {
    padding-bottom: 90px !important;
  }
  .u-mt-md-100 {
    margin-top: 100px !important;
  }
  .u-mb-md-100 {
    margin-bottom: 100px !important;
  }
  .u-pt-md-100 {
    padding-top: 100px !important;
  }
  .u-pb-md-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  .grid > .grid-item-lg-1-12 {
    width: 8.3333333333%;
  }
  .grid > .grid-item-lg-2-12 {
    width: 16.6666666667%;
  }
  .grid > .grid-item-lg-3-12 {
    width: 25%;
  }
  .grid > .grid-item-lg-4-12 {
    width: 33.3333333333%;
  }
  .grid > .grid-item-lg-5-12 {
    width: 41.6666666667%;
  }
  .grid > .grid-item-lg-6-12 {
    width: 50%;
  }
  .grid > .grid-item-lg-7-12 {
    width: 58.3333333333%;
  }
  .grid > .grid-item-lg-8-12 {
    width: 66.6666666667%;
  }
  .grid > .grid-item-lg-9-12 {
    width: 75%;
  }
  .grid > .grid-item-lg-10-12 {
    width: 83.3333333333%;
  }
  .grid > .grid-item-lg-11-12 {
    width: 91.6666666667%;
  }
  .grid > .grid-item-lg-12-12 {
    width: 100%;
  }
  .u-mt-lg-0 {
    margin-top: 0px !important;
  }
  .u-mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .u-pt-lg-0 {
    padding-top: 0px !important;
  }
  .u-pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .u-mt-lg-10 {
    margin-top: 10px !important;
  }
  .u-mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .u-pt-lg-10 {
    padding-top: 10px !important;
  }
  .u-pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .u-mt-lg-20 {
    margin-top: 20px !important;
  }
  .u-mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .u-pt-lg-20 {
    padding-top: 20px !important;
  }
  .u-pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .u-mt-lg-30 {
    margin-top: 30px !important;
  }
  .u-mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .u-pt-lg-30 {
    padding-top: 30px !important;
  }
  .u-pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .u-mt-lg-40 {
    margin-top: 40px !important;
  }
  .u-mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .u-pt-lg-40 {
    padding-top: 40px !important;
  }
  .u-pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .u-mt-lg-50 {
    margin-top: 50px !important;
  }
  .u-mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .u-pt-lg-50 {
    padding-top: 50px !important;
  }
  .u-pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .u-mt-lg-60 {
    margin-top: 60px !important;
  }
  .u-mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .u-pt-lg-60 {
    padding-top: 60px !important;
  }
  .u-pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .u-mt-lg-70 {
    margin-top: 70px !important;
  }
  .u-mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .u-pt-lg-70 {
    padding-top: 70px !important;
  }
  .u-pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .u-mt-lg-80 {
    margin-top: 80px !important;
  }
  .u-mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .u-pt-lg-80 {
    padding-top: 80px !important;
  }
  .u-pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .u-mt-lg-90 {
    margin-top: 90px !important;
  }
  .u-mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .u-pt-lg-90 {
    padding-top: 90px !important;
  }
  .u-pb-lg-90 {
    padding-bottom: 90px !important;
  }
  .u-mt-lg-100 {
    margin-top: 100px !important;
  }
  .u-mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .u-pt-lg-100 {
    padding-top: 100px !important;
  }
  .u-pb-lg-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 960px) {
  .grid > .grid-item-xlg-1-12 {
    width: 8.3333333333%;
  }
  .grid > .grid-item-xlg-2-12 {
    width: 16.6666666667%;
  }
  .grid > .grid-item-xlg-3-12 {
    width: 25%;
  }
  .grid > .grid-item-xlg-4-12 {
    width: 33.3333333333%;
  }
  .grid > .grid-item-xlg-5-12 {
    width: 41.6666666667%;
  }
  .grid > .grid-item-xlg-6-12 {
    width: 50%;
  }
  .grid > .grid-item-xlg-7-12 {
    width: 58.3333333333%;
  }
  .grid > .grid-item-xlg-8-12 {
    width: 66.6666666667%;
  }
  .grid > .grid-item-xlg-9-12 {
    width: 75%;
  }
  .grid > .grid-item-xlg-10-12 {
    width: 83.3333333333%;
  }
  .grid > .grid-item-xlg-11-12 {
    width: 91.6666666667%;
  }
  .grid > .grid-item-xlg-12-12 {
    width: 100%;
  }
  .u-mt-xlg-0 {
    margin-top: 0px !important;
  }
  .u-mb-xlg-0 {
    margin-bottom: 0px !important;
  }
  .u-pt-xlg-0 {
    padding-top: 0px !important;
  }
  .u-pb-xlg-0 {
    padding-bottom: 0px !important;
  }
  .u-mt-xlg-10 {
    margin-top: 10px !important;
  }
  .u-mb-xlg-10 {
    margin-bottom: 10px !important;
  }
  .u-pt-xlg-10 {
    padding-top: 10px !important;
  }
  .u-pb-xlg-10 {
    padding-bottom: 10px !important;
  }
  .u-mt-xlg-20 {
    margin-top: 20px !important;
  }
  .u-mb-xlg-20 {
    margin-bottom: 20px !important;
  }
  .u-pt-xlg-20 {
    padding-top: 20px !important;
  }
  .u-pb-xlg-20 {
    padding-bottom: 20px !important;
  }
  .u-mt-xlg-30 {
    margin-top: 30px !important;
  }
  .u-mb-xlg-30 {
    margin-bottom: 30px !important;
  }
  .u-pt-xlg-30 {
    padding-top: 30px !important;
  }
  .u-pb-xlg-30 {
    padding-bottom: 30px !important;
  }
  .u-mt-xlg-40 {
    margin-top: 40px !important;
  }
  .u-mb-xlg-40 {
    margin-bottom: 40px !important;
  }
  .u-pt-xlg-40 {
    padding-top: 40px !important;
  }
  .u-pb-xlg-40 {
    padding-bottom: 40px !important;
  }
  .u-mt-xlg-50 {
    margin-top: 50px !important;
  }
  .u-mb-xlg-50 {
    margin-bottom: 50px !important;
  }
  .u-pt-xlg-50 {
    padding-top: 50px !important;
  }
  .u-pb-xlg-50 {
    padding-bottom: 50px !important;
  }
  .u-mt-xlg-60 {
    margin-top: 60px !important;
  }
  .u-mb-xlg-60 {
    margin-bottom: 60px !important;
  }
  .u-pt-xlg-60 {
    padding-top: 60px !important;
  }
  .u-pb-xlg-60 {
    padding-bottom: 60px !important;
  }
  .u-mt-xlg-70 {
    margin-top: 70px !important;
  }
  .u-mb-xlg-70 {
    margin-bottom: 70px !important;
  }
  .u-pt-xlg-70 {
    padding-top: 70px !important;
  }
  .u-pb-xlg-70 {
    padding-bottom: 70px !important;
  }
  .u-mt-xlg-80 {
    margin-top: 80px !important;
  }
  .u-mb-xlg-80 {
    margin-bottom: 80px !important;
  }
  .u-pt-xlg-80 {
    padding-top: 80px !important;
  }
  .u-pb-xlg-80 {
    padding-bottom: 80px !important;
  }
  .u-mt-xlg-90 {
    margin-top: 90px !important;
  }
  .u-mb-xlg-90 {
    margin-bottom: 90px !important;
  }
  .u-pt-xlg-90 {
    padding-top: 90px !important;
  }
  .u-pb-xlg-90 {
    padding-bottom: 90px !important;
  }
  .u-mt-xlg-100 {
    margin-top: 100px !important;
  }
  .u-mb-xlg-100 {
    margin-bottom: 100px !important;
  }
  .u-pt-xlg-100 {
    padding-top: 100px !important;
  }
  .u-pb-xlg-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 1366px) {
  .grid > .grid-item-xxlg-1-12 {
    width: 8.3333333333%;
  }
  .grid > .grid-item-xxlg-2-12 {
    width: 16.6666666667%;
  }
  .grid > .grid-item-xxlg-3-12 {
    width: 25%;
  }
  .grid > .grid-item-xxlg-4-12 {
    width: 33.3333333333%;
  }
  .grid > .grid-item-xxlg-5-12 {
    width: 41.6666666667%;
  }
  .grid > .grid-item-xxlg-6-12 {
    width: 50%;
  }
  .grid > .grid-item-xxlg-7-12 {
    width: 58.3333333333%;
  }
  .grid > .grid-item-xxlg-8-12 {
    width: 66.6666666667%;
  }
  .grid > .grid-item-xxlg-9-12 {
    width: 75%;
  }
  .grid > .grid-item-xxlg-10-12 {
    width: 83.3333333333%;
  }
  .grid > .grid-item-xxlg-11-12 {
    width: 91.6666666667%;
  }
  .grid > .grid-item-xxlg-12-12 {
    width: 100%;
  }
  .u-mt-xxlg-0 {
    margin-top: 0px !important;
  }
  .u-mb-xxlg-0 {
    margin-bottom: 0px !important;
  }
  .u-pt-xxlg-0 {
    padding-top: 0px !important;
  }
  .u-pb-xxlg-0 {
    padding-bottom: 0px !important;
  }
  .u-mt-xxlg-10 {
    margin-top: 10px !important;
  }
  .u-mb-xxlg-10 {
    margin-bottom: 10px !important;
  }
  .u-pt-xxlg-10 {
    padding-top: 10px !important;
  }
  .u-pb-xxlg-10 {
    padding-bottom: 10px !important;
  }
  .u-mt-xxlg-20 {
    margin-top: 20px !important;
  }
  .u-mb-xxlg-20 {
    margin-bottom: 20px !important;
  }
  .u-pt-xxlg-20 {
    padding-top: 20px !important;
  }
  .u-pb-xxlg-20 {
    padding-bottom: 20px !important;
  }
  .u-mt-xxlg-30 {
    margin-top: 30px !important;
  }
  .u-mb-xxlg-30 {
    margin-bottom: 30px !important;
  }
  .u-pt-xxlg-30 {
    padding-top: 30px !important;
  }
  .u-pb-xxlg-30 {
    padding-bottom: 30px !important;
  }
  .u-mt-xxlg-40 {
    margin-top: 40px !important;
  }
  .u-mb-xxlg-40 {
    margin-bottom: 40px !important;
  }
  .u-pt-xxlg-40 {
    padding-top: 40px !important;
  }
  .u-pb-xxlg-40 {
    padding-bottom: 40px !important;
  }
  .u-mt-xxlg-50 {
    margin-top: 50px !important;
  }
  .u-mb-xxlg-50 {
    margin-bottom: 50px !important;
  }
  .u-pt-xxlg-50 {
    padding-top: 50px !important;
  }
  .u-pb-xxlg-50 {
    padding-bottom: 50px !important;
  }
  .u-mt-xxlg-60 {
    margin-top: 60px !important;
  }
  .u-mb-xxlg-60 {
    margin-bottom: 60px !important;
  }
  .u-pt-xxlg-60 {
    padding-top: 60px !important;
  }
  .u-pb-xxlg-60 {
    padding-bottom: 60px !important;
  }
  .u-mt-xxlg-70 {
    margin-top: 70px !important;
  }
  .u-mb-xxlg-70 {
    margin-bottom: 70px !important;
  }
  .u-pt-xxlg-70 {
    padding-top: 70px !important;
  }
  .u-pb-xxlg-70 {
    padding-bottom: 70px !important;
  }
  .u-mt-xxlg-80 {
    margin-top: 80px !important;
  }
  .u-mb-xxlg-80 {
    margin-bottom: 80px !important;
  }
  .u-pt-xxlg-80 {
    padding-top: 80px !important;
  }
  .u-pb-xxlg-80 {
    padding-bottom: 80px !important;
  }
  .u-mt-xxlg-90 {
    margin-top: 90px !important;
  }
  .u-mb-xxlg-90 {
    margin-bottom: 90px !important;
  }
  .u-pt-xxlg-90 {
    padding-top: 90px !important;
  }
  .u-pb-xxlg-90 {
    padding-bottom: 90px !important;
  }
  .u-mt-xxlg-100 {
    margin-top: 100px !important;
  }
  .u-mb-xxlg-100 {
    margin-bottom: 100px !important;
  }
  .u-pt-xxlg-100 {
    padding-top: 100px !important;
  }
  .u-pb-xxlg-100 {
    padding-bottom: 100px !important;
  }
}
.grid-item-1 {
  grid-area: item1;
}

.grid-item-2 {
  grid-area: item2;
}

.grid-item-3 {
  grid-area: item3;
}

.grid-item-4 {
  grid-area: item4;
}

.grid-item-5 {
  grid-area: item5;
}

.grid-item-6 {
  grid-area: item6;
}

.grid-item-7 {
  grid-area: item7;
}

.grid-item-8 {
  grid-area: item8;
}

.grid-item-9 {
  grid-area: item9;
}

.grid-item-10 {
  grid-area: item10;
}

.grid-dynamic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}

.grid-dynamic .art {
  padding-bottom: 0.625rem;
}

.grid-dynamic--3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-dynamic .grid-item {
  flex: 1;
}

.grid-dynamic .grid-item-w2 {
  grid-column: span 2;
}

.grid-dynamic .grid-item-w3 {
  grid-column: span 3;
}

.grid-dynamic .grid-item-w4 {
  grid-column: span 4;
}

.grid-dynamic .grid-item-h2 {
  grid-row: span 2;
}

.grid-dynamic .grid-item-h3 {
  grid-row: span 3;
}

.grid-dynamic .grid-item-h4 {
  grid-row: span 4;
}

.grid-dynamic .grid-item-right {
  grid-column: -2/-1;
}

.grid-dynamic .grid-item-left {
  grid-column: 1/2;
}

@media (max-width: 960px) {
  .grid-dynamic {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-dynamic .grid-item-w4 {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  .grid-dynamic {
    gap: 1.25rem;
  }
}
@media (max-width: 670px) {
  .grid-dynamic {
    grid-template-columns: 1fr;
    grid-auto-flow: initial;
  }
  .grid-dynamic .grid-item-w2 {
    grid-column: span 1;
  }
  .grid-dynamic .grid-item-w3 {
    grid-column: span 1;
  }
  .grid-dynamic .grid-item-w4 {
    grid-column: span 1;
  }
  .grid-dynamic .grid-item-m-last {
    grid-row: -1/-2;
  }
}
@media (max-width: 670px) {
  .grid-dynamic--mobile-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-dynamic--mobile-2 .grid-item-w2 {
    grid-column: span 2;
  }
}
.grid-with-sidebar {
  display: flex;
}
.grid-with-sidebar > .grid-item-1 {
  flex: 1;
  margin-bottom: 1.875rem;
}
.grid-with-sidebar > .grid-item-2 {
  flex-basis: 18.75rem;
  margin-left: 1.875rem;
}

@media (max-width: 920px) {
  .grid-with-sidebar {
    flex-direction: column;
  }
  .grid-with-sidebar > .grid-item-1 {
    flex-basis: 100%;
  }
  .grid-with-sidebar > .grid-item-2 {
    margin-left: 0;
    flex-basis: 100%;
  }
  .grid-with-sidebar--reverse {
    flex-direction: column-reverse;
  }
  .grid-with-sidebar--reverse > .grid-item-2 {
    margin-bottom: 1.25rem;
  }
  .grid-with-sidebar .post {
    border-right: 0;
    padding-right: 0;
  }
}
.block-type-a {
  margin-bottom: 1.875rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: flex;
}

.block-type-a > [class*=grid-item] {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.block-type-a .grid-item-1 {
  width: 50%;
  position: relative;
}

.block-type-a .grid-item-1::before {
  content: "";
  top: 0;
  background: var(--colorBorder);
  width: 0.0625rem;
  height: 100%;
  position: absolute;
  left: 0;
}

.block-type-a .grid-item-2 {
  width: 25%;
}
.block-type-a .grid-item-2 .article {
  margin-bottom: 1.875rem;
}

.block-type-a .grid-item-3 {
  width: 25%;
  position: relative;
}

.block-type-a .grid-item-3::before {
  content: "";
  top: 0;
  background: var(--colorBorder);
  width: 0.0625rem;
  height: 100%;
  position: absolute;
  left: 0;
}

@media (max-width: 980px) {
  .block-type-a {
    flex-wrap: wrap;
  }
  .block-type-a .grid-item-1 {
    width: 60%;
    order: 0;
    margin-bottom: 1.875rem;
  }
  .block-type-a .grid-item-2 {
    order: 3;
    width: 100%;
    display: flex;
    margin-top: 1.875rem;
  }
  .block-type-a .grid-item-2 .article {
    margin-right: 1.875rem;
  }
  .block-type-a .grid-item-2 .article:last-of-type {
    margin-right: 0;
  }
  .block-type-a .grid-item-3 {
    order: 2;
    width: 40%;
  }
  .block-type-a .grid-item-2::before {
    content: none;
  }
}
@media (max-width: 760px) {
  .block-type-a {
    flex-direction: column;
  }
  .block-type-a .grid-item-2 {
    margin-top: 0;
  }
  .block-type-a .grid-item-1,
  .block-type-a .grid-item-2,
  .block-type-a .grid-item-3 {
    width: 100%;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 470px) {
  .block-type-a {
    display: flex;
    flex-direction: column;
  }
  .block-type-a .grid-item-1 {
    order: 1;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .block-type-a .grid-item-2 {
    order: 2;
    margin-bottom: 0;
  }
  .block-type-a .grid-item-2 .article {
    margin-right: 0.9375rem;
  }
  .block-type-a .grid-item-3 {
    order: 3;
    margin-bottom: 0;
  }
  .block-type-a .grid-item-4::before {
    content: none;
  }
  .block-type-a .grid-item-2 .article {
    flex: 1;
  }
  .block-type-a .grid-item-2 .article-title {
    font-size: 0.875rem;
  }
  .block-type-a .grid-item-3.tabs-cnt {
    min-height: 30.625rem;
  }
}
.block-type-b {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 1.875rem;
  grid-template-areas: "item1 item2 item3 item7" "item4 item5 item6 item7";
}

.block-type-b .grid-item-7 .sda-container {
  position: sticky;
  top: 0;
  margin-top: -15px;
}

@media (max-width: 760px) {
  .block-type-b {
    grid-template-areas: "item1 item2" "item3 item4" "item5 item6" "item7 item7";
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
  .block-type-b .grid-item-7 {
    width: 100%;
    justify-self: center;
  }
}
@media (max-width: 680px) {
  .block-type-b {
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item7";
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.block-type-c {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 1.875rem;
  grid-template-areas: "block1 block2 block3";
}

.block-type-c .list-simple-article-title {
  font-size: 1.125rem;
}

.block-type-c .grid-item-1 {
  grid-area: block1;
}

.block-type-c .grid-item-2 {
  grid-area: block2;
}

.block-type-c .grid-item-3 {
  grid-area: block3;
}

.block-type-c .grid-item-2,
.block-type-c .grid-item-3 {
  position: relative;
}

@media (min-width: 860px) {
  .block-type-c .section {
    margin-top: -0.625rem;
  }
  .block-type-c .section-title {
    min-height: 2.5rem;
  }
}
@media (max-width: 860px) {
  .block-type-c {
    gap: 0 1.875rem;
    grid-template-columns: 1fr;
    grid-template-areas: "block1" "block2" "block3";
  }
}
.block-type-d {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 1.875rem;
}
@-moz-document url-prefix() {
  .block-type-d {
    scrollbar-width: thin;
    scrollbar-color: #68225D rgba(221, 221, 221, 0.2);
  }
}
.block-type-d::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  opacity: 0;
}
.block-type-d::-webkit-scrollbar-track {
  background-color: rgba(221, 221, 221, 0.2);
  border-radius: 5px;
  opacity: 0;
}
.block-type-d::-webkit-scrollbar-thumb {
  background: rgba(104, 34, 93, 0);
  transition: 0.2s background;
  border-radius: 5px;
}
.block-type-d:hover::-webkit-scrollbar-thumb {
  background: #68225d;
}
@media (max-width: 670px) {
  .block-type-d::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .block-type-d::-webkit-scrollbar-track {
    background-color: rgba(221, 221, 221, 0.2);
    border-radius: 5px;
  }
  .block-type-d::-webkit-scrollbar-thumb {
    background: #68225D;
    border-radius: 5px;
  }
}

.block-type-d .grid-item-1 {
  grid-area: auto;
}

.block-type-d .grid-item-2 {
  grid-area: auto;
}

.block-type-d .grid-item-3 {
  grid-area: auto;
}

.block-type-d .grid-item-4 {
  grid-area: auto;
}

.block-type-d .grid-item-5 {
  grid-area: auto;
}

.block-type-d .grid-item-6 {
  grid-area: auto;
}

.block-type-d .grid-item-7 {
  grid-area: auto;
}

.block-type-d .grid-item-8 {
  grid-area: auto;
}

.block-type-d .grid-item-9 {
  grid-area: auto;
}

.block-type-d .grid-item-10 {
  grid-area: auto;
}

@media (max-width: 900px) {
  .block-type-d {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media (max-width: 680px) {
  .block-type-d {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .block-type-d {
    gap: 1.25rem;
  }
}
.block-type-e {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "item1 item2";
  gap: 30px;
}

@media (max-width: 890px) {
  .block-type-e {
    grid-template-columns: 1fr;
    grid-template-areas: "item1" "item2";
  }
  .block-type-e .grid-item-2 .spacer-v {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.875rem;
  }
  .block-type-e .grid-item-2 .art--h {
    flex-basis: calc(50% - 30px);
  }
}
@media (max-width: 680px) {
  .block-type-e .grid-item-2 .art--h {
    flex-basis: 100%;
  }
}
.block-type-a2 {
  --border-color: #E5E5E5;
  display: grid;
  gap: 0;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "item1 item2 item4" "item1 item3 item4";
}

.block-type-a2 .art {
  height: auto;
}

.block-type-a2 .grid-item-2 {
  padding-bottom: 1.25rem;
}

.block-type-a2 .grid-item-3 {
  border-top: 1px solid var(--border-color);
  padding-top: 1.25rem;
}

.block-type-a2 .grid-item-1 {
  margin-right: 1.25rem;
  padding-right: 1.25rem;
  background: linear-gradient(to right, transparent calc(100% - 1px), var(--border-color) calc(100% - 1px), var(--border-color));
  background-size: 100% 100%;
}

.block-type-a2 .grid-item-2 .art {
  padding-top: 0;
  border-top: 0;
}

.block-type-a2 .grid-item-4 {
  padding-left: 1.25rem;
}
.block-type-a2 .grid-item-4 .sidebar-section-whole-cell {
  left: 1.25rem;
  width: calc(100% - 1.25rem);
}

.block-type-a2 .grid-item-4-inside {
  background: var(--colorBgGrayLight);
  padding: 1.25rem;
}
.block-type-a2 .grid-item-4-inside .sidebar-section-title::after {
  content: none;
}

.block-type-a2 .message-box .list-time {
  padding-bottom: 1.25rem;
}
.block-type-a2 .message-box .list-time-article-title {
  font-weight: 600;
}

@media (max-width: 900px) {
  .block-type-a2 .art-focus .art-title {
    font-size: 1.375rem;
    margin-bottom: 0.9375rem;
  }
  .block-type-a2 .art-focus .art-text {
    font-size: 0.8125rem;
    margin-top: 0.9375rem;
  }
  .block-type-a2 {
    gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "item1 item1 item4" "item2 item3 item4";
  }
  .block-type-a2 .grid-item-1 {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--border-color);
    padding-right: 0;
    border-right: 0;
    background: none;
    margin-right: 0;
  }
  .block-type-a2 .grid-item-2,
  .block-type-a2 .grid-item-3 {
    margin-top: 1.25rem;
    padding-top: 0;
    border-top: 0;
  }
  .block-type-a2 .grid-item-2 {
    padding-right: 1.25rem;
    background: linear-gradient(to right, transparent calc(100% - 1px), var(--border-color) calc(100% - 1px), var(--border-color));
    background-size: 100% 100%;
  }
  .block-type-a2 .grid-item-3 {
    padding-right: 0;
    padding-left: 1.25rem;
  }
  .block-type-a2 .grid-item-4 .sidebar-section-whole-cell {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 780px) {
  .block-type-a2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "item1 item1" "item2 item3" "item4 item4";
  }
  .block-type-a2 .grid-item-4 {
    margin-left: 0;
    border: 0;
    padding-left: 0;
    padding-top: 1.25rem;
    min-height: 18.75rem;
  }
  .block-type-a2 .grid-item-4 .sidebar-section-whole-item {
    left: 0;
    top: 1.25rem;
  }
}
@media (max-width: 480px) {
  .block-type-a2 {
    grid-template-columns: 1fr;
    grid-template-areas: "item1" "item2" "item3" "item4";
  }
  .block-type-a2 .grid-item-2 {
    background: none;
    padding-right: 0;
    border-bottom: 1px solid var(--border-color);
  }
  .block-type-a2 .grid-item-3 {
    padding-left: 0;
  }
  .block-type-a2 .grid-item-4 {
    margin-left: 0;
    border: 0;
    padding-left: 0;
    padding-top: 1.25rem;
    min-height: 18.75rem;
    left: 0;
    margin-top: 1.25rem;
  }
  .block-type-a2 .grid-item-4 .sidebar-section-whole-cell {
    left: 0;
  }
}
.partners-bar {
  background: #f8f8f8;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 0;
  display: flex;
  clear: both;
}

.partners-bar-sect {
  padding: 0 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.partners-bar-text {
  font-size: 0.5625rem;
  color: #777;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-bottom: 0.3125rem;
  line-height: 1.1;
  height: 2.2em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.partners-bar-slider {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
}

.partners-bar-list:not(.partners-bar-slider) {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.partners-bar-slide {
  grid-column: 1/-1;
  grid-row: 1/-1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s opacity;
  justify-content: center;
}
.partners-bar-slide.is-active {
  opacity: 1;
  pointer-events: all;
}

.partners-bar-list-el {
  width: 7.5rem;
  height: 4.375rem;
  border: 0.0625rem solid #F2F2F2;
  background: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0.25rem;
  padding: 0.3125rem;
}
.partners-bar-list-el img {
  max-width: 99%;
  max-height: 99%;
  width: 100%;
  object-fit: contain;
}

.partners-bar-sect:first-of-type .partners-bar-list-el {
  width: 10rem;
}

.post-special .partners-bar {
  flex-wrap: wrap;
}
.post-special .partners-bar-list:not(.partners-bar-slider) {
  flex-wrap: nowrap;
}
@media (max-width: 600px) {
  .post-special .partners-bar-list-el {
    max-width: 5.625rem;
    flex: 1;
    width: auto;
  }
}

@media (max-width: 600px) {
  .partners-bar {
    flex-direction: column;
  }
  .partners-bar-sect {
    width: 100%;
    justify-content: center;
  }
  .partners-bar-list {
    width: 100%;
    justify-content: center;
  }
  .partners-bar-list-el {
    width: 5.625rem;
    height: 4.375rem;
  }
  .partners-bar-list-el img {
    min-width: 3.125rem;
  }
  .partners-bar-sect:first-of-type .partners-bar-list-el {
    max-width: 10rem;
    width: 10rem;
    height: 5rem;
  }
  .partners-bar-list--3 .partners-bar-list-el {
    flex: 1;
    width: auto;
    max-width: 7.5rem;
  }
  .partners-bar-list-el img {
    min-width: 3.125rem;
  }
  .subpage-header-special .partners-bar-sect:first-of-type {
    margin-bottom: 0.3125rem;
  }
  .subpage-header-special .partners-bar-list {
    display: flex;
  }
  .subpage-header-special .partners-bar-slide {
    opacity: 1;
    pointer-events: all;
  }
  .subpage-header-special .partners-bar-list-el {
    width: 7.5rem;
  }
}
@media (max-width: 500px) {
  .subpage-header-special .partners-bar-list-el {
    width: 6.25rem;
    height: 3.75rem;
  }
}
@media (max-width: 400px) {
  .partners-bar-sect:first-of-type .partners-bar-list-el,
  .subpage-header-special .partners-bar-list-el {
    width: 5.625rem;
  }
}
.section-title + .points-list-cnt,
.subtitle + .points-list-cnt {
  height: calc(100% - 3.125rem);
}

.points-list-cnt {
  position: relative;
  height: 100%;
}
.points-list-cnt .points-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.points-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  background: linear-gradient(to right, transparent 3px, #68225D 3px, #68225D 4px, transparent 4px);
  background-repeat: repeat-y;
  height: 100%;
}
@-moz-document url-prefix() {
  .points-list {
    scrollbar-width: thin;
    scrollbar-color: #68225D rgba(221, 221, 221, 0.2);
  }
}
.points-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  opacity: 0;
}
.points-list::-webkit-scrollbar-track {
  background-color: rgba(221, 221, 221, 0.2);
  border-radius: 5px;
  opacity: 0;
}
.points-list::-webkit-scrollbar-thumb {
  background: rgba(104, 34, 93, 0);
  transition: 0.2s background;
  border-radius: 5px;
}
.points-list:hover::-webkit-scrollbar-thumb {
  background: #68225d;
}
@media (max-width: 670px) {
  .points-list::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .points-list::-webkit-scrollbar-track {
    background-color: rgba(221, 221, 221, 0.2);
    border-radius: 5px;
  }
  .points-list::-webkit-scrollbar-thumb {
    background: #68225D;
    border-radius: 5px;
  }
}

.points-list-el {
  position: relative;
  padding-left: 0.9375rem;
  padding-bottom: 0.625rem;
  padding-right: 0.9375rem;
}

.points-list-el::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #68225D;
  position: absolute;
  left: 0.1875rem;
  top: 0.3125rem;
  transform: translateX(-50%);
}

.points-list-el-link {
  color: inherit;
  text-decoration: none;
}

.points-list-el-date {
  color: #68225D;
  display: block;
  font-size: 0.6875rem;
  font-family: "Poppins", sans-serif;
}

.points-list-el-text {
  font-size: 0.9375rem;
  font-weight: 400;
}

.section-gr {
  margin-top: 1.875rem;
  clear: both;
  overflow: hidden;
}

.section-gr .arrow-prev::before,
.section-gr .arrow-next::before {
  background-color: var(--colorGrMain);
}

@media (max-width: 1360px) {
  #main_page .section-gr {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.section-gr-header {
  background: #2B2B2B;
  padding: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-gr-logo {
  display: flex;
  align-items: center;
}

.section-gr-header-actions {
  display: flex;
  align-items: center;
}
.section-gr-header-actions a {
  background: var(--colorGrMain);
  padding: 0.125rem 0.3125rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  margin-left: 0.25rem;
  text-transform: uppercase;
  color: #FFF;
  display: inline-flex;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s background;
}
.section-gr-header-actions a:hover {
  color: #FFF;
}

.section-gr-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.section-gr-tabs li.is-active a {
  background: #fff;
  color: var(--colorGrMain);
}

.section-gr-content {
  background: var(--colorBgGrayLight);
  padding: 1.25rem 0;
}

.section-gr-scroller {
  display: flex;
}

.swiper-wrapper {
  display: flex;
  width: 9999999px;
}

.swiper-initialized .swiper-wrapper {
  opacity: 1;
}

.section-gr-scroller .scroller-prev,
.section-gr-scroller .scroller-next {
  flex-shrink: 0;
  padding: 0;
}
@media (max-width: 600px) {
  .section-gr-scroller .scroller-prev,
  .section-gr-scroller .scroller-next {
    display: none;
  }
}

.section-gr-scroller .swiper {
  overflow: hidden;
  flex: 1;
}

.section-gr-scroller .scroller-prev {
  order: -1;
}

.gr-article {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.section-gr .swiper-slide {
  width: 12.625rem;
  padding: 0 0.75rem;
}

.gr-article-link span {
  padding-top: 66.6666666667%;
  display: block;
  position: relative;
}
.gr-article-link img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gr-article-content {
  padding-top: 0.625rem;
  background: var(--colorPageBg);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.gr-article-category {
  font-size: 0.8125rem;
  color: var(--colorGrMain);
  font-weight: 600;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}

.gr-article-title {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 0.3125rem;
  flex: 1;
}
.gr-article-title span {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gr-article-price {
  font-size: 0.8125rem;
  color: var(--colorGrMain);
  font-weight: 600;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 0.3125rem;
}

.gr-article-button {
  font-size: 0.875rem;
  background-color: var(--colorGrMain);
  border-radius: 0;
  transition: 0.2s background;
}

.section-gr-tabs-content {
  position: relative;
}

.section-gr-tab-content {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.section-gr-tab-content.is-active {
  position: relative;
  pointer-events: all;
  opacity: 1;
}

.section-gr-content-grid {
  overflow-x: auto;
  padding-bottom: 1.25rem;
}
@-moz-document url-prefix() {
  .section-gr-content-grid {
    scrollbar-width: thin;
    scrollbar-color: #6EAD22 rgba(221, 221, 221, 0.6);
  }
}
.section-gr-content-grid::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  opacity: 0;
}
.section-gr-content-grid::-webkit-scrollbar-track {
  background-color: rgba(221, 221, 221, 0.6);
  border-radius: 5px;
  opacity: 0;
}
.section-gr-content-grid::-webkit-scrollbar-thumb {
  background: rgba(110, 173, 34, 0);
  transition: 0.2s background;
  border-radius: 5px;
}
.section-gr-content-grid:hover::-webkit-scrollbar-thumb {
  background: #6ead22;
}
@media (max-width: 670px) {
  .section-gr-content-grid::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .section-gr-content-grid::-webkit-scrollbar-track {
    background-color: rgba(221, 221, 221, 0.6);
    border-radius: 5px;
  }
  .section-gr-content-grid::-webkit-scrollbar-thumb {
    background: #6EAD22;
    border-radius: 5px;
  }
}

.section-gr-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 1.875rem 1.25rem 1.875rem;
  background: var(--colorBgGrayLight);
}
.section-gr-footer .link-with-arrow {
  font-size: 0.9375rem;
  color: var(--colorGrMain);
  text-decoration: none;
}

@media (max-width: 960px) {
  .section-gr-header-actions a {
    font-size: 10px;
  }
  .section-gr-footer {
    padding: 20px;
    padding-top: 0;
  }
}
@media (max-width: 670px) {
  .section-gr-logo {
    max-width: 45%;
  }
  .section-gr .swiper-slide {
    width: 170px;
    padding: 0 5px;
  }
  .gr-article-title {
    font-size: 12px;
  }
  .gr-article-button {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .section-gr-scroller .scroller-el {
    padding-right: 10px;
  }
}
@media (max-width: 414px) {
  .section-gr-logo {
    max-width: 35%;
  }
}
.section-gr--type-a .section-gr-content-grid {
  display: flex;
}

.section-gr--type-b {
  margin-top: 1.875rem;
  clear: both;
  background: var(--colorBgGrayLight);
}
@media (max-width: 1360px) {
  .section-gr--type-b {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.section-gr--type-b .swiper-slide {
  width: 10.75rem;
  padding: 0 0.75rem;
}
.section-gr--type-b .gr-article-title {
  margin-bottom: 1.25rem;
}
.section-gr--type-b .section-gr-header {
  background: transparent;
  padding: 0.9375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.3125rem;
}
.section-gr--type-b .section-gr-logo {
  display: flex;
  align-items: center;
}
.section-gr--type-b .section-gr-header-actions {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.section-gr--type-b .section-gr-header-actions a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.section-gr--type-b .section-gr-content {
  background: transparent;
  padding: 0.9375rem 0;
}
.section-gr--type-b .section-gr-content-grid {
  overflow-x: auto;
  display: flex;
  gap: 1.25rem;
}
@-moz-document url-prefix() {
  .section-gr--type-b .section-gr-content-grid {
    scrollbar-width: thin;
    scrollbar-color: #6EAD22 rgba(221, 221, 221, 0.2);
  }
}
.section-gr--type-b .section-gr-content-grid::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  opacity: 0;
}
.section-gr--type-b .section-gr-content-grid::-webkit-scrollbar-track {
  background-color: rgba(221, 221, 221, 0.2);
  border-radius: 5px;
  opacity: 0;
}
.section-gr--type-b .section-gr-content-grid::-webkit-scrollbar-thumb {
  background: rgba(110, 173, 34, 0);
  transition: 0.2s background;
  border-radius: 5px;
}
.section-gr--type-b .section-gr-content-grid:hover::-webkit-scrollbar-thumb {
  background: #6ead22;
}
@media (max-width: 670px) {
  .section-gr--type-b .section-gr-content-grid::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .section-gr--type-b .section-gr-content-grid::-webkit-scrollbar-track {
    background-color: rgba(221, 221, 221, 0.2);
    border-radius: 5px;
  }
  .section-gr--type-b .section-gr-content-grid::-webkit-scrollbar-thumb {
    background: #6EAD22;
    border-radius: 5px;
  }
}
.section-gr--type-b .section-gr-content .gr-article {
  min-width: 9.375rem;
  padding-bottom: 0.625rem;
}

@media (max-width: 670px) {
  .section-gr--type-b .section-gr-header {
    flex-direction: column;
    align-items: center;
  }
  .section-gr--type-b .section-gr-header-actions {
    margin-top: 0.625rem;
  }
  .section-gr--type-b .swiper-slide {
    width: 10.625rem;
    padding: 0 0.3125rem;
  }
}
@media (max-width: 670px) {
  .section-gr--type-b .section-gr-header-actions {
    font-size: 0.8125rem;
  }
}
.section-gr--type-c .section-gr-content-grid {
  display: flex;
}

.form-pogodynka {
  background: #ECF0F1;
  padding: 3.125rem 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 670px) {
  .form-pogodynka {
    padding: 1.25rem;
  }
}

.form-pogodynka-inside {
  max-width: 56.25rem;
  margin: 0 auto;
}

.form-pogodynka-inside .button {
  max-width: 18.75rem;
}

.form-pogodynka .form-row:first-child {
  margin-bottom: 0.3125rem;
}

.form-pogodynka .form-hint {
  max-width: 31.25rem;
  color: #888;
}

.autocomplete-suggestions {
  background: #fff;
  font-size: 0.8125rem;
  overflow-y: auto;
  box-shadow: 0 0.1875rem 0.375rem -0.25rem rgba(0, 0, 0, 0.2);
}

.autocomplete-suggestions .autocomplete-suggestion {
  padding: 0.625rem;
}

.autocomplete-suggestions .autocomplete-selected {
  background: var(--colorBgGrayLight);
  color: var(--colorMain);
}

.cssmap-container {
  display: flex;
  justify-content: center;
  width: 100% !important;
  align-items: center;
  margin-bottom: 3.75rem !important;
}
@media (max-width: 960px) {
  .cssmap-container {
    flex-direction: column;
  }
}

.cssmap-visible-list-container {
  margin-left: 3.75rem !important;
}
@media (max-width: 960px) {
  .cssmap-visible-list-container {
    margin-left: 0 !important;
    width: 100%;
  }
}

.cssmap-visible-list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.625rem;
  font-weight: bold;
  width: 100% !important;
  font-size: 0.9375rem;
}
.cssmap-visible-list a {
  text-decoration: none;
}
@media (max-width: 960px) {
  .cssmap-visible-list {
    display: flex;
    float: none !important;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.weather-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 960px) {
  .weather-boxes {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.weather-box-title {
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.weather-box-title a {
  text-decoration: none;
}

.weather-box-list {
  list-style: none;
  padding: 1.25rem 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  border: 0.0625rem solid var(--colorBorder);
  justify-content: space-evenly;
}
.weather-box-list .weather-box-list-el {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.weather-box-list .weather-box-list-el-name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8125rem;
  display: block;
  margin-bottom: 0.625rem;
}
.weather-box-list .weather-box-list-el-data {
  font-size: 0.875rem;
}

.weather-box-list-cnt {
  display: flex;
  flex-direction: column;
  border: 0.0625rem solid var(--colorBorder);
  padding: 0.625rem;
  padding-top: 1.25rem;
  position: relative;
}
.weather-box-list-cnt .weather-box-list--details {
  border: 0;
}

.weather-box-list--details {
  padding: 1.25rem;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  overflow-x: auto;
}
@-moz-document url-prefix() {
  .weather-box-list--details {
    scrollbar-width: thin;
    scrollbar-color: #68225D rgba(221, 221, 221, 0.2);
  }
}
.weather-box-list--details::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  opacity: 0;
}
.weather-box-list--details::-webkit-scrollbar-track {
  background-color: rgba(221, 221, 221, 0.2);
  border-radius: 5px;
  opacity: 0;
}
.weather-box-list--details::-webkit-scrollbar-thumb {
  background: rgba(104, 34, 93, 0);
  transition: 0.2s background;
  border-radius: 5px;
}
.weather-box-list--details:hover::-webkit-scrollbar-thumb {
  background: #68225d;
}
@media (max-width: 670px) {
  .weather-box-list--details::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .weather-box-list--details::-webkit-scrollbar-track {
    background-color: rgba(221, 221, 221, 0.2);
    border-radius: 5px;
  }
  .weather-box-list--details::-webkit-scrollbar-thumb {
    background: #68225D;
    border-radius: 5px;
  }
}
.weather-box-list--details .weather-box-list-el {
  text-align: center;
  margin-right: 1.875rem;
  align-items: center;
}
@media (max-width: 960px) {
  .weather-box-list--details {
    justify-content: flex-start;
  }
}

.weather-box-list-day-name {
  color: #fff;
  background: var(--colorMain);
  padding: 0.125rem 0.3125rem;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.3125rem;
  font-size: 0.8125rem;
}

.section {
  margin: 3.75rem 0;
}

.section-title,
.section-column-title {
  margin-bottom: 1.25rem;
}

.section-title-text {
  font-size: inherit;
  position: relative;
  order: 0;
  background-image: linear-gradient(to right, var(--colorSubtitleBacgroundLine), var(--colorSubtitleBacgroundLine));
  background-size: 0.3125rem 0.3125rem;
  background-repeat: repeat-x;
  background-position: left bottom 0.1875rem;
}
.section-title-text span {
  font-weight: bold;
  color: var(--colorSubtitleText);
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  position: absolute;
  left: 0;
  top: -0.9375rem;
}

.section-title-addon {
  order: 2;
}
.section-title-addon span {
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #B5B5B5;
  display: block;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 480px) {
  .section-title-addon span {
    font-size: 0.5625rem;
  }
}

.section-title-link {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  position: relative;
  margin-right: 1.25rem;
}
.section-title-link:hover {
  color: var(--colorMain);
}
.section-title-link::after {
  content: "";
  position: absolute;
  right: -1.5625rem;
  top: 0.125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.999' height='17' viewBox='0 0 16.999 17'%3E%3Cpath d='M8.557,290.724a8.5,8.5,0,1,1-8.5,8.5A8.511,8.511,0,0,1,8.557,290.724Zm.737,4.878a.723.723,0,0,0-.528,1.244l1.654,1.655H4.949a.723.723,0,1,0,0,1.446h5.476l-1.659,1.659a.723.723,0,1,0,1.024,1.02l2.894-2.892a.723.723,0,0,0,0-1.02L9.79,295.821a.723.723,0,0,0-.5-.219Z' transform='translate(-0.055 -290.724)' fill='%2368225D'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.0625rem;
  height: 1.0625rem;
  display: inline-block;
  margin-left: 0.625rem;
  transition: 0.3s right;
}
.section-title-link:hover::after {
  right: -1.75rem;
}

.section-special {
  background: #181836;
  color: #fff;
}

.section-special-title {
  background: var(--colorMain);
  font-weight: bold;
  color: #FFF;
  display: inline-flex;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.125rem 0.625rem;
  vertical-align: top;
  margin: 0;
  margin-left: 1.25rem;
}

.section-special-title-link {
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-right: 25px;
}
.section-special-title-link::after {
  content: "";
  position: absolute;
  right: 0.0625rem;
  top: 0.1875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.999' height='17' viewBox='0 0 16.999 17'%3E%3Cpath d='M8.557,290.724a8.5,8.5,0,1,1-8.5,8.5A8.511,8.511,0,0,1,8.557,290.724Zm.737,4.878a.723.723,0,0,0-.528,1.244l1.654,1.655H4.949a.723.723,0,1,0,0,1.446h5.476l-1.659,1.659a.723.723,0,1,0,1.024,1.02l2.894-2.892a.723.723,0,0,0,0-1.02L9.79,295.821a.723.723,0,0,0-.5-.219Z' transform='translate(-0.055 -290.724)' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.0625rem;
  height: 1.0625rem;
  display: inline-block;
  margin-left: 0.625rem;
  transition: 0.3s right;
}
.section-special-title-link:hover::after {
  right: -0.0625rem;
}

.section-special .art-category {
  color: #A82D6F;
}

.section-special-content {
  padding: 1.25rem;
}

.section-special .art-link:hover ~ .art-content .art-title {
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 480px) {
  .section-special .art-focus {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.sidebar {
  height: 100%;
}

.sidebar-section {
  margin-bottom: 1.25rem;
}

.sidebar-section-whole-cell {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

.sidebar-section-whole-cell .sidebar-section-content {
  flex: 1;
}

.sidebar-section-title {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.sidebar-section-title a {
  text-decoration: none;
  color: inherit;
}
.sidebar-section-title a:hover {
  color: var(--colorMain);
}
.sidebar-section-title span {
  position: relative;
}

.sidebar-section-title-text {
  position: relative;
  order: 0;
  background-image: linear-gradient(to right, var(--colorSubtitleBacgroundLine), var(--colorSubtitleBacgroundLine));
  background-size: 0.3125rem 0.3125rem;
  background-repeat: repeat-x;
  background-position: left bottom 0.1875rem;
}
.sidebar-section-title-text span {
  font-weight: bold;
  color: var(--colorSubtitleText);
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  position: absolute;
  left: 0;
  top: -0.9375rem;
}

.sidebar .list-article-img {
  width: 5.625rem;
  height: 5.625rem;
  object-fit: cover;
}
.ipo-contest {
  --colorM: #df0075;
  margin: 40px 0 100px;
}

.ipo-contest .form-checkbox a {
  color: var(--colorM);
  text-decoration: none;
}

.ipo-contest .error {
  font-weight: bold;
  color: red;
}

.ipo-contest-step {
  margin-bottom: 60px;
}

.ipo-contest-step-header {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin: 20px 0;
}

.ipo-contest-step-text h3 {
  margin: 0;
}

.ipo-contest-step-nr {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.ipo-contest-step-nr::before, .ipo-contest-step-nr::after {
  content: "";
  height: 2px;
  flex: 1;
  background: #222;
}
.ipo-contest-step-nr span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--colorM);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ipo-contest-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}

.ipo-contest-list-el {
  margin-bottom: 10px;
}

.ipo-contest-list-el-header {
  display: flex;
  align-items: center;
  background: var(--colorM);
  padding: 10px;
}

.ipo-contest-list-el-checkbox {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.ipo-contest-list-el-checkbox input {
  width: 30px;
  height: 30px;
  appearance: none;
  background: #fff;
  cursor: pointer;
}
.ipo-contest-list-el-checkbox input:checked {
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2368225D' class='bi bi-check' viewBox='0 0 16 16'%3E  %3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: 28px 28px;
  background-repeat: no-repeat;
}

.ipo-contest-list-el-name {
  color: #fff;
  flex: 1;
  cursor: pointer;
}
.ipo-contest-list-el-name label {
  display: block;
  cursor: pointer;
}

.ipo-contest-list-el-toggle {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  background: none;
  border: 0;
}
.ipo-contest-list-el-toggle::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E  %3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0);
  transition: 0.2s transform;
}

.ipo-contest-list-el.is-show .ipo-contest-list-el-toggle::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.ipo-contest-list-el.is-show .ipo-contest-list-el-content {
  display: flex;
}

.ipo-contest-list-el-content {
  display: flex;
  gap: 30px;
  background: var(--colorBgGrayLight);
  padding: 30px;
  display: none;
}

.ipo-contest-list-el-content-img {
  width: 150px;
  flex-shrink: 0;
}

.ipo-contest-submit {
  background: var(--colorM);
  color: #fff;
  padding: 20px 50px;
  border-radius: 5px;
  border: 0;
  display: flex;
  white-space: nowrap;
  width: min-content;
  margin: 10px auto;
  cursor: pointer;
}

.ipo-contest-summary-error {
  font-weight: bold;
  color: red;
}

.ipo-contest-summary-good {
  color: #00e074;
  font-weight: bold;
}

@media (max-width: 600px) {
  .ipo-contest-list-el-content {
    flex-direction: column;
  }
  .ipo-contest-list-el-img {
    width: 100%;
  }
}
.ipr-ipo-banners {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin: 20px 0;
}

.ipr-banner {
  --c: #00A200;
}
.ipr-banner::before {
  content: "";
  background: url(/images/2023/banners/ipo/g_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.ipr-banner::after {
  content: "";
  background: url(/images/2023/banners/ipo/g_right.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  width: 90px;
  height: 160px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.ipo-banner {
  --c: #DF0075;
}
.ipo-banner::before {
  content: "";
  background: url(/images/2023/banners/ipo/p_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.ipo-banner::after {
  content: "";
  background: url(/images/2023/banners/ipo/p_right.png);
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 130px;
  height: 190px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.ipr-ipo-banner {
  min-height: 152px;
  display: flex;
  color: #fff;
  background: var(--c);
  text-decoration: none;
  align-items: center;
  padding: 20px;
  gap: 40px;
  isolation: isolate;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.ipr-ipo-banner-img {
  max-width: 225px;
  width: 40%;
}

.ipr-ipo-banner-content {
  flex: 1;
}

.ipr-ipo-banner-title {
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin: 0;
  margin-bottom: 5px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.ipr-ipo-banner-text {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.ipr-ipo-banner-time {
  display: grid;
  grid-template-columns: repeat(4, 47px);
  gap: 10px;
}

.ipr-ipo-banner-time-part {
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  height: 50px;
  justify-content: center;
}
.ipr-ipo-banner-time-part b {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #222;
  line-height: 1;
}
.ipr-ipo-banner-time-part span {
  font-size: 10px;
  font-weight: bold;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .ipr-ipo-banners {
    grid-template-columns: 1fr;
  }
  .ipr-ipo-banner {
    justify-content: center;
  }
  .ipr-ipo-banner-img,
  .ipr-ipo-banner-content {
    flex: 0;
  }
}
@media (max-width: 500px) {
  .ipr-ipo-banner {
    flex-direction: column;
    text-align: center;
  }
}
.webinar-box {
  background: var(--colorMain);
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  padding: 0 0 50px;
}
@media (max-width: 1000px) {
  .webinar-box {
    justify-content: normal;
    padding: 1rem 0 3.5rem;
  }
}

.webinar-box-desc {
  padding: 0 2rem;
  font-size: 16px;
}
@media (max-width: 1300px) {
  .webinar-box-desc {
    font-size: 14px;
    padding: 0 1rem;
  }
}
@media (max-width: 900px) {
  .webinar-box-desc {
    font-size: 16px;
  }
}

.webinar-box-desc-partner {
  width: 180px;
}
@media (max-width: 1000px) {
  .webinar-box-desc-partner {
    margin: 2rem 0 1rem;
  }
}

.webinar-box-desc-partner-text {
  font-size: 9px;
  text-transform: uppercase;
  background: var(--colorBgGrayLight);
  padding: 3px 4px;
  line-height: 1;
  display: inline-flex;
  color: #777;
  width: 118px;
  height: 12px;
  background: url(/images/www/partnerserwisu.svg) center center scroll no-repeat transparent;
  background-size: contain;
}

.webinar-box-desc-partner-el {
  height: 4.0625rem;
  border: 1px solid var(--colorBorder);
  background: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0;
}
.webinar-box-desc-partner-el img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.tsw-box-desc-partner {
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 2rem;
  right: 2rem;
  padding: 10px 10px 0;
  text-align: center;
}
@media (max-width: 1300px) {
  .tsw-box-desc-partner {
    left: 1rem;
    right: 1rem;
  }
}

.eec-box-article {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  border: 2px solid #000A62;
  font-size: 18px;
  font-family: "Fira Sans", serif;
  line-height: 1.3;
  font-weight: 400;
  color: #000;
}

.eec-box-article-img {
  flex: 0 0 110px;
}

.eec-box-article-img img {
  display: block;
  margin: 0 auto;
}

.eec-box-article-desc {
  flex: 1;
}

.eec-box-article a, .eec-box-article strong {
  transition: all 0.2s linear;
  color: #1E0178;
  text-decoration: none;
}

@media (max-width: 600px) {
  .eec-box-article {
    font-size: 15px;
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
  }
  .eec-box-article-img {
    flex: 0 0 60px;
  }
}
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-mh-65 {
  min-height: 125px !important;
}

.u-mh-65 {
  min-height: 125px !important;
}

.u-mh-100 {
  min-height: 160px !important;
}

.u-mh-100 {
  min-height: 160px !important;
}

.u-mh-270 {
  min-height: 330px !important;
}

.u-mh-270 {
  min-height: 330px !important;
}

.u-mh-520 {
  min-height: 580px !important;
}

.u-mh-520 {
  min-height: 580px !important;
}

.u-mh-100 {
  min-height: 160px !important;
}

.u-mh-100 {
  min-height: 160px !important;
}

.u-mh-120 {
  min-height: 180px !important;
}

.u-mh-120 {
  min-height: 180px !important;
}

.u-mh-150 {
  min-height: 210px !important;
}

.u-mh-150 {
  min-height: 210px !important;
}

.u-mh-220 {
  min-height: 280px !important;
}

.u-mh-220 {
  min-height: 280px !important;
}

.u-mh-250 {
  min-height: 310px !important;
}

.u-mh-250 {
  min-height: 310px !important;
}

.u-mh-300 {
  min-height: 360px !important;
}

.u-mh-300 {
  min-height: 360px !important;
}

.u-mh-350 {
  min-height: 410px !important;
}

.u-mh-350 {
  min-height: 410px !important;
}

.u-mh-370 {
  min-height: 430px !important;
}

.u-mh-370 {
  min-height: 430px !important;
}

.u-mh-620 {
  min-height: 680px !important;
}

.u-mh-620 {
  min-height: 680px !important;
}

.u-mh-770 {
  min-height: 830px !important;
}

.u-mh-770 {
  min-height: 830px !important;
}

@media (max-width: 480px) {
  .u-mh-65-mobile {
    min-height: 107px !important;
  }
  .u-mh-100-mobile {
    min-height: 142px !important;
  }
  .u-mh-270-mobile {
    min-height: 312px !important;
  }
  .u-mh-520-mobile {
    min-height: 562px !important;
  }
  .u-mh-100-mobile {
    min-height: 142px !important;
  }
  .u-mh-120-mobile {
    min-height: 162px !important;
  }
  .u-mh-150-mobile {
    min-height: 192px !important;
  }
  .u-mh-220-mobile {
    min-height: 262px !important;
  }
  .u-mh-250-mobile {
    min-height: 292px !important;
  }
  .u-mh-300-mobile {
    min-height: 342px !important;
  }
  .u-mh-350-mobile {
    min-height: 392px !important;
  }
  .u-mh-370-mobile {
    min-height: 412px !important;
  }
  .u-mh-620-mobile {
    min-height: 662px !important;
  }
  .u-mh-770-mobile {
    min-height: 812px !important;
  }
}
@media (min-width: 480px) {
  .u-mh-65-desktop {
    min-height: 107px !important;
  }
  .u-mh-100-desktop {
    min-height: 142px !important;
  }
  .u-mh-270-desktop {
    min-height: 312px !important;
  }
  .u-mh-520-desktop {
    min-height: 562px !important;
  }
  .u-mh-100-desktop {
    min-height: 142px !important;
  }
  .u-mh-120-desktop {
    min-height: 162px !important;
  }
  .u-mh-150-desktop {
    min-height: 192px !important;
  }
  .u-mh-220-desktop {
    min-height: 262px !important;
  }
  .u-mh-250-desktop {
    min-height: 292px !important;
  }
  .u-mh-300-desktop {
    min-height: 342px !important;
  }
  .u-mh-350-desktop {
    min-height: 392px !important;
  }
  .u-mh-370-desktop {
    min-height: 412px !important;
  }
  .u-mh-620-desktop {
    min-height: 662px !important;
  }
  .u-mh-770-desktop {
    min-height: 812px !important;
  }
}
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=style2023.min.css.map */
