@charset "UTF-8";
.comment {
  margin-bottom: 0.625rem;
  padding: 0.75rem 0.9375rem 0.75rem 0.9375rem;
  background: #f6f6f6;
}
.comment header {
  margin-bottom: 0.625rem;
  padding-bottom: 0.3125rem;
  border-bottom: 0.0625rem solid #ffffff;
  font-size: 0.75rem;
}
.comment header span.date {
  float: right;
}
.comment ul.links {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.comment ul.links li {
  margin: 0 0 0 0.625rem;
  padding: 0;
}

.field {
  margin-bottom: 0.9375rem;
}
.field.field--label-above .field__label {
  display: block;
  margin-bottom: 0.5rem;
}
.field.text-formatted .calendarevnt a,
.field.text-formatted .clockevnt a,
.field.text-formatted .mapmarker a {
  border-bottom: 0.0625rem solid var(--black);
}
.field.text-formatted .calendarevnt a:hover,
.field.text-formatted .clockevnt a:hover,
.field.text-formatted .mapmarker a:hover {
  border-bottom: 0.0625rem solid transparent;
}
.field.field--name-field-tags {
  display: flex;
  margin-bottom: 1.875rem !important;
}
.field.field--name-field-tags .field__label,
.field.field--name-field-tags .field__items .field__item {
  display: inline-block;
  margin-right: 0.625rem;
}
.field.field--name-field-tags .field__label {
  display: none;
}
.field.field--name-field-tags .field__items {
  display: inline-block;
}
.field.field--name-field-tags .field__items .field__item {
  margin-right: 0.1875rem;
  margin-bottom: 0.1875rem;
  margin-left: 0.1875rem;
}
.field.field--name-field-tags .field__items .field__item a {
  padding: 0.0625rem 0.3125rem;
  text-decoration: none;
  letter-spacing: 0.04063rem;
  text-transform: uppercase;
  color: var(--white);
  border: solid 0.0625rem #767676;
  background-color: #767676;
  font-size: 0.75rem;
  font-weight: 900;
}
.field.field--name-field-tags .field__items .field__item a:hover {
  color: var(--gray-76);
  background-color: transparent;
}
.field.field--name-field-tags .field__items .field__item a[href*='/taxonomy/term/696'] {
  border: solid 0.0625rem #ca0707;
  background-color: #ca0707;
}
.field.field--name-field-tags .field__items .field__item a[href*='/taxonomy/term/696']:hover {
  color: #ca0707;
  background-color: transparent;
}
@media (max-width: 999px) {
  .field.field--name-field-tags {
    margin-bottom: 1rem !important;
  }
}

.webform-submission-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-item {
  margin-bottom: 1.25rem;
}
.form-item.form-type-webform-markup.form-no-label {
  font-size: 1rem;
}

.form-item label {
  display: inline-block;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: bold;
}

.form-item .description {
  padding: 0.625rem 0 0 0;
  color: var(--gray-50);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.form-item .form-type-checkbox,
.form-item .form-type-radio {
  display: flex;
  margin: 0.5rem 0;
}
.form-item .form-type-checkbox [type='checkbox'],
.form-item .form-type-checkbox [type='radio'],
.form-item .form-type-radio [type='checkbox'],
.form-item .form-type-radio [type='radio'] {
  margin-right: 0.5rem;
  box-shadow: none;
}

.form-item[class*='form-item-souhlasim-'] {
  display: flex;
}
.form-item[class*='form-item-souhlasim-'] [type='checkbox'],
.form-item[class*='form-item-souhlasim-'] [type='radio'] {
  margin-right: 0.5rem;
  box-shadow: none;
}

.form-type-checkbox label,
.form-type-radio label {
  margin-top: 0.625rem;
  margin-bottom: 0;
  font-weight: normal;
}

.form-actions {
  margin-bottom: 1.875rem;
}

.layout .block > h2 {
  font-size: 1.625rem;
  font-weight: bold;
}
.layout .block > .field {
  margin-bottom: 0;
}
.layout .node--view-mode-teaser {
  position: relative;
}
.layout .node--view-mode-teaser.node-highlight-1 {
  background: #dddddd;
}
.layout .node--view-mode-teaser.node-highlight-1 .right {
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
}
.layout .node--view-mode-teaser.node-highlight-1 .right.is-left {
  padding: 0.9375rem 0.9375rem 0.9375rem 0;
}
@media (max-width: 999px) {
  .layout .node--view-mode-teaser.node-highlight-1 .right {
    padding: 0 0.9375rem 0.9375rem 0.9375rem;
  }
}
.layout .node--view-mode-teaser.node-highlight-1:hover {
  background: #d0d0d0;
}
.layout .node--view-mode-teaser .left {
  margin-bottom: 1.25rem;
}
.layout .node--view-mode-teaser .field {
  margin: 0;
}
.layout .node--view-mode-teaser .field--name-field-image {
  overflow: hidden;
}
.layout .node--view-mode-teaser .field--name-field-image img {
  width: 100%;
  max-width: 27.5rem;
  height: auto;
  transition: 0.3s ease-in;
}
.layout .node--view-mode-teaser:hover .field--name-field-image img {
  transform: scale(1.025);
}
.layout .node--view-mode-teaser h2.title {
  margin: -0.125rem 0 0.375rem 0;
  padding: 0;
  color: var(--primary-color);
  line-height: 1.1;
}
.layout .node--view-mode-teaser h2.title a {
  text-decoration: none;
  border-bottom: 0.0625rem solid transparent;
  font-size: 0.9375rem;
  font-weight: 700;
}
.layout .node--view-mode-teaser:hover h2.title a {
  color: var(--primary-color);
  border-bottom: 0.0625rem solid var(--primary-color);
}
.layout .node--view-mode-teaser div.date {
  margin-bottom: 0;
  color: var(--gray-67);
  font-size: 0.625rem;
  font-weight: 300;
}
.layout .node--view-mode-teaser .field--name-field-perex {
  padding-top: 0.375rem;
}
.layout .node--view-mode-teaser .field--name-field-perex p {
  font-size: 0.8125rem;
  line-height: 1.4;
}
.layout .node--view-mode-teaser a {
  position: relative;
  z-index: 2;
}
.layout .node--view-mode-teaser .readmore a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: 625rem;
}
@media (min-width: 1000px) {
  .layout .node--view-mode-teaser {
    display: flex;
  }
  .layout .node--view-mode-teaser .left {
    flex: 2;
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
  .layout .node--view-mode-teaser .right {
    flex: 3;
  }
}
main#section #main-bottom,
main#section #main-feedback {
  margin-bottom: 3.125rem;
}
@media (max-width: 999px) {
  main#section {
    padding: 0 1.5625rem;
  }
}

ul.menu {
  margin: 0;
  padding: 0;
}
ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

.messages {
  margin-bottom: 1.875rem;
  padding: 0.9375rem 1.25rem 0.9375rem 2.1875rem; /* LTR */
  word-wrap: break-word;
  border: 0.0625rem solid;
  border-width: 0.0625rem 0.0625rem 0.0625rem 0; /* LTR */
  border-radius: 0.125rem;
  background: no-repeat 0.625rem 1.0625rem; /* LTR */
  overflow-wrap: break-word;
}

[dir='rtl'] .messages {
  padding-right: 2.1875rem;
  padding-left: 1.25rem;
  text-align: right;
  border-width: 0.0625rem 0 0.0625rem 0.0625rem;
  background-position: right 0.625rem top 1.0625rem;
}

.messages + .messages {
  margin-top: 1.538em;
}

.messages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.messages__item + .messages__item {
  margin-top: 0.769em;
}

.messages--status {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent; /* LTR */
  background-color: #f3faef;
  background-image: url(../images/icons/check.svg);
  box-shadow: -0.5rem 0 0 #77b259; /* LTR */
}

[dir='rtl'] .messages--status {
  margin-left: 0;
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  box-shadow: 0.5rem 0 0 #77b259;
}

.messages--warning {
  color: #734c00;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent; /* LTR */
  background-color: #fdf8ed;
  background-image: url(../images/icons/warning.svg);
  box-shadow: -0.5rem 0 0 #e09600; /* LTR */
}

[dir='rtl'] .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  box-shadow: 0.5rem 0 0 #e09600;
}

.messages--error {
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent; /* LTR */
  background-color: #fcf4f2;
  background-image: url(../images/icons/error.svg);
  box-shadow: -0.5rem 0 0 #e62600; /* LTR */
}

[dir='rtl'] .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  box-shadow: 0.5rem 0 0 #e62600;
}

.messages--error p.error {
  color: #a51b00;
}

.pager {
  margin: 1rem 0 1rem 0;
  text-align: center;
}
.pager .pager__item {
  list-style: none;
}
.pager .pager__items {
  display: inline-block;
  clear: none;
  margin: 0;
  padding: 0;
  border: 0.0625rem solid var(--gray-DF);
  border-radius: 0.3125rem;
  font-size: 0;
}
.pager .pager__items .pager__item {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-right: 0.0625rem solid var(--gray-DF);
  font-size: 1rem;
}
.pager .pager__items .pager__item a,
.pager .pager__items .pager__item span.actual_page {
  display: inline-block;
  padding: 0.5rem 1em;
  font-size: 0.875rem;
}
.pager .pager__items .pager__item span.actual_page {
  color: var(--primary-color);
  font-weight: normal;
}
.pager .pager__items .pager__item a:hover {
  background: var(--gray-F6);
}
.pager .pager__items .pager__item:last-child {
  border-right: 0;
}
.pager .pager__items .pager__item.is-active {
  font-weight: bold;
}
.pager .pager__items .pager__item.is-active a {
  background: var(--gray-DF);
}
@media (max-width: 999px) {
  .pager .pager__item--first span,
  .pager .pager__item--previous span,
  .pager .pager__item--next span,
  .pager .pager__item--last span {
    display: none;
  }
  .pager .pager__item--first a:after {
    content: '<<';
  }
  .pager .pager__item--previous a:after {
    content: '<';
  }
  .pager .pager__item--next a:after {
    content: '>';
  }
  .pager .pager__item--last a:after {
    content: '>>';
  }
}
@media (max-width: 779px) {
  .pager .pager__item {
    display: none;
  }
  .pager .pager__item.is-active,
  .pager .pager__item--first,
  .pager .pager__item--previous,
  .pager .pager__item--next,
  .pager .pager__item--last {
    display: inline-block;
  }
}

.sitemap ul.menu ul {
  margin-left: 1.5625rem;
}
.sitemap ul.menu li {
  margin: 0.625rem 0;
}

nav.tabs {
  margin: 0 0 1.875rem 0;
}
nav.tabs ul.tabs {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 0.0625rem solid var(--primary-color);
}
nav.tabs ul.tabs:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
nav.tabs ul.tabs li {
  display: block;
  float: left;
  margin: 0 0.375rem 0 0;
  padding: 0;
  border: 0;
}
nav.tabs ul.tabs li a {
  display: block;
  float: left;
  margin: 0;
  padding: 0.625rem 1.25rem;
  border: 0;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  background: var(--gray-DF);
}
nav.tabs ul.tabs li.is-active a {
  color: var(--white);
  border: 0;
  background-color: var(--primary-color);
}
nav.tabs ul.tabs li.is-active a:hover {
  background-color: var(--primary-color);
}
@media (max-width: 1199px) {
  nav.tabs ul.tabs li a {
    padding: 0.625rem 0.625rem;
    font-size: 1rem;
  }
}

.tabscontain {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border: 0 solid #ccc;
}
.tabscontain .tabs-titles {
  float: left;
  width: 100%;
  min-height: 18.75rem;
  margin: 0;
  padding: 0;
  border-right: 0 solid #ccc;
  background-color: #f1f1f1;
}
.tabscontain .tabs-titles .tabtitle {
  display: block;
  width: 100%;
  padding: 1.375rem 1rem;
  cursor: pointer;
  cursor: pointer;
  transition: 0.3s;
  text-align: left;
  color: black;
  border-bottom: 0.125rem solid #ffffff;
  outline: none;
  background-color: inherit;
}
.tabscontain .tabs-titles .tabtitle p {
  margin: 0;
}
.tabscontain .tabs-titles .tabtitle:hover {
  background-color: #ddd;
}
.tabscontain .tabs-titles .tabtitle.current {
  background-color: #ccc;
}
.tabscontain .tabs-contents {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
}
.tabscontain .tabs-contents .tabcontent {
  display: none;
  float: left;
  width: 100%;
  min-height: 18.75rem;
  padding: 0.3125rem 0.75rem;
  border-left: none;
}
.tabscontain .tabs-contents .tabcontent:first-child {
  display: block;
}

.view .views-exposed-form {
  margin-bottom: 1.875rem;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  border-top: 0.0625rem solid #cccccc;
  border-bottom: 0.0625rem solid #cccccc;
}
.view .views-exposed-form .form-item {
  margin: 0 0 1rem 0;
}
.view .views-exposed-form .form-actions {
  margin: 0;
}
@media (min-width: 1000px) {
  .view .views-exposed-form {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .view .views-exposed-form .form--inline {
    display: flex;
    flex-wrap: wrap;
    align-items: bottom;
    justify-content: right;
  }
  .view .views-exposed-form .form--inline .form-item {
    display: flex;
    align-self: flex-end;
    margin: 0 0.625rem 0.3125rem 0;
  }
  .view .views-exposed-form .form--inline .form-actions {
    align-self: flex-end;
    margin: 0 0 0.3125rem 0;
  }
  .view .views-exposed-form .form--inline label {
    margin: 0;
    padding: 0 1rem;
    line-height: 2.25rem;
  }
  .view .views-exposed-form .form--inline input,
  .view .views-exposed-form .form--inline select {
    width: auto;
  }
  .view .views-exposed-form .form--inline input.form-text {
    max-width: 15.625rem;
  }
}
.view .view-header {
  margin-bottom: 2.5rem;
}
.view .views-row {
  margin-bottom: 2.5rem;
}
.view .view-footer {
  margin-bottom: 3.75rem;
  padding-top: 2.5rem;
  text-align: center;
}
.view .view-footer a {
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.04688rem;
  text-transform: uppercase;
  color: #1f1f1f;
  color: #1f1f1f;
  font-family: 'Noto Sans';
  font-size: 0.9375rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4375rem;
}
.view .view-footer a::after {
  content: ' >';
}
.view .view-footer a:hover {
  color: var(--primary-color);
  border-bottom: 0.0625rem solid var(--primary-color);
}
.view .feed-icons {
  margin-bottom: 3.75rem;
}

.block-language .contextual {
  display: none;
}

.block-field-blocknodepagefield-files,
.block-field-blocknodearticlefield-files,
.block-field-blocknodenewsfield-files,
.block-field-blocknodedocumentfield-files,
.block-field-blocknodepublicationfield-files,
.block-field-blocknodesuccessesfield-files,
.block-field-blocknodeoffice_deskfield-files,
.block-field-blocknodewiritingfield-files,
.block-field-blocknodeproductfield-files {
  margin-bottom: 0.9375rem;
}
.block-field-blocknodepagefield-files-private,
.block-field-blocknodearticlefield-files-private,
.block-field-blocknodenewsfield-files-private,
.block-field-blocknodedocumentfield-files-private,
.block-field-blocknodepublicationfield-files-private,
.block-field-blocknodesuccessesfield-files-private,
.block-field-blocknodeoffice_deskfield-files-private,
.block-field-blocknodewiritingfield-files-private,
.block-field-blocknodeproductfield-files-private {
  margin-bottom: 0.9375rem;
}

.block-inline-blockbasic-2 {
  position: relative;
  margin-bottom: 1.875rem;
}
@media (min-width: 1000px) {
  .block-inline-blockbasic-2 h2 {
    margin: 0 0 1.25rem 0;
  }
}
.block-inline-blockbasic-2 .field--name-body {
  max-width: 100%;
}
@media (max-width: 779px) {
  .block-inline-blockbasic-2:before {
    position: absolute;
    z-index: -3;
    top: -2.5rem;
    left: -0.75rem;
    min-width: 0.75rem;
    height: 31.25rem;
    content: '';
    background-color: var(--white);
  }
}
@media (max-width: 779px) {
  .block-inline-blockbasic-2:after {
    position: absolute;
    z-index: -3;
    top: -2.5rem;
    right: -0.75rem;
    min-width: 0.75rem;
    height: 31.25rem;
    content: '';
    background-color: var(--white);
  }
}
@media (min-width: 1000px) {
  .block-inline-blockbasic-2 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (max-width: 999px) {
  .block-inline-blockbasic-2 {
    max-width: 41.25rem;
    margin: 0 auto 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 779px) {
  .block-inline-blockbasic-2 {
    margin: 0 -1.5625rem;
    padding-bottom: 0.9375rem;
  }
}

.block-inline-blockhero .hero-content {
  position: relative;
}
@media (min-width: 1000px) {
  .block-inline-blockhero {
    margin-bottom: 0.625rem;
  }
  .block-inline-blockhero picture {
    display: flex;
    overflow: hidden;
    justify-content: center;
    max-width: none;
  }
  .block-inline-blockhero picture img {
    width: auto;
    max-width: none !important;
    height: 100%;
    max-height: 31.25rem;
  }
}
@media (max-width: 999px) {
  .block-inline-blockhero picture {
    display: block;
    margin-bottom: 1.5625rem;
  }
  .block-inline-blockhero .content .block-system-breadcrumb-block {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
    margin-left: 1.5625rem;
  }
}
@media (min-width: 1000px) {
  .block-inline-blockhero .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .block-inline-blockhero .content .container {
    position: relative;
    height: 100%;
  }
  .block-inline-blockhero .content .block-system-breadcrumb-block {
    position: absolute;
    top: 1.5625rem;
    left: 0;
    padding: 0.625rem 0.9375rem;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5) !important;
  }
  .block-inline-blockhero .content .block-system-breadcrumb-block .breadcrumb {
    margin: 0;
    padding: 0;
  }
  .block-inline-blockhero .content .block-system-breadcrumb-block .breadcrumb ol li:before {
    color: #ffffff;
  }
  .block-inline-blockhero .content .block-system-breadcrumb-block .breadcrumb ol li {
    color: #ffffff;
  }
  .block-inline-blockhero .content .block-system-breadcrumb-block .breadcrumb ol li a {
    color: #ffffff;
  }
  .block-inline-blockhero .content .block-system-breadcrumb-block .breadcrumb ol li a:hover {
    color: #ca0707;
  }
  .block-inline-blockhero .content .block-page-title-block {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    max-width: none;
    margin: 0;
  }
  .block-inline-blockhero .content .block-page-title-block h1 {
    margin: 0;
  }
}
@media (max-width: 779px) {
  .block-inline-blockhero .content .block-system-breadcrumb-block {
    visibility: hidden;
    max-height: 0;
    margin-top: 0;
  }
  .block-inline-blockhero .block-page-title-block h1 {
    margin: 0;
  }
}
@media (min-width: 1650px) {
  .block-inline-blockhero picture img {
    height: 31.25rem;
  }
}

.block-inline-blockhero-2 .hero-content {
  position: relative;
}
@media (min-width: 1000px) {
  .block-inline-blockhero-2 {
    margin-bottom: 3.125rem;
  }
  .block-inline-blockhero-2 picture {
    display: flex;
    overflow: hidden;
    justify-content: center;
    max-width: none;
  }
  .block-inline-blockhero-2 picture img {
    width: auto;
    max-width: none !important;
    height: 100%;
    max-height: 31.25rem;
  }
}
@media (max-width: 999px) {
  .block-inline-blockhero-2 {
    margin-bottom: 1.5625rem;
  }
  .block-inline-blockhero-2 picture {
    display: block;
    margin: 0 -1.5625rem 0 -1.5625rem;
  }
  .block-inline-blockhero-2 .content .block-system-breadcrumb-block {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 1000px) {
  .block-inline-blockhero-2 .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .block-inline-blockhero-2 .content .container {
    position: relative;
    height: 100%;
  }
  .block-inline-blockhero-2 .content .block-system-breadcrumb-block {
    position: absolute;
    top: 1.5625rem;
    left: 0;
    padding: 0.625rem 0.9375rem;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5) !important;
  }
  .block-inline-blockhero-2 .content .block-system-breadcrumb-block .breadcrumb {
    margin: 0;
    padding: 0;
  }
  .block-inline-blockhero-2 .content .block-system-breadcrumb-block .breadcrumb ol li:before {
    color: #ffffff;
  }
  .block-inline-blockhero-2 .content .block-system-breadcrumb-block .breadcrumb ol li {
    color: #ffffff;
  }
  .block-inline-blockhero-2 .content .block-system-breadcrumb-block .breadcrumb ol li a {
    color: #ffffff;
  }
  .block-inline-blockhero-2 .content .block-system-breadcrumb-block .breadcrumb ol li a:hover {
    color: #ca0707;
  }
  .block-inline-blockhero-2 .content .block-page-title-block {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    max-width: none;
    margin: 0;
  }
  .block-inline-blockhero-2 .content .block-page-title-block h1 {
    display: inline;
    margin: 0;
    padding: 0;
    padding: 0.3125rem 0.9375rem 0.3125rem 0.9375rem;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.625rem;
    font-size: 2.5rem;
    font-weight: 700;
    font-weight: 600;
    line-height: 150%;
  }
}
@media (max-width: 779px) {
  .block-inline-blockhero-2 .content .block-system-breadcrumb-block {
    visibility: hidden;
    max-height: 0;
    margin-top: 0;
  }
  .block-inline-blockhero-2 .block-page-title-block h1 {
    display: inline;
    margin: 0;
    padding: 0 0.625rem 0 0.625rem;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.23;
  }
}
@media (min-width: 1650px) {
  .block-inline-blockhero-2 picture img {
    height: 31.25rem;
  }
}

.block-inline-blockimage-with-container-width {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.block-inline-blockimage-with-container-width .container figure {
  text-align: center;
}
@media (max-width: 999px) {
  .block-inline-blockimage-with-container-width .container {
    margin: 0 auto;
  }
}

.block-system-breadcrumb-block {
  margin-bottom: 2.1875rem;
}

.field--name-field-gallery-author .field__label {
  display: none !important;
}
.field--name-field-gallery-author .field__item {
  font-size: 0.8125rem;
}

.field--name-field-gallery .field__label {
  display: none !important;
}
.field--name-field-gallery .field__items {
  display: flex;
  flex-wrap: wrap;
}
.field--name-field-gallery .field__items .field__item {
  margin: 0 0.125rem 0.125rem 0;
}
.field--name-field-gallery .field__items .field__item img {
  width: auto;
  height: 7.5rem;
}

.field--name-description {
  margin-bottom: 1.5625rem;
  padding-bottom: 0.3125rem;
  border-bottom: 0.0625rem solid #808080;
}

.field--name-field-files {
  padding-top: 1.25rem;
}
.field--name-field-files .field__label {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.field--name-field-files .field__items .field__item {
  padding: 0.625rem 0.5rem;
  border-bottom: 0.0625rem solid var(--gray-F6);
}

.field--name-field-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5625rem;
}
.field--name-field-gallery .field__item {
  margin: 0 0.0625rem 0.0625rem 0;
}
.field--name-field-gallery img {
  max-width: none;
}

.field--name-field-validity-effectiveness {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.9375rem;
  border-top: 0.0625rem dashed #767676;
  font-size: 0.625rem;
}

.field--name-field-video {
  margin-bottom: 1.875rem;
  padding-top: 1.875rem;
}
.field--name-field-video .field__item {
  padding: 0.5rem 0;
  border-bottom: 0.0625rem solid #f6f6f6;
}
.field--name-field-video .field__item:last-child {
  border-bottom: 0;
}

.field--name-field-simplenews-reference-1-tex,
.field--name-field-simplenews-reference-2-tex,
.field--name-field-simplenews-reference-3-tex {
  max-width: 41.25rem;
  margin: 0 auto;
  margin-bottom: 0;
  padding-top: 1.5625rem;
  padding-bottom: 0.0625rem;
}
.field--name-field-simplenews-reference-1-tex h2,
.field--name-field-simplenews-reference-2-tex h2,
.field--name-field-simplenews-reference-3-tex h2 {
  color: var(--primary-color);
  font-family: 'Montserrat', arial, 'Arial CE', sans-serif !important;
  font-size: 1.5625rem;
}
.field--name-field-simplenews-reference-1-tex p,
.field--name-field-simplenews-reference-1-tex ol li,
.field--name-field-simplenews-reference-1-tex ul li,
.field--name-field-simplenews-reference-2-tex p,
.field--name-field-simplenews-reference-2-tex ol li,
.field--name-field-simplenews-reference-2-tex ul li,
.field--name-field-simplenews-reference-3-tex p,
.field--name-field-simplenews-reference-3-tex ol li,
.field--name-field-simplenews-reference-3-tex ul li {
  font-family: 'Montserrat', arial, 'Arial CE', sans-serif !important;
}

.field--name-field-simplenews-reference-1,
.field--name-field-simplenews-reference-2 {
  display: table;
  max-width: 41.25rem;
  margin: 0 auto;
}
.field--name-field-simplenews-reference-1 .field__item,
.field--name-field-simplenews-reference-2 .field__item {
  display: table-cell;
}
.field--name-field-simplenews-reference-1 .field__item article,
.field--name-field-simplenews-reference-2 .field__item article {
  flex-direction: column;
  padding: 0 1.25rem;
}
.field--name-field-simplenews-reference-1 .field__item article h2.title a,
.field--name-field-simplenews-reference-2 .field__item article h2.title a {
  text-decoration: none;
  color: var(--primary-color) !important;
}
.field--name-field-simplenews-reference-1 .field__item article h2.title a:hover,
.field--name-field-simplenews-reference-2 .field__item article h2.title a:hover {
  border-bottom: solid 0.0625rem var(--primary-color) !important;
}
.field--name-field-simplenews-reference-1 .field__item article h2.title a span span,
.field--name-field-simplenews-reference-1 .field__item article h2.title a:hover span span,
.field--name-field-simplenews-reference-2 .field__item article h2.title a span span,
.field--name-field-simplenews-reference-2 .field__item article h2.title a:hover span span {
  font-family: 'Montserrat', arial, 'Arial CE', sans-serif !important;
}
.field--name-field-simplenews-reference-1 .field__item article p,
.field--name-field-simplenews-reference-1 .field__item article ol li,
.field--name-field-simplenews-reference-1 .field__item article ul li,
.field--name-field-simplenews-reference-2 .field__item article p,
.field--name-field-simplenews-reference-2 .field__item article ol li,
.field--name-field-simplenews-reference-2 .field__item article ul li {
  font-family: 'Montserrat', arial, 'Arial CE', sans-serif !important;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.field--name-field-simplenews-reference-1 .field__item article .left,
.field--name-field-simplenews-reference-2 .field__item article .left {
  margin-right: 0 !important;
}
.field--name-field-simplenews-reference-1 .field__item article .right,
.field--name-field-simplenews-reference-2 .field__item article .right {
  font-size: 0.6875rem;
}
.field--name-field-simplenews-reference-1 .field__item article .right .date,
.field--name-field-simplenews-reference-2 .field__item article .right .date {
  display: none;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.field--name-field-simplenews-reference-1 .field__item article .readmore,
.field--name-field-simplenews-reference-2 .field__item article .readmore {
  display: none;
}
.field--name-field-simplenews-reference-1 .field__item article .left .field--name-field-image img,
.field--name-field-simplenews-reference-2 .field__item article .left .field--name-field-image img {
  margin-bottom: 0.9375rem;
}
.field--name-field-simplenews-reference-1 .calendarevnt,
.field--name-field-simplenews-reference-2 .calendarevnt {
  /*background-image: none;*/
}

.field--name-field-simplenews-reference-1 {
  padding: 1.25rem 3.125rem;
}
.field--name-field-simplenews-reference-1 .field__item article .left .field--name-field-image img {
  width: 14.375rem !important;
  height: 10.9375rem !important;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.field--name-field-simplenews-reference-1 .field__item article p,
.field--name-field-simplenews-reference-1 .field__item article ol li,
.field--name-field-simplenews-reference-1 .field__item article ul li {
  font-size: 0.9375rem;
}

.field--name-field-simplenews-reference-2 {
  padding: 1.25rem 1.25rem;
}
.field--name-field-simplenews-reference-2 .field__item article .left .field--name-field-image img {
  width: 10rem !important;
  height: 10rem !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.field--name-field-simplenews-reference-3 {
  max-width: 41.25rem;
  margin: 0 auto;
}
.field--name-field-simplenews-reference-3 .field__item {
  margin-bottom: 1.5625rem;
}
.field--name-field-simplenews-reference-3 .field__item article {
  display: flex;
}
.field--name-field-simplenews-reference-3 .field__item article h2.title a {
  text-decoration: none;
  color: var(--primary-color) !important;
}
.field--name-field-simplenews-reference-3 .field__item article h2.title a:hover {
  border-bottom: solid 0.0625rem var(--primary-color) !important;
}
.field--name-field-simplenews-reference-3 .field__item article h2.title a span span,
.field--name-field-simplenews-reference-3 .field__item article h2.title a:hover span span {
  font-family: 'Montserrat', arial, 'Arial CE', sans-serif !important;
}
.field--name-field-simplenews-reference-3 .field__item article p,
.field--name-field-simplenews-reference-3 .field__item article ol li,
.field--name-field-simplenews-reference-3 .field__item article ul li {
  font-family: 'Montserrat', arial, 'Arial CE', sans-serif !important;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.field--name-field-simplenews-reference-3 .field__item article .left {
  margin-right: 1.875rem;
}
.field--name-field-simplenews-reference-3 .field__item article .right {
  font-size: 0.6875rem;
}
.field--name-field-simplenews-reference-3 .field__item article .right .date {
  display: none;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.field--name-field-simplenews-reference-3 .field__item article .readmore {
  display: none;
}
.field--name-field-simplenews-reference-3 .field__item article .left .field--name-field-image img {
  width: 16.125rem !important;
  height: 10.9375rem !important;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.field--name-field-simplenews-reference-3 .calendarevnt {
  /*background-image: none;*/
}

.field--name-field-simplenews-reference-1-tex,
.field--name-field-simplenews-reference-1 {
  background-color: #d8d8da;
}

@media screen and (max-width: 659px) {
  .field--name-field-simplenews-reference-1 {
    padding: 1.25rem !important;
  }
  .field--name-field-simplenews-reference-1,
  .field--name-field-simplenews-reference-2 {
    display: block !important;
  }
  .field--name-field-simplenews-reference-1 .field__item,
  .field--name-field-simplenews-reference-2 .field__item {
    display: block !important;
    margin-bottom: 1.875rem !important;
    text-align: center !important;
  }
  .field--name-field-simplenews-reference-3 .field__item {
    margin-bottom: 1.875rem !important;
  }
  .field--name-field-simplenews-reference-3 .field__item article {
    flex-direction: column !important;
    text-align: center !important;
  }
  .field--name-field-simplenews-reference-3 .field__item article .left {
    margin-right: 0 !important;
  }
  .field--name-field-simplenews-reference-3 .field__item article .left .field--name-field-image img {
    margin-bottom: 0.9375rem !important;
  }
  .newsletter-maintext {
    padding: 1.25rem !important;
  }
  .newsletter-stats {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 459px) {
  .newsletter-maintext .newsletter-title {
    font-size: 1.875rem !important;
  }
}
@media screen and (max-width: 359px) {
  .field--name-field-simplenews-reference-1 .field__item article .left .field--name-field-image img,
  .field--name-field-simplenews-reference-2 .field__item article .left .field--name-field-image img,
  .field--name-field-simplenews-reference-3 .field__item article .left .field--name-field-image img {
    width: 100% !important;
    height: auto !important;
  }
  .newsletter-maintext .newsletter-title {
    font-size: 1.5625rem !important;
  }
}
.field.text-formatted a {
  text-decoration: none;
  border-bottom: 0.0625rem solid var(--gray-DD);
}
.field.text-formatted a:hover {
  color: var(--primary-color);
  border-bottom: 0.0625rem solid var(--primary-color);
}

.field--type-comment {
  padding: 1.875rem 0 0 0;
}
.field--type-comment nav.pager {
  padding-top: 1.25rem;
}
.field--type-comment .comment-form__title {
  padding-top: 1.875rem;
}

.field--type-image {
  max-width: 41.25rem;
  margin: 0 auto 0.9375rem auto;
}
.field--type-image img {
  max-width: 100%;
  height: auto;
}

form.content-moderation-entity-moderation-form .form-text {
  max-width: 10rem;
}
@media (max-width: 999px) {
  form.content-moderation-entity-moderation-form .entity-moderation-form {
    flex-direction: column;
  }
  form.content-moderation-entity-moderation-form .entity-moderation-form__item {
    display: block;
  }
  form.content-moderation-entity-moderation-form .entity-moderation-form__item:last-child {
    align-self: flex-start;
  }
}

.lb_section_layout .block-page-title-block {
  padding: 0 1.875rem;
}
@media (min-width: 1000px) {
  .lb_section_layout .block-page-title-block {
    max-width: none;
    margin: 0;
  }
  .lb_section_layout .block-page-title-block h1 {
    margin-bottom: 5rem;
    text-align: center;
    font-size: 3.75rem;
  }
}
.lb_section_layout .lb-banner-image-text,
.lb_section_layout .lb-banner-text-image {
  margin: 0;
}
.lb_section_layout .lb-banner-image-text .banner-image img,
.lb_section_layout .lb-banner-text-image .banner-image img {
  width: 100%;
  max-width: auto;
  height: auto;
}
@media (min-width: 1000px) {
  .lb_section_layout .lb-banner-image-text .banner-image,
  .lb_section_layout .lb-banner-text-image .banner-image {
    width: 50%;
  }
}
.lb_section_layout .lb-banner-image-text .banner-text,
.lb_section_layout .lb-banner-text-image .banner-text {
  padding: 1.875rem;
  background: #f6f6f6;
}
.lb_section_layout .lb-banner-image-text .banner-text h2,
.lb_section_layout .lb-banner-text-image .banner-text h2 {
  font-size: 2.5rem;
}
.lb_section_layout .lb-banner-image-text .banner-text .field--name-field-banner-text,
.lb_section_layout .lb-banner-text-image .banner-text .field--name-field-banner-text {
  margin: 0;
}
.lb_section_layout .lb-banner-image-text .banner-text .field--name-field-banner-text p,
.lb_section_layout .lb-banner-text-image .banner-text .field--name-field-banner-text p {
  font-size: 1.125rem;
}
.lb_section_layout .lb-banner-image-text .banner-text .field--name-field-banner-link,
.lb_section_layout .lb-banner-text-image .banner-text .field--name-field-banner-link {
  padding-top: 0.625rem;
}
.lb_section_layout .lb-banner-image-text .banner-text .field--name-field-banner-link a,
.lb_section_layout .lb-banner-text-image .banner-text .field--name-field-banner-link a {
  display: inline-block;
  padding: 0.9375rem 1.5625rem;
  color: #ffffff;
  background-color: #ff0000;
}
@media (min-width: 1000px) {
  .lb_section_layout .lb-banner-image-text .banner-text,
  .lb_section_layout .lb-banner-text-image .banner-text {
    width: 50%;
    padding: 3.75rem;
  }
}
@media (min-width: 1000px) {
  .lb_section_layout .lb-banner-image-text,
  .lb_section_layout .lb-banner-text-image {
    display: flex;
    flex-wrap: wrap;
  }
}
.lb_section_layout .lb-banner-text-image .banner-image {
  order: 2;
}
.lb_section_layout .lb-banner-text-image .banner-text {
  order: 1;
}
.lb_section_layout .lb-basic-headline {
  padding: 3.75rem 3.75rem;
}
.lb_section_layout .lb-basic-headline .field--name-body {
  max-width: none;
  margin: 0;
  text-align: center;
}
.lb_section_layout .lb-basic-headline .field--name-body h2 {
  font-size: 1.875rem;
}
@media (min-width: 1000px) {
  .lb_section_layout .lb-basic-headline {
    padding: 9.375rem;
  }
  .lb_section_layout .lb-basic-headline .field--name-body h2 {
    font-size: 3.75rem;
  }
}

.paragraph--type--image {
  margin: 0 calc(20.625rem - 50vw) 3.125rem calc(20.625rem - 50vw);
}
.paragraph--type--image .field--type-image {
  max-width: none;
  margin: 0;
}
@media (max-width: 1299px) {
  .paragraph--type--image {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 710px) {
  .paragraph--type--image {
    margin: 0 -1.5625rem 1.875rem -1.5625rem;
  }
}

.paragraph--type--text {
  max-width: 41.25rem;
  margin: 0 auto 3.125rem auto;
}
@media (max-width: 1299px) {
  .paragraph--type--text {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 710px) {
  .paragraph--type--text {
    margin: 0 auto 1.875rem auto;
  }
}

/* akordeon */
.akord-colapse {
  margin-top: 1.5625rem;
  margin-bottom: 0.6875rem;
  text-align: right;
}

.akord-colapse span {
  cursor: pointer;
  color: var(--primary-color);
  border-bottom: 0.0625rem solid #dddddd;
  font-size: 1em;
  font-weight: normal;
}

.akord-colapse span:hover {
  border-bottom: 0.0625rem solid var(--primary-color);
}

.toggle,
.toggle2 {
  overflow: hidden;
  margin-bottom: 0.625rem;
  padding: 0 0.9375rem;
}

.cke_editable .toggle,
.cke_editable .toggle2 {
  border: 0.0625rem dashed #808080;
}

.toggled-margin {
  margin-bottom: 0.625rem;
}

.toggle:after,
.toggle2:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.toggleLink,
.toggleLink2 {
  position: relative;
  display: block;
  padding: 0.5625rem 3.75rem 0.5625rem 0.9375rem;
  text-decoration: none;
  border: 0 !important;
  border-radius: 0.25rem;
  outline: 0 !important;
  background: #f6f6f6;
}

.toggleLink:hover,
.toggleLink2:hover {
  background: #eeeeee;
}

.toggleLink span,
.toggleLink2 span {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: url('../images/new/akordeon.png') no-repeat -50% 50%;
  background-size: 3.75rem;
}

.hidetoggle .toggleLink span,
.hidetoggle .toggleLink2 span {
  background-position: 100% 50%;
}

.hidetoggle .toggleLink,
.hidetoggle .toggleLink:hover,
.hidetoggle .toggleLink2,
.hidetoggle .toggleLink2:hover {
  color: #ffffff !important;
  background: var(--primary-color);
}

.toggleLink-noback,
.toggleLink-noback:hover,
.hidetoggle .toggleLink-noback,
.hidetoggle .toggleLink-noback:hover {
  padding: 0 0 0.1875rem 0;
  color: #000000 !important;
  border-bottom: 0.0625rem solid #dddddd !important;
  border-radius: 0 !important;
  background: none !important;
}

.toggle-noback {
  margin-bottom: 0;
  padding: 0;
}

.toggleLink-noback span {
  position: static;
  left: 0.1875rem;
  /*
    position: absolute;
    top: 12px;
    right: none;
    */
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.625rem;
  background: url('../images/new/akordeon-nobr.png') no-repeat -50% 0%;
  background-size: 0.875rem;
}

.hidetoggle .toggleLink-noback span {
  background-position: -50% 100%;
}

/* box 1 */
.box1 {
  min-height: 2.5rem;
  margin: 0 0 0.625rem 0;
}

@media (min-width: 780px) {
  .box1 {
    float: left;
    width: 12.5rem;
    margin: 0 1.25rem 1.25rem 0;
  }
}
.col2:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.col2 .template {
  margin-bottom: 1.25rem;
}

@media (min-width: 780px) {
  .col2-first {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
  .col2-first .extra {
    width: calc(100% + 2.5rem);
    margin-left: -2.5rem;
  }
  .col2-first .extra img {
    width: calc(100% + 2.5rem);
  }
  .col2-last {
    float: left;
    box-sizing: border-box;
    width: 49%;
    margin-left: 1%;
  }
  .col2-last .extra {
    width: calc(100% + 2.5rem);
    margin-right: -2.5rem;
  }
  .col2-last .extra img {
    width: calc(100% + 2.5rem);
  }
}
@media (min-width: 1000px) {
  .col2-first .extra {
    width: calc(100% + 3.75rem);
    margin-left: -3.75rem;
  }
  .col2-first .extra img {
    width: calc(100% + 3.75rem);
  }
  .col2-last .extra {
    width: calc(100% + 3.75rem);
    margin-right: -3.75rem;
  }
  .col2-last .extra img {
    width: calc(100% + 3.75rem);
  }
}
.cke_editable .col2-first,
.cke_editable .col2-last {
  box-sizing: border-box;
  border: 0.0625rem dashed #808080;
}

.col3:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.col3 .template {
  margin-bottom: 1.25rem;
}

@media (min-width: 780px) {
  .col3-first {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  .col3-middle {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  .col3-last {
    float: left;
    width: 32%;
  }
}
.cke_editable .col3-first,
.cke_editable .col3-middle,
.cke_editable .col3-last {
  box-sizing: border-box;
  border: 0.0625rem dashed #808080;
}

.col4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem;
}
.col4 .template {
  position: static;
  color: #000000;
  background-color: #e6e6e6;
}
.col4 .template h1,
.col4 .template h2,
.col4 .template h3,
.col4 .template h4,
.col4 .template h5,
.col4 .template h6 {
  color: #000000;
}
.col4 .col4-first,
.col4 .col4-middle,
.col4 .col4-last {
  position: relative;
  width: calc(100% - 1.25rem);
  margin: 0 0.625rem 1.25rem 0.625rem;
  background: #e6e6e6;
}
.col4 .col4-first.whitebg,
.col4 .col4-middle.whitebg,
.col4 .col4-last.whitebg {
  background: transparent;
}

.cke_editable .col4-first.whitebg,
.cke_editable .col4-middle.whitebg,
.cke_editable .col4-last.whitebg {
  box-sizing: border-box;
  border: 0.0625rem dashed #808080;
}

@media (min-width: 780px) {
  .col4 .col4-first,
  .col4 .col4-middle,
  .col4 .col4-last {
    position: relative;
    width: calc(25% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
    background: #e6e6e6;
  }
}
.flex .template {
  margin: 0 0 1.25rem 0;
}

@media (min-width: 780px) {
  .flex {
    display: flex;
  }
  .flex-col-1 {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .flex-col-1 .template {
    width: calc(100% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .node__content .flex-col-1 {
    margin: 0;
  }
  .flex-col-2 {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .flex-col-2 .template {
    width: calc(50% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .flex-col-3 {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .flex-col-3 .template {
    width: calc(33.33% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .flex-col-3 .template6 {
    width: calc(33.33% - 1.25rem);
    margin: 0 0.625rem 0 0.625rem;
  }
  .flex-col-4 {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .flex-col-4 .template {
    width: calc(25% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .flex-col-6.advthings {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .flex-col-6.advthings .template {
    width: calc(16% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .flex-col-2.twoonmobil .template .t-content,
  .flex-col-2.twoonmobil .template .t-content--hover,
  .flex-col-3.twoonmobil .template .t-content,
  .flex-col-3.twoonmobil .template .t-content--hover,
  .flex-col-4.twoonmobil .template .t-content,
  .flex-col-4.twoonmobil .template .t-content--hover,
  .flex-col-2.oneonmobil .template .t-content,
  .flex-col-2.oneonmobil .template .t-content--hover,
  .flex-col-3.oneonmobil .template .t-content,
  .flex-col-3.oneonmobil .template .t-content--hover,
  .flex-col-4.oneonmobil .template .t-content,
  .flex-col-4.oneonmobil .template .t-content--hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .flex-col-2.twoonmobil .template .t-content--hover,
  .flex-col-3.twoonmobil .template .t-content--hover,
  .flex-col-4.twoonmobil .template .t-content--hover,
  .flex-col-2.oneonmobil .template .t-content--hover,
  .flex-col-3.oneonmobil .template .t-content--hover,
  .flex-col-4.oneonmobil .template .t-content--hover {
    visibility: hidden;
  }
  .flex-col-2.twoonmobil .template:hover div.t-more a,
  .flex-col-3.twoonmobil .template:hover div.t-more a,
  .flex-col-4.twoonmobil .template:hover div.t-more a,
  .flex-col-2.oneonmobil .template:hover div.t-more a,
  .flex-col-3.oneonmobil .template:hover div.t-more a,
  .flex-col-4.oneonmobil .template:hover div.t-more a {
    opacity: 0;
  }
  .flex-col-2.twoonmobil .template .t-img img,
  .flex-col-3.twoonmobil .template .t-img img,
  .flex-col-4.twoonmobil .template .t-img img,
  .flex-col-2.oneonmobil .template .t-img img,
  .flex-col-3.oneonmobil .template .t-img img,
  .flex-col-4.oneonmobil .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(50%);
  }
  .flex-col-2.twoonmobil .template .t-img img.exgray,
  .flex-col-3.twoonmobil .template .t-img img.exgray,
  .flex-col-4.twoonmobil .template .t-img img.exgray,
  .flex-col-2.oneonmobil .template .t-img img.exgray,
  .flex-col-3.oneonmobil .template .t-img img.exgray,
  .flex-col-4.oneonmobil .template .t-img img.exgray {
    filter: brightness(100%);
  }
  .flex-col-2.twoonmobil .template5 .t-img.t-img--kolegium,
  .flex-col-3.twoonmobil .template5 .t-img.t-img--kolegium,
  .flex-col-4.twoonmobil .template5 .t-img.t-img--kolegium,
  .flex-col-2.oneonmobil .template5 .t-img.t-img--kolegium,
  .flex-col-3.oneonmobil .template5 .t-img.t-img--kolegium,
  .flex-col-4.oneonmobil .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .flex-col-2.twoonmobil .template5.template5--kolegium:hover .t-img img,
  .flex-col-3.twoonmobil .template5.template5--kolegium:hover .t-img img,
  .flex-col-4.twoonmobil .template5.template5--kolegium:hover .t-img img,
  .flex-col-2.oneonmobil .template5.template5--kolegium:hover .t-img img,
  .flex-col-3.oneonmobil .template5.template5--kolegium:hover .t-img img,
  .flex-col-4.oneonmobil .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .flex-col-2.twoonmobil .template5.template5--kolegium .t-content h2,
  .flex-col-2.twoonmobil .template5.template5--kolegium .t-content--hover h2,
  .flex-col-2.twoonmobil .template p,
  .flex-col-3.twoonmobil .template5.template5--kolegium .t-content h2,
  .flex-col-3.twoonmobil .template5.template5--kolegium .t-content--hover h2,
  .flex-col-3.twoonmobil .template p,
  .flex-col-4.twoonmobil .template5.template5--kolegium .t-content h2,
  .flex-col-4.twoonmobil .template5.template5--kolegium .t-content--hover h2,
  .flex-col-4.twoonmobil .template p,
  .flex-col-2.oneonmobil .template5.template5--kolegium .t-content h2,
  .flex-col-2.oneonmobil .template5.template5--kolegium .t-content--hover h2,
  .flex-col-2.oneonmobil .template p,
  .flex-col-3.oneonmobil .template5.template5--kolegium .t-content h2,
  .flex-col-3.oneonmobil .template5.template5--kolegium .t-content--hover h2,
  .flex-col-3.oneonmobil .template p,
  .flex-col-4.oneonmobil .template5.template5--kolegium .t-content h2,
  .flex-col-4.oneonmobil .template5.template5--kolegium .t-content--hover h2,
  .flex-col-4.oneonmobil .template p {
    color: var(--white);
    /*font-size: 100%;*/
  }
  .flex-col-5.twoonmobil {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .flex-col-5.twoonmobil .template {
    width: calc(20% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .flex-col-5.twoonmobil .template .t-content,
  .flex-col-5.twoonmobil .template .t-content--hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .flex-col-5.twoonmobil .template:hover div.t-more a {
    opacity: 0;
  }
  .flex-col-5.twoonmobil .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(50%);
  }
  .flex-col-5.twoonmobil .template .t-img img.exgray {
    filter: brightness(100%);
  }
  .flex-col-5.twoonmobil .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .flex-col-5.twoonmobil .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .flex-col-5.twoonmobil .template5.template5--kolegium .t-content h2,
  .flex-col-5.twoonmobil .template5.template5--kolegium .t-content--hover h2,
  .flex-col-5.twoonmobil .template p {
    color: var(--white);
    font-size: 84%;
  }
  .flex-col-5.oneonmobil {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .flex-col-5.oneonmobil .template {
    width: calc(20% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .flex-col-5.oneonmobil .template .t-content,
  .flex-col-5.oneonmobil .template .t-content--hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .flex-col-5.oneonmobil .template:hover div.t-more a {
    opacity: 0;
  }
  .flex-col-5.oneonmobil .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(50%);
  }
  .flex-col-5.oneonmobil .template .t-img img.exgray {
    filter: brightness(100%);
  }
  .flex-col-5.oneonmobil .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .flex-col-5.oneonmobil .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .flex-col-5.oneonmobil .template5.template5--kolegium .t-content h2,
  .flex-col-5.oneonmobil .template5.template5--kolegium .t-content--hover h2,
  .flex-col-5.oneonmobil .template p {
    color: var(--white);
    font-size: 84%;
  }
  .flex-col-6.twoonmobil {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .flex-col-6.twoonmobil .template {
    width: calc(16.66% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .flex-col-6.twoonmobil .template .t-content,
  .flex-col-6.twoonmobil .template .t-content--hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .flex-col-6.twoonmobil .template:hover div.t-more a {
    opacity: 0;
  }
  .flex-col-6.twoonmobil .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(50%);
  }
  .flex-col-6.twoonmobil .template .t-img img.exgray {
    filter: brightness(100%);
  }
  .flex-col-6.twoonmobil .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .flex-col-6.twoonmobil .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .flex-col-6.twoonmobil .template5.template5--kolegium .t-content h2,
  .flex-col-6.twoonmobil .template5.template5--kolegium .t-content--hover h2,
  .flex-col-6.twoonmobil .template p {
    color: var(--white);
    font-size: 64%;
  }
  body.full_main_left .flex-col-6.twoonmobil .template5.template5--kolegium .t-content h3,
  body.full_main_left .flex-col-6.twoonmobil .template5.template5--kolegium .t-content--hover h3 {
    color: var(--white);
    font-size: 94%;
  }
  .flex-col-6.oneonmobil {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .flex-col-6.oneonmobil .template {
    width: calc(16.66% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .flex-col-6.oneonmobil .template .t-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .flex-col-6.oneonmobil .template:hover div.t-more a {
    opacity: 0;
  }
  .flex-col-6.oneonmobil .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(50%);
  }
  .flex-col-6.oneonmobil .template .t-img img.exgray {
    filter: brightness(100%);
  }
  .flex-col-6.oneonmobil .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .flex-col-6.oneonmobil .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .flex-col-6.oneonmobil .template5.template5--kolegium .t-content h2,
  .flex-col-6.oneonmobil .template5.template5--kolegium .t-content--hover h2,
  .flex-col-6.oneonmobil .template p {
    color: var(--white);
    font-size: 64%;
  }
  .flex-col-2.twoonmobil--gray .template .t-content,
  .flex-col-2.twoonmobil--gray .template .t-content--hover,
  .flex-col-3.twoonmobil--gray .template .t-content,
  .flex-col-3.twoonmobil--gray .template .t-content--hover,
  .flex-col-4.twoonmobil--gray .template .t-content,
  .flex-col-4.twoonmobil--gray .template .t-content--hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .flex-col-2.twoonmobil--gray .template:hover div.t-more a,
  .flex-col-3.twoonmobil--gray .template:hover div.t-more a,
  .flex-col-4.twoonmobil--gray .template:hover div.t-more a {
    opacity: 0;
  }
  .flex-col-2.twoonmobil--gray .template .t-img img,
  .flex-col-3.twoonmobil--gray .template .t-img img,
  .flex-col-4.twoonmobil--gray .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(100%);
  }
  .flex-col-2.twoonmobil--gray .template .t-img img.exgray,
  .flex-col-3.twoonmobil--gray .template .t-img img.exgray,
  .flex-col-4.twoonmobil--gray .template .t-img img.exgray {
    filter: brightness(50%);
  }
  .flex-col-2.twoonmobil--gray .template5 .t-img.t-img--kolegium,
  .flex-col-3.twoonmobil--gray .template5 .t-img.t-img--kolegium,
  .flex-col-4.twoonmobil--gray .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .flex-col-2.twoonmobil--gray .template5.template5--kolegium:hover .t-img img,
  .flex-col-3.twoonmobil--gray .template5.template5--kolegium:hover .t-img img,
  .flex-col-4.twoonmobil--gray .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .flex-col-2.twoonmobil--gray .template5.template5--kolegium .t-content h2,
  .flex-col-2.twoonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .flex-col-2.twoonmobil--gray .template p,
  .flex-col-3.twoonmobil--gray .template5.template5--kolegium .t-content h2,
  .flex-col-3.twoonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .flex-col-3.twoonmobil--gray .template p,
  .flex-col-4.twoonmobil--gray .template5.template5--kolegium .t-content h2,
  .flex-col-4.twoonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .flex-col-4.twoonmobil--gray .template p {
    color: var(--black);
    /*font-size: 100%;*/
  }
  .flex-col-2.oneonmobil--gray .template .t-content,
  .flex-col-3.oneonmobil--gray .template .t-content,
  .flex-col-4.oneonmobil--gray .template .t-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .flex-col-2.oneonmobil--gray .template:hover div.t-more a,
  .flex-col-3.oneonmobil--gray .template:hover div.t-more a,
  .flex-col-4.oneonmobil--gray .template:hover div.t-more a {
    opacity: 0;
  }
  .flex-col-2.oneonmobil--gray .template .t-img img,
  .flex-col-3.oneonmobil--gray .template .t-img img,
  .flex-col-4.oneonmobil--gray .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(100%);
  }
  .flex-col-2.oneonmobil--gray .template .t-img img.exgray,
  .flex-col-3.oneonmobil--gray .template .t-img img.exgray,
  .flex-col-4.oneonmobil--gray .template .t-img img.exgray {
    filter: brightness(50%);
  }
  .flex-col-2.oneonmobil--gray .template5 .t-img.t-img--kolegium,
  .flex-col-3.oneonmobil--gray .template5 .t-img.t-img--kolegium,
  .flex-col-4.oneonmobil--gray .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .flex-col-2.oneonmobil--gray .template5.template5--kolegium:hover .t-img img,
  .flex-col-3.oneonmobil--gray .template5.template5--kolegium:hover .t-img img,
  .flex-col-4.oneonmobil--gray .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .flex-col-2.oneonmobil--gray .template5.template5--kolegium .t-content h2,
  .flex-col-2.oneonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .flex-col-2.oneonmobil--gray .template p,
  .flex-col-3.oneonmobil--gray .template5.template5--kolegium .t-content h2,
  .flex-col-3.oneonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .flex-col-3.oneonmobil--gray .template p,
  .flex-col-4.oneonmobil--gray .template5.template5--kolegium .t-content h2,
  .flex-col-4.oneonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .flex-col-4.oneonmobil--gray .template p {
    color: var(--black);
    /*font-size: 100%;*/
  }
  .flex-col-5.twoonmobil--gray {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .flex-col-5.twoonmobil--gray .template {
    width: calc(20% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .flex-col-5.twoonmobil--gray .template .t-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .flex-col-5.twoonmobil--gray .template:hover div.t-more a {
    opacity: 0;
  }
  .flex-col-5.twoonmobil--gray .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(100%);
  }
  .flex-col-5.twoonmobil--gray .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .flex-col-5.twoonmobil--gray .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .flex-col-5.twoonmobil--gray .template5.template5--kolegium .t-content h2,
  .flex-col-5.twoonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .flex-col-5.twoonmobil--gray .template p {
    color: var(--black);
    font-size: 84%;
  }
  .flex-col-5.oneonmobil--gray {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .flex-col-5.oneonmobil--gray .template {
    width: calc(20% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .flex-col-5.oneonmobil--gray .template .t-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .flex-col-5.oneonmobil--gray .template:hover div.t-more a {
    opacity: 0;
  }
  .flex-col-5.oneonmobil--gray .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(100%);
  }
  .flex-col-5.oneonmobil--gray .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .flex-col-5.oneonmobil--gray .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .flex-col-5.oneonmobil--gray .template5.template5--kolegium .t-content h2,
  .flex-col-5.oneonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .flex-col-5.oneonmobil--gray .template p {
    color: var(--black);
    font-size: 84%;
  }
  .flex-col-6.twoonmobil--gray {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .flex-col-6.twoonmobil--gray .template {
    width: calc(16.66% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .flex-col-6.twoonmobil--gray .template .t-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .flex-col-6.twoonmobil--gray .template:hover div.t-more a {
    opacity: 0;
  }
  .flex-col-6.twoonmobil--gray .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(100%);
  }
  .flex-col-6.twoonmobil--gray .template .t-img img.exgray {
    filter: brightness(50%);
  }
  .flex-col-6.twoonmobil--gray .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .flex-col-6.twoonmobil--gray .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .flex-col-6.twoonmobil--gray .template5.template5--kolegium .t-content h2,
  .flex-col-6.twoonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .flex-col-6.twoonmobil--gray .template p {
    color: var(--black);
    font-size: 64%;
  }
  .flex-col-6.oneonmobil--gray {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .flex-col-6.oneonmobil--gray .template {
    width: calc(16.66% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .flex-col-6.oneonmobil--gray .template .t-content,
  .flex-col-6.oneonmobil--gray .template .t-content--hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .flex-col-6.oneonmobil--gray .template:hover div.t-more a {
    opacity: 0;
  }
  .flex-col-6.oneonmobil--gray .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(100%);
  }
  .flex-col-6.oneonmobil--gray .template .t-img img.exgray {
    filter: brightness(50%);
  }
  .flex-col-6.oneonmobil--gray .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .flex-col-6.oneonmobil--gray .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .flex-col-6.oneonmobil--gray .template5.template5--kolegium .t-content h2,
  .flex-col-6.oneonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .flex-col-6.oneonmobil--gray .template p {
    color: var(--black);
    font-size: 64%;
  }
  .napul {
    margin: 0 0;
  }
  .napul .flex-col-2.twoonmobil {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .napul .flex-col-2.twoonmobil .template {
    width: calc(50% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .napul .flex-col-2.twoonmobil .template .t-content,
  .napul .flex-col-2.twoonmobil .template .t-content--hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .napul .flex-col-2.twoonmobil .template:hover div.t-more a {
    opacity: 0;
  }
  .napul .flex-col-2.twoonmobil .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(50%);
  }
  .napul .flex-col-2.twoonmobil .template .t-img img.exgray {
    filter: brightness(100%);
  }
  .napul .flex-col-2.twoonmobil .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .napul .flex-col-2.twoonmobil .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .napul .flex-col-2.twoonmobil .template5.template5--kolegium .t-content h2,
  .napul .flex-col-2.twoonmobil .template5.template5--kolegium .t-content--hover h2,
  .napul .flex-col-2.twoonmobil .template p {
    color: var(--white);
    font-size: 64%;
  }
  .napul .flex-col-3.twoonmobil {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .napul .flex-col-3.twoonmobil .template {
    width: calc(33.33% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .napul .flex-col-3.twoonmobil .template .t-content,
  .napul .flex-col-3.twoonmobil .template .t-content--hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .napul .flex-col-3.twoonmobil .template:hover div.t-more a {
    opacity: 0;
  }
  .napul .flex-col-3.twoonmobil .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(50%);
  }
  .napul .flex-col-3.twoonmobil .template .t-img img.exgray {
    filter: brightness(100%);
  }
  .napul .flex-col-3.twoonmobil .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .napul .flex-col-3.twoonmobil .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .napul .flex-col-3.twoonmobil .template5.template5--kolegium .t-content h2,
  .napul .flex-col-3.twoonmobil .template5.template5--kolegium .t-content--hover h2,
  .napul .flex-col-3.twoonmobil .template p {
    color: var(--white);
    font-size: 64%;
  }
  .napul .flex-col-2.twoonmobil--gray {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .napul .flex-col-2.twoonmobil--gray .template {
    width: calc(50% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .napul .flex-col-2.twoonmobil--gray .template .t-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .napul .flex-col-2.twoonmobil--gray .template:hover div.t-more a {
    opacity: 0;
  }
  .napul .flex-col-2.twoonmobil--gray .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(100%);
  }
  .napul .flex-col-2.twoonmobil--gray .template .t-img img.exgray {
    filter: brightness(50%);
  }
  .napul .flex-col-2.twoonmobil--gray .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .napul .flex-col-2.twoonmobil--gray .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .napul .flex-col-2.twoonmobil--gray .template5.template5--kolegium .t-content h2,
  .napul .flex-col-2.twoonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .napul .flex-col-2.twoonmobil--gray .template p {
    color: var(--black);
    font-size: 64%;
  }
  .napul .flex-col-3.twoonmobil--gray {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .napul .flex-col-3.twoonmobil--gray .template {
    width: calc(33.33% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .napul .flex-col-3.twoonmobil--gray .template .t-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .napul .flex-col-3.twoonmobil--gray .template:hover div.t-more a {
    opacity: 0;
  }
  .napul .flex-col-3.twoonmobil--gray .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(100%);
  }
  .napul .flex-col-3.twoonmobil--gray .template .t-img img.exgray {
    filter: brightness(50%);
  }
  .napul .flex-col-3.twoonmobil--gray .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .napul .flex-col-3.twoonmobil--gray .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .napul .flex-col-3.twoonmobil--gray .template5.template5--kolegium .t-content h2,
  .napul .flex-col-3.twoonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .napul .flex-col-3.twoonmobil--gray .template p {
    color: var(--black);
    font-size: 64%;
  }
  .napul .flex-col-2.oneonmobil {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .napul .flex-col-2.oneonmobil .template {
    width: calc(50% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .napul .flex-col-2.oneonmobil .template .t-content,
  .napul .flex-col-2.oneonmobil .template .t-content--hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .napul .flex-col-2.oneonmobil .template:hover div.t-more a {
    opacity: 0;
  }
  .napul .flex-col-2.oneonmobil .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(50%);
  }
  .napul .flex-col-2.oneonmobil .template .t-img img.exgray {
    filter: brightness(100%);
  }
  .napul .flex-col-2.oneonmobil .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .napul .flex-col-2.oneonmobil .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .napul .flex-col-2.oneonmobil .template5.template5--kolegium .t-content h2,
  .napul .flex-col-2.oneonmobil .template5.template5--kolegium .t-content--hover h2,
  .napul .flex-col-2.oneonmobil .template p {
    color: var(--white);
    font-size: 64%;
  }
  .napul .flex-col-3.oneonmobil {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .napul .flex-col-3.oneonmobil .template {
    width: calc(33.33% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .napul .flex-col-3.oneonmobil .template .t-content,
  .napul .flex-col-3.oneonmobil .template .t-content--hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .napul .flex-col-3.oneonmobil .template:hover div.t-more a {
    opacity: 0;
  }
  .napul .flex-col-3.oneonmobil .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(50%);
  }
  .napul .flex-col-3.oneonmobil .template .t-img img.exgray {
    filter: brightness(100%);
  }
  .napul .flex-col-3.oneonmobil .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .napul .flex-col-3.oneonmobil .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .napul .flex-col-3.oneonmobil .template5.template5--kolegium .t-content h2,
  .napul .flex-col-3.oneonmobil .template5.template5--kolegium .t-content--hover h2,
  .napul .flex-col-3.oneonmobil .template p {
    color: var(--white);
    font-size: 64%;
  }
  .napul .flex-col-2.oneonmobil--gray {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .napul .flex-col-2.oneonmobil--gray .template {
    width: calc(50% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .napul .flex-col-2.oneonmobil--gray .template .t-content,
  .napul .flex-col-2.oneonmobil--gray .template .t-content--hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .napul .flex-col-2.oneonmobil--gray .template:hover div.t-more a {
    opacity: 0;
  }
  .napul .flex-col-2.oneonmobil--gray .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(100%);
  }
  .napul .flex-col-2.oneonmobil--gray .template .t-img img.exgray {
    filter: brightness(50%);
  }
  .napul .flex-col-2.oneonmobil--gray .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .napul .flex-col-2.oneonmobil--gray .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .napul .flex-col-2.oneonmobil--gray .template5.template5--kolegium .t-content h2,
  .napul .flex-col-2.oneonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .napul .flex-col-2.oneonmobil--gray .template p {
    color: var(--black);
    font-size: 64%;
  }
  .napul .flex-col-3.oneonmobil--gray {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .napul .flex-col-3.oneonmobil--gray .template {
    width: calc(33.33% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .napul .flex-col-3.oneonmobil--gray .template .t-content,
  .napul .flex-col-3.oneonmobil--gray .template .t-content--hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .napul .flex-col-3.oneonmobil--gray .template:hover div.t-more a {
    opacity: 0;
  }
  .napul .flex-col-3.oneonmobil--gray .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(100%);
  }
  .napul .flex-col-3.oneonmobil--gray .template .t-img img.exgray {
    filter: brightness(50%);
  }
  .napul .flex-col-3.oneonmobil--gray .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .napul .flex-col-3.oneonmobil--gray .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .napul .flex-col-3.oneonmobil--gray .template5.template5--kolegium .t-content h2,
  .napul .flex-col-3.oneonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .napul .flex-col-3.oneonmobil--gray .template p {
    color: var(--black);
    font-size: 64%;
  }
  .flex-col-5.oneonmobil {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .flex-col-5.oneonmobil .template {
    width: calc(20% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .flex-col-5.oneonmobil .template .t-content,
  .flex-col-5.oneonmobil .template .t-content--hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .flex-col-5.oneonmobil .template:hover div.t-more a {
    opacity: 0;
  }
  .flex-col-5.oneonmobil .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(50%);
  }
  .flex-col-5.oneonmobil .template .t-img img.exgray {
    filter: brightness(100%);
  }
  .flex-col-5.oneonmobil .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .flex-col-5.oneonmobil .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .flex-col-5.oneonmobil .template5.template5--kolegium .t-content h2,
  .flex-col-5.oneonmobil .template5.template5--kolegium .t-content--hover h2,
  .flex-col-5.oneonmobil .template p {
    color: var(--white);
    font-size: 64%;
  }
  .flex-col-6.oneonmobil {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .flex-col-6.oneonmobil .template {
    width: calc(16.66% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .flex-col-6.oneonmobil .template .t-content,
  .flex-col-6.oneonmobil .template .t-content--hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .flex-col-6.oneonmobil .template:hover div.t-more a {
    opacity: 0;
  }
  .flex-col-6.oneonmobil .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(50%);
  }
  .flex-col-6.oneonmobil .template .t-img img.exgray {
    filter: brightness(100%);
  }
  .flex-col-6.oneonmobil .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .flex-col-6.oneonmobil .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .flex-col-6.oneonmobil .template5.template5--kolegium .t-content h2,
  .flex-col-6.oneonmobil .template5.template5--kolegium .t-content--hover h2,
  .flex-col-6.oneonmobil .template p {
    color: var(--white);
    font-size: 64%;
  }
}
@media (max-width: 779px) {
  .twoonmobil {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .twoonmobil .template {
    width: calc(50% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .twoonmobil .template .t-content,
  .twoonmobil .template .t-content--hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .twoonmobil .template:hover div.t-more a {
    opacity: 0;
  }
  .twoonmobil .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(50%);
  }
  .twoonmobil .template .t-img img.exgray {
    filter: brightness(100%);
  }
  .twoonmobil .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .twoonmobil .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .twoonmobil .template5.template5--kolegium .t-content h2,
  .twoonmobil .template5.template5--kolegium .t-content--hover h2,
  .twoonmobil .template p {
    color: var(--white);
    /*font-size: 100%;*/
  }
  .twoonmobil--gray {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .twoonmobil--gray .template {
    width: calc(50% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .twoonmobil--gray .template .t-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .twoonmobil--gray .template:hover div.t-more a {
    opacity: 0;
  }
  .twoonmobil--gray .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(100%);
  }
  .twoonmobil--gray .template .t-img img.exgray {
    filter: brightness(50%);
  }
  .twoonmobil--gray .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .twoonmobil--gray .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .twoonmobil--gray .template5.template5--kolegium .t-content h2,
  .twoonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .twoonmobil--gray .template p {
    color: var(--black);
    /*font-size: 100%;*/
  }
  body.full_main_left .flex-col-6.twoonmobil .template5.template5--kolegium .t-content h3,
  body.full_main_left .flex-col-6.twoonmobil .template5.template5--kolegium .t-content--hover h3 {
    color: var(--white) !important;
    font-size: 100% !important;
  }
  .oneonmobil {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .oneonmobil .template {
    width: calc(100% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .oneonmobil .template .t-content,
  .oneonmobil .template .t-content--hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .oneonmobil .template:hover div.t-more a {
    opacity: 0;
  }
  .oneonmobil .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(50%);
  }
  .oneonmobil .template .t-img img.exgray {
    filter: brightness(100%);
  }
  .oneonmobil .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .oneonmobil .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .oneonmobil .template5.template5--kolegium .t-content h2,
  .oneonmobil .template5.template5--kolegium .t-content--hover h2,
  .oneonmobil .template p {
    color: var(--white);
    /*font-size: 100%;*/
  }
  .oneonmobil--gray {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }
  .oneonmobil--gray .template {
    width: calc(100% - 1.25rem);
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .oneonmobil--gray .template .t-content,
  .oneonmobil--gray .template .t-content--hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
  }
  .oneonmobil--gray .template:hover div.t-more a {
    opacity: 0;
  }
  .oneonmobil--gray .template .t-img img {
    transition: transform 0.25 ease-in-out;
    filter: brightness(100%);
  }
  .oneonmobil--gray .template .t-img img.exgray {
    filter: brightness(50%);
  }
  .oneonmobil--gray .template5 .t-img.t-img--kolegium {
    padding: 0;
  }
  .oneonmobil--gray .template5.template5--kolegium:hover .t-img img {
    transform: scale(1.015);
  }
  .oneonmobil--gray .template5.template5--kolegium .t-content h2,
  .oneonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .oneonmobil--gray .template p {
    color: var(--black);
    /*font-size: 100%;*/
    /*@media (-webkit-device-pixel-ratio: 1.10) {

              font-size: 70%; 

          }

          @media (-webkit-device-pixel-ratio: 1.25) {

              font-size: 70%; 

          }

          @media (-webkit-device-pixel-ratio: 1.5) {

              font-size: 70%; 

          }

          @media (-webkit-device-pixel-ratio: 1.75) {

              font-size: 70%; 

          }

          @media (-webkit-device-pixel-ratio: 2) {

              font-size: 70%; 

          }*/
  }
  .flex-col-3.toggleblock .template {
    width: calc(100% - 1.25rem) !important;
  }
}
@media (max-width: 360px) {
  .twoonmobil .template5.template5--kolegium .t-content h2,
  .twoonmobil .template5.template5--kolegium .t-content--hover h2,
  .twoonmobil .template p {
    font-size: 100%;
  }
  .twoonmobil--gray .template5.template5--kolegium .t-content h2,
  .twoonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .twoonmobil--gray .template p {
    font-size: 100%;
  }
  .oneonmobil .template5.template5--kolegium .t-content h2,
  .oneonmobil .template5.template5--kolegium .t-content--hover h2,
  .oneonmobil .template p {
    font-size: 100%;
  }
  .oneonmobil--gray .template5.template5--kolegium .t-content h2,
  .oneonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .oneonmobil--gray .template p {
    font-size: 100%;
  }
  .flex-col-4.twoonmobil .template5.template5--kolegium .t-content h2,
  .flex-col-4.twoonmobil .template5.template5--kolegium .t-content--hover h2,
  .flex-col-4.twoonmobil .template p,
  .flex-col-6.twoonmobil .template5.template5--kolegium .t-content h2,
  .flex-col-6.twoonmobil .template5.template5--kolegium .t-content--hover h2,
  .flex-col-6.twoonmobil .template p {
    font-size: 100%;
  }
  .flex-col-4.twoonmobil--gray .template5.template5--kolegium .t-content h2,
  .flex-col-4.twoonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .flex-col-4.twoonmobil--gray .template p,
  .flex-col-6.twoonmobil--gray .template5.template5--kolegium .t-content h2,
  .flex-col-6.twoonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .flex-col-6.twoonmobil--gray .template p {
    font-size: 100%;
  }
}
@media (max-width: 359px) {
  .flex-col-4.twoonmobil .template5.template5--kolegium .t-content h2,
  .flex-col-4.twoonmobil .template5.template5--kolegium .t-content--hover h2,
  .flex-col-4.twoonmobil .template p,
  .flex-col-6.twoonmobil .template5.template5--kolegium .t-content h2,
  .flex-col-6.twoonmobil .template5.template5--kolegium .t-content--hover h2,
  .flex-col-6.twoonmobil .template p {
    font-size: 88%;
  }
  .flex-col-4.twoonmobil--gray .template5.template5--kolegium .t-content h2,
  .flex-col-4.twoonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .flex-col-4.twoonmobil--gray .template p,
  .flex-col-6.twoonmobil--gray .template5.template5--kolegium .t-content h2,
  .flex-col-6.twoonmobil--gray .template5.template5--kolegium .t-content--hover h2,
  .flex-col-6.twoonmobil--gray .template p {
    font-size: 88%;
  }
}
.flex-col-2.toggleblock .template5.template5--kolegium:hover .t-img img,
.flex-col-3.toggleblock .template5.template5--kolegium:hover .t-img img,
.flex-col-4.toggleblock .template5.template5--kolegium:hover .t-img img,
.flex-col-5.toggleblock .template5.template5--kolegium:hover .t-img img,
.flex-col-6.toggleblock .template5.template5--kolegium:hover .t-img img {
  transform: scale(1.015);
  filter: brightness(100%);
}
.flex-col-2.toggleblock .template5.template5--kolegium:hover div.t-more a,
.flex-col-3.toggleblock .template5.template5--kolegium:hover div.t-more a,
.flex-col-4.toggleblock .template5.template5--kolegium:hover div.t-more a,
.flex-col-5.toggleblock .template5.template5--kolegium:hover div.t-more a,
.flex-col-6.toggleblock .template5.template5--kolegium:hover div.t-more a {
  opacity: 1;
  background: transparent;
}
.flex-col-2.toggleblock .template5.template5--kolegium,
.flex-col-3.toggleblock .template5.template5--kolegium,
.flex-col-4.toggleblock .template5.template5--kolegium,
.flex-col-5.toggleblock .template5.template5--kolegium,
.flex-col-6.toggleblock .template5.template5--kolegium {
  z-index: 1;
}
.flex-col-2.toggleblock .template5.template5--kolegium .t-img,
.flex-col-3.toggleblock .template5.template5--kolegium .t-img,
.flex-col-4.toggleblock .template5.template5--kolegium .t-img,
.flex-col-5.toggleblock .template5.template5--kolegium .t-img,
.flex-col-6.toggleblock .template5.template5--kolegium .t-img {
  overflow: hidden;
}
.flex-col-2.toggleblock .template5.template5--kolegium .t-img img,
.flex-col-3.toggleblock .template5.template5--kolegium .t-img img,
.flex-col-4.toggleblock .template5.template5--kolegium .t-img img,
.flex-col-5.toggleblock .template5.template5--kolegium .t-img img,
.flex-col-6.toggleblock .template5.template5--kolegium .t-img img {
  transition: transform 250ms ease-in-out;
  filter: brightness(100%);
}
.flex-col-2.toggleblock .template5.template5--kolegium:after,
.flex-col-3.toggleblock .template5.template5--kolegium:after,
.flex-col-4.toggleblock .template5.template5--kolegium:after,
.flex-col-5.toggleblock .template5.template5--kolegium:after,
.flex-col-6.toggleblock .template5.template5--kolegium:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(to bottom, transparent 50%, #000000 100%);
}
.flex-col-2.toggleblock .template5.template5--kolegium:before,
.flex-col-3.toggleblock .template5.template5--kolegium:before,
.flex-col-4.toggleblock .template5.template5--kolegium:before,
.flex-col-5.toggleblock .template5.template5--kolegium:before,
.flex-col-6.toggleblock .template5.template5--kolegium:before {
  position: absolute;
  z-index: 4;
  right: 0.625rem;
  bottom: 0.625rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: '';
  cursor: pointer;
  background-image: url(../images/new/down.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
.flex-col-2.toggleblock .template5.template5--kolegium .t-content,
.flex-col-3.toggleblock .template5.template5--kolegium .t-content,
.flex-col-4.toggleblock .template5.template5--kolegium .t-content,
.flex-col-5.toggleblock .template5.template5--kolegium .t-content,
.flex-col-6.toggleblock .template5.template5--kolegium .t-content {
  z-index: 3;
  cursor: pointer;
}
.flex-col-2.toggleblock .template5.template5--kolegium .t-content h2,
.flex-col-3.toggleblock .template5.template5--kolegium .t-content h2,
.flex-col-4.toggleblock .template5.template5--kolegium .t-content h2,
.flex-col-5.toggleblock .template5.template5--kolegium .t-content h2,
.flex-col-6.toggleblock .template5.template5--kolegium .t-content h2 {
  font-size: 1.25rem !important;
}
.flex-col-2.toggleblock .template5.template5--kolegium .t-content p,
.flex-col-3.toggleblock .template5.template5--kolegium .t-content p,
.flex-col-4.toggleblock .template5.template5--kolegium .t-content p,
.flex-col-5.toggleblock .template5.template5--kolegium .t-content p,
.flex-col-6.toggleblock .template5.template5--kolegium .t-content p {
  /*@media (-webkit-device-pixel-ratio: 1.10) {

              font-size: 70%; 

          }

          @media (-webkit-device-pixel-ratio: 1.25) {

              font-size: 70%; 

          }

          @media (-webkit-device-pixel-ratio: 1.5) {

              font-size: 70%; 

          }

          @media (-webkit-device-pixel-ratio: 1.75) {

              font-size: 70%; 

          }

          @media (-webkit-device-pixel-ratio: 2) {

              font-size: 70%; 

          }*/
}
@media (max-width: 360px) {
  .flex-col-2.toggleblock .template5.template5--kolegium .t-content p,
  .flex-col-3.toggleblock .template5.template5--kolegium .t-content p,
  .flex-col-4.toggleblock .template5.template5--kolegium .t-content p,
  .flex-col-5.toggleblock .template5.template5--kolegium .t-content p,
  .flex-col-6.toggleblock .template5.template5--kolegium .t-content p {
    font-size: 96% !important;
  }
}
@media (max-width: 349px) {
  .flex-col-2.toggleblock .template5.template5--kolegium .t-content p,
  .flex-col-3.toggleblock .template5.template5--kolegium .t-content p,
  .flex-col-4.toggleblock .template5.template5--kolegium .t-content p,
  .flex-col-5.toggleblock .template5.template5--kolegium .t-content p,
  .flex-col-6.toggleblock .template5.template5--kolegium .t-content p {
    font-size: 80% !important;
  }
}
.flex-col-2.toggleblock .template5.template5--kolegium .t-content--hover,
.flex-col-3.toggleblock .template5.template5--kolegium .t-content--hover,
.flex-col-4.toggleblock .template5.template5--kolegium .t-content--hover,
.flex-col-5.toggleblock .template5.template5--kolegium .t-content--hover,
.flex-col-6.toggleblock .template5.template5--kolegium .t-content--hover {
  z-index: 3;
  visibility: hidden;
  transition: visibility 250ms opacity 250ms ease-in-out;
  opacity: 0;
}
.flex-col-2.toggleblock .template5.template5--kolegium .t-content--hover h2,
.flex-col-3.toggleblock .template5.template5--kolegium .t-content--hover h2,
.flex-col-4.toggleblock .template5.template5--kolegium .t-content--hover h2,
.flex-col-5.toggleblock .template5.template5--kolegium .t-content--hover h2,
.flex-col-6.toggleblock .template5.template5--kolegium .t-content--hover h2 {
  font-size: 1.25rem !important;
}
.flex-col-2.toggleblock .template5.template5--kolegium .t-content--hover p,
.flex-col-3.toggleblock .template5.template5--kolegium .t-content--hover p,
.flex-col-4.toggleblock .template5.template5--kolegium .t-content--hover p,
.flex-col-5.toggleblock .template5.template5--kolegium .t-content--hover p,
.flex-col-6.toggleblock .template5.template5--kolegium .t-content--hover p {
  /*@media (-webkit-device-pixel-ratio: 1.10) {

              font-size: 70%; 

          }

          @media (-webkit-device-pixel-ratio: 1.25) {

              font-size: 70%; 

          }

          @media (-webkit-device-pixel-ratio: 1.5) {

              font-size: 70%; 

          }

          @media (-webkit-device-pixel-ratio: 1.75) {

              font-size: 70%; 

          }

          @media (-webkit-device-pixel-ratio: 2) {

              font-size: 70%; 

          }*/
}
@media (max-width: 360px) {
  .flex-col-2.toggleblock .template5.template5--kolegium .t-content--hover p,
  .flex-col-3.toggleblock .template5.template5--kolegium .t-content--hover p,
  .flex-col-4.toggleblock .template5.template5--kolegium .t-content--hover p,
  .flex-col-5.toggleblock .template5.template5--kolegium .t-content--hover p,
  .flex-col-6.toggleblock .template5.template5--kolegium .t-content--hover p {
    font-size: 96% !important;
  }
}
@media (max-width: 349px) {
  .flex-col-2.toggleblock .template5.template5--kolegium .t-content--hover p,
  .flex-col-3.toggleblock .template5.template5--kolegium .t-content--hover p,
  .flex-col-4.toggleblock .template5.template5--kolegium .t-content--hover p,
  .flex-col-5.toggleblock .template5.template5--kolegium .t-content--hover p,
  .flex-col-6.toggleblock .template5.template5--kolegium .t-content--hover p {
    font-size: 80% !important;
  }
}
.flex-col-2.toggleblock .template5.template5--kolegium .t-content--hover div.t-more,
.flex-col-3.toggleblock .template5.template5--kolegium .t-content--hover div.t-more,
.flex-col-4.toggleblock .template5.template5--kolegium .t-content--hover div.t-more,
.flex-col-5.toggleblock .template5.template5--kolegium .t-content--hover div.t-more,
.flex-col-6.toggleblock .template5.template5--kolegium .t-content--hover div.t-more {
  position: absolute;
  bottom: -0.625rem;
  width: 100%;
}
.flex-col-2.toggleblock .template5.template5--kolegium .t-content--hover div.t-more a,
.flex-col-3.toggleblock .template5.template5--kolegium .t-content--hover div.t-more a,
.flex-col-4.toggleblock .template5.template5--kolegium .t-content--hover div.t-more a,
.flex-col-5.toggleblock .template5.template5--kolegium .t-content--hover div.t-more a,
.flex-col-6.toggleblock .template5.template5--kolegium .t-content--hover div.t-more a {
  position: relative;
  padding: 0.1875rem 0.625rem;
  border-bottom: 0.0625rem solid transparent !important;
  border-radius: 0.1875rem;
  background-color: rgba(232, 31, 42, 0.7);
}
.flex-col-2.toggleblock .template5.template5--kolegium .t-content--hover div.t-more a:hover,
.flex-col-3.toggleblock .template5.template5--kolegium .t-content--hover div.t-more a:hover,
.flex-col-4.toggleblock .template5.template5--kolegium .t-content--hover div.t-more a:hover,
.flex-col-5.toggleblock .template5.template5--kolegium .t-content--hover div.t-more a:hover,
.flex-col-6.toggleblock .template5.template5--kolegium .t-content--hover div.t-more a:hover {
  background-color: rgba(192, 26, 35, 0.7);
}
.flex-col-2.toggleblock .template5.template5--kolegium.collapsed,
.flex-col-3.toggleblock .template5.template5--kolegium.collapsed,
.flex-col-4.toggleblock .template5.template5--kolegium.collapsed,
.flex-col-5.toggleblock .template5.template5--kolegium.collapsed,
.flex-col-6.toggleblock .template5.template5--kolegium.collapsed {
  z-index: 1;
}
.flex-col-2.toggleblock .template5.template5--kolegium.collapsed:before,
.flex-col-3.toggleblock .template5.template5--kolegium.collapsed:before,
.flex-col-4.toggleblock .template5.template5--kolegium.collapsed:before,
.flex-col-5.toggleblock .template5.template5--kolegium.collapsed:before,
.flex-col-6.toggleblock .template5.template5--kolegium.collapsed:before {
  z-index: 3;
  cursor: pointer;
  background-image: url(../images/new/top.svg);
  background-size: 100%;
}
.flex-col-2.toggleblock .template5.template5--kolegium.collapsed:after,
.flex-col-3.toggleblock .template5.template5--kolegium.collapsed:after,
.flex-col-4.toggleblock .template5.template5--kolegium.collapsed:after,
.flex-col-5.toggleblock .template5.template5--kolegium.collapsed:after,
.flex-col-6.toggleblock .template5.template5--kolegium.collapsed:after {
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
.flex-col-2.toggleblock .template5.template5--kolegium.collapsed .t-content,
.flex-col-3.toggleblock .template5.template5--kolegium.collapsed .t-content,
.flex-col-4.toggleblock .template5.template5--kolegium.collapsed .t-content,
.flex-col-5.toggleblock .template5.template5--kolegium.collapsed .t-content,
.flex-col-6.toggleblock .template5.template5--kolegium.collapsed .t-content {
  visibility: hidden !important;
  opacity: 0 !important;
}
.flex-col-2.toggleblock .template5.template5--kolegium.collapsed .t-content--hover,
.flex-col-3.toggleblock .template5.template5--kolegium.collapsed .t-content--hover,
.flex-col-4.toggleblock .template5.template5--kolegium.collapsed .t-content--hover,
.flex-col-5.toggleblock .template5.template5--kolegium.collapsed .t-content--hover,
.flex-col-6.toggleblock .template5.template5--kolegium.collapsed .t-content--hover {
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 1199px) {
  .flex-col-3.toggleblock .template {
    width: calc(50% - 1.25rem);
  }
}
.flex-col-2.twoonmobil,
.flex-col-2.oneonmobil,
.flex-col-3.twoonmobil,
.flex-col-3.oneonmobil,
.flex-col-4.twoonmobil,
.flex-col-4.oneonmobil,
.flex-col-5.twoonmobil,
.flex-col-5.oneonmobil,
.flex-col-6.twoonmobil,
.flex-col-6.oneonmobil {
  /*.template .t-img:before {
      content:'';
      position: absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background:linear-gradient(to bottom, var(--primary-color), transparent);
      opacity: 0.5;
      z-index: 1;
  } */
}
.flex-col-2.twoonmobil .template .t-content,
.flex-col-2.oneonmobil .template .t-content,
.flex-col-3.twoonmobil .template .t-content,
.flex-col-3.oneonmobil .template .t-content,
.flex-col-4.twoonmobil .template .t-content,
.flex-col-4.oneonmobil .template .t-content,
.flex-col-5.twoonmobil .template .t-content,
.flex-col-5.oneonmobil .template .t-content,
.flex-col-6.twoonmobil .template .t-content,
.flex-col-6.oneonmobil .template .t-content {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.flex-col-2.twoonmobil .template .t-content > div,
.flex-col-2.oneonmobil .template .t-content > div,
.flex-col-3.twoonmobil .template .t-content > div,
.flex-col-3.oneonmobil .template .t-content > div,
.flex-col-4.twoonmobil .template .t-content > div,
.flex-col-4.oneonmobil .template .t-content > div,
.flex-col-5.twoonmobil .template .t-content > div,
.flex-col-5.oneonmobil .template .t-content > div,
.flex-col-6.twoonmobil .template .t-content > div,
.flex-col-6.oneonmobil .template .t-content > div {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 10%;
  padding-bottom: 5%;
}
.flex-col-2.twoonmobil .template .t-content > div:after,
.flex-col-2.oneonmobil .template .t-content > div:after,
.flex-col-3.twoonmobil .template .t-content > div:after,
.flex-col-3.oneonmobil .template .t-content > div:after,
.flex-col-4.twoonmobil .template .t-content > div:after,
.flex-col-4.oneonmobil .template .t-content > div:after,
.flex-col-5.twoonmobil .template .t-content > div:after,
.flex-col-5.oneonmobil .template .t-content > div:after,
.flex-col-6.twoonmobil .template .t-content > div:after,
.flex-col-6.oneonmobil .template .t-content > div:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transition: ease-in 0.3s;
  backdrop-filter: blur(0.75rem) brightness(0.6);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.0381) 0.25rem, rgba(0, 0, 0, 0.1464) 0.5rem, rgba(0, 0, 0, 0.3087) 0.75rem, rgba(0, 0, 0, 0.5) 1rem, rgba(0, 0, 0, 0.6913) 1.25rem, rgba(0, 0, 0, 0.8536) 1.5rem, rgba(0, 0, 0, 0.9619) 1.75rem, rgb(0, 0, 0) 2rem);
  mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.0381) 0.25rem, rgba(0, 0, 0, 0.1464) 0.5rem, rgba(0, 0, 0, 0.3087) 0.75rem, rgba(0, 0, 0, 0.5) 1rem, rgba(0, 0, 0, 0.6913) 1.25rem, rgba(0, 0, 0, 0.8536) 1.5rem, rgba(0, 0, 0, 0.9619) 1.75rem, rgb(0, 0, 0) 2rem);
}
.flex-col-2.twoonmobil .template .t-content .t-more,
.flex-col-2.oneonmobil .template .t-content .t-more,
.flex-col-3.twoonmobil .template .t-content .t-more,
.flex-col-3.oneonmobil .template .t-content .t-more,
.flex-col-4.twoonmobil .template .t-content .t-more,
.flex-col-4.oneonmobil .template .t-content .t-more,
.flex-col-5.twoonmobil .template .t-content .t-more,
.flex-col-5.oneonmobil .template .t-content .t-more,
.flex-col-6.twoonmobil .template .t-content .t-more,
.flex-col-6.oneonmobil .template .t-content .t-more {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-col-2.twoonmobil .template .t-content .t-more a,
.flex-col-2.oneonmobil .template .t-content .t-more a,
.flex-col-3.twoonmobil .template .t-content .t-more a,
.flex-col-3.oneonmobil .template .t-content .t-more a,
.flex-col-4.twoonmobil .template .t-content .t-more a,
.flex-col-4.oneonmobil .template .t-content .t-more a,
.flex-col-5.twoonmobil .template .t-content .t-more a,
.flex-col-5.oneonmobil .template .t-content .t-more a,
.flex-col-6.twoonmobil .template .t-content .t-more a,
.flex-col-6.oneonmobil .template .t-content .t-more a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-col-2.twoonmobil .template .t-content h1,
.flex-col-2.twoonmobil .template .t-content h2,
.flex-col-2.twoonmobil .template .t-content h3,
.flex-col-2.twoonmobil .template .t-content h4,
.flex-col-2.twoonmobil .template .t-content h5,
.flex-col-2.twoonmobil .template .t-content h6,
.flex-col-2.oneonmobil .template .t-content h1,
.flex-col-2.oneonmobil .template .t-content h2,
.flex-col-2.oneonmobil .template .t-content h3,
.flex-col-2.oneonmobil .template .t-content h4,
.flex-col-2.oneonmobil .template .t-content h5,
.flex-col-2.oneonmobil .template .t-content h6,
.flex-col-3.twoonmobil .template .t-content h1,
.flex-col-3.twoonmobil .template .t-content h2,
.flex-col-3.twoonmobil .template .t-content h3,
.flex-col-3.twoonmobil .template .t-content h4,
.flex-col-3.twoonmobil .template .t-content h5,
.flex-col-3.twoonmobil .template .t-content h6,
.flex-col-3.oneonmobil .template .t-content h1,
.flex-col-3.oneonmobil .template .t-content h2,
.flex-col-3.oneonmobil .template .t-content h3,
.flex-col-3.oneonmobil .template .t-content h4,
.flex-col-3.oneonmobil .template .t-content h5,
.flex-col-3.oneonmobil .template .t-content h6,
.flex-col-4.twoonmobil .template .t-content h1,
.flex-col-4.twoonmobil .template .t-content h2,
.flex-col-4.twoonmobil .template .t-content h3,
.flex-col-4.twoonmobil .template .t-content h4,
.flex-col-4.twoonmobil .template .t-content h5,
.flex-col-4.twoonmobil .template .t-content h6,
.flex-col-4.oneonmobil .template .t-content h1,
.flex-col-4.oneonmobil .template .t-content h2,
.flex-col-4.oneonmobil .template .t-content h3,
.flex-col-4.oneonmobil .template .t-content h4,
.flex-col-4.oneonmobil .template .t-content h5,
.flex-col-4.oneonmobil .template .t-content h6,
.flex-col-5.twoonmobil .template .t-content h1,
.flex-col-5.twoonmobil .template .t-content h2,
.flex-col-5.twoonmobil .template .t-content h3,
.flex-col-5.twoonmobil .template .t-content h4,
.flex-col-5.twoonmobil .template .t-content h5,
.flex-col-5.twoonmobil .template .t-content h6,
.flex-col-5.oneonmobil .template .t-content h1,
.flex-col-5.oneonmobil .template .t-content h2,
.flex-col-5.oneonmobil .template .t-content h3,
.flex-col-5.oneonmobil .template .t-content h4,
.flex-col-5.oneonmobil .template .t-content h5,
.flex-col-5.oneonmobil .template .t-content h6,
.flex-col-6.twoonmobil .template .t-content h1,
.flex-col-6.twoonmobil .template .t-content h2,
.flex-col-6.twoonmobil .template .t-content h3,
.flex-col-6.twoonmobil .template .t-content h4,
.flex-col-6.twoonmobil .template .t-content h5,
.flex-col-6.twoonmobil .template .t-content h6,
.flex-col-6.oneonmobil .template .t-content h1,
.flex-col-6.oneonmobil .template .t-content h2,
.flex-col-6.oneonmobil .template .t-content h3,
.flex-col-6.oneonmobil .template .t-content h4,
.flex-col-6.oneonmobil .template .t-content h5,
.flex-col-6.oneonmobil .template .t-content h6 {
  position: relative;
  z-index: 3;
  color: #ffffff !important;
}
.flex-col-2.twoonmobil .template .t-content p,
.flex-col-2.twoonmobil .template .t-content ul li,
.flex-col-2.twoonmobil .template .t-content ol li,
.flex-col-2.oneonmobil .template .t-content p,
.flex-col-2.oneonmobil .template .t-content ul li,
.flex-col-2.oneonmobil .template .t-content ol li,
.flex-col-3.twoonmobil .template .t-content p,
.flex-col-3.twoonmobil .template .t-content ul li,
.flex-col-3.twoonmobil .template .t-content ol li,
.flex-col-3.oneonmobil .template .t-content p,
.flex-col-3.oneonmobil .template .t-content ul li,
.flex-col-3.oneonmobil .template .t-content ol li,
.flex-col-4.twoonmobil .template .t-content p,
.flex-col-4.twoonmobil .template .t-content ul li,
.flex-col-4.twoonmobil .template .t-content ol li,
.flex-col-4.oneonmobil .template .t-content p,
.flex-col-4.oneonmobil .template .t-content ul li,
.flex-col-4.oneonmobil .template .t-content ol li,
.flex-col-5.twoonmobil .template .t-content p,
.flex-col-5.twoonmobil .template .t-content ul li,
.flex-col-5.twoonmobil .template .t-content ol li,
.flex-col-5.oneonmobil .template .t-content p,
.flex-col-5.oneonmobil .template .t-content ul li,
.flex-col-5.oneonmobil .template .t-content ol li,
.flex-col-6.twoonmobil .template .t-content p,
.flex-col-6.twoonmobil .template .t-content ul li,
.flex-col-6.twoonmobil .template .t-content ol li,
.flex-col-6.oneonmobil .template .t-content p,
.flex-col-6.oneonmobil .template .t-content ul li,
.flex-col-6.oneonmobil .template .t-content ol li {
  position: relative;
  z-index: 3;
  color: #ffffff !important;
}
.flex-col-2.twoonmobil .template .t-img img,
.flex-col-2.oneonmobil .template .t-img img,
.flex-col-3.twoonmobil .template .t-img img,
.flex-col-3.oneonmobil .template .t-img img,
.flex-col-4.twoonmobil .template .t-img img,
.flex-col-4.oneonmobil .template .t-img img,
.flex-col-5.twoonmobil .template .t-img img,
.flex-col-5.oneonmobil .template .t-img img,
.flex-col-6.twoonmobil .template .t-img img,
.flex-col-6.oneonmobil .template .t-img img {
  filter: brightness(100%) !important;
}
.flex-col-2.twoonmobil .template:hover .t-img img,
.flex-col-2.oneonmobil .template:hover .t-img img,
.flex-col-3.twoonmobil .template:hover .t-img img,
.flex-col-3.oneonmobil .template:hover .t-img img,
.flex-col-4.twoonmobil .template:hover .t-img img,
.flex-col-4.oneonmobil .template:hover .t-img img,
.flex-col-5.twoonmobil .template:hover .t-img img,
.flex-col-5.oneonmobil .template:hover .t-img img,
.flex-col-6.twoonmobil .template:hover .t-img img,
.flex-col-6.oneonmobil .template:hover .t-img img {
  transform: scale(1) !important;
  filter: brightness(70%) !important;
}
.flex-col-2.twoonmobil--gray .template .t-content,
.flex-col-2.oneonmobil--gray .template .t-content,
.flex-col-3.twoonmobil--gray .template .t-content,
.flex-col-3.oneonmobil--gray .template .t-content,
.flex-col-4.twoonmobil--gray .template .t-content,
.flex-col-4.oneonmobil--gray .template .t-content,
.flex-col-5.twoonmobil--gray .template .t-content,
.flex-col-5.oneonmobil--gray .template .t-content,
.flex-col-6.twoonmobil--gray .template .t-content,
.flex-col-6.oneonmobil--gray .template .t-content {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.flex-col-2.twoonmobil--gray .template .t-content > div,
.flex-col-2.oneonmobil--gray .template .t-content > div,
.flex-col-3.twoonmobil--gray .template .t-content > div,
.flex-col-3.oneonmobil--gray .template .t-content > div,
.flex-col-4.twoonmobil--gray .template .t-content > div,
.flex-col-4.oneonmobil--gray .template .t-content > div,
.flex-col-5.twoonmobil--gray .template .t-content > div,
.flex-col-5.oneonmobil--gray .template .t-content > div,
.flex-col-6.twoonmobil--gray .template .t-content > div,
.flex-col-6.oneonmobil--gray .template .t-content > div {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 10%;
  padding-bottom: 5%;
}
.flex-col-2.twoonmobil--gray .template .t-content > div:after,
.flex-col-2.oneonmobil--gray .template .t-content > div:after,
.flex-col-3.twoonmobil--gray .template .t-content > div:after,
.flex-col-3.oneonmobil--gray .template .t-content > div:after,
.flex-col-4.twoonmobil--gray .template .t-content > div:after,
.flex-col-4.oneonmobil--gray .template .t-content > div:after,
.flex-col-5.twoonmobil--gray .template .t-content > div:after,
.flex-col-5.oneonmobil--gray .template .t-content > div:after,
.flex-col-6.twoonmobil--gray .template .t-content > div:after,
.flex-col-6.oneonmobil--gray .template .t-content > div:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transition: ease-in 0.3s;
  backdrop-filter: none;
  -webkit-mask-image: none;
  mask-image: none;
}
.flex-col-2.twoonmobil--gray .template .t-content .t-more,
.flex-col-2.oneonmobil--gray .template .t-content .t-more,
.flex-col-3.twoonmobil--gray .template .t-content .t-more,
.flex-col-3.oneonmobil--gray .template .t-content .t-more,
.flex-col-4.twoonmobil--gray .template .t-content .t-more,
.flex-col-4.oneonmobil--gray .template .t-content .t-more,
.flex-col-5.twoonmobil--gray .template .t-content .t-more,
.flex-col-5.oneonmobil--gray .template .t-content .t-more,
.flex-col-6.twoonmobil--gray .template .t-content .t-more,
.flex-col-6.oneonmobil--gray .template .t-content .t-more {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-col-2.twoonmobil--gray .template .t-content .t-more a,
.flex-col-2.oneonmobil--gray .template .t-content .t-more a,
.flex-col-3.twoonmobil--gray .template .t-content .t-more a,
.flex-col-3.oneonmobil--gray .template .t-content .t-more a,
.flex-col-4.twoonmobil--gray .template .t-content .t-more a,
.flex-col-4.oneonmobil--gray .template .t-content .t-more a,
.flex-col-5.twoonmobil--gray .template .t-content .t-more a,
.flex-col-5.oneonmobil--gray .template .t-content .t-more a,
.flex-col-6.twoonmobil--gray .template .t-content .t-more a,
.flex-col-6.oneonmobil--gray .template .t-content .t-more a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-col-2.twoonmobil--gray .template .t-content h1,
.flex-col-2.twoonmobil--gray .template .t-content h2,
.flex-col-2.twoonmobil--gray .template .t-content h3,
.flex-col-2.twoonmobil--gray .template .t-content h4,
.flex-col-2.twoonmobil--gray .template .t-content h5,
.flex-col-2.twoonmobil--gray .template .t-content h6,
.flex-col-2.oneonmobil--gray .template .t-content h1,
.flex-col-2.oneonmobil--gray .template .t-content h2,
.flex-col-2.oneonmobil--gray .template .t-content h3,
.flex-col-2.oneonmobil--gray .template .t-content h4,
.flex-col-2.oneonmobil--gray .template .t-content h5,
.flex-col-2.oneonmobil--gray .template .t-content h6,
.flex-col-3.twoonmobil--gray .template .t-content h1,
.flex-col-3.twoonmobil--gray .template .t-content h2,
.flex-col-3.twoonmobil--gray .template .t-content h3,
.flex-col-3.twoonmobil--gray .template .t-content h4,
.flex-col-3.twoonmobil--gray .template .t-content h5,
.flex-col-3.twoonmobil--gray .template .t-content h6,
.flex-col-3.oneonmobil--gray .template .t-content h1,
.flex-col-3.oneonmobil--gray .template .t-content h2,
.flex-col-3.oneonmobil--gray .template .t-content h3,
.flex-col-3.oneonmobil--gray .template .t-content h4,
.flex-col-3.oneonmobil--gray .template .t-content h5,
.flex-col-3.oneonmobil--gray .template .t-content h6,
.flex-col-4.twoonmobil--gray .template .t-content h1,
.flex-col-4.twoonmobil--gray .template .t-content h2,
.flex-col-4.twoonmobil--gray .template .t-content h3,
.flex-col-4.twoonmobil--gray .template .t-content h4,
.flex-col-4.twoonmobil--gray .template .t-content h5,
.flex-col-4.twoonmobil--gray .template .t-content h6,
.flex-col-4.oneonmobil--gray .template .t-content h1,
.flex-col-4.oneonmobil--gray .template .t-content h2,
.flex-col-4.oneonmobil--gray .template .t-content h3,
.flex-col-4.oneonmobil--gray .template .t-content h4,
.flex-col-4.oneonmobil--gray .template .t-content h5,
.flex-col-4.oneonmobil--gray .template .t-content h6,
.flex-col-5.twoonmobil--gray .template .t-content h1,
.flex-col-5.twoonmobil--gray .template .t-content h2,
.flex-col-5.twoonmobil--gray .template .t-content h3,
.flex-col-5.twoonmobil--gray .template .t-content h4,
.flex-col-5.twoonmobil--gray .template .t-content h5,
.flex-col-5.twoonmobil--gray .template .t-content h6,
.flex-col-5.oneonmobil--gray .template .t-content h1,
.flex-col-5.oneonmobil--gray .template .t-content h2,
.flex-col-5.oneonmobil--gray .template .t-content h3,
.flex-col-5.oneonmobil--gray .template .t-content h4,
.flex-col-5.oneonmobil--gray .template .t-content h5,
.flex-col-5.oneonmobil--gray .template .t-content h6,
.flex-col-6.twoonmobil--gray .template .t-content h1,
.flex-col-6.twoonmobil--gray .template .t-content h2,
.flex-col-6.twoonmobil--gray .template .t-content h3,
.flex-col-6.twoonmobil--gray .template .t-content h4,
.flex-col-6.twoonmobil--gray .template .t-content h5,
.flex-col-6.twoonmobil--gray .template .t-content h6,
.flex-col-6.oneonmobil--gray .template .t-content h1,
.flex-col-6.oneonmobil--gray .template .t-content h2,
.flex-col-6.oneonmobil--gray .template .t-content h3,
.flex-col-6.oneonmobil--gray .template .t-content h4,
.flex-col-6.oneonmobil--gray .template .t-content h5,
.flex-col-6.oneonmobil--gray .template .t-content h6 {
  position: relative;
  z-index: 3;
  color: #1f1f1f !important;
}
.flex-col-2.twoonmobil--gray .template .t-content p,
.flex-col-2.twoonmobil--gray .template .t-content ul li,
.flex-col-2.twoonmobil--gray .template .t-content ol li,
.flex-col-2.oneonmobil--gray .template .t-content p,
.flex-col-2.oneonmobil--gray .template .t-content ul li,
.flex-col-2.oneonmobil--gray .template .t-content ol li,
.flex-col-3.twoonmobil--gray .template .t-content p,
.flex-col-3.twoonmobil--gray .template .t-content ul li,
.flex-col-3.twoonmobil--gray .template .t-content ol li,
.flex-col-3.oneonmobil--gray .template .t-content p,
.flex-col-3.oneonmobil--gray .template .t-content ul li,
.flex-col-3.oneonmobil--gray .template .t-content ol li,
.flex-col-4.twoonmobil--gray .template .t-content p,
.flex-col-4.twoonmobil--gray .template .t-content ul li,
.flex-col-4.twoonmobil--gray .template .t-content ol li,
.flex-col-4.oneonmobil--gray .template .t-content p,
.flex-col-4.oneonmobil--gray .template .t-content ul li,
.flex-col-4.oneonmobil--gray .template .t-content ol li,
.flex-col-5.twoonmobil--gray .template .t-content p,
.flex-col-5.twoonmobil--gray .template .t-content ul li,
.flex-col-5.twoonmobil--gray .template .t-content ol li,
.flex-col-5.oneonmobil--gray .template .t-content p,
.flex-col-5.oneonmobil--gray .template .t-content ul li,
.flex-col-5.oneonmobil--gray .template .t-content ol li,
.flex-col-6.twoonmobil--gray .template .t-content p,
.flex-col-6.twoonmobil--gray .template .t-content ul li,
.flex-col-6.twoonmobil--gray .template .t-content ol li,
.flex-col-6.oneonmobil--gray .template .t-content p,
.flex-col-6.oneonmobil--gray .template .t-content ul li,
.flex-col-6.oneonmobil--gray .template .t-content ol li {
  position: relative;
  z-index: 3;
  color: #1f1f1f !important;
}
.flex-col-2.twoonmobil--gray .template .t-img img,
.flex-col-2.oneonmobil--gray .template .t-img img,
.flex-col-3.twoonmobil--gray .template .t-img img,
.flex-col-3.oneonmobil--gray .template .t-img img,
.flex-col-4.twoonmobil--gray .template .t-img img,
.flex-col-4.oneonmobil--gray .template .t-img img,
.flex-col-5.twoonmobil--gray .template .t-img img,
.flex-col-5.oneonmobil--gray .template .t-img img,
.flex-col-6.twoonmobil--gray .template .t-img img,
.flex-col-6.oneonmobil--gray .template .t-img img {
  filter: brightness(100%) !important;
}
.flex-col-2.twoonmobil--gray .template:hover .t-img img,
.flex-col-2.oneonmobil--gray .template:hover .t-img img,
.flex-col-3.twoonmobil--gray .template:hover .t-img img,
.flex-col-3.oneonmobil--gray .template:hover .t-img img,
.flex-col-4.twoonmobil--gray .template:hover .t-img img,
.flex-col-4.oneonmobil--gray .template:hover .t-img img,
.flex-col-5.twoonmobil--gray .template:hover .t-img img,
.flex-col-5.oneonmobil--gray .template:hover .t-img img,
.flex-col-6.twoonmobil--gray .template:hover .t-img img,
.flex-col-6.oneonmobil--gray .template:hover .t-img img {
  transform: scale(1) !important;
  filter: brightness(70%) !important;
}

.cke_editable .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content > div {
  position: absolute;
  top: 0;
  bottom: unset;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}
.cke_editable .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content h6 {
  z-index: 4;
}
.cke_editable .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content ol li {
  z-index: 4;
}
.cke_editable .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content .t-more {
  position: absolute;
  z-index: 3;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cke_editable .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-2.twoonmobil:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-2.oneonmobil:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-3.twoonmobil:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-3.oneonmobil:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-4.twoonmobil:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-4.oneonmobil:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-5.twoonmobil:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-5.oneonmobil:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-6.twoonmobil:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-6.oneonmobil:not(.toggleblock) .template .t-content .t-more a {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: unset;
}
.cke_editable .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content > div,
.cke_editable .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content > div,
.ck-editor .ck-content .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content > div {
  position: absolute;
  top: 0;
  bottom: unset;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}
.cke_editable .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content h6,
.cke_editable .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content h1,
.cke_editable .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content h2,
.cke_editable .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content h3,
.cke_editable .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content h4,
.cke_editable .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content h5,
.cke_editable .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content h6,
.ck-editor .ck-content .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content h1,
.ck-editor .ck-content .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content h2,
.ck-editor .ck-content .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content h3,
.ck-editor .ck-content .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content h4,
.ck-editor .ck-content .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content h5,
.ck-editor .ck-content .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content h6 {
  z-index: 4;
}
.cke_editable .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content ol li,
.cke_editable .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content p,
.cke_editable .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content ul li,
.cke_editable .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content ol li,
.ck-editor .ck-content .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content p,
.ck-editor .ck-content .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content ul li,
.ck-editor .ck-content .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content ol li {
  z-index: 4;
}
.cke_editable .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.cke_editable .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more,
.ck-editor .ck-content .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more {
  position: absolute;
  z-index: 3;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cke_editable .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.cke_editable .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-2.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-2.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-3.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-3.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-4.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-4.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-5.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-5.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-6.twoonmobil--gray:not(.toggleblock) .template .t-content .t-more a,
.ck-editor .ck-content .flex-col-6.oneonmobil--gray:not(.toggleblock) .template .t-content .t-more a {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: unset;
}
.cke_editable .flex-col-2.toggleblock .template .t-img:before,
.cke_editable .flex-col-3.toggleblock .template .t-img:before,
.cke_editable .flex-col-4.toggleblock .template .t-img:before,
.cke_editable .flex-col-5.toggleblock .template .t-img:before,
.cke_editable .flex-col-6.toggleblock .template .t-img:before,
.ck-editor .ck-content .flex-col-2.toggleblock .template .t-img:before,
.ck-editor .ck-content .flex-col-3.toggleblock .template .t-img:before,
.ck-editor .ck-content .flex-col-4.toggleblock .template .t-img:before,
.ck-editor .ck-content .flex-col-5.toggleblock .template .t-img:before,
.ck-editor .ck-content .flex-col-6.toggleblock .template .t-img:before {
  display: none;
}
.cke_editable .flex-col-2.toggleblock .template .t-content h2,
.cke_editable .flex-col-3.toggleblock .template .t-content h2,
.cke_editable .flex-col-4.toggleblock .template .t-content h2,
.cke_editable .flex-col-5.toggleblock .template .t-content h2,
.cke_editable .flex-col-6.toggleblock .template .t-content h2,
.ck-editor .ck-content .flex-col-2.toggleblock .template .t-content h2,
.ck-editor .ck-content .flex-col-3.toggleblock .template .t-content h2,
.ck-editor .ck-content .flex-col-4.toggleblock .template .t-content h2,
.ck-editor .ck-content .flex-col-5.toggleblock .template .t-content h2,
.ck-editor .ck-content .flex-col-6.toggleblock .template .t-content h2 {
  position: relative;
  z-index: 4;
  display: block;
}

/* float box */
.float-box-left,
.float-box-right {
  position: relative;
  margin: 0.3125rem 0 0.9375rem 0;
  padding: 1.5625rem 1.25rem 0.625rem 1.25rem;
  background: #f0f0f0;
}
.float-box-left:before,
.float-box-right:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 0.375rem;
  content: '';
  background: red;
}

@media (min-width: 780px) {
  .float-box-right {
    float: right;
    width: 13.75rem;
    margin-left: 1.5625rem;
  }
}
@media (min-width: 1000px) {
  .float-box-right {
    margin-right: -6.875rem;
  }
}
@media (min-width: 1330px) {
  .float-box-right {
    margin-right: -18.75rem;
  }
}

@media (min-width: 780px) {
  .float-box-left {
    float: left;
    width: 13.75rem;
    margin-right: 1.5625rem;
  }
}
@media (min-width: 1000px) {
  .float-box-left {
    margin-left: -6.875rem;
  }
}
@media (min-width: 1330px) {
  .float-box-left {
    margin-left: -18.75rem;
  }
}

.cke_editable .float-box-left,
.cke_editable .float-box-right {
  float: none !important;
  width: auto !important;
  margin: 0 0 0.9375rem 0 !important;
}

.flex-col-2.grid,
.flex-col-3.grid,
.flex-col-4.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0.625rem;
}
.flex-col-2.grid .template5--northumbria,
.flex-col-3.grid .template5--northumbria,
.flex-col-4.grid .template5--northumbria {
  width: 99%;
  height: 95%;
  aspect-ratio: 1;
}

@media (min-width: 780px) {
  .flex-col-2.grid {
    grid-template-columns: 49.5% 49.5%;
    grid-gap: 0.3125rem;
  }
  .flex-col-2.grid .template5--northumbria {
    width: 96%;
    height: 95%;
  }
  .flex-col-3.grid {
    grid-template-columns: 31% 31% 31%;
    grid-gap: 0.9375rem;
  }
  .flex-col-3.grid .template5--northumbria {
    width: 96%;
    height: 92%;
    min-height: 12.5rem;
  }
  .flex-col-4.grid {
    grid-template-columns: 23% 23% 23% 23%;
    grid-gap: 0.9375rem;
  }
  .flex-col-4.grid .template5--northumbria {
    width: 96%;
    height: 90%;
    min-height: 7.5rem;
  }
  body.full_main_left .flex-col-3.grid {
    grid-template-columns: 32% 32% 32%;
    grid-gap: 0.9375rem;
  }
  body.full_main_left .flex-col-3.grid .template5--northumbria {
    width: 96%;
    height: 92%;
    min-height: 12.5rem;
  }
}
/* HORIZONTAL BLOCK FOR WYSIVYG EDITOR */
.horizontal {
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #e0e0e0;
  /* Stín, který se roztáhne o 1000px na každou stranu */
  box-shadow: 0 0 0 100vmax #e0e0e0;
  /* Oříznutí pouze do stran (nahoru/dolů stín neuvidíte díky toku dokumentu) */
  clip-path: inset(0 -100vmax);
}

.scrollbox {
  padding: 0.8125rem;
  background: var(--gray-DD);
}
.scrollbox .scrollbox__cards {
  overflow-y: scroll;
  max-height: 31.25rem;
}
.scrollbox .scrollbox__footer {
  padding-top: 0.8125rem;
  border-top: solid 0.0625rem var(--gray-80);
}
.scrollbox .template {
  padding-top: 0.8125rem;
  border: solid 0.0625rem var(--gray-80);
  border-radius: 0.5625rem;
  background: var(--gray-76);
  box-shadow: var(--gray-80) 0 0 0.25rem;
}
.scrollbox .template p {
  padding-bottom: 0.8125rem;
}

.template {
  position: relative;
  color: #ffffff;
  background: #767676;
}
.template .t-content {
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
}
.template p {
  margin: 0 0 0 0;
  padding: 0 0.8125rem 0.4375rem 0.8125rem;
  line-height: 1.3;
}
.template h2 {
  margin: 0 0 0.3125rem 0;
  padding: 0 0.8125rem;
  color: #ffffff;
  line-height: 1.3;
}
.template h3 {
  margin: 0 0 0.3125rem 0;
  padding: 0 0.8125rem;
  color: #ffffff;
  line-height: 1.3;
}
.template h4 {
  margin: 0 0 0.3125rem 0;
  padding: 0 0.8125rem;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.3;
}
.template h5 {
  margin: 0 0 0.3125rem 0;
  padding: 0 0.8125rem;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.3;
}
.template h6 {
  margin: 0 0 0.3125rem 0;
  padding: 0 0.8125rem;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.3;
}
.template a {
  position: relative;
  z-index: 3;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 0.0625rem solid #ffffff;
}
.template a:hover {
  color: #ffffff !important;
  border-bottom: 0.0625rem solid var(--primary-color) !important;
}
.template div.t-more {
  z-index: 2;
}
.template div.t-more a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  white-space: nowrap;
  text-indent: 125rem;
}
.template:hover div.t-more a {
  opacity: 0.1;
  border: 0;
  background: #000000;
}
.template .t-img {
  min-height: 1.875rem;
  background: #000000;
}
.template .t-img img {
  width: 100%;
  height: auto;
}

.cke_editable .template div.t-more a {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  width: auto;
  height: auto;
  padding: 0.625rem;
  text-indent: 0;
  background: #000000;
}

.template1 {
  width: 100%;
  margin: 0 0 0.625rem 0;
}
.template1 svg.ext {
  fill: var(--white) !important;
}
.template1 svg.ext path {
  stroke: var(--white) !important;
}

@media (min-width: 780px) {
  .template1 {
    float: right;
    width: 15.625rem;
    margin: 0 0 0.625rem 0.9375rem;
  }
}
.template2 {
  width: 100%;
  margin: 0 0 0.625rem 0;
}

@media (min-width: 780px) {
  .template2 {
    float: left;
    width: 15.625rem;
    margin: 0 0.9375rem 0.625rem 0;
  }
}
.template3 {
  position: relative;
  margin: 0 0 1.875rem 0;
}
.template3 .t-content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 0;
  background: url('../images/new/red50.png');
}
.template3 .t-content div {
  padding: 0.625rem 0.3125rem 0.625rem 0.3125rem;
}
.template3.transparent {
  background: transparent;
}
.template3.transparent div.t-more a {
  border-bottom: 0.0625rem solid transparent;
}
@media (max-width: 780px) {
  .template3 .t-content {
    position: relative;
  }
}

.cke_editable .obr .t-content {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  width: auto;
  height: auto;
  padding: 0.9375rem;
  opacity: 1;
  background: none;
}

.template5 {
  color: #000000;
  background: #e6e6e6;
}
.template5 h1,
.template5 h2,
.template5 h3,
.template5 h4,
.template5 h5,
.template5 h6 {
  color: #000000;
}
.template5 .t-content {
  border: solid 0.0625rem #e6e6e6;
}
.template5.template5--kolegium {
  text-align: center;
  background: #fff;
}
.template5.template5--kolegium .t-content h2 {
  font-size: 1.25rem;
}
.template5.template5--kolegium .t-content a,
.template5.template5--kolegium .t-content a:hover {
  color: #e81f2a !important;
  border-bottom: solid 0.0625rem transparent;
}
.template5.template5--kolegium p.mapmarker,
.template5.template5--kolegium p.calendarevnt,
.template5.template5--kolegium p.clockevnt,
.template5.template5--kolegium p.virtevent,
.template5.template5--kolegium p.kontakty2__pos,
.template5.template5--kolegium .kontakty2__tel,
.template5.template5--kolegium .kontakty2__email,
.template5.template5--kolegium p.kontakty2__mob,
.template5.template5--kolegium p.kontakty2__fax,
.template5.template5--kolegium p.kontakty2__web,
.template5.template5--kolegium p.kontakty2__fb,
.template5.template5--kolegium p.kontakty2__post {
  display: inline-block;
}
.template5.template5--kolegium p.mapmarker,
.template5.template5--kolegium p.calendarevent,
.template5.template5--kolegium p.clockevent,
.template5.template5--kolegium p.virtevent {
  padding-left: 1.75rem !important;
}
.template5.template5--northumbria {
  position: relative;
  min-height: 16.875rem;
  background: transparent;
}
.template5.template5--northumbria .t-img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /*&:before {

    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(to bottom, var(--primary-color), transparent);
    opacity: 0.5;
    z-index: 1;        

  }*/
}
.template5.template5--northumbria .t-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline !important;
  width: 100%;
  height: 100%;
  transition: transform 250ms ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(90%);
}
.template5.template5--northumbria .t-content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 0.8rem;
}
.template5.template5--northumbria .t-content > div {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 10%;
  padding-bottom: 5%;
}
.template5.template5--northumbria .t-content > div:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transition: ease-in 0.3s;
  backdrop-filter: blur(0.75rem) brightness(0.6);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.0381) 0.25rem, rgba(0, 0, 0, 0.1464) 0.5rem, rgba(0, 0, 0, 0.3087) 0.75rem, rgba(0, 0, 0, 0.5) 1rem, rgba(0, 0, 0, 0.6913) 1.25rem, rgba(0, 0, 0, 0.8536) 1.5rem, rgba(0, 0, 0, 0.9619) 1.75rem, rgb(0, 0, 0) 2rem);
  mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.0381) 0.25rem, rgba(0, 0, 0, 0.1464) 0.5rem, rgba(0, 0, 0, 0.3087) 0.75rem, rgba(0, 0, 0, 0.5) 1rem, rgba(0, 0, 0, 0.6913) 1.25rem, rgba(0, 0, 0, 0.8536) 1.5rem, rgba(0, 0, 0, 0.9619) 1.75rem, rgb(0, 0, 0) 2rem);
}
.template5.template5--northumbria .t-content h1,
.template5.template5--northumbria .t-content h2,
.template5.template5--northumbria .t-content h3,
.template5.template5--northumbria .t-content h4,
.template5.template5--northumbria .t-content h5,
.template5.template5--northumbria .t-content h6 {
  position: relative;
  z-index: 3;
  padding: 0 1.25rem;
  color: #ffffff;
}
.template5.template5--northumbria .t-content p,
.template5.template5--northumbria .t-content ul li,
.template5.template5--northumbria .t-content ol li {
  position: relative;
  z-index: 3;
  padding: 0 1.25rem;
  color: #ffffff;
}
.template5.template5--northumbria .t-more a,
.template5.template5--northumbria .t-more a:hover {
  opacity: 1;
  border-bottom: solid 0.0625rem transparent !important;
  background: transparent;
}
.template5.template5--northumbria .t-more a:hover {
  border-bottom: solid 0.0625rem transparent !important;
}
.template5.template5--northumbria:hover .t-img img {
  transform: scale(1.015);
}
.template5.template5--northumbria:after {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(to bottom, transparent 40%, #000000 100%); */
}
.template5.template5--northumbria.bgnone:after {
  background: transparent;
}
.template5 .t-img.t-img--kolegium {
  padding: 4.375rem;
  padding-top: 3.125rem;
  padding-bottom: 1.25rem;
  background: #fff;
}
.template5 .t-img.t-img--kolegium.t-img--round img {
  border-radius: 100%;
}
.template5 .t-more.t-more--kolegium {
  padding-bottom: 1.5625rem;
  border-bottom: solid 0.0625rem transparent;
}
.template5 .t-more--guardian {
  position: relative;
  top: 0;
  padding: 0 !important;
}
.template5 .t-more--guardian a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0 !important;
}
.template5 .t-more--guardian a:hover {
  border-bottom: solid 0.0625rem transparent !important;
}
.template5 .t-more--guardian svg.ext {
  display: none;
}
.template5 .t-more--guardian:after {
  display: none;
}
.template5.transparent {
  background: transparent;
}
.template5.transparent div.t-more a {
  border-bottom: 0.0625rem solid transparent;
}

.flex-col-3 .template5--kolegium .t-content a {
  font-size: 0.75rem;
}

.flex-col-3 .template5--kolegium .t-img--kolegium {
  padding: 1.25rem;
}

.template6 {
  position: relative;
}
.template6 ul,
.template6 ol {
  margin-bottom: 0;
}
.template6 ul li,
.template6 ol li {
  margin: 0 0 0.9375rem 0;
  padding: 0;
  line-height: 1.5;
}

.timeline {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.timeline:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0.375rem;
  margin-left: -0.1875rem;
  content: '';
  background-color: var(--gray-DD);
}
.timeline__box {
  position: relative;
  width: 50%;
  padding: 0.625rem 2.5rem;
  background-color: inherit;
}
.timeline__box:after {
  position: absolute;
  z-index: 1;
  top: 1.1875rem;
  right: -0.8125rem;
  width: 1.5625rem;
  height: 1.5625rem;
  content: '';
  border: 0.25rem solid var(--primary-color);
  border-radius: 50%;
  background-color: white;
}
.timeline__box--left {
  left: 0;
  padding-left: 0;
}
.timeline__box--right {
  left: 50%;
  padding-right: 0;
}
.timeline__box--left::before {
  position: absolute;
  z-index: 1;
  top: 1.375rem;
  right: 1.875rem;
  width: 0;
  height: 0;
  content: ' ';
  border: medium solid var(--gray-DD);
  border-width: 0.625rem 0 0.625rem 0.625rem;
  border-color: transparent transparent transparent var(--gray-DD);
}
.timeline__box--right::before {
  position: absolute;
  z-index: 1;
  top: 1.375rem;
  left: 1.875rem;
  width: 0;
  height: 0;
  content: ' ';
  border: medium solid var(--gray-DD);
  border-width: 0.625rem 0.625rem 0.625rem 0;
  border-color: transparent var(--gray-DD) transparent transparent;
}
.timeline__box--right::after {
  left: -0.8125rem;
}
.timeline__content {
  position: relative;
  padding: 1.25rem 1.875rem;
  border: solid 0.125rem var(--gray-DD);
  border-radius: 0.375rem;
  background-color: var(--white);
}
@media screen and (max-width: 600px) {
  .timeline:after {
    left: 0.6875rem;
  }
  .timeline__box {
    width: 100%;
    padding-right: 0;
    padding-left: 2.1875rem;
  }
  .timeline__box:before {
    left: 1.5625rem;
    border: medium solid var(--gray-DD);
    border-width: 0.625rem 0.625rem 0.625rem 0;
    border-color: transparent var(--gray-DD) transparent transparent;
  }
  .timeline__box--left::after,
  .timeline__box--right::after {
    left: -0.125rem;
  }
  .timeline__box--right {
    left: 0%;
  }
}
