@charset "UTF-8";
/*DEFAULTS*/
/*DEFAULTS*/
/*DEFAULTS*/
*, *:after, *:before {
  box-sizing: border-box; }

html {
  cursor: default;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0 !important; }

body {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #464646;
  background: white; }

body.resizing *,
body.resizing *:after,
body.resizing *:before {
  transition: none !important; }

.container {
  position: relative;
  display: grid;
  min-height: 100vh;
  width: 100%;
  grid-auto-rows: auto 1fr auto;
  -ms-grid-rows: auto 1fr auto;
  grid-template-columns: 1fr; }

@media (max-width: 1024px) {
  .container {
    padding-top: 70px; } }

.container .header {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  grid-column: 1;
  grid-row: 1; }

.container .main {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  grid-column: 1;
  grid-row: 2; }

.container .footer {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  grid-column: 1;
  grid-row: 3; }

.wrapper, .wrapper3, .wrapper4, .wrapper5, .wrapper6 {
  width: calc(100% - 40px);
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 1024px) {
  .wrapper_tablet_mq2 {
    max-width: 660px; } }

@media (max-width: 1024px) {
  .wrapper-responsive {
    width: calc(100% - 40px);
    max-width: 660px;
    margin-left: auto;
    margin-right: auto; } }

.wrapper2 {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto; }

.wrapper3 {
  max-width: 1026px; }

.wrapper4 {
  max-width: 1200px; }

.wrapper6 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.wrapper5 {
  max-width: 660px; }

.wrapper6 {
  max-width: 740px; }

A {
  outline: none;
  text-decoration: none;
  color: inherit;
  background-color: transparent; }

a[href^=tel] {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

a:active, a:hover {
  outline: 0; }

IMG {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

audio, progress, canvas, video {
  display: inline-block;
  vertical-align: baseline; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

* html audio, * html canvas, * html video {
  display: inline;
  zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

b, strong {
  font-weight: bold; }

button, input, select, optgroup, textarea {
  font-family: "Barlow", sans-serif;
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 0.8em 0; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

* + html code, * + html kbd, * + html pre, * + html samp {
  font-family: 'courier new', monospace; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto; }

q {
  quotes: none; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

* html legend {
  margin-left: -7px; }

* + html legend {
  margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle; }

button, input {
  line-height: normal; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

input {
  padding: 0; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

* html button, * html input[type="button"], * html input[type="reset"], * html input[type="submit"] {
  overflow: visible; }

* html button, * + html input[type="button"], * + html input[type="reset"], * + html input[type="submit"] {
  overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

* html input[type="checkbox"], * html input[type="radio"] {
  height: 13px;
  width: 13px; }

* + html input[type="checkbox"], * + html input[type="radio"] {
  height: 13px;
  width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

area {
  cursor: pointer; }

hr {
  box-sizing: content-box;
  height: 0; }

h1, h2, h3, h4 {
  font-family: "Barlow", sans-serif;
  font-weight: 700; }

strong {
  font-family: "Barlow", sans-serif;
  font-weight: 700; }

/**clear**/
.cf:after {
  content: "";
  display: table;
  clear: both; }

.clear {
  clear: both;
  font-size: 1px;
  height: 0.01px;
  line-height: 1px;
  margin: 0;
  padding: 0; }

/**HELP*/
.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.nowrap {
  white-space: nowrap; }

.uc {
  text-transform: uppercase; }

.f400 {
  font-weight: 400; }

/***FLOATS***/
.fl {
  float: left; }

.fr {
  float: right; }

/*RELATIVE*/
.rel {
  position: relative; }

/*BLOCKS*/
.dblock {
  display: block; }

.hidden {
  display: none !important; }

.img_block {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

/*SICOFILL*/
.sico {
  fill: currentColor;
  display: inline-block;
  pointer-events: none; }

.sicofill {
  fill: currentColor;
  display: inline-block;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%; }

.svghide {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden !important; }

.w100p {
  width: 100%; }

.w186 {
  width: 186px; }

.wmin170 {
  min-width: 170px; }

.wmin186 {
  min-width: 186px; }

@media (min-width: 1351px) {
  .show_mq_wide {
    display: none !important; } }

@media (min-width: 1025px) {
  .show_mq2 {
    display: none !important; } }

@media (min-width: 769px) {
  .show_mq3 {
    display: none !important; } }

@media (min-width: 561px) {
  .show_mq5 {
    display: none !important; } }

@media (max-width: 1350px) {
  .hide_mq_wide {
    display: none !important; } }

@media (max-width: 1140px) {
  .hide_mq1 {
    display: none !important; } }

@media (max-width: 1024px) {
  .hide_mq2 {
    display: none !important; } }

@media (max-width: 768px) {
  .hide_mq3 {
    display: none !important; } }

@media (max-width: 560px) {
  .hide_mq5 {
    display: none !important; } }

/**MQ**/
@media only screen and (max-width: 319px) {
  body {
    min-width: 320px;
    overflow-x: hidden; } }

/*STYLE PRIMARY*/
.main {
  min-width: 100%;
  position: relative;
  overflow: hidden; }

.main_inner {
  position: relative;
  padding-bottom: 50px; }

@media (max-width: 1024px) {
  .main_inner {
    padding-bottom: 0; } }

/*GRID*/
.grid {
  display: flex;
  margin-left: -20px; }

.grid:not(.flex-nowrap) {
  flex-wrap: wrap; }

.grid > .col1, .grid > .col2, .grid > .col23, .grid > .col3, .grid > .col35, .grid > .col34, .grid > .col4,
.grid > .col5, .grid > .col6, .grid > .col_default,
.grid > .col20per,
.grid > .col30per,
.grid > .col27per,
.grid > .col46per,
.grid > .col40per {
  margin-left: 20px; }

.grid > .col1 {
  width: calc(100% - 20px); }

.grid > .col23 {
  width: calc(66.666% - 20px); }

.grid > .col2 {
  width: calc(50% - 20px); }

.grid > .col3 {
  width: calc((33.333%) - 20px); }

.grid > .col34 {
  width: calc(75% - 20px); }

.grid > .col4 {
  width: calc(25% - 20px); }

.grid > .col5 {
  width: calc(20% - 20px); }

.grid > .col35 {
  width: calc(60% - 20px); }

.grid > .col6 {
  width: calc(16.6666% - 20px); }

.grid > .col20per {
  width: calc(20% - 20px); }

.grid > .col30per {
  width: calc(30% - 20px); }

.grid > .col27per {
  width: calc(27% - 20px); }

.grid > .col46per {
  width: calc(46% - 20px); }

.grid > .col40per {
  width: calc(40% - 20px); }

.grid > .offset {
  margin-top: 20px; }

.grid > .col_equal {
  flex: 1 1 0%;
  margin-left: 20px; }

.grid > .col_fill {
  flex: 1 1 auto;
  margin-left: 20px;
  min-width: 0; }

.grid > .offset_col4:nth-child(4) ~ .offset_col4 {
  margin-top: 20px; }

.grid > .offset_double {
  margin-top: 40px; }

.grid > .offset_half {
  margin-top: 10px; }

@media (max-width: 1350px) {
  .grid > .col3_mqwide {
    width: calc(33.333% - 20px); } }

@media (max-width: 1140px) {
  .grid > .col1_mq1 {
    width: calc(100% - 20px); }
  .grid > .col2_mq1 {
    width: calc(50% - 20px); }
  .grid > .col3_mq1 {
    width: calc(33.333% - 20px); }
  .grid > .offset_col3_mq1:nth-child(3) ~ .offset_col3_mq1 {
    margin-top: 20px; }
  .grid > .offset_double_mq1 {
    margin-top: 40px; } }

@media (max-width: 1024px) {
  .grid > .col1_mq2 {
    width: calc(100% - 20px); }
  .grid > .col2_mq2 {
    width: calc(50% - 20px); }
  .grid > .col3_mq2 {
    width: calc((100%/3) - 20px); }
  .grid > .col4_mq2 {
    width: calc(25% - 20px); }
  .grid > .offset_mq2 {
    margin-top: 20px; }
  .grid > .offset_col_mq2 + .offset_col_mq2 {
    margin-top: 20px; }
  .grid > .offset_half_mq2 + .offset_half_mq2 {
    margin-top: 10px; } }

@media (max-width: 768px) {
  .grid > .col1_mq3 {
    width: calc(100% - 20px); }
  .grid > .col2_mq3 {
    width: calc(50% - 20px); }
  .grid > .col3_mq3 {
    width: calc((100%/3) - 20px); }
  .grid > .offset_mq3 + .offset_mq3 {
    margin-top: 20px; }
  .grid > .offset_col2_mq3:nth-child(2) ~ .offset_col2_mq3 {
    margin-top: 20px; }
  .grid > .col_fill_mq3 {
    flex: 1 1 auto; }
  .grid > .offset_double_mq3 {
    margin-top: 40px; } }

@media (max-width: 600px) {
  .grid > .col1_mq4 {
    width: calc(100% - 20px); }
  .grid > .col2_mq4 {
    width: calc(50% - 20px); }
  .grid > .offset_col1_mq4:nth-child(1) ~ .offset_col1_mq4 {
    margin-top: 20px; }
  .grid > .offset_mq4 {
    margin-top: 20px; } }

.grid.small-space {
  margin-left: -10px; }

.grid.small-space > .col1, .grid.small-space > .col2, .grid.small-space > .col23, .grid.small-space > .col3, .grid.small-space > .col35, .grid.small-space > .col34, .grid.small-space > .col4,
.grid.small-space > .col5, .grid.small-space > .col6, .grid.small-space > .col_default,
.grid.small-space > .col20per,
.grid.small-space > .col30per,
.grid.small-space > .col27per,
.grid.small-space > .col46per,
.grid.small-space > .col40per {
  margin-left: 10px; }

.grid.small-space > .col1 {
  width: calc(100% - 10px); }

.grid.small-space > .col23 {
  width: calc(66.666% - 10px); }

.grid.small-space > .col2 {
  width: calc(50% - 10px); }

.grid.small-space > .col3 {
  width: calc((33.333%) - 10px); }

.grid.small-space > .col34 {
  width: calc(75% - 10px); }

.grid.small-space > .col4 {
  width: calc(25% - 10px); }

.grid.small-space > .col5 {
  width: calc(20% - 10px); }

.grid.small-space > .col35 {
  width: calc(60% - 10px); }

.grid.small-space > .col6 {
  width: calc(16.6666% - 10px); }

.grid.small-space > .col20per {
  width: calc(20% - 10px); }

.grid.small-space > .col30per {
  width: calc(30% - 10px); }

.grid.small-space > .col27per {
  width: calc(27% - 10px); }

.grid.small-space > .col46per {
  width: calc(46% - 10px); }

.grid.small-space > .col40per {
  width: calc(40% - 10px); }

.grid.small-space > .offset {
  margin-top: 10px; }

.grid.small-space > .col_equal {
  flex: 1 1 0%;
  margin-left: 10px; }

.grid.small-space > .col_fill {
  flex: 1 1 auto;
  margin-left: 10px;
  min-width: 0; }

.grid.small-space > .offset_col4:nth-child(4) ~ .offset_col4 {
  margin-top: 10px; }

.grid.small-space > .offset_double {
  margin-top: 20px; }

.grid.small-space > .offset_half {
  margin-top: 5px; }

@media (max-width: 1350px) {
  .grid.small-space > .col3_mqwide {
    width: calc(33.333% - 10px); } }

@media (max-width: 1140px) {
  .grid.small-space > .col1_mq1 {
    width: calc(100% - 10px); }
  .grid.small-space > .col2_mq1 {
    width: calc(50% - 10px); }
  .grid.small-space > .col3_mq1 {
    width: calc(33.333% - 10px); }
  .grid.small-space > .offset_col3_mq1:nth-child(3) ~ .offset_col3_mq1 {
    margin-top: 10px; }
  .grid.small-space > .offset_double_mq1 {
    margin-top: 20px; } }

@media (max-width: 1024px) {
  .grid.small-space > .col1_mq2 {
    width: calc(100% - 10px); }
  .grid.small-space > .col2_mq2 {
    width: calc(50% - 10px); }
  .grid.small-space > .col3_mq2 {
    width: calc((100%/3) - 10px); }
  .grid.small-space > .col4_mq2 {
    width: calc(25% - 10px); }
  .grid.small-space > .offset_mq2 {
    margin-top: 10px; }
  .grid.small-space > .offset_col_mq2 + .offset_col_mq2 {
    margin-top: 10px; }
  .grid.small-space > .offset_half_mq2 + .offset_half_mq2 {
    margin-top: 5px; } }

@media (max-width: 768px) {
  .grid.small-space > .col1_mq3 {
    width: calc(100% - 10px); }
  .grid.small-space > .col2_mq3 {
    width: calc(50% - 10px); }
  .grid.small-space > .col3_mq3 {
    width: calc((100%/3) - 10px); }
  .grid.small-space > .offset_mq3 + .offset_mq3 {
    margin-top: 10px; }
  .grid.small-space > .offset_col2_mq3:nth-child(2) ~ .offset_col2_mq3 {
    margin-top: 10px; }
  .grid.small-space > .col_fill_mq3 {
    flex: 1 1 auto; }
  .grid.small-space > .offset_double_mq3 {
    margin-top: 20px; } }

@media (max-width: 600px) {
  .grid.small-space > .col1_mq4 {
    width: calc(100% - 10px); }
  .grid.small-space > .col2_mq4 {
    width: calc(50% - 10px); }
  .grid.small-space > .offset_col1_mq4:nth-child(1) ~ .offset_col1_mq4 {
    margin-top: 10px; }
  .grid.small-space > .offset_mq4 {
    margin-top: 10px; } }

.grid.mid-space {
  margin-left: -36px; }

.grid.mid-space > .col1, .grid.mid-space > .col2, .grid.mid-space > .col23, .grid.mid-space > .col3, .grid.mid-space > .col35, .grid.mid-space > .col34, .grid.mid-space > .col4,
.grid.mid-space > .col5, .grid.mid-space > .col6, .grid.mid-space > .col_default,
.grid.mid-space > .col20per,
.grid.mid-space > .col30per,
.grid.mid-space > .col27per,
.grid.mid-space > .col46per,
.grid.mid-space > .col40per {
  margin-left: 36px; }

.grid.mid-space > .col1 {
  width: calc(100% - 36px); }

.grid.mid-space > .col23 {
  width: calc(66.666% - 36px); }

.grid.mid-space > .col2 {
  width: calc(50% - 36px); }

.grid.mid-space > .col3 {
  width: calc((33.333%) - 36px); }

.grid.mid-space > .col34 {
  width: calc(75% - 36px); }

.grid.mid-space > .col4 {
  width: calc(25% - 36px); }

.grid.mid-space > .col5 {
  width: calc(20% - 36px); }

.grid.mid-space > .col35 {
  width: calc(60% - 36px); }

.grid.mid-space > .col6 {
  width: calc(16.6666% - 36px); }

.grid.mid-space > .col20per {
  width: calc(20% - 36px); }

.grid.mid-space > .col30per {
  width: calc(30% - 36px); }

.grid.mid-space > .col27per {
  width: calc(27% - 36px); }

.grid.mid-space > .col46per {
  width: calc(46% - 36px); }

.grid.mid-space > .col40per {
  width: calc(40% - 36px); }

.grid.mid-space > .offset {
  margin-top: 36px; }

.grid.mid-space > .col_equal {
  flex: 1 1 0%;
  margin-left: 36px; }

.grid.mid-space > .col_fill {
  flex: 1 1 auto;
  margin-left: 36px;
  min-width: 0; }

.grid.mid-space > .offset_col4:nth-child(4) ~ .offset_col4 {
  margin-top: 36px; }

.grid.mid-space > .offset_double {
  margin-top: 72px; }

.grid.mid-space > .offset_half {
  margin-top: 18px; }

@media (max-width: 1350px) {
  .grid.mid-space > .col3_mqwide {
    width: calc(33.333% - 36px); } }

@media (max-width: 1140px) {
  .grid.mid-space > .col1_mq1 {
    width: calc(100% - 36px); }
  .grid.mid-space > .col2_mq1 {
    width: calc(50% - 36px); }
  .grid.mid-space > .col3_mq1 {
    width: calc(33.333% - 36px); }
  .grid.mid-space > .offset_col3_mq1:nth-child(3) ~ .offset_col3_mq1 {
    margin-top: 36px; }
  .grid.mid-space > .offset_double_mq1 {
    margin-top: 72px; } }

@media (max-width: 1024px) {
  .grid.mid-space > .col1_mq2 {
    width: calc(100% - 36px); }
  .grid.mid-space > .col2_mq2 {
    width: calc(50% - 36px); }
  .grid.mid-space > .col3_mq2 {
    width: calc((100%/3) - 36px); }
  .grid.mid-space > .col4_mq2 {
    width: calc(25% - 36px); }
  .grid.mid-space > .offset_mq2 {
    margin-top: 36px; }
  .grid.mid-space > .offset_col_mq2 + .offset_col_mq2 {
    margin-top: 36px; }
  .grid.mid-space > .offset_half_mq2 + .offset_half_mq2 {
    margin-top: 18px; } }

@media (max-width: 768px) {
  .grid.mid-space > .col1_mq3 {
    width: calc(100% - 36px); }
  .grid.mid-space > .col2_mq3 {
    width: calc(50% - 36px); }
  .grid.mid-space > .col3_mq3 {
    width: calc((100%/3) - 36px); }
  .grid.mid-space > .offset_mq3 + .offset_mq3 {
    margin-top: 36px; }
  .grid.mid-space > .offset_col2_mq3:nth-child(2) ~ .offset_col2_mq3 {
    margin-top: 36px; }
  .grid.mid-space > .col_fill_mq3 {
    flex: 1 1 auto; }
  .grid.mid-space > .offset_double_mq3 {
    margin-top: 72px; } }

@media (max-width: 600px) {
  .grid.mid-space > .col1_mq4 {
    width: calc(100% - 36px); }
  .grid.mid-space > .col2_mq4 {
    width: calc(50% - 36px); }
  .grid.mid-space > .offset_col1_mq4:nth-child(1) ~ .offset_col1_mq4 {
    margin-top: 36px; }
  .grid.mid-space > .offset_mq4 {
    margin-top: 36px; } }

.grid.big-space {
  margin-left: -46px; }

.grid.big-space > .col1, .grid.big-space > .col2, .grid.big-space > .col23, .grid.big-space > .col3, .grid.big-space > .col35, .grid.big-space > .col34, .grid.big-space > .col4,
.grid.big-space > .col5, .grid.big-space > .col6, .grid.big-space > .col_default,
.grid.big-space > .col20per,
.grid.big-space > .col30per,
.grid.big-space > .col27per,
.grid.big-space > .col46per,
.grid.big-space > .col40per {
  margin-left: 46px; }

.grid.big-space > .col1 {
  width: calc(100% - 46px); }

.grid.big-space > .col23 {
  width: calc(66.666% - 46px); }

.grid.big-space > .col2 {
  width: calc(50% - 46px); }

.grid.big-space > .col3 {
  width: calc((33.333%) - 46px); }

.grid.big-space > .col34 {
  width: calc(75% - 46px); }

.grid.big-space > .col4 {
  width: calc(25% - 46px); }

.grid.big-space > .col5 {
  width: calc(20% - 46px); }

.grid.big-space > .col35 {
  width: calc(60% - 46px); }

.grid.big-space > .col6 {
  width: calc(16.6666% - 46px); }

.grid.big-space > .col20per {
  width: calc(20% - 46px); }

.grid.big-space > .col30per {
  width: calc(30% - 46px); }

.grid.big-space > .col27per {
  width: calc(27% - 46px); }

.grid.big-space > .col46per {
  width: calc(46% - 46px); }

.grid.big-space > .col40per {
  width: calc(40% - 46px); }

.grid.big-space > .offset {
  margin-top: 46px; }

.grid.big-space > .col_equal {
  flex: 1 1 0%;
  margin-left: 46px; }

.grid.big-space > .col_fill {
  flex: 1 1 auto;
  margin-left: 46px;
  min-width: 0; }

.grid.big-space > .offset_col4:nth-child(4) ~ .offset_col4 {
  margin-top: 46px; }

.grid.big-space > .offset_double {
  margin-top: 92px; }

.grid.big-space > .offset_half {
  margin-top: 23px; }

@media (max-width: 1350px) {
  .grid.big-space > .col3_mqwide {
    width: calc(33.333% - 46px); } }

@media (max-width: 1140px) {
  .grid.big-space > .col1_mq1 {
    width: calc(100% - 46px); }
  .grid.big-space > .col2_mq1 {
    width: calc(50% - 46px); }
  .grid.big-space > .col3_mq1 {
    width: calc(33.333% - 46px); }
  .grid.big-space > .offset_col3_mq1:nth-child(3) ~ .offset_col3_mq1 {
    margin-top: 46px; }
  .grid.big-space > .offset_double_mq1 {
    margin-top: 92px; } }

@media (max-width: 1024px) {
  .grid.big-space > .col1_mq2 {
    width: calc(100% - 46px); }
  .grid.big-space > .col2_mq2 {
    width: calc(50% - 46px); }
  .grid.big-space > .col3_mq2 {
    width: calc((100%/3) - 46px); }
  .grid.big-space > .col4_mq2 {
    width: calc(25% - 46px); }
  .grid.big-space > .offset_mq2 {
    margin-top: 46px; }
  .grid.big-space > .offset_col_mq2 + .offset_col_mq2 {
    margin-top: 46px; }
  .grid.big-space > .offset_half_mq2 + .offset_half_mq2 {
    margin-top: 23px; } }

@media (max-width: 768px) {
  .grid.big-space > .col1_mq3 {
    width: calc(100% - 46px); }
  .grid.big-space > .col2_mq3 {
    width: calc(50% - 46px); }
  .grid.big-space > .col3_mq3 {
    width: calc((100%/3) - 46px); }
  .grid.big-space > .offset_mq3 + .offset_mq3 {
    margin-top: 46px; }
  .grid.big-space > .offset_col2_mq3:nth-child(2) ~ .offset_col2_mq3 {
    margin-top: 46px; }
  .grid.big-space > .col_fill_mq3 {
    flex: 1 1 auto; }
  .grid.big-space > .offset_double_mq3 {
    margin-top: 92px; } }

@media (max-width: 600px) {
  .grid.big-space > .col1_mq4 {
    width: calc(100% - 46px); }
  .grid.big-space > .col2_mq4 {
    width: calc(50% - 46px); }
  .grid.big-space > .offset_col1_mq4:nth-child(1) ~ .offset_col1_mq4 {
    margin-top: 46px; }
  .grid.big-space > .offset_mq4 {
    margin-top: 46px; } }

.grid.zero-space {
  margin-left: 0px; }

.grid.zero-space > .col1, .grid.zero-space > .col2, .grid.zero-space > .col23, .grid.zero-space > .col3, .grid.zero-space > .col35, .grid.zero-space > .col34, .grid.zero-space > .col4,
.grid.zero-space > .col5, .grid.zero-space > .col6, .grid.zero-space > .col_default,
.grid.zero-space > .col20per,
.grid.zero-space > .col30per,
.grid.zero-space > .col27per,
.grid.zero-space > .col46per,
.grid.zero-space > .col40per {
  margin-left: 0px; }

.grid.zero-space > .col1 {
  width: calc(100% - 0px); }

.grid.zero-space > .col23 {
  width: calc(66.666% - 0px); }

.grid.zero-space > .col2 {
  width: calc(50% - 0px); }

.grid.zero-space > .col3 {
  width: calc((33.333%) - 0px); }

.grid.zero-space > .col34 {
  width: calc(75% - 0px); }

.grid.zero-space > .col4 {
  width: calc(25% - 0px); }

.grid.zero-space > .col5 {
  width: calc(20% - 0px); }

.grid.zero-space > .col35 {
  width: calc(60% - 0px); }

.grid.zero-space > .col6 {
  width: calc(16.6666% - 0px); }

.grid.zero-space > .col20per {
  width: calc(20% - 0px); }

.grid.zero-space > .col30per {
  width: calc(30% - 0px); }

.grid.zero-space > .col27per {
  width: calc(27% - 0px); }

.grid.zero-space > .col46per {
  width: calc(46% - 0px); }

.grid.zero-space > .col40per {
  width: calc(40% - 0px); }

.grid.zero-space > .offset {
  margin-top: 0px; }

.grid.zero-space > .col_equal {
  flex: 1 1 0%;
  margin-left: 0px; }

.grid.zero-space > .col_fill {
  flex: 1 1 auto;
  margin-left: 0px;
  min-width: 0; }

.grid.zero-space > .offset_col4:nth-child(4) ~ .offset_col4 {
  margin-top: 0px; }

.grid.zero-space > .offset_double {
  margin-top: 0px; }

.grid.zero-space > .offset_half {
  margin-top: 0px; }

@media (max-width: 1350px) {
  .grid.zero-space > .col3_mqwide {
    width: calc(33.333% - 0px); } }

@media (max-width: 1140px) {
  .grid.zero-space > .col1_mq1 {
    width: calc(100% - 0px); }
  .grid.zero-space > .col2_mq1 {
    width: calc(50% - 0px); }
  .grid.zero-space > .col3_mq1 {
    width: calc(33.333% - 0px); }
  .grid.zero-space > .offset_col3_mq1:nth-child(3) ~ .offset_col3_mq1 {
    margin-top: 0px; }
  .grid.zero-space > .offset_double_mq1 {
    margin-top: 0px; } }

@media (max-width: 1024px) {
  .grid.zero-space > .col1_mq2 {
    width: calc(100% - 0px); }
  .grid.zero-space > .col2_mq2 {
    width: calc(50% - 0px); }
  .grid.zero-space > .col3_mq2 {
    width: calc((100%/3) - 0px); }
  .grid.zero-space > .col4_mq2 {
    width: calc(25% - 0px); }
  .grid.zero-space > .offset_mq2 {
    margin-top: 0px; }
  .grid.zero-space > .offset_col_mq2 + .offset_col_mq2 {
    margin-top: 0px; }
  .grid.zero-space > .offset_half_mq2 + .offset_half_mq2 {
    margin-top: 0px; } }

@media (max-width: 768px) {
  .grid.zero-space > .col1_mq3 {
    width: calc(100% - 0px); }
  .grid.zero-space > .col2_mq3 {
    width: calc(50% - 0px); }
  .grid.zero-space > .col3_mq3 {
    width: calc((100%/3) - 0px); }
  .grid.zero-space > .offset_mq3 + .offset_mq3 {
    margin-top: 0px; }
  .grid.zero-space > .offset_col2_mq3:nth-child(2) ~ .offset_col2_mq3 {
    margin-top: 0px; }
  .grid.zero-space > .col_fill_mq3 {
    flex: 1 1 auto; }
  .grid.zero-space > .offset_double_mq3 {
    margin-top: 0px; } }

@media (max-width: 600px) {
  .grid.zero-space > .col1_mq4 {
    width: calc(100% - 0px); }
  .grid.zero-space > .col2_mq4 {
    width: calc(50% - 0px); }
  .grid.zero-space > .offset_col1_mq4:nth-child(1) ~ .offset_col1_mq4 {
    margin-top: 0px; }
  .grid.zero-space > .offset_mq4 {
    margin-top: 0px; } }

@media (max-width: 1350px) {
  .grid.normal-space-mqwide {
    margin-left: -20px; }
  .grid.normal-space-mqwide > .col1, .grid.normal-space-mqwide > .col2, .grid.normal-space-mqwide > .col23, .grid.normal-space-mqwide > .col3, .grid.normal-space-mqwide > .col35, .grid.normal-space-mqwide > .col34, .grid.normal-space-mqwide > .col4,
  .grid.normal-space-mqwide > .col5, .grid.normal-space-mqwide > .col6, .grid.normal-space-mqwide > .col_default,
  .grid.normal-space-mqwide > .col20per,
  .grid.normal-space-mqwide > .col30per,
  .grid.normal-space-mqwide > .col27per,
  .grid.normal-space-mqwide > .col46per,
  .grid.normal-space-mqwide > .col40per {
    margin-left: 20px; }
  .grid.normal-space-mqwide > .col1 {
    width: calc(100% - 20px); }
  .grid.normal-space-mqwide > .col23 {
    width: calc(66.666% - 20px); }
  .grid.normal-space-mqwide > .col2 {
    width: calc(50% - 20px); }
  .grid.normal-space-mqwide > .col3 {
    width: calc((33.333%) - 20px); }
  .grid.normal-space-mqwide > .col34 {
    width: calc(75% - 20px); }
  .grid.normal-space-mqwide > .col4 {
    width: calc(25% - 20px); }
  .grid.normal-space-mqwide > .col5 {
    width: calc(20% - 20px); }
  .grid.normal-space-mqwide > .col35 {
    width: calc(60% - 20px); }
  .grid.normal-space-mqwide > .col6 {
    width: calc(16.6666% - 20px); }
  .grid.normal-space-mqwide > .col20per {
    width: calc(20% - 20px); }
  .grid.normal-space-mqwide > .col30per {
    width: calc(30% - 20px); }
  .grid.normal-space-mqwide > .col27per {
    width: calc(27% - 20px); }
  .grid.normal-space-mqwide > .col46per {
    width: calc(46% - 20px); }
  .grid.normal-space-mqwide > .col40per {
    width: calc(40% - 20px); }
  .grid.normal-space-mqwide > .offset {
    margin-top: 20px; }
  .grid.normal-space-mqwide > .col_equal {
    flex: 1 1 0%;
    margin-left: 20px; }
  .grid.normal-space-mqwide > .col_fill {
    flex: 1 1 auto;
    margin-left: 20px;
    min-width: 0; }
  .grid.normal-space-mqwide > .offset_col4:nth-child(4) ~ .offset_col4 {
    margin-top: 20px; }
  .grid.normal-space-mqwide > .offset_double {
    margin-top: 40px; }
  .grid.normal-space-mqwide > .offset_half {
    margin-top: 10px; } }

@media (max-width: 1350px) and (max-width: 1350px) {
  .grid.normal-space-mqwide > .col3_mqwide {
    width: calc(33.333% - 20px); } }

@media (max-width: 1350px) and (max-width: 1140px) {
  .grid.normal-space-mqwide > .col1_mq1 {
    width: calc(100% - 20px); }
  .grid.normal-space-mqwide > .col2_mq1 {
    width: calc(50% - 20px); }
  .grid.normal-space-mqwide > .col3_mq1 {
    width: calc(33.333% - 20px); }
  .grid.normal-space-mqwide > .offset_col3_mq1:nth-child(3) ~ .offset_col3_mq1 {
    margin-top: 20px; }
  .grid.normal-space-mqwide > .offset_double_mq1 {
    margin-top: 40px; } }

@media (max-width: 1350px) and (max-width: 1024px) {
  .grid.normal-space-mqwide > .col1_mq2 {
    width: calc(100% - 20px); }
  .grid.normal-space-mqwide > .col2_mq2 {
    width: calc(50% - 20px); }
  .grid.normal-space-mqwide > .col3_mq2 {
    width: calc((100%/3) - 20px); }
  .grid.normal-space-mqwide > .col4_mq2 {
    width: calc(25% - 20px); }
  .grid.normal-space-mqwide > .offset_mq2 {
    margin-top: 20px; }
  .grid.normal-space-mqwide > .offset_col_mq2 + .offset_col_mq2 {
    margin-top: 20px; }
  .grid.normal-space-mqwide > .offset_half_mq2 + .offset_half_mq2 {
    margin-top: 10px; } }

@media (max-width: 1350px) and (max-width: 768px) {
  .grid.normal-space-mqwide > .col1_mq3 {
    width: calc(100% - 20px); }
  .grid.normal-space-mqwide > .col2_mq3 {
    width: calc(50% - 20px); }
  .grid.normal-space-mqwide > .col3_mq3 {
    width: calc((100%/3) - 20px); }
  .grid.normal-space-mqwide > .offset_mq3 + .offset_mq3 {
    margin-top: 20px; }
  .grid.normal-space-mqwide > .offset_col2_mq3:nth-child(2) ~ .offset_col2_mq3 {
    margin-top: 20px; }
  .grid.normal-space-mqwide > .col_fill_mq3 {
    flex: 1 1 auto; }
  .grid.normal-space-mqwide > .offset_double_mq3 {
    margin-top: 40px; } }

@media (max-width: 1350px) and (max-width: 600px) {
  .grid.normal-space-mqwide > .col1_mq4 {
    width: calc(100% - 20px); }
  .grid.normal-space-mqwide > .col2_mq4 {
    width: calc(50% - 20px); }
  .grid.normal-space-mqwide > .offset_col1_mq4:nth-child(1) ~ .offset_col1_mq4 {
    margin-top: 20px; }
  .grid.normal-space-mqwide > .offset_mq4 {
    margin-top: 20px; } }

@media (max-width: 768px) {
  .grid.mid-space-mq3 {
    margin-left: -36px; }
  .grid.mid-space-mq3 > .col1, .grid.mid-space-mq3 > .col2, .grid.mid-space-mq3 > .col23, .grid.mid-space-mq3 > .col3, .grid.mid-space-mq3 > .col35, .grid.mid-space-mq3 > .col34, .grid.mid-space-mq3 > .col4,
  .grid.mid-space-mq3 > .col5, .grid.mid-space-mq3 > .col6, .grid.mid-space-mq3 > .col_default,
  .grid.mid-space-mq3 > .col20per,
  .grid.mid-space-mq3 > .col30per,
  .grid.mid-space-mq3 > .col27per,
  .grid.mid-space-mq3 > .col46per,
  .grid.mid-space-mq3 > .col40per {
    margin-left: 36px; }
  .grid.mid-space-mq3 > .col1 {
    width: calc(100% - 36px); }
  .grid.mid-space-mq3 > .col23 {
    width: calc(66.666% - 36px); }
  .grid.mid-space-mq3 > .col2 {
    width: calc(50% - 36px); }
  .grid.mid-space-mq3 > .col3 {
    width: calc((33.333%) - 36px); }
  .grid.mid-space-mq3 > .col34 {
    width: calc(75% - 36px); }
  .grid.mid-space-mq3 > .col4 {
    width: calc(25% - 36px); }
  .grid.mid-space-mq3 > .col5 {
    width: calc(20% - 36px); }
  .grid.mid-space-mq3 > .col35 {
    width: calc(60% - 36px); }
  .grid.mid-space-mq3 > .col6 {
    width: calc(16.6666% - 36px); }
  .grid.mid-space-mq3 > .col20per {
    width: calc(20% - 36px); }
  .grid.mid-space-mq3 > .col30per {
    width: calc(30% - 36px); }
  .grid.mid-space-mq3 > .col27per {
    width: calc(27% - 36px); }
  .grid.mid-space-mq3 > .col46per {
    width: calc(46% - 36px); }
  .grid.mid-space-mq3 > .col40per {
    width: calc(40% - 36px); }
  .grid.mid-space-mq3 > .offset {
    margin-top: 36px; }
  .grid.mid-space-mq3 > .col_equal {
    flex: 1 1 0%;
    margin-left: 36px; }
  .grid.mid-space-mq3 > .col_fill {
    flex: 1 1 auto;
    margin-left: 36px;
    min-width: 0; }
  .grid.mid-space-mq3 > .offset_col4:nth-child(4) ~ .offset_col4 {
    margin-top: 36px; }
  .grid.mid-space-mq3 > .offset_double {
    margin-top: 72px; }
  .grid.mid-space-mq3 > .offset_half {
    margin-top: 18px; } }

@media (max-width: 768px) and (max-width: 1350px) {
  .grid.mid-space-mq3 > .col3_mqwide {
    width: calc(33.333% - 36px); } }

@media (max-width: 768px) and (max-width: 1140px) {
  .grid.mid-space-mq3 > .col1_mq1 {
    width: calc(100% - 36px); }
  .grid.mid-space-mq3 > .col2_mq1 {
    width: calc(50% - 36px); }
  .grid.mid-space-mq3 > .col3_mq1 {
    width: calc(33.333% - 36px); }
  .grid.mid-space-mq3 > .offset_col3_mq1:nth-child(3) ~ .offset_col3_mq1 {
    margin-top: 36px; }
  .grid.mid-space-mq3 > .offset_double_mq1 {
    margin-top: 72px; } }

@media (max-width: 768px) and (max-width: 1024px) {
  .grid.mid-space-mq3 > .col1_mq2 {
    width: calc(100% - 36px); }
  .grid.mid-space-mq3 > .col2_mq2 {
    width: calc(50% - 36px); }
  .grid.mid-space-mq3 > .col3_mq2 {
    width: calc((100%/3) - 36px); }
  .grid.mid-space-mq3 > .col4_mq2 {
    width: calc(25% - 36px); }
  .grid.mid-space-mq3 > .offset_mq2 {
    margin-top: 36px; }
  .grid.mid-space-mq3 > .offset_col_mq2 + .offset_col_mq2 {
    margin-top: 36px; }
  .grid.mid-space-mq3 > .offset_half_mq2 + .offset_half_mq2 {
    margin-top: 18px; } }

@media (max-width: 768px) and (max-width: 768px) {
  .grid.mid-space-mq3 > .col1_mq3 {
    width: calc(100% - 36px); }
  .grid.mid-space-mq3 > .col2_mq3 {
    width: calc(50% - 36px); }
  .grid.mid-space-mq3 > .col3_mq3 {
    width: calc((100%/3) - 36px); }
  .grid.mid-space-mq3 > .offset_mq3 + .offset_mq3 {
    margin-top: 36px; }
  .grid.mid-space-mq3 > .offset_col2_mq3:nth-child(2) ~ .offset_col2_mq3 {
    margin-top: 36px; }
  .grid.mid-space-mq3 > .col_fill_mq3 {
    flex: 1 1 auto; }
  .grid.mid-space-mq3 > .offset_double_mq3 {
    margin-top: 72px; } }

@media (max-width: 768px) and (max-width: 600px) {
  .grid.mid-space-mq3 > .col1_mq4 {
    width: calc(100% - 36px); }
  .grid.mid-space-mq3 > .col2_mq4 {
    width: calc(50% - 36px); }
  .grid.mid-space-mq3 > .offset_col1_mq4:nth-child(1) ~ .offset_col1_mq4 {
    margin-top: 36px; }
  .grid.mid-space-mq3 > .offset_mq4 {
    margin-top: 36px; } }

@media (max-width: 768px) {
  .grid.normal-space-mq3 {
    margin-left: -20px; }
  .grid.normal-space-mq3 > .col1, .grid.normal-space-mq3 > .col2, .grid.normal-space-mq3 > .col23, .grid.normal-space-mq3 > .col3, .grid.normal-space-mq3 > .col35, .grid.normal-space-mq3 > .col34, .grid.normal-space-mq3 > .col4,
  .grid.normal-space-mq3 > .col5, .grid.normal-space-mq3 > .col6, .grid.normal-space-mq3 > .col_default,
  .grid.normal-space-mq3 > .col20per,
  .grid.normal-space-mq3 > .col30per,
  .grid.normal-space-mq3 > .col27per,
  .grid.normal-space-mq3 > .col46per,
  .grid.normal-space-mq3 > .col40per {
    margin-left: 20px; }
  .grid.normal-space-mq3 > .col1 {
    width: calc(100% - 20px); }
  .grid.normal-space-mq3 > .col23 {
    width: calc(66.666% - 20px); }
  .grid.normal-space-mq3 > .col2 {
    width: calc(50% - 20px); }
  .grid.normal-space-mq3 > .col3 {
    width: calc((33.333%) - 20px); }
  .grid.normal-space-mq3 > .col34 {
    width: calc(75% - 20px); }
  .grid.normal-space-mq3 > .col4 {
    width: calc(25% - 20px); }
  .grid.normal-space-mq3 > .col5 {
    width: calc(20% - 20px); }
  .grid.normal-space-mq3 > .col35 {
    width: calc(60% - 20px); }
  .grid.normal-space-mq3 > .col6 {
    width: calc(16.6666% - 20px); }
  .grid.normal-space-mq3 > .col20per {
    width: calc(20% - 20px); }
  .grid.normal-space-mq3 > .col30per {
    width: calc(30% - 20px); }
  .grid.normal-space-mq3 > .col27per {
    width: calc(27% - 20px); }
  .grid.normal-space-mq3 > .col46per {
    width: calc(46% - 20px); }
  .grid.normal-space-mq3 > .col40per {
    width: calc(40% - 20px); }
  .grid.normal-space-mq3 > .offset {
    margin-top: 20px; }
  .grid.normal-space-mq3 > .col_equal {
    flex: 1 1 0%;
    margin-left: 20px; }
  .grid.normal-space-mq3 > .col_fill {
    flex: 1 1 auto;
    margin-left: 20px;
    min-width: 0; }
  .grid.normal-space-mq3 > .offset_col4:nth-child(4) ~ .offset_col4 {
    margin-top: 20px; }
  .grid.normal-space-mq3 > .offset_double {
    margin-top: 40px; }
  .grid.normal-space-mq3 > .offset_half {
    margin-top: 10px; } }

@media (max-width: 768px) and (max-width: 1350px) {
  .grid.normal-space-mq3 > .col3_mqwide {
    width: calc(33.333% - 20px); } }

@media (max-width: 768px) and (max-width: 1140px) {
  .grid.normal-space-mq3 > .col1_mq1 {
    width: calc(100% - 20px); }
  .grid.normal-space-mq3 > .col2_mq1 {
    width: calc(50% - 20px); }
  .grid.normal-space-mq3 > .col3_mq1 {
    width: calc(33.333% - 20px); }
  .grid.normal-space-mq3 > .offset_col3_mq1:nth-child(3) ~ .offset_col3_mq1 {
    margin-top: 20px; }
  .grid.normal-space-mq3 > .offset_double_mq1 {
    margin-top: 40px; } }

@media (max-width: 768px) and (max-width: 1024px) {
  .grid.normal-space-mq3 > .col1_mq2 {
    width: calc(100% - 20px); }
  .grid.normal-space-mq3 > .col2_mq2 {
    width: calc(50% - 20px); }
  .grid.normal-space-mq3 > .col3_mq2 {
    width: calc((100%/3) - 20px); }
  .grid.normal-space-mq3 > .col4_mq2 {
    width: calc(25% - 20px); }
  .grid.normal-space-mq3 > .offset_mq2 {
    margin-top: 20px; }
  .grid.normal-space-mq3 > .offset_col_mq2 + .offset_col_mq2 {
    margin-top: 20px; }
  .grid.normal-space-mq3 > .offset_half_mq2 + .offset_half_mq2 {
    margin-top: 10px; } }

@media (max-width: 768px) and (max-width: 768px) {
  .grid.normal-space-mq3 > .col1_mq3 {
    width: calc(100% - 20px); }
  .grid.normal-space-mq3 > .col2_mq3 {
    width: calc(50% - 20px); }
  .grid.normal-space-mq3 > .col3_mq3 {
    width: calc((100%/3) - 20px); }
  .grid.normal-space-mq3 > .offset_mq3 + .offset_mq3 {
    margin-top: 20px; }
  .grid.normal-space-mq3 > .offset_col2_mq3:nth-child(2) ~ .offset_col2_mq3 {
    margin-top: 20px; }
  .grid.normal-space-mq3 > .col_fill_mq3 {
    flex: 1 1 auto; }
  .grid.normal-space-mq3 > .offset_double_mq3 {
    margin-top: 40px; } }

@media (max-width: 768px) and (max-width: 600px) {
  .grid.normal-space-mq3 > .col1_mq4 {
    width: calc(100% - 20px); }
  .grid.normal-space-mq3 > .col2_mq4 {
    width: calc(50% - 20px); }
  .grid.normal-space-mq3 > .offset_col1_mq4:nth-child(1) ~ .offset_col1_mq4 {
    margin-top: 20px; }
  .grid.normal-space-mq3 > .offset_mq4 {
    margin-top: 20px; } }

@media (max-width: 768px) {
  .grid.small-space-mq3 {
    margin-left: -10px; }
  .grid.small-space-mq3 > .col1, .grid.small-space-mq3 > .col2, .grid.small-space-mq3 > .col23, .grid.small-space-mq3 > .col3, .grid.small-space-mq3 > .col35, .grid.small-space-mq3 > .col34, .grid.small-space-mq3 > .col4,
  .grid.small-space-mq3 > .col5, .grid.small-space-mq3 > .col6, .grid.small-space-mq3 > .col_default,
  .grid.small-space-mq3 > .col20per,
  .grid.small-space-mq3 > .col30per,
  .grid.small-space-mq3 > .col27per,
  .grid.small-space-mq3 > .col46per,
  .grid.small-space-mq3 > .col40per {
    margin-left: 10px; }
  .grid.small-space-mq3 > .col1 {
    width: calc(100% - 10px); }
  .grid.small-space-mq3 > .col23 {
    width: calc(66.666% - 10px); }
  .grid.small-space-mq3 > .col2 {
    width: calc(50% - 10px); }
  .grid.small-space-mq3 > .col3 {
    width: calc((33.333%) - 10px); }
  .grid.small-space-mq3 > .col34 {
    width: calc(75% - 10px); }
  .grid.small-space-mq3 > .col4 {
    width: calc(25% - 10px); }
  .grid.small-space-mq3 > .col5 {
    width: calc(20% - 10px); }
  .grid.small-space-mq3 > .col35 {
    width: calc(60% - 10px); }
  .grid.small-space-mq3 > .col6 {
    width: calc(16.6666% - 10px); }
  .grid.small-space-mq3 > .col20per {
    width: calc(20% - 10px); }
  .grid.small-space-mq3 > .col30per {
    width: calc(30% - 10px); }
  .grid.small-space-mq3 > .col27per {
    width: calc(27% - 10px); }
  .grid.small-space-mq3 > .col46per {
    width: calc(46% - 10px); }
  .grid.small-space-mq3 > .col40per {
    width: calc(40% - 10px); }
  .grid.small-space-mq3 > .offset {
    margin-top: 10px; }
  .grid.small-space-mq3 > .col_equal {
    flex: 1 1 0%;
    margin-left: 10px; }
  .grid.small-space-mq3 > .col_fill {
    flex: 1 1 auto;
    margin-left: 10px;
    min-width: 0; }
  .grid.small-space-mq3 > .offset_col4:nth-child(4) ~ .offset_col4 {
    margin-top: 10px; }
  .grid.small-space-mq3 > .offset_double {
    margin-top: 20px; }
  .grid.small-space-mq3 > .offset_half {
    margin-top: 5px; } }

@media (max-width: 768px) and (max-width: 1350px) {
  .grid.small-space-mq3 > .col3_mqwide {
    width: calc(33.333% - 10px); } }

@media (max-width: 768px) and (max-width: 1140px) {
  .grid.small-space-mq3 > .col1_mq1 {
    width: calc(100% - 10px); }
  .grid.small-space-mq3 > .col2_mq1 {
    width: calc(50% - 10px); }
  .grid.small-space-mq3 > .col3_mq1 {
    width: calc(33.333% - 10px); }
  .grid.small-space-mq3 > .offset_col3_mq1:nth-child(3) ~ .offset_col3_mq1 {
    margin-top: 10px; }
  .grid.small-space-mq3 > .offset_double_mq1 {
    margin-top: 20px; } }

@media (max-width: 768px) and (max-width: 1024px) {
  .grid.small-space-mq3 > .col1_mq2 {
    width: calc(100% - 10px); }
  .grid.small-space-mq3 > .col2_mq2 {
    width: calc(50% - 10px); }
  .grid.small-space-mq3 > .col3_mq2 {
    width: calc((100%/3) - 10px); }
  .grid.small-space-mq3 > .col4_mq2 {
    width: calc(25% - 10px); }
  .grid.small-space-mq3 > .offset_mq2 {
    margin-top: 10px; }
  .grid.small-space-mq3 > .offset_col_mq2 + .offset_col_mq2 {
    margin-top: 10px; }
  .grid.small-space-mq3 > .offset_half_mq2 + .offset_half_mq2 {
    margin-top: 5px; } }

@media (max-width: 768px) and (max-width: 768px) {
  .grid.small-space-mq3 > .col1_mq3 {
    width: calc(100% - 10px); }
  .grid.small-space-mq3 > .col2_mq3 {
    width: calc(50% - 10px); }
  .grid.small-space-mq3 > .col3_mq3 {
    width: calc((100%/3) - 10px); }
  .grid.small-space-mq3 > .offset_mq3 + .offset_mq3 {
    margin-top: 10px; }
  .grid.small-space-mq3 > .offset_col2_mq3:nth-child(2) ~ .offset_col2_mq3 {
    margin-top: 10px; }
  .grid.small-space-mq3 > .col_fill_mq3 {
    flex: 1 1 auto; }
  .grid.small-space-mq3 > .offset_double_mq3 {
    margin-top: 20px; } }

@media (max-width: 768px) and (max-width: 600px) {
  .grid.small-space-mq3 > .col1_mq4 {
    width: calc(100% - 10px); }
  .grid.small-space-mq3 > .col2_mq4 {
    width: calc(50% - 10px); }
  .grid.small-space-mq3 > .offset_col1_mq4:nth-child(1) ~ .offset_col1_mq4 {
    margin-top: 10px; }
  .grid.small-space-mq3 > .offset_mq4 {
    margin-top: 10px; } }

.justify-center {
  justify-content: center; }

@media (max-width: 768px) {
  .justify-center-mq3 {
    justify-content: center; } }

.justify-around {
  justify-content: space-around; }

.justify-between {
  justify-content: space-between; }

.justify-right {
  justify-content: flex-end; }

.self-center {
  align-self: center; }

.self-end {
  align-self: flex-end; }

.flex-align-center {
  align-items: center; }

.flex-align-start {
  align-items: flex-start; }

@media (max-width: 1024px) {
  .align-strech-mq2 {
    align-items: stretch; } }

.order-first {
  order: -1; }

@media (max-width: 1140px) {
  .order-first-mq1 {
    order: -1; } }

@media (max-width: 1024px) {
  .order-first-mq2 {
    order: -1; } }

@media (max-width: 768px) {
  .order-first-mq3 {
    order: -1; } }

.order-last {
  order: 9999; }

@media (max-width: 1140px) {
  .order-last-mq1 {
    order: 9999; } }

@media (max-width: 1024px) {
  .order-last-mq2 {
    order: 9999; } }

@media (max-width: 768px) {
  .order-last-mq3 {
    order: 9999; } }

.display_mq2 {
  display: none !important; }

@media (max-width: 1024px) {
  .display_mq2 {
    display: initial !important; } }

@media (max-width: 1024px) {
  .hide_mq2 {
    display: none !important; } }

.display_mq3 {
  display: none !important; }

@media (max-width: 768px) {
  .display_mq3 {
    display: initial !important; } }

@media (max-width: 768px) {
  .hide_mq3 {
    display: none !important; } }

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn {
  background: transparent;
  border: 1px solid white;
  opacity: 0.7; }

/*OTHER FILES*/
/** Owl Carousel v2.3.4*/
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img:not([class]) {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-carousel[data-owl-nav="false"] .owl-nav {
  display: none !important; }

.owl-flex {
  display: flex; }

.owl-flex .owl-stage,
.owl-flex .owl-item {
  display: flex;
  float: none; }

.owl-flex .owl-stage {
  margin-left: auto;
  margin-right: auto; }

.owl-flex .owl-stage:after {
  display: none; }

.owl-flex .owl-stage-outer {
  width: 100%;
  flex: 0 0 100%; }

.owl-flex-cont {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden; }

.owl-flex:not(.owl-init):before, .owl-flex:not(.owl-init):after {
  content: '';
  display: block;
  margin-left: auto; }

.owl-flex:not(.owl-init):after {
  margin: 0 auto 0 0; }

.owl-flex:not(.owl-init).only-c-owl1 > *:not(.c-owl1) {
  display: none; }

.owl-flex .owl-animate {
  will-change: transform;
  transition: transform .4s, opacity .4s; }

.owl-flex .owl-animate.owl-loading {
  opacity: 0;
  transform: scale(0.95); }

.owl-custom-control .owl-dots {
  display: none; }

.owl-custom-control .owl-nav.disabled {
  display: block; }

.owl-custom-control .owl-nav button.owl-prev,
.owl-custom-control .owl-nav button.owl-next {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  transition: background-color .25s; }

@media (max-width: 1024px) {
  .owl-custom-control .owl-nav button.owl-prev,
  .owl-custom-control .owl-nav button.owl-next {
    width: 40px; } }

.owl-custom-control .owl-nav button.owl-prev:hover,
.owl-custom-control .owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.7); }

.owl-custom-control .owl-nav button.owl-prev.disabled,
.owl-custom-control .owl-nav button.owl-next.disabled {
  display: none; }

.owl-custom-control .owl-nav button.owl-next {
  left: auto;
  right: 0; }

.owl-custom-control .owl-nav button.owl-prev .sico,
.owl-custom-control .owl-nav button.owl-next .sico {
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 100%; }

.owl-custom-control-type2 .owl-nav button.owl-prev,
.owl-custom-control-type2 .owl-nav button.owl-next {
  background: rgba(0, 0, 0, 0);
  width: 70px; }

@media (max-width: 1024px) {
  .owl-custom-control-type2 .owl-nav button.owl-prev,
  .owl-custom-control-type2 .owl-nav button.owl-next {
    width: 40px; } }

.owl-custom-control-type2 .owl-nav button.owl-prev .sico,
.owl-custom-control-type2 .owl-nav button.owl-next .sico {
  width: 22px; }

@media (max-width: 1024px) {
  .owl-custom-control-type2 .owl-nav button.owl-prev .sico,
  .owl-custom-control-type2 .owl-nav button.owl-next .sico {
    width: 16px; } }

.slider_gal {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1072px; }

.slider_gal_cont {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  width: 100%; }

@media (max-width: 1140px) {
  .slider_gal_cont {
    max-width: 1072px; } }

.page_article + .slider_gal_cont, .page_project + .slider_gal_cont {
  margin-top: 100px; }

@media (max-width: 1140px) {
  .page_article + .slider_gal_cont, .page_project + .slider_gal_cont {
    margin-top: 50px; } }

.slider_gal_cont .title_small {
  padding-bottom: 25px;
  margin-top: 100px; }

@media (max-width: 600px) {
  .slider_gal_cont .title_small {
    padding-bottom: 10px;
    margin-top: 60px; } }

.slider_gal .item {
  display: block; }

.slider_gal .bg {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 1px; }

.slider_gal .bg:before {
  content: '';
  display: block;
  padding-bottom: calc( (172/266) * 100%); }

.slider_gal .owl-flex-item {
  width: 268px;
  flex: 0 0 268px; }

.slider_gal .owl-item {
  flex: 0 0 268px; }

.slider_gal_arrows button {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  color: #878787;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  padding: 0 15px;
  transition: color .25s, background-color .25s;
  z-index: 3; }

.slider_gal_arrows button:hover {
  color: #000; }

.slider_gal_arrows button.disabled {
  display: none; }

.slider_gal_arrows button.owl-next {
  left: auto;
  right: 0; }

@media (max-width: 1140px) {
  .slider_gal_arrows button {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2); }
  .slider_gal_arrows button:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); } }

.slider_article {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 988px; }

.slider_article_cont {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%; }

@media (max-width: 1140px) {
  .slider_article_cont {
    max-width: 1070px; } }

.page_article + .slider_article_cont, .page_project + .slider_article_cont {
  margin-top: 60px; }

@media (max-width: 1140px) {
  .page_article + .slider_article_cont, .page_project + .slider_article_cont {
    margin-top: 50px; } }

.footer_article + .slider_article_cont {
  margin-top: 60px; }

@media (max-width: 1140px) {
  .footer_article + .slider_article_cont {
    margin-top: 40px; } }

.main_inner > .slider_article_cont:last-child {
  margin-bottom: 50px; }

.slider_article_cont .title_small {
  padding-bottom: 25px; }

.slider_article .owl-flex-item {
  width: 494px;
  flex: 0 0 494px;
  display: flex;
  padding: 18px 14px; }

@media (max-width: 600px) {
  .slider_article .owl-flex-item {
    width: 200px;
    flex: 0 0 200px; } }

.slider_article .owl-item {
  flex: 0 0 494px; }

@media (max-width: 600px) {
  .slider_article .owl-item {
    flex: 0 0 200px; } }

.slider_article .owl-item .owl-flex-item {
  width: 494px;
  flex: 1 1 auto; }

@media (max-width: 600px) {
  .slider_article .owl-item .owl-flex-item {
    width: 200px; } }

.slider_article .item_smagazine {
  width: 100%; }

.slider_article_arrows button {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  color: #878787;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 50px;
  padding: 0 15px;
  transition: color .25s, background-color .25s;
  z-index: 3; }

.slider_article_arrows button:hover {
  color: #000; }

.slider_article_arrows button.disabled {
  display: none; }

.slider_article_arrows button.owl-next {
  left: auto;
  right: 0; }

@media (max-width: 1140px) {
  .slider_article_arrows button {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2); }
  .slider_article_arrows button:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); } }

.page_content .float_left {
  float: left;
  width: 66%;
  background: #f6f6f6;
  border-radius: 15px;
  padding: 25px; }

@media (max-width: 1024px) {
  .page_content .float_left {
    width: 100%;
    float: none; } }

.page_content .float_left img.display_mq2 {
  width: calc(100% + 50px);
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 30px 0 15px -25px; }

.page_content .float_right {
  float: right;
  width: calc(34% - 23px);
  border-radius: 15px;
  color: white;
  overflow: hidden; }

@media (max-width: 1024px) {
  .page_content .float_right {
    width: 100%;
    float: none;
    margin-top: 15px; } }

.page_content .float_right.c-dostupny {
  background: #878787; }

.page_content .float_right.c-moderni {
  background: #1d71b8; }

.page_content .float_right.c-aktivni {
  background: #d60b52; }

.page_content .float_right.c-zdravy {
  background: #00a696; }

.page_content .float_right.c-usporny {
  background: #95c11f; }

.page_content .float_right.c-perspektivni {
  background: #ffcc00;
  color: white; }

.page_content .float_right.c-kulturni {
  background: #80377c; }

@media (max-width: 1024px) {
  .page_content .float_right {
    width: auto;
    float: none; } }

@media (min-width: 1025px) {
  .page_content .float_right + * {
    margin-top: 0; } }

.head_event + .page_content {
  margin-top: 34px; }

@media (max-width: 1024px) {
  .head_event + .page_content {
    margin-top: 20px; } }

.title_small + .page_content {
  margin-top: 10px; }

.title_small + .page_content.more_offset {
  margin-top: 25px; }

.page_content h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.18; }

@media (max-width: 1024px) {
  .page_content h1 {
    font-size: 30px; } }

.page_content h2:not([class]) {
  font-size: 25px;
  line-height: 1.25; }

@media (max-width: 1024px) {
  .page_content h2:not([class]) {
    font-size: 20px; } }

.page_content p {
  font-size: 17px;
  line-height: 1.25;
  margin: 1.2em 0; }

@media (max-width: 600px) {
  .page_content p {
    font-size: 16px; } }

.page_content h1 + p {
  margin-top: 2em; }

.page_content figure {
  margin: 0; }

.page_content figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 3px; }

.page_content figure + figure {
  margin-top: 3.3em; }

@media (max-width: 1024px) {
  .page_content figure + figure {
    margin-top: 2em; } }

.page_content .img_right {
  display: block;
  float: right;
  margin: 0 0 23px 46px; }

@media (max-width: 1024px) {
  .page_content .img_right {
    margin-right: 0;
    float: none; } }

.page_content .item_info + figure {
  margin-top: 20px; }

.page_content figcaption {
  display: block;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.25; }

.page_content figcaption + .video_cont,
.page_content figcaption + img {
  margin-top: 15px; }

.page_content figure.video {
  width: 100%;
  clear: both;
  padding-top: 15px; }

.page_content figure.video .video_cont {
  border-radius: 15px;
  overflow: hidden; }

.page_content ul:not([class]) {
  font-size: 17px;
  line-height: 1.25;
  margin: 1.2em 0;
  padding-left: 1.1em; }

.page_content ul:not([class]) li + li {
  margin-top: .5em; }

.page_content a:not([class]):not(:hover) {
  text-decoration: underline; }

.page_content > *:first-child {
  margin-top: 0; }

.page_content > *:last-child {
  margin-bottom: 0; }

.page_content > img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  width: auto; }

.page_content.page_article h1, .page_content.page_project h1 {
  font-size: 34px; }

.page_content.page_article h1.c-dostupni, .page_content.page_project h1.c-dostupni {
  color: #878787; }

.page_content.page_article h1.c-moderni, .page_content.page_project h1.c-moderni {
  color: #1d71b8; }

.page_content.page_article h1.c-aktivni, .page_content.page_project h1.c-aktivni {
  color: #d60b52; }

.page_content.page_article h1.c-zdravy, .page_content.page_project h1.c-zdravy {
  color: #00a696; }

.page_content.page_article h1.c-usporny, .page_content.page_project h1.c-usporny {
  color: #95c11f; }

.page_content.page_article h1.c-perspektivni, .page_content.page_project h1.c-perspektivni {
  color: #ffcc00; }

.page_content.page_article h1.c-kulturni, .page_content.page_project h1.c-kulturni {
  color: #80377c; }

@media (max-width: 600px) {
  .page_content.page_article h1, .page_content.page_project h1 {
    font-size: 22px; } }

.page_content.page_article .title_small, .page_content.page_project .title_small {
  margin-top: 30px; }

.page_content.page_article ~ * h2, .page_content.page_project ~ * h2 {
  text-align: center; }

.main_inner > .page_article:first-child, .main_inner > .page_project:first-child {
  padding-top: 50px; }

.main_inner > .page_article:last-child, .main_inner > .page_project:last-child {
  padding-bottom: 50px; }

.head_article + .page_article, .head_article + .page_project,
.page_article + .page_article,
.page_project + .page_article,
.page_article + .page_project,
.page_project + .page_project {
  margin-top: 40px; }

.footer_article + .page_article, .footer_article + .page_project {
  margin-top: 30px; }

.box_contact + .page_article, .box_contact + .page_project {
  margin-top: 40px; }

.page_article_comp_img img {
  border-radius: 3px; }

.head_article + .page_article_comp_img {
  margin-top: 55px; }

@media (max-width: 1024px) {
  .head_article + .page_article_comp_img {
    margin-top: 30px; } }

.page_article_comp_img + .page_article, .page_article_comp_img + .page_project {
  margin-top: 40px; }

@media (max-width: 1024px) {
  .page_article_comp_img + .page_article, .page_article_comp_img + .page_project {
    margin-top: 35px; } }

.page_article_map strong {
  display: block;
  font-size: 21px;
  line-height: 1.25; }

.page_article_map .title_small + strong {
  margin-top: 7px; }

.page_article_map strong + .title_small {
  margin-top: 24px; }

.page_article_map .map {
  display: block;
  margin-top: 20px; }

.page_project {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px; }

.page_project.page_content ~ .project_meta h2 {
  text-align: left;
  text-transform: none;
  font-size: 1.5em;
  font-weight: bold; }

@media (max-width: 1024px) {
  .page_project.page_content ~ .project_meta h2 {
    text-align: center; } }

@media (max-width: 1024px) {
  .page_project {
    display: block; } }

.project_meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px; }

.project_meta .float_left {
  width: 66%; }

@media (max-width: 1024px) {
  .project_meta .float_left {
    width: 100%; } }

.project_meta .float_right {
  width: calc(34% - 23px); }

.project_meta .articles-row {
  margin-top: 25px; }

.project_meta .articles-row a {
  width: 100%; }

@media (max-width: 600px) {
  .project_meta .articles-row a {
    flex-direction: column;
    align-items: center; } }

.project_meta .articles-row a img {
  width: 225px;
  margin-right: 23px; }

@media (max-width: 600px) {
  .project_meta .articles-row a img {
    margin-right: 0;
    margin-bottom: 23px; } }

.project_meta .articles-row a h3 {
  font-size: 1.5em;
  font-weight: 400;
  max-height: 90px; }

@media (max-width: 1024px) {
  .project_meta .articles-row a h3 {
    font-size: 1.2em;
    max-height: 70px; } }

@media (max-width: 600px) {
  .project_meta .articles-row a h3 {
    margin-bottom: 23px; } }

.project_meta .articles-row a .arrow {
  left: 255px;
  bottom: 15px; }

@media (max-width: 600px) {
  .project_meta .articles-row a .arrow {
    transition: margin-right 0.3s ease-in-out;
    right: 20px;
    left: auto; } }

@media (max-width: 600px) {
  .project_meta .articles-row a:hover .arrow {
    margin-right: -15px; } }

.mobile_project_info {
  border-radius: 15px;
  color: white;
  overflow: hidden;
  width: 100%;
  margin: 15px 0; }

.mobile_project_info.c-dostupny {
  background: #878787; }

.mobile_project_info.c-moderni {
  background: #1d71b8; }

.mobile_project_info.c-aktivni {
  background: #d60b52; }

.mobile_project_info.c-zdravy {
  background: #00a696; }

.mobile_project_info.c-usporny {
  background: #95c11f; }

.mobile_project_info.c-perspektivni {
  background: #ffcc00;
  color: white; }

.mobile_project_info.c-kulturni {
  background: #80377c; }

.articles-row {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 1260px;
  width: 100%;
  justify-content: space-between; }

@media (max-width: 1024px) {
  .articles-row {
    flex-direction: column;
    align-items: center; } }

.articles-row a {
  display: flex;
  width: calc(100% / 3 - 10px);
  flex: 0 0 auto;
  background: #f6f6f6;
  border-radius: 15px;
  padding: 15px;
  position: relative;
  transition: box-shadow 0.3s ease-in-out; }

@media (max-width: 1024px) {
  .articles-row a {
    width: 420px;
    max-width: 100%;
    margin: 5px 0; } }

@media (max-width: 600px) {
  .articles-row a {
    width: 383px; } }

.articles-row a img {
  width: 187px;
  height: auto;
  aspect-ratio: calc(16/9);
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
  flex: 0 0 auto; }

@media (max-width: 600px) {
  .articles-row a img {
    width: 150px; } }

.articles-row a h3 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin: 0;
  font-weight: 500;
  max-height: 70px; }

@media (max-width: 600px) {
  .articles-row a h3 {
    font-size: 12px;
    max-height: 50px; } }

.articles-row a .arrow {
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: white;
  position: absolute;
  left: 204px;
  margin-left: 8px;
  bottom: 15px;
  transition: margin-left 0.3s ease-in-out; }

@media (max-width: 600px) {
  .articles-row a .arrow {
    transform: scale(0.8); } }

.articles-row a .arrow.c-dostupny {
  background: #878787; }

.articles-row a .arrow.c-moderni {
  background: #1d71b8; }

.articles-row a .arrow.c-aktivni {
  background: #d60b52; }

.articles-row a .arrow.c-zdravy {
  background: #00a696; }

.articles-row a .arrow.c-usporny {
  background: #95c11f; }

.articles-row a .arrow.c-perspektivni {
  background: #ffcc00; }

.articles-row a .arrow.c-kulturni {
  background: #80377c; }

.articles-row a .arrow.c-sdruzene-projekty {
  background: #ffcc00; }

@media (max-width: 600px) {
  .articles-row a .arrow {
    left: 165px; } }

.articles-row a:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

.articles-row a:hover .arrow {
  margin-left: 18px; }

.next-articles {
  padding-bottom: 40px;
  padding-top: 40px; }

.selected-articles {
  padding-top: 40px;
  background: transparent url("../layout/line.png") center top repeat-x;
  padding-bottom: 60px; }

@media (max-width: 768px) {
  .selected-articles {
    background-image: url("../layout/line-mobile.png"); } }

.select_cont {
  padding: 100px 0 120px;
  background: transparent url("../layout/line.png") center top repeat-x; }

@media (max-width: 768px) {
  .select_cont {
    background-image: url("../layout/line-mobile.png"); } }

.select_cont .grid {
  margin-bottom: 60px;
  justify-content: center; }

.select_cont .item_comp {
  flex-direction: column; }

.select_cont .item_comp_image {
  flex: 0 1 auto; }

.select_cont .item_comp_img {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0; }

html:not(.no-objectfit) .select_cont .item_comp_img {
  background-image: none !important; }

.select_cont .item_comp_img:before {
  content: '';
  display: block;
  padding-bottom: calc( (190/480) * 100%); }

.select_cont .item_comp_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

html.no-objectfit .select_cont .item_comp_img img {
  opacity: 0; }

.select_cont .item_comp_mid {
  padding: 25px 25px 0; }

.select_cont .item_comp_mid h2 {
  font-size: 28px;
  line-height: 1.1; }

.select_cont .item_comp_right {
  text-align: left;
  background: none;
  height: auto;
  padding: 0 25px 25px; }

.select_cont .item_comp_right br {
  display: none; }

.select_cont .item_comp_right .btn_dark, .select_cont .item_comp_right .um #um-submit-btn, .um .select_cont .item_comp_right #um-submit-btn, .select_cont .item_comp_right .um input.um-button[type=submit], .um .select_cont .item_comp_right input.um-button[type=submit], .select_cont .item_comp_right .um .um-right .um-button.um-alt, .um .um-right .select_cont .item_comp_right .um-button.um-alt {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700; }

.logged_user {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 120px; }

.logged_user img.avatar {
  margin: 25px 0 20px;
  border-radius: 50%; }

.logged_user span.name {
  font-weight: 700;
  font-size: 1.5em; }

.logged_user .buttons {
  margin-top: 35px; }

@media (max-width: 560px) {
  .logged_user .buttons {
    width: 183px; } }

.logged_user .buttons a {
  width: 183px;
  font-weight: 400; }

.logged_user .buttons a + a {
  margin-left: 25px; }

@media (max-width: 560px) {
  .logged_user .buttons a + a {
    margin-left: 0;
    margin-top: 15px; } }

.box_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

@media (max-width: 560px) {
  .box_list {
    justify-content: center; } }

.head_section + .box_list {
  margin-top: 40px; }

.box_filter + .box_list {
  margin-top: 30px; }

@media (max-width: 768px) {
  .elm_date + .box_list_legend.hide_mq3 + .box_list {
    margin-top: 30px; } }

.box_list:last-child {
  padding-bottom: 45px; }

.box_list .item_event {
  width: 100%; }

@media (max-width: 768px) {
  .box_list .item_event {
    width: calc(50% - 10px); } }

@media (max-width: 560px) {
  .box_list .item_event {
    width: 280px; } }

@media (min-width: 769px) {
  .box_list .item_event + .item_event {
    margin-top: 20px; } }

@media (max-width: 768px) {
  .box_list .item_event:nth-child(2) ~ .item_event {
    margin-top: 20px; } }

@media (max-width: 560px) {
  .box_list .item_event:nth-child(1) ~ .item_event {
    margin-top: 20px; } }

.box_list .item_news {
  width: 100%; }

@media (max-width: 768px) {
  .box_list .item_news {
    width: calc(50% - 10px); } }

@media (max-width: 560px) {
  .box_list .item_news {
    width: 280px; } }

@media (min-width: 769px) {
  .box_list .item_news + .item_news {
    margin-top: 10px; } }

@media (max-width: 768px) {
  .box_list .item_news:nth-child(2) ~ .item_news {
    margin-top: 20px; } }

@media (max-width: 560px) {
  .box_list .item_news:nth-child(1) ~ .item_news {
    margin-top: 20px; } }

.box_list .item_comp + .item_comp {
  margin-top: 30px; }

.box_list_legend {
  display: flex;
  align-items: flex-start; }

.box_list_legend .icon_date {
  margin: 0 15px 11px 15px;
  flex: 0 0 175px; }

.box_list_legend .icon_date:first-child {
  margin: 0 15px 11px 15px;
  flex: 0 0 100px; }

.elm_date + .box_list_legend {
  margin-top: 15px; }

@media (max-width: 1024px) {
  .comp_filter {
    text-align: center; } }

@media (max-width: 1024px) {
  .comp_list {
    flex-direction: column;
    align-items: center; } }

.box_grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
  justify-content: space-between; }

@media (max-width: 1024px) {
  .box_grid {
    flex-direction: column;
    align-items: center; } }

.box_grid .article-preview {
  width: calc(50% - 10px);
  flex: 0 0 auto;
  padding: 25px;
  border-radius: 15px;
  background: #f6f6f6;
  margin-bottom: calc(10px * 2); }

.box_grid .article-preview h3 {
  font-size: 22px; }

.box_grid .article-preview img.category-icon {
  align-self: flex-end;
  margin-left: auto;
  margin-right: -15px; }

@media (max-width: 1024px) {
  .box_grid .article-preview img.category-icon {
    margin-right: 0;
    margin-bottom: -15px; } }

.box_grid .article-preview-footer {
  position: relative;
  margin-bottom: 0;
  min-height: 22px; }

@media (max-width: 1024px) {
  .box_grid .article-preview {
    width: 100%;
    max-width: 400px;
    background: white;
    padding: 10px;
    border-radius: 15px;
    overflow: hidden; }
  .box_grid .article-preview img.wp-post-image {
    width: 100%;
    margin: 0; }
  .box_grid .article-preview img.category-icon {
    position: relative;
    float: right;
    width: 50px;
    height: 50px;
    padding: 5px;
    margin-top: -25px; }
  .box_grid .article-preview h3 {
    font-size: 20px; }
  .box_grid .article-preview p {
    font-size: 16px; }
  .box_grid .article-preview p.article-preview-footer {
    position: relative; }
  .box_grid .article-preview .arrow {
    right: 5px; }
  .box_grid .article-preview:hover .arrow {
    right: -5px; } }

.box_grid + .box_loadmore {
  margin-top: -20px;
  margin-bottom: 40px; }

.box_grid .no-more {
  display: block;
  width: calc(50% - 10px);
  height: 0; }

.box_grid.col3 .article-preview {
  width: calc(100% / 3 - 10px); }

@media (max-width: 1024px) {
  .box_grid.col3 .article-preview {
    width: 100%; } }

.box_grid.col3 .article-preview p:not(.article-preview-footer) {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; }

.box_grid.col3 .no-more {
  width: calc(100% / 3 - 10px); }

.box_contact {
  background: #f6f6f6;
  border-radius: 15px;
  position: relative;
  margin-bottom: 100px; }

.box_contact::before {
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: calc(50% - 2.5px);
  width: 5px;
  border-radius: 2.5px;
  background: #94aac1; }

@media (max-width: 1024px) {
  .box_contact::before {
    top: calc(50% - 11.5px);
    bottom: auto;
    left: calc(50% - 120px);
    right: calc(50% - 120px);
    width: auto;
    height: 5px; } }

.head_section + .box_contact {
  margin-top: 40px; }

.main_inner > .box_contact:last-child {
  padding-bottom: 50px; }

.box_contact .social_button.fb,
.box_contact .social_button.insta,
.box_contact .social_button.yt {
  width: 60px;
  height: 60px; }

.box_contact.single {
  padding-bottom: 0 !important; }

.box_contact.single::before {
  display: none; }

.box_contact.single .grid {
  justify-content: center; }

.box_contact.single .grid a {
  display: flex;
  flex-direction: column-reverse; }

.box_contact.single .grid a img {
  margin-bottom: 25px; }

@media (max-width: 1024px) {
  .box_filter {
    max-width: 560px; } }

.head_section + .box_filter {
  margin-top: 36px; }

.box_filter_inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 -13px; }

@media (max-width: 1024px) {
  .box_filter_inner {
    display: block;
    margin: 0; } }

.box_filter .item_drop {
  margin: 0 13px; }

@media (max-width: 1024px) {
  .box_filter .item_drop {
    margin: 0; } }

@media (max-width: 1024px) {
  .box_filter .item_drop + .item_drop {
    margin-top: 17px; } }

.box_filter .category-select {
  margin-bottom: 30px; }

.box_filter .category-select > p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px; }

@media (max-width: 1024px) {
  .box_filter .category-select .box_filter_inner {
    display: flex;
    flex-wrap: wrap; } }

.box_filter .category-select label {
  width: 135px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 23px;
  font-weight: 500;
  cursor: pointer; }

@media (max-width: 1024px) {
  .box_filter .category-select label {
    margin-top: 25px; } }

.box_filter .category-select label input {
  display: none; }

.box_filter .category-select label img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: white;
  vertical-align: middle;
  padding: 8px;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out; }

@media (max-width: 600px) {
  .box_filter .category-select label img {
    width: 50px;
    height: 50px;
    padding: 5px; } }

.box_filter .category-select label:hover img {
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.08); }

@media (max-width: 1024px) {
  .box_filter .category-select + .box_filter_inner {
    display: flex; }
  .box_filter .category-select + .box_filter_inner .item_drop {
    width: 200px; } }

@media (max-width: 1024px) and (max-width: 600px) {
  .box_filter .category-select + .box_filter_inner .btn_dark, .box_filter .category-select + .box_filter_inner .um #um-submit-btn, .um .box_filter .category-select + .box_filter_inner #um-submit-btn, .box_filter .category-select + .box_filter_inner .um input.um-button[type=submit], .um .box_filter .category-select + .box_filter_inner input.um-button[type=submit], .box_filter .category-select + .box_filter_inner .um .um-right .um-button.um-alt, .um .um-right .box_filter .category-select + .box_filter_inner .um-button.um-alt {
    font-size: 10px; }
  .box_filter .category-select + .box_filter_inner .btn_dark.to_btm::after, .box_filter .category-select + .box_filter_inner .um .to_btm#um-submit-btn::after, .um .box_filter .category-select + .box_filter_inner .to_btm#um-submit-btn::after, .box_filter .category-select + .box_filter_inner .um input.to_btm.um-button[type=submit]::after, .um .box_filter .category-select + .box_filter_inner input.to_btm.um-button[type=submit]::after, .box_filter .category-select + .box_filter_inner .um .um-right .to_btm.um-button.um-alt::after, .um .um-right .box_filter .category-select + .box_filter_inner .to_btm.um-button.um-alt::after {
    transform: scale(0.6) rotate(45deg);
    position: relative;
    top: -3px; } }

.box_filter .category-select.selected label input ~ * {
  opacity: 0.35;
  transition: opacity 0.25s; }

.box_filter .category-select.selected label input:checked ~ * {
  opacity: 1; }

.box_filter .category-select.selected label:hover input ~ * {
  opacity: 1; }

.box_filter input[type="submit"] {
  margin-left: 20px; }

.magazine_intro {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 40px; }

.magazine_intro .float_left, .magazine_intro .float_right {
  float: none;
  flex: 0 0 auto; }

.magazine_intro .float_left {
  padding: 20px; }

.magazine_intro .float_left .title-article {
  width: 100%; }

.magazine_intro .float_left .title-article .article-preview-link {
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px; }

.magazine_intro .float_left .title-article img.category-icon {
  align-self: flex-end;
  margin-left: 0;
  margin-right: -15px; }

.magazine_intro .float_left .title-article h3 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 15px; }

.magazine_intro .float_left .title-article h3 + p {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1; }

@media (max-width: 1024px) {
  .magazine_intro .float_left {
    max-width: 400px;
    padding: 15px;
    border-radius: 15px;
    margin: 0 auto; } }

.magazine_intro .float_right {
  background: #474747;
  padding: 15px; }

.magazine_intro .float_right h3 {
  margin-top: 0;
  font-size: 24px; }

.magazine_intro .float_right .articles-column {
  height: calc(100% - 58px);
  justify-content: space-between; }

@media (max-width: 1024px) {
  .magazine_intro + h2 {
    margin-top: 80px; } }

.magazine_intro .article-preview:hover {
  box-shadow: none; }

.magazine_intro .article-preview:hover .arrow {
  right: -10px; }

.magazine_intro .article-preview-footer {
  margin-bottom: 0; }

.articles-column {
  display: flex;
  flex-direction: column;
  width: 100%; }

.articles-column .article {
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
  text-decoration: none;
  align-items: flex-start; }

.articles-column .article img {
  width: 124px;
  height: auto;
  aspect-ratio: calc(16/9);
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
  flex: 0 0 auto; }

.articles-column .article h4 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin: 0;
  font-weight: 500;
  text-decoration: none; }

.articles-column .article:hover h4 {
  text-decoration: underline; }

.articles-column .article + a {
  margin-top: 15px; }

@media (max-width: 1024px) {
  .mobile_articles_selection {
    background: #474747;
    padding: 15px;
    border-radius: 15px;
    display: block !important;
    color: white;
    width: 400px;
    margin: 0 auto 40px; }
  .mobile_articles_selection h3 {
    margin-top: 0;
    font-size: 24px; } }

@media (max-width: 600px) {
  .mobile_articles_selection {
    max-width: calc(100% - 30px); } }

.contact-more {
  padding-top: 100px;
  padding-bottom: 80px; }

.contact-more .big-heading {
  margin-top: 0; }

.contact-more-box {
  margin-top: 60px;
  border-radius: 15px;
  background: white; }

.contact-more-item {
  display: flex;
  margin: 50px 38px;
  background: #f6f6f6;
  border-radius: 15px;
  overflow: hidden; }

@media (max-width: 560px) {
  .contact-more-item {
    flex-direction: column; } }

.contact-more-item .img-left {
  flex: 0 0 auto;
  width: 288px;
  margin-right: 18px; }

@media (max-width: 1024px) {
  .contact-more-item .img-left {
    align-self: start;
    width: 200px; } }

@media (max-width: 560px) {
  .contact-more-item .img-left {
    align-self: center;
    width: auto;
    margin-bottom: 25px; } }

.contact-more-item h3 {
  font-size: 22px;
  margin-top: 0;
  padding-top: 15px; }

.contact-more-item p {
  padding-right: 20px; }

.box_list + .box_loadmore {
  margin-top: 30px; }

.box_loadmore:last-child {
  padding-bottom: 45px; }

.page_404 {
  padding: 50px 0;
  text-align: center; }

.page_404 h1 {
  font-size: 350px;
  margin: 0;
  line-height: .9; }

@media (max-width: 1024px) {
  .page_404 h1 {
    font-size: 250px; } }

@media (max-width: 768px) {
  .page_404 h1 {
    font-size: 150px; } }

.page_404 p {
  margin: 25px 0 0 0;
  font-size: 30px;
  line-height: 1.25; }

@media (max-width: 768px) {
  .page_404 p {
    font-size: 20px; } }

.page_404 p a:not(:hover) {
  text-decoration: underline; }

.page_cookies {
  text-align: center;
  padding: 50px 0; }

.page_cookies p {
  line-height: 1.6; }

.page_cookies p + .btn_arrow {
  margin-top: 1.5em; }

/*ELEMENT*/
p {
  font-size: 16px; }

.hover_fb:hover {
  color: #3b5999; }

.hover_yt:hover {
  color: #cd201f; }

.hover_insta {
  position: relative; }

.hover_insta:hover::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e4405f;
  top: 0;
  left: 0;
  mix-blend-mode: color; }

.text_red {
  color: #d60b52; }

.text_blue {
  color: #00529C; }

.text_green {
  color: #00a696; }

.item_icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }

.item_icon h3 {
  margin: 0;
  align-self: center;
  font-size: 17px;
  line-height: 1.33333;
  padding-left: 20px; }

.item_icon.col2:nth-child(2) ~ .item_icon {
  margin-top: 30px; }

@media (max-width: 1024px) {
  .item_icon.col1_mq3:nth-child(1) ~ .item_icon {
    margin-top: 30px; } }

.item_drop {
  position: relative; }

@media (max-width: 1024px) {
  .item_drop {
    margin: 0;
    width: 100%; } }

@media (max-width: 1024px) {
  .item_drop .btn_arrow {
    width: 100%; } }

.item_drop_dropdown {
  display: none;
  position: absolute;
  width: 220px;
  padding: 10px 0;
  top: calc(100% + 14px);
  left: 50%;
  margin-left: -110px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform-origin: 50% 20%;
  opacity: 0;
  transform: scale(0.85);
  transition: transform .35s, opacity .35s; }

.item_drop_dropdown a {
  display: block;
  text-align: center;
  padding: 7px 10px; }

.item_drop_dropdown a.active, .item_drop_dropdown a:hover {
  text-decoration: underline; }

.item_drop.cactive .item_drop_dropdown {
  display: block; }

.item_drop.cshow .item_drop_dropdown {
  opacity: 1;
  transform: scale(1); }

.item_drop.cactive {
  z-index: 10; }

.item_contact {
  padding: 35px 50px 40px 50px;
  text-align: center; }

@media (max-width: 768px) {
  .item_contact {
    padding: 35px 25px; } }

.item_contact h2 {
  font-size: 17px;
  margin: 0; }

.item_contact h2 + .link_email {
  margin-top: 37px; }

.item_contact h2 + .social {
  margin-top: 23px; }

.item_comp {
  display: flex;
  background: white;
  border-radius: 15px;
  padding: 10px;
  transition: box-shadow 0.3s ease-in-out;
  width: 100%; }

@media (max-width: 1024px) {
  .item_comp {
    flex-direction: column;
    max-width: 500px; } }

.item_comp_image {
  display: block;
  position: relative;
  overflow: hidden;
  flex: 0 0 330px;
  height: 190px; }

@media (max-width: 1024px) {
  .item_comp_image {
    flex: 0 1 auto; } }

.item_comp_img {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
  transition: transform 1s;
  border-radius: 8px; }

html:not(.no-objectfit) .item_comp_img {
  background-image: none !important; }

.item_comp_img:before {
  content: '';
  display: block;
  padding-bottom: calc( (190/330) * 100%); }

.item_comp_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

html.no-objectfit .item_comp_img img {
  opacity: 0; }

@media (max-width: 1024px) {
  .item_comp_img {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0; }
  html:not(.no-objectfit) .item_comp_img {
    background-image: none !important; }
  .item_comp_img:before {
    content: '';
    display: block;
    padding-bottom: calc( (190/480) * 100%); }
  .item_comp_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  html.no-objectfit .item_comp_img img {
    opacity: 0; } }

.item_comp_image:hover .item_comp_img {
  transform: scale(1.1);
  -ms-transform: scale(1.1) translate3d(0, 0, 0) rotate(0.001deg);
  transition: transform 1s; }

.item_comp_mid {
  align-self: flex-start;
  flex: 1 1 auto;
  padding: 7px 25px 10px; }

@media (max-width: 1024px) {
  .item_comp_mid {
    padding: 25px; } }

.item_comp_mid h2, .item_comp_mid h3 {
  margin: 0;
  font-size: 36px;
  color: #1d71b8; }

@media (max-width: 1024px) {
  .item_comp_mid h2, .item_comp_mid h3 {
    font-size: 28px;
    line-height: 1.1; } }

.item_comp_mid p {
  margin: 8px 0 0 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25; }

.item_comp_right {
  background: url(../layout/contest-cta.png) center center no-repeat;
  background-size: contain;
  height: 190px;
  flex: 0 0 auto;
  padding: 13px 15px;
  font-size: 17px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

@media (max-width: 1024px) {
  .item_comp_right {
    text-align: left;
    background: none;
    height: auto;
    padding: 0 25px 25px; }
  .item_comp_right br {
    display: none; } }

.item_comp_right > strong {
  display: block;
  padding: 0 10px; }

.item_comp_right > span:not([class]) {
  display: block;
  padding: 0 10px; }

.item_comp_right .btn_dark, .item_comp_right .um #um-submit-btn, .um .item_comp_right #um-submit-btn, .item_comp_right .um input.um-button[type=submit], .um .item_comp_right input.um-button[type=submit], .item_comp_right .um .um-right .um-button.um-alt, .um .um-right .item_comp_right .um-button.um-alt {
  margin: 9px 6px 0;
  font-size: 1.2em;
  font-weight: 400; }

@media (max-width: 1024px) {
  .item_comp_right .btn_dark, .item_comp_right .um #um-submit-btn, .um .item_comp_right #um-submit-btn, .item_comp_right .um input.um-button[type=submit], .um .item_comp_right input.um-button[type=submit], .item_comp_right .um .um-right .um-button.um-alt, .um .um-right .item_comp_right .um-button.um-alt {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700; } }

.item_news {
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #f8fbfe 29%, #ddebf8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

a.item_news {
  transition: box-shadow .25s; }

a.item_news:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

@media (max-width: 768px) {
  .item_news {
    flex-direction: column; } }

.item_news_image {
  display: block;
  position: relative;
  overflow: hidden;
  flex: 0 0 151px; }

@media (max-width: 768px) {
  .item_news_image {
    flex: 0 1 auto; } }

.item_news_img {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
  transition: transform 1s; }

html:not(.no-objectfit) .item_news_img {
  background-image: none !important; }

.item_news_img:before {
  content: '';
  display: block;
  padding-bottom: calc( (103/151) * 100%); }

.item_news_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

html.no-objectfit .item_news_img img {
  opacity: 0; }

.item_news_image:hover .item_news_img {
  transform: scale(1.1);
  -ms-transform: scale(1.1) translate3d(0, 0, 0) rotate(0.001deg);
  transition: transform 1s; }

.item_news_mid {
  flex: 1 1 auto;
  padding: 9px 25px; }

@media (max-width: 768px) {
  .item_news_mid {
    padding: 15px; } }

.item_news_mid h2, .item_news_mid h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25; }

.item_news_mid p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.35; }

.item_news_right {
  flex: 0 0 auto;
  text-align: right;
  align-self: flex-end;
  padding: 9px 15px;
  font-size: 17px;
  line-height: 1.25; }

@media (max-width: 768px) {
  .item_news_right {
    padding: 5px 15px 15px 15px;
    font-size: 15px;
    line-height: 1.35;
    width: 100%; } }

.item_news_right strong {
  display: block; }

.item_news_icon {
  display: block;
  width: 40px;
  margin-left: auto; }

.item_article {
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #f8fbfe 29%, #ddebf8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

a.item_article {
  transition: box-shadow .25s; }

a.item_article:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

.title_small + .item_article {
  margin-top: 25px; }

.item_article_inner {
  display: flex;
  width: 100%; }

@media (max-width: 768px) {
  .item_article_inner {
    flex-direction: column; } }

.item_article_sizer {
  width: 100%;
  margin-left: -100%; }

.item_article_sizer:before {
  content: '';
  display: block;
  padding-bottom: 56.25%; }

@media (max-width: 1024px) {
  .item_article_sizer {
    display: none; } }

.item_article_image {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40%; }

@media (max-width: 768px) {
  .item_article_image {
    width: 100%; } }

.item_article_img {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
  transition: transform 1s; }

html:not(.no-objectfit) .item_article_img {
  background-image: none !important; }

.item_article_img:before {
  content: '';
  display: block;
  padding-bottom: calc( (280/204) * 100%); }

.item_article_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

html.no-objectfit .item_article_img img {
  opacity: 0; }

@media (max-width: 1024px) {
  .item_article_img:before {
    padding-bottom: 100%; } }

@media (max-width: 768px) {
  .item_article_img:before {
    padding-bottom: 60%; } }

.item_article_image:hover .item_article_img {
  transform: scale(1.1);
  -ms-transform: scale(1.1) translate3d(0, 0, 0) rotate(0.001deg);
  transition: transform 1s; }

.item_article_mid {
  width: 60%;
  padding: 9px 30px;
  align-self: center; }

@media (max-width: 768px) {
  .item_article_mid {
    padding: 25px 15px;
    width: auto; } }

.item_article_mid h2, .item_article_mid h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25; }

.item_article_mid p {
  margin: 8px 0 0 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.25; }

.item_magazine {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  background: white;
  border-radius: 15px;
  padding: 10px; }

a.item_magazine {
  transition: box-shadow .25s; }

a.item_magazine:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

.item_magazine_image {
  display: block;
  position: relative;
  overflow: hidden;
  flex: 0 0 280px;
  border-radius: 10px; }

@media (max-width: 768px) {
  .item_magazine_image {
    flex: 0 1 auto; } }

.item_magazine_img {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
  transition: transform 1s; }

html:not(.no-objectfit) .item_magazine_img {
  background-image: none !important; }

.item_magazine_img:before {
  content: '';
  display: block;
  padding-bottom: calc( (150/200) * 100%); }

.item_magazine_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

html.no-objectfit .item_magazine_img img {
  opacity: 0; }

.item_magazine_image:hover .item_magazine_img {
  transform: scale(1.1);
  -ms-transform: scale(1.1) translate3d(0, 0, 0) rotate(0.001deg);
  transition: transform 1s; }

.item_magazine_mid {
  flex: 1 1 auto;
  padding: 9px 25px;
  align-self: center; }

@media (max-width: 768px) {
  .item_magazine_mid {
    padding: 15px; } }

.item_magazine_mid h2, .item_magazine_mid h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25; }

.item_magazine_mid p {
  margin: 8px 0 0 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.25; }

.item_magazine_right {
  flex: 0 0 auto;
  text-align: right;
  padding: 9px 15px 9px 0; }

@media (max-width: 768px) {
  .item_magazine_right {
    padding: 5px 15px 15px 15px;
    font-size: 15px;
    line-height: 1.35;
    width: 100%; } }

.item_magazine_right strong {
  display: block; }

.item_magazine_icon {
  display: block;
  width: 50px;
  margin-left: auto; }

.item_smagazine {
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #f8fbfe 29%, #ddebf8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

@media (max-width: 600px) {
  .item_smagazine {
    flex-direction: column; } }

a.item_smagazine {
  transition: box-shadow .25s; }

a.item_smagazine:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

.item_smagazine_image {
  display: block;
  position: relative;
  overflow: hidden;
  flex: 0 0 159px; }

@media (max-width: 600px) {
  .item_smagazine_image {
    flex: 0 1 auto; } }

.item_smagazine_img {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
  transition: transform 1s; }

html:not(.no-objectfit) .item_smagazine_img {
  background-image: none !important; }

.item_smagazine_img:before {
  content: '';
  display: block;
  padding-bottom: calc( (118/159) * 100%); }

.item_smagazine_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

html.no-objectfit .item_smagazine_img img {
  opacity: 0; }

.item_smagazine_image:hover .item_smagazine_img {
  transform: scale(1.1);
  -ms-transform: scale(1.1) translate3d(0, 0, 0) rotate(0.001deg);
  transition: transform 1s; }

.item_smagazine_mid {
  flex: 1 1 auto;
  padding: 9px 20px 9px 22px;
  align-self: center; }

@media (max-width: 600px) {
  .item_smagazine_mid {
    padding: 15px;
    width: 100%; } }

.item_smagazine_mid h2, .item_smagazine_mid h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25; }

@media (max-width: 600px) {
  .item_smagazine_mid h2, .item_smagazine_mid h3 {
    font-size: 15px;
    line-height: 1.35; } }

.item_smagazine_right {
  flex: 0 0 auto;
  text-align: right;
  padding: 9px 10px 9px 0; }

@media (max-width: 600px) {
  .item_smagazine_right {
    padding: 0 15px 15px 15px; } }

.item_smagazine_icon {
  display: block;
  width: 43px;
  margin-left: auto; }

@media (max-width: 600px) {
  .item_smagazine_icon {
    width: 26px; } }

.item_event {
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #f8fbfe 29%, #ddebf8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

a.item_event {
  transition: box-shadow .25s; }

a.item_event:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

@media (max-width: 768px) {
  .item_event {
    flex-direction: column; } }

.item_event_date {
  width: 130px;
  flex: 0 0 130px;
  text-align: center;
  font-size: 21px;
  line-height: 1.25;
  white-space: nowrap;
  padding: 23px 10px 23px 10px; }

@media (max-width: 768px) {
  .item_event_date {
    flex: 0 1 auto;
    width: 100%;
    text-align: left;
    padding: 15px 15px 0 15px; } }

.item_event_image {
  display: block;
  position: relative;
  overflow: hidden;
  flex: 0 0 205px; }

@media (max-width: 768px) {
  .item_event_image {
    flex: 0 1 auto;
    width: 100%;
    order: -1; } }

.item_event_img {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
  transition: transform 1s; }

html:not(.no-objectfit) .item_event_img {
  background-image: none !important; }

.item_event_img:before {
  content: '';
  display: block;
  padding-bottom: calc( (150/205) * 100%); }

.item_event_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

html.no-objectfit .item_event_img img {
  opacity: 0; }

.item_event_image:hover .item_event_img {
  transform: scale(1.1);
  -ms-transform: scale(1.1) translate3d(0, 0, 0) rotate(0.001deg);
  transition: transform 1s; }

.item_event_mid {
  flex: 1 1 auto;
  padding: 9px 25px;
  align-self: center; }

@media (max-width: 768px) {
  .item_event_mid {
    padding: 15px; } }

.item_event_mid h2, .item_event_mid h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25; }

.item_event_mid h2 + h3 {
  margin-top: 2px; }

.item_event_mid p {
  margin: 8px 0 0 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.25; }

.item_event_right {
  flex: 0 0 auto;
  text-align: right;
  padding: 9px 15px 9px 0; }

@media (max-width: 768px) {
  .item_event_right {
    padding: 5px 15px 15px 15px;
    font-size: 15px;
    line-height: 1.35;
    width: 100%; } }

.item_event_right strong {
  display: block; }

.item_event_icon {
  display: block;
  width: 72px;
  margin-left: auto; }

.item_info {
  position: relative;
  overflow: hidden;
  padding: 20px 15px 20px 20px; }

.item_info .category {
  display: block;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 25px; }

@media (max-width: 600px) {
  .item_info .category {
    font-size: 24px;
    margin-bottom: 0; } }

.item_info .category img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: white;
  vertical-align: middle;
  padding: 8px;
  margin-left: 20px; }

@media (max-width: 600px) {
  .item_info .category img {
    width: 50px;
    height: 50px;
    padding: 5px; } }

.item_info_icon {
  position: absolute;
  left: 13px;
  width: 19px;
  height: 19px;
  top: 24px; }

.item_info_desc {
  font-size: 15px;
  line-height: 1.35; }

.item_info_desc strong {
  display: block;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.25; }

.item_info_desc strong.amount {
  font-size: 38px;
  font-weight: 500; }

@media (max-width: 600px) {
  .item_info_desc strong.amount {
    font-size: 30px; } }

.item_info_desc .title {
  font-size: 22px;
  font-weight: 500; }

.item_info_desc .title_small {
  font-size: 18px;
  margin-top: 8px !important; }

.item_info_desc .title_small + strong {
  margin-top: 2px; }

.item_info_desc strong + .title_small {
  margin-top: 20px !important; }

.main_inner > .head_section:first-child {
  padding-top: 45px; }

.head_section p {
  margin: 0;
  font-size: 17px;
  line-height: 1.33333; }

.head_section .title_big + p {
  margin-top: 16px; }

@media (max-width: 1024px) {
  .breadcrumbs + .head_section {
    margin-top: 15px; } }

.head_section .title_big + .title_mid {
  margin-top: 19px; }

.head_article {
  display: flex; }

@media (max-width: 1024px) {
  .head_article {
    display: block; } }

.head_article_left {
  flex: 1 1 auto;
  align-self: center; }

.head_article_icon + .head_article_left {
  margin: 0 40px 0 0; }

@media (max-width: 1024px) {
  .head_article_icon + .head_article_left {
    margin: 20px 0 0 0; } }

.breadcrumbs + .head_article {
  margin-top: 43px; }

@media (max-width: 1024px) {
  .breadcrumbs + .head_article {
    margin-top: 30px; } }

.head_article_icon {
  display: block;
  width: 98px;
  flex: 0 0 98px;
  order: 1; }

.head_article_icon img {
  width: 100%; }

@media (max-width: 1024px) {
  .head_article_icon {
    width: 60px; } }

.head_article_season {
  margin: 23px 0 0 0;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.25; }

@media (max-width: 1024px) {
  .head_article_season {
    font-size: 18px; } }

.head_article_comp {
  margin: 21px 0 0 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25; }

@media (max-width: 1024px) {
  .head_article_comp {
    font-size: 18px;
    margin-top: 10px; } }

.head_event .title_small + .title_big2 {
  margin-top: 14px; }

.footer_article {
  display: flex;
  align-items: center;
  margin-bottom: 40px; }

.head_article + .footer_article {
  margin-top: 40px; }

.slider_gal_cont + .footer_article,
.page_article + .footer_article,
.page_project + .footer_article {
  margin-top: 40px; }

@media (max-width: 1024px) {
  .footer_article {
    display: block;
    text-align: center; } }

.main_inner > .footer_article:last-child {
  padding-bottom: 60px; }

.footer_article_left {
  flex: 1 1 1px; }

@media (max-width: 1024px) {
  .footer_article_left {
    margin-bottom: 30px; } }

.footer_article_right {
  flex: 1 1 1px; }

.footer_article .social {
  margin-left: auto; }

@media (max-width: 1024px) {
  .footer_article .social {
    display: flex; } }

@media (max-width: 1024px) {
  .footer_article .social:last-child {
    margin-top: 15px; } }

@media (min-width: 1025px) {
  .footer_article .btn_arrow.order-last {
    margin-left: auto; } }

@media (max-width: 1024px) {
  .footer_article .btn_arrow + .title_small {
    margin-top: 10px; } }

.video_cont {
  position: relative;
  overflow: hidden;
  background-color: #000; }

.video_cont::before {
  content: '';
  display: block;
  padding-bottom: calc( (9/16) * 100%); }

.video_cont a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.video_cont a div {
  position: absolute;
  width: 99px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  background: url(../layout/btnplay.svg) center center no-repeat;
  transition: transform .35s; }

.video_cont a:hover div {
  transform: scale(0.9); }

.video_cont a:active div {
  transform: scale(0.8); }

.video_cont iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.video_cont .video_player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.title_big {
  display: block;
  margin: 0;
  font-size: 51px;
  font-weight: 700;
  line-height: 1; }

@media (max-width: 1140px) {
  .title_big {
    font-size: 40px; } }

@media (max-width: 1024px) {
  .title_big {
    font-size: 30px;
    line-height: 1.1; } }

.title_big2 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.2; }

.title_big2:not(.f400) {
  font-weight: 700; }

@media (max-width: 1140px) {
  .title_big2 {
    font-size: 35px; } }

@media (max-width: 1024px) {
  .title_big2 {
    font-size: 28px; } }

.title_mid {
  display: block;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2; }

@media (max-width: 1024px) {
  .title_mid {
    font-size: 25px; } }

.title_small {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35; }

@media (max-width: 600px) {
  .title_small {
    font-size: 12px; } }

.breadcrumbs {
  display: flex;
  padding: 25px 0 15px;
  list-style: none;
  font-size: 15px;
  line-height: 1.35;
  margin: .5em auto 1em;
  height: 75px; }

.breadcrumbs li {
  flex: 0 0 auto;
  margin: .5em 10px .5em 0;
  display: inline;
  position: relative; }

.breadcrumbs li:nth-child(n+3) {
  flex-shrink: 1;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1; }

.breadcrumbs li + li {
  padding-left: 4px; }

.breadcrumbs li + li::before {
  content: '»';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: -5px;
  top: -3px; }

.breadcrumbs a.home {
  display: inline-block;
  width: 16px;
  height: 18px;
  background: transparent url(../layout/home-breadcrumb.svg) center center no-repeat;
  background-size: contain; }

.breadcrumbs a:hover {
  text-decoration: underline; }

.breadcrumbs svg {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: -4px; }

.item_link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }

.item_link_img {
  display: block;
  flex: 0 0 60px; }

.item_link_img img {
  display: block;
  width: 100%; }

.item_link_desc {
  flex: 1 1 auto;
  padding: 14px 0 0 19px; }

.item_link_title {
  display: block;
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
  color: #00529C;
  font-weight: 500; }

.item_link_title a {
  transition: color .25s; }

.item_link_title a:hover {
  color: #1d71b8; }

.item_link_text {
  margin: 14px 0 0 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.25;
  color: #4b4b4b; }

.item_link_text a {
  transition: color .25s; }

.item_link_text a:hover {
  color: #1d71b8; }

.bg_rainbow {
  height: 6px;
  display: flex;
  padding: 0 25px; }

@media (max-width: 1024px) {
  .bg_rainbow {
    height: 4px;
    padding: 0 10px; } }

.bg_rainbow i {
  display: block;
  background-color: #878787;
  flex: 1 1 1px;
  margin: 0 22px;
  border-radius: 5px; }

@media (max-width: 1024px) {
  .bg_rainbow i {
    border-radius: 2px;
    margin: 0 3px; } }

.bg_rainbow i:nth-child(2) {
  background-color: #1d71b8; }

.bg_rainbow i:nth-child(3) {
  background-color: #d60b52; }

.bg_rainbow i:nth-child(4) {
  background-color: #00a696; }

.bg_rainbow i:nth-child(5) {
  background-color: #95c11f; }

.bg_rainbow i:nth-child(6) {
  background-color: #ffcc00; }

.bg_rainbow i:nth-child(7) {
  background-color: #80377c; }

.bg_primary {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 2500px; }

@media (min-width: 1025px) {
  .bg_primary {
    top: -11px; } }

.bg_primary:before, .bg_primary:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../layout/bg_left.png) left top no-repeat;
  mix-blend-mode: darken; }

@media (max-width: 600px) {
  .bg_primary:before, .bg_primary:after {
    background-size: 360px; } }

.bg_primary:before {
  background: url(../layout/bg_right.png) right top no-repeat; }

@media (max-width: 1024px) {
  .bg_primary:before {
    display: none; } }

.bg_primary.blue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b8daf5+35,e2f0fb+74 */
  background: #b8daf5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b8daf5 35%, #e2f0fb 74%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8daf5', endColorstr='#e2f0fb',GradientType=0 );
  /* IE6-9 */ }

.link_email {
  display: inline-block;
  font-size: 21px;
  line-height: 1.25;
  text-decoration: underline;
  font-weight: 500; }

.btn_grad {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcebf7 0%, #b0d2ed 70%, #a2caea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 3px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.25;
  text-align: center;
  padding: 3px 15px;
  transform: translateZ(0);
  overflow: hidden; }

.btn_grad:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a2caea 0%, #b0d2ed 30%, #dcebf7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: -1;
  opacity: 0;
  transition: opacity .25s; }

.btn_grad:hover:before {
  opacity: 1; }

.btn_arrow {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  text-align: center;
  color: #464646;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 0 3px 3px 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(187, 215, 239, 0.24) 0%, rgba(187, 215, 239, 0.69) 65%, rgba(187, 215, 239, 0.91) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 6px 26px 5px 16px;
  transition: box-shadow .25s, color .25s; }

.btn_arrow:hover {
  box-shadow: 8px 0 10px rgba(0, 0, 0, 0.05); }

.btn_arrow:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 12px;
  left: -12px;
  top: 0;
  background: url(../layout/ba_l.svg) left top no-repeat;
  background-size: 100% 100%; }

.btn_arrow.to_right {
  border-radius: 3px 0 0 3px;
  padding: 6px 16px 5px 26px; }

.btn_arrow.to_right:before {
  background-image: url(../layout/ba_r.svg);
  left: auto;
  right: -12px; }

.btn_arrow.to_right:hover {
  box-shadow: -8px 0 10px rgba(0, 0, 0, 0.05); }

.btn_arrow.to_btm {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.37) 0%, rgba(255, 255, 255, 0.82) 65%, rgba(255, 255, 255, 0.94) 87%, rgba(255, 255, 255, 0.98) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 6px 20px 5px 20px;
  border-radius: 3px; }

.btn_arrow.to_btm:before {
  background: url(../layout/ba_b1.svg) center bottom no-repeat;
  background-size: 63px auto;
  left: 0;
  width: 100%;
  top: 100%;
  height: 12px; }

.btn_arrow.to_btm:hover {
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.08); }

.btn_arrow.to_btm2 {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(187, 215, 239, 0.24) 0%, rgba(187, 215, 239, 0.69) 65%, rgba(187, 215, 239, 0.91) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 6px 20px 5px 20px;
  border-radius: 3px; }

.btn_arrow.to_btm2:before {
  background: url(../layout/ba_b2.svg) center bottom no-repeat;
  background-size: 63px auto;
  left: 0;
  width: 100%;
  top: 100%;
  height: 12px; }

.btn_arrow.to_btm2:hover {
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.08); }

.btn_dark, .um #um-submit-btn, .um input.um-button[type=submit], .um input.um-button[type=submit]:focus, .um .um-right .um-button.um-alt {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  text-align: center;
  color: white;
  background-color: #00529C;
  font-size: 16px;
  line-height: 50px;
  border-radius: 30px;
  padding: 0 22px;
  transition: box-shadow .25s, background-color .25s;
  font-weight: 500; }

.btn_dark.thin, .um .thin#um-submit-btn, .um input.thin.um-button[type=submit], .um .um-right .thin.um-button.um-alt {
  line-height: 35px; }

.btn_dark:hover, .um #um-submit-btn:hover, .um input.um-button:hover[type=submit], .um .um-right .um-button.um-alt:hover {
  box-shadow: 8px 0 10px rgba(0, 0, 0, 0.05);
  background-color: #1d71b8; }

.btn_dark.to_btm::after, .um .to_btm#um-submit-btn::after, .um input.to_btm.um-button[type=submit]::after, .um .um-right .to_btm.um-button.um-alt::after {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  border-bottom: 4px solid white;
  border-right: 4px solid white;
  transform: scale(0.9) rotate(45deg);
  margin-left: 5px;
  vertical-align: text-top; }

label.btn_dark, .um label#um-submit-btn, .um .um-right label.um-button.um-alt {
  margin: 0 5px; }

label.btn_dark input, .um label#um-submit-btn input, .um .um-right label.um-button.um-alt input {
  display: none; }

label.btn_dark input:checked + span, .um label#um-submit-btn input:checked + span, .um .um-right label.um-button.um-alt input:checked + span {
  text-decoration: underline; }

.btn_outline {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  text-align: center;
  color: #00529C;
  border: 1px solid #00529C;
  background-color: transparent;
  font-size: 16px;
  line-height: 50px;
  border-radius: 30px;
  padding: 0 22px;
  transition: box-shadow .25s, background-color .25s, color .25s;
  font-weight: 500; }

.btn_outline.thin {
  line-height: 35px; }

.btn_outline:hover {
  box-shadow: 8px 0 10px rgba(0, 0, 0, 0.05);
  background-color: #00529C;
  color: white; }

.btn_outline.inverse {
  color: white;
  border: 1px solid white; }

.btn_outline.inverse:hover {
  background-color: white;
  color: black; }

.social {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top; }

.social_button {
  display: block;
  height: 42px;
  width: 22px;
  transition: color .25s; }

.social_button.insta {
  width: 40px; }

.social_button.yt {
  width: 40px; }

.social_button.enve {
  width: 43px; }

.social_button.share {
  width: 25px; }

.social_button.fw {
  width: 36px; }

.social_button.fb {
  width: 40px; }

.social_legend {
  display: block;
  font-size: 15px;
  line-height: 1.35;
  margin: 0;
  font-weight: 400; }

.social_drop {
  position: relative; }

.social > * {
  margin: 0 25px; }

.social > *:first-child {
  margin-left: 0; }

.social > *:last-child {
  margin-right: 0; }

.social.space-small > * {
  margin: 0 14px; }

.social.space-small > *.fb {
  margin-left: 6px; }

.social.space-small > *:first-child {
  margin-left: 0; }

.social.space-small > *:last-child {
  margin-right: 0; }

.social_dropdown {
  display: none;
  position: absolute;
  width: 80px;
  padding: 20px 0;
  bottom: 100%;
  left: 50%;
  margin-left: -40px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
  transform-origin: 50% 90%;
  opacity: 0;
  transform: scale(0.85);
  transition: transform .35s, opacity .35s; }

.social_dropdown a {
  display: block;
  margin: 0 auto; }

.social_dropdown a + a {
  margin-top: 20px; }

.social_drop.cactive {
  z-index: 100; }

.social_drop.cactive .social_dropdown {
  display: block; }

.social_drop.cshow .social_dropdown {
  opacity: 1;
  transform: scale(1); }

.elm_date {
  display: flex;
  align-items: center;
  justify-content: center; }

.head_section + .elm_date {
  margin-top: 50px; }

@media (max-width: 1024px) {
  .head_section + .elm_date {
    margin-top: 30px; } }

.elm_date_title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1.1;
  padding: 0 45px;
  font-weight: 700; }

@media (max-width: 1024px) {
  .elm_date_title {
    font-size: 20px;
    line-height: 1.25;
    padding: 0 20px; } }

@media (max-width: 768px) {
  .elm_date_title {
    font-size: 18px;
    line-height: 1.33333; } }

.elm_date_left, .elm_date_right {
  display: block;
  width: 15px;
  height: 25px; }

.icon_date {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  line-height: 1.33333;
  padding-left: 26px;
  background: url(../layout/cal.png) left center no-repeat;
  background-size: 17px auto; }

.icon_date.type2 {
  background-image: url(../layout/cal2.png); }

/*ICON MENU*/
.icon_menu {
  position: absolute;
  width: 22px;
  height: 2px;
  background: currentColor;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -11px;
  overflow: visible;
  transition: background-color .01s .15s; }

.icon_menu:after,
.icon_menu:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  background: currentColor;
  top: -7px;
  transition: transform .15s, top .2s .15s; }

.icon_menu:after {
  top: 7px; }

body.menuopen .icon_menu {
  background: none; }

body.menuopen .icon_menu:after,
body.menuopen .icon_menu:before {
  top: 0;
  transition: transform .15s .15s, top .15s;
  transform: rotate(45deg); }

body.menuopen .icon_menu:after {
  transform: rotate(-45deg); }

.big-heading {
  text-align: center;
  margin: 20px 0;
  font-size: 40px;
  font-weight: 500;
  color: #474747;
  text-transform: uppercase; }

@media (max-width: 600px) {
  .big-heading {
    font-size: 34px;
    margin-bottom: 25px; } }

h1.big-heading {
  font-size: 48px;
  margin-top: 0; }

@media (max-width: 600px) {
  h1.big-heading {
    font-size: 36px; } }

.article-preview {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  transition: box-shadow 0.3s linear; }

.article-preview-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.article-preview > * {
  flex: 0 0 auto; }

.article-preview img.wp-post-image {
  width: calc(100% + 20px);
  height: auto;
  aspect-ratio: calc(16/9);
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 10px; }

.article-preview img.category-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: white;
  vertical-align: middle;
  padding: 8px;
  margin-top: -30px;
  margin-left: -15px; }

@media (max-width: 600px) {
  .article-preview img.category-icon {
    width: 50px;
    height: 50px;
    padding: 5px; } }

.article-preview h3 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 26px;
  margin-top: 5px;
  margin-bottom: 0;
  max-width: 500px; }

.article-preview p {
  margin-top: 0;
  font-size: 16px;
  max-width: 500px;
  text-align: justify; }

.article-preview p:not(.article-preview-footer) {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; }

.article-preview-footer {
  margin-top: auto !important;
  pointer-events: none;
  position: relative;
  max-width: none !important;
  z-index: 2; }

.article-preview-footer > * {
  pointer-events: auto; }

.article-preview .category, .article-preview .region {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  margin-right: 10px; }

.article-preview .arrow {
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: white;
  display: inline-block;
  position: absolute;
  right: 0;
  transition: right 0.3s ease-in-out;
  pointer-events: none; }

@media (max-width: 600px) {
  .article-preview .arrow {
    transform: scale(0.8); } }

.article-preview .arrow.c-dostupny {
  background: #878787; }

.article-preview .arrow.c-moderni {
  background: #1d71b8; }

.article-preview .arrow.c-aktivni {
  background: #d60b52; }

.article-preview .arrow.c-zdravy {
  background: #00a696; }

.article-preview .arrow.c-usporny {
  background: #95c11f; }

.article-preview .arrow.c-perspektivni {
  background: #ffcc00; }

.article-preview .arrow.c-kulturni {
  background: #80377c; }

.article-preview .arrow.c-sdruzene-projekty {
  background: #ffcc00; }

.article-preview:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

.article-preview:hover .arrow {
  right: -15px; }

.article-preview.c-dostupny h3, .article-preview.c-dostupny .category {
  color: #878787; }

.article-preview.c-moderni h3, .article-preview.c-moderni .category {
  color: #1d71b8; }

.article-preview.c-aktivni h3, .article-preview.c-aktivni .category {
  color: #d60b52; }

.article-preview.c-zdravy h3, .article-preview.c-zdravy .category {
  color: #00a696; }

.article-preview.c-usporny h3, .article-preview.c-usporny .category {
  color: #95c11f; }

.article-preview.c-perspektivni h3, .article-preview.c-perspektivni .category {
  color: #ffcc00; }

.article-preview.c-kulturni h3, .article-preview.c-kulturni .category {
  color: #80377c; }

@media (max-width: 1024px) {
  .article-preview img.wp-post-image {
    width: 100%;
    margin: 0; }
  .article-preview img.category-icon {
    position: relative;
    float: right;
    width: 50px;
    height: 50px;
    padding: 5px;
    margin-top: -25px; }
  .article-preview h3 {
    font-size: 20px; }
  .article-preview p {
    font-size: 16px; }
  .article-preview p.article-preview-footer {
    position: relative; }
  .article-preview .arrow {
    right: 5px; }
  .article-preview:hover .arrow {
    right: -5px; } }

p.no-results {
  width: 100%;
  font-size: 24px;
  font-style: italic;
  text-align: center; }

body.single-project .video_cont {
  border-radius: 15px; }

.um h1.big-heading {
  margin-bottom: 25px; }

.um.um-login {
  margin-bottom: 120px !important; }

.um .um-col-alt {
  margin-top: -8px; }

.um input.um-form-field[type="text"], .um input.um-form-field[type="password"] {
  border: none;
  border-radius: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.um .um-field-checkbox:not(.um-field) {
  margin-bottom: 20px; }

.um .um-field-checkbox-state i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #474747;
  background: white;
  vertical-align: middle;
  margin-left: 6px; }

.um .um-field-checkbox-state i::before {
  display: none; }

.um .um-field-checkbox-state i.um-icon-android-checkbox-outline::after {
  content: "\2713";
  font-size: 12px;
  vertical-align: top;
  position: relative;
  top: -7px;
  font-weight: bold; }

.um .um-field-checkbox-option {
  color: #474747 !important;
  margin-left: 28px; }

.um #um-submit-btn, .um input[type=submit].um-button, .um input[type=submit].um-button:focus {
  line-height: 40px !important;
  padding: 0 22px !important;
  border-radius: 30px !important;
  text-transform: uppercase !important; }

.um .um-right .um-button.um-alt {
  line-height: 40px !important;
  padding: 0 !important;
  border-radius: 30px !important;
  text-transform: uppercase !important;
  background-color: #7a7a7a !important; }

.um .um-right .um-button.um-alt:hover {
  background-color: #adadad !important; }

.um .um-link-alt {
  color: #474747 !important;
  text-decoration: underline !important; }

.um input[type=submit].um-button, .um input[type=submit].um-button:focus {
  background-color: #474747 !important; }

.um .um-account-general {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 480px;
  padding: 0 15px;
  margin: 0 auto; }

.um .um-account-general > div {
  flex: 0 0 100%; }

.um .um-account-general #um_field_general_first_name, .um .um-account-general #um_field_general_last_name {
  flex: 0 0 calc(50% - 12px); }

.um .um-account-general .um-col-alt {
  display: flex;
  justify-content: center;
  margin-top: 20px; }

.um .um-account-password {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 480px;
  padding: 0 15px;
  margin: 0 auto; }

.um .um-account-password-wrapper {
  margin-top: 100px;
  padding-top: 100px;
  background: transparent url("../layout/line.png") center top repeat-x;
  padding-bottom: 60px; }

@media (max-width: 1024px) {
  .um .um-account-password-wrapper {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 25px; } }

@media (max-width: 768px) {
  .um .um-account-password-wrapper {
    background-image: url("../layout/line-mobile.png"); } }

.um .um-account-password > div {
  flex: 0 0 100%; }

.um .um-account-password .um-col-alt {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px; }

.um-account {
  padding-bottom: 60px; }

@media (max-width: 1024px) {
  .um-account {
    padding-bottom: 0; } }

.um-account .logged_user {
  padding-bottom: 25px; }

.um-account .logged_user h1 {
  margin-bottom: 25px; }

.um-profile h1 {
  margin-bottom: 40px; }

.um-profile .um-header {
  border: none; }

.um-profile .um-header .um-profile-photo a.um-profile-photo-img {
  top: 0 !important; }

.um-profile .buttons {
  width: 227px; }

.um-profile .buttons a + a {
  margin-left: 0;
  margin-top: 15px; }

.project_map {
  height: 320px;
  overflow: hidden;
  margin: 40px 0; }

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px; }

@media (max-width: 768px) {
  .section-heading {
    justify-content: center; } }

.section-heading .section-title {
  margin-bottom: 0; }

.section-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
  color: #00529C; }

@media (max-width: 768px) {
  .section-title {
    font-size: 34px; } }

.section-title.c-dostupny {
  color: #878787; }

.section-title.c-moderni {
  color: #1d71b8; }

.section-title.c-aktivni {
  color: #d60b52; }

.section-title.c-zdravy {
  color: #00a696; }

.section-title.c-usporny {
  color: #95c11f; }

.section-title.c-perspektivni {
  color: #ffcc00; }

.section-title.c-kulturni {
  color: #80377c; }

.section-cta {
  margin-top: 40px;
  text-align: center; }

.with-arrow::after {
  content: "→";
  display: inline-block;
  margin-left: 5px;
  vertical-align: text-bottom;
  overflow: hidden;
  text-indent: -0.3em;
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out; }

.with-arrow:hover::after {
  left: 5px; }

/*MFP*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*CUSTOM*/
.mfp-gal .mfp-iframe-holder .mfp-content {
  max-width: 1024px; }

.mfp-gal .mfp-bottom-bar {
  margin-top: -32px; }

.mfp-gal .mfp-iframe-holder .mfp-bottom-bar {
  margin-top: 6px;
  margin-bottom: 6px; }

.mfp-gal .mfp-iframe-holder {
  padding-top: 0;
  padding-bottom: 0; }

.mfp-gal .mfp-iframe-holder .mfp-content {
  margin-top: 45px;
  margin-bottom: 45px; }

button.mfp-close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0; }

button.mfp-close svg {
  display: inline-block;
  width: 15px;
  height: 15px; }

.mfp-arrow {
  color: #fff; }

.mfp-arrow:before {
  display: none; }

.mfp-arrow:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0; }

.mfp-arrow > svg {
  display: inline-block;
  width: 40px;
  height: 41px;
  overflow: visible; }

.mfp-arrow svg g:first-child {
  stroke: #000;
  stroke-width: 2;
  stroke-opacity: .08;
  fill-opacity: .2; }

.mfp-arrow svg g:last-child {
  fill: currentColor; }

/*HEADER*/
.header {
  position: relative;
  z-index: 300;
  background: white;
  padding-bottom: 10px;
  box-shadow: 0px 0px 10px 0px #0000001A; }

@media (max-width: 1024px) {
  .header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 70px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
    transition: box-shadow .25s; } }

@media (max-width: 1024px) {
  body.scrolled .header {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); } }

.header > .wrapper, .header > .wrapper3, .header > .wrapper4, .header > .wrapper5, .header > .wrapper6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 5px; }

@media (max-width: 1140px) {
  .header > .wrapper, .header > .wrapper3, .header > .wrapper4, .header > .wrapper5, .header > .wrapper6 {
    padding-top: 20px; } }

@media (max-width: 1024px) {
  .header > .wrapper, .header > .wrapper3, .header > .wrapper4, .header > .wrapper5, .header > .wrapper6 {
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0;
    flex: 1 1 auto; } }

.header_logo {
  display: block;
  width: 180px;
  flex: 0 0 180px;
  margin-top: -13px;
  margin-right: auto; }

@media (max-width: 1024px) {
  .header_logo {
    margin-top: 0; } }

.header_logo img {
  display: block;
  width: 100%; }

.header_search {
  position: relative;
  margin: -14px 0 0 auto; }

@media (max-width: 1024px) {
  .header_search {
    margin: 0 10px 0 auto; } }

.header_search_clicker {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  background: none;
  width: 38px;
  height: 40px;
  padding: 0 10px;
  color: #464646;
  display: none; }

@media (max-width: 1024px) {
  .header_search_clicker {
    display: block; } }

.header_search_form {
  position: relative; }

@media (max-width: 1024px) {
  .header_search_form {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transform-origin: 100% 0%;
    opacity: 0;
    transform: scale(0.85);
    transition: transform .35s, opacity .35s; } }

.header_search.cactive .header_search_form {
  display: block; }

.header_search.cshow .header_search_form {
  opacity: 1;
  transform: scale(1); }

.header_search_input {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  background: none;
  font-size: 15px;
  line-height: 1.35;
  background-color: #fff;
  color: #000;
  padding: 10px 0 10px 38px;
  height: 40px;
  width: 150px;
  box-shadow: inset 0 0 0 2px rgba(135, 135, 135, 0);
  transition: box-shadow .25s; }

.header_search_input::-webkit-input-placeholder {
  color: #878787;
  opacity: 1; }

.header_search_input::-moz-placeholder {
  color: #878787;
  opacity: 1; }

.header_search_input:-ms-input-placeholder {
  color: #878787;
  opacity: 1; }

.header_search_input:-moz-placeholder {
  color: #878787;
  opacity: 1; }

@media (max-width: 1024px) {
  .header_search_input {
    padding: 10px 46px 10px 15px; } }

.header_search_input:focus {
  box-shadow: inset 0 0 0 2px rgba(135, 135, 135, 0.9); }

.header_search_btn {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 38px;
  height: 40px;
  top: 0;
  left: 0;
  color: #878787;
  padding: 0 10px;
  transition: color .25s; }

@media (max-width: 1024px) {
  .header_search_btn {
    left: auto;
    right: 0; } }

.header_search_btn:hover {
  color: #000; }

.header_btm {
  padding-top: 30px; }

@media (max-width: 1140px) {
  .header_btm {
    padding-top: 20px; } }

@media (max-width: 1024px) {
  .header_btm {
    padding-top: 0; } }

/*NAV*/
.nav {
  display: flex;
  align-items: flex-start;
  justify-content: center; }

@media (max-width: 1024px) {
  .nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    flex-direction: column;
    justify-content: flex-start;
    background: #fff;
    transform: translate3d(0, -100%, 0);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0);
    padding: 15px 0;
    transition: transform .35s, box-shadow .35s; }
  body.menuopen .nav {
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, 0, 0); } }

@media (min-width: 1025px) {
  .nav.noactive:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 11px;
    background-color: #fff; } }

@media (min-width: 1025px) {
  .nav_cont {
    overflow: hidden;
    padding-bottom: 11px; } }

@media (max-width: 1024px) {
  .nav_cont {
    order: 3; } }

.nav a {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 10px;
  font-size: 15px;
  line-height: 1.42857;
  color: #878787;
  padding: 4px 0; }

@media (max-width: 1024px) {
  .nav a {
    padding: 10px 20px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.33333; } }

.nav a:first-child {
  margin-top: auto; }

.nav a:last-child {
  margin-bottom: auto; }

@media (max-width: 1024px) {
  .nav a {
    transform-origin: 50% 0;
    /* transform: translate(0,-15px) scale(.8); 
      opacity: 0;
      transition: transform 0s .1s, opacity .1s;*/ } }

@media (max-width: 1024px) {
  body:not(.menuopen) .nav a {
    /*transition: transform 0s .1s, opacity .1s !important;  */ } }

@media (max-width: 1024px) {
  body.menuopen .nav a {
    /* transform: translate(0,0); 
      opacity: 1;   
      transition: transform .25s .35s, .25s .35s; */ } }

.nav span {
  display: block;
  transition: color .25s; }

@media (max-width: 1024px) {
  .nav span {
    width: 100%; } }

.nav a:hover span,
.nav a.active span {
  color: #000; }

.nav a.active {
  font-weight: 700; }

.nav_btn {
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  margin-top: 0;
  color: #464646;
  border: 2px solid #464646;
  background: none;
  outline: none;
  z-index: 2; }

@media (max-width: 1024px) {
  .nav_btn {
    display: block; } }

/*FOOTER*/
.footer {
  position: relative;
  background: white;
  margin-top: 75px; }

.footer_top {
  padding-bottom: 25px; }

.footer_top:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 123px;
  width: 100%;
  background: url(../layout/bg_footer.png) calc(50% - 34px) top repeat-x; }

.footer_top .col3 {
  padding: 25px 0;
  max-width: 400px; }

.footer_top .grid {
  position: relative;
  top: -15px; }

.footer_btm {
  display: flex;
  align-items: center; }

@media (max-width: 1024px) {
  .footer_btm {
    display: block;
    text-align: center;
    padding: 30px 0; } }

.footer_social {
  display: inline-flex;
  align-items: center;
  color: #000;
  margin: 15px 0 15px 0; }

@media (max-width: 1024px) {
  .footer_social {
    margin: 0; } }

.footer_social strong {
  display: block;
  white-space: nowrap; }

.footer_social a {
  display: block;
  width: 28px;
  height: 28px;
  margin-left: 13px;
  transition: color .25s; }

.footer_social a + strong {
  margin-left: 18px; }

.footer_social img {
  width: 35px;
  margin-top: -3px;
  margin-left: -3px; }

.footer_menu {
  margin: 0 45px; }

@media (max-width: 1200px) {
  .footer_menu {
    margin: 0 20px; } }

.footer_menu ul {
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  font-size: 10px;
  line-height: 2em; }

.footer_menu a {
  white-space: nowrap; }

.footer_logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 0 40px 0; }

@media (max-width: 1024px) {
  .footer_logos {
    flex-wrap: wrap;
    margin-top: 20px; } }

.footer_logos a {
  display: block;
  margin: 15px 20px; }

/*HOME 2022*/
body.page-template-home_2022 .bg_primary {
  top: 284px;
  height: 1300px; }

body.page-template-home_2022 .bg_primary.blue {
  background: #b8daf5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b8daf5 45%, #F9FBFE 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8daf5', endColorstr='#F9FBFE',GradientType=0 );
  /* IE6-9 */ }

@media (min-width: 1500px) {
  body.page-template-home_2022 .bg_primary {
    top: 334px; } }

.home-slider-bg {
  background: white;
  padding: 10px 0; }

.home-slider-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative; }

.slider_home {
  padding: 0 10px;
  /* BIG SCREEN */ }

.slider_home .owl-stage {
  padding-bottom: 15px; }

.slider_home .owl-item {
  padding: 0 5px; }

.slider_home .owl-item a.item {
  display: block;
  width: 100%;
  height: 250px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.3s linear; }

.slider_home .owl-item a.item .hexagon-bg {
  width: 280px;
  height: 200px;
  background: red;
  position: absolute;
  top: -40px;
  left: -20px;
  border-radius: 30px;
  transform: rotate(60deg);
  opacity: 0.8; }

.slider_home .owl-item a.item .hexagon-bg::before {
  content: "";
  position: absolute;
  top: -71px;
  left: 2px;
  width: 0;
  height: 0;
  border-left: 134px solid transparent;
  border-right: 134px solid transparent;
  border-bottom: 78px solid red; }

.slider_home .owl-item a.item .hexagon-bg::after {
  content: "";
  position: absolute;
  bottom: -71px;
  left: 2px;
  width: 0;
  height: 0;
  border-left: 134px solid transparent;
  border-right: 134px solid transparent;
  border-top: 78px solid red; }

.slider_home .owl-item a.item .hexagon-bg.underlay {
  mix-blend-mode: multiply; }

.slider_home .owl-item a.item .text-content {
  color: white;
  width: 230px;
  position: absolute;
  left: 25px;
  top: 25px; }

.slider_home .owl-item a.item .text-content h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 500; }

.slider_home .owl-item a.item .text-content p {
  margin: 0;
  padding-left: 1px;
  font-size: 16px;
  line-height: 1.2; }

.slider_home .owl-item a.item span.arrow {
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: white;
  background: transparent;
  position: absolute;
  right: 25px;
  bottom: 15px;
  transition: right 0.3s ease-in-out; }

@media (max-width: 600px) {
  .slider_home .owl-item a.item span.arrow {
    transform: scale(0.8); } }

.slider_home .owl-item a.item span.arrow.c-dostupny {
  background: #878787; }

.slider_home .owl-item a.item span.arrow.c-moderni {
  background: #1d71b8; }

.slider_home .owl-item a.item span.arrow.c-aktivni {
  background: #d60b52; }

.slider_home .owl-item a.item span.arrow.c-zdravy {
  background: #00a696; }

.slider_home .owl-item a.item span.arrow.c-usporny {
  background: #95c11f; }

.slider_home .owl-item a.item span.arrow.c-perspektivni {
  background: #ffcc00; }

.slider_home .owl-item a.item span.arrow.c-kulturni {
  background: #80377c; }

.slider_home .owl-item a.item span.arrow.c-sdruzene-projekty {
  background: #ffcc00; }

.slider_home .owl-item a.item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

.slider_home .owl-item a.item:hover span.arrow {
  right: 10px; }

.slider_home .owl-item a.item.c-dostupny .hexagon-bg {
  background: #878787; }

.slider_home .owl-item a.item.c-dostupny .hexagon-bg::before {
  border-bottom-color: #878787; }

.slider_home .owl-item a.item.c-dostupny .hexagon-bg::after {
  border-top-color: #878787; }

.slider_home .owl-item a.item.c-moderni .hexagon-bg {
  background: #1d71b8; }

.slider_home .owl-item a.item.c-moderni .hexagon-bg::before {
  border-bottom-color: #1d71b8; }

.slider_home .owl-item a.item.c-moderni .hexagon-bg::after {
  border-top-color: #1d71b8; }

.slider_home .owl-item a.item.c-aktivni .hexagon-bg {
  background: #d60b52; }

.slider_home .owl-item a.item.c-aktivni .hexagon-bg::before {
  border-bottom-color: #d60b52; }

.slider_home .owl-item a.item.c-aktivni .hexagon-bg::after {
  border-top-color: #d60b52; }

.slider_home .owl-item a.item.c-zdravy .hexagon-bg {
  background: #00a696; }

.slider_home .owl-item a.item.c-zdravy .hexagon-bg::before {
  border-bottom-color: #00a696; }

.slider_home .owl-item a.item.c-zdravy .hexagon-bg::after {
  border-top-color: #00a696; }

.slider_home .owl-item a.item.c-usporny .hexagon-bg {
  background: #95c11f; }

.slider_home .owl-item a.item.c-usporny .hexagon-bg::before {
  border-bottom-color: #95c11f; }

.slider_home .owl-item a.item.c-usporny .hexagon-bg::after {
  border-top-color: #95c11f; }

.slider_home .owl-item a.item.c-perspektivni .hexagon-bg {
  background: #ffcc00; }

.slider_home .owl-item a.item.c-perspektivni .hexagon-bg::before {
  border-bottom-color: #ffcc00; }

.slider_home .owl-item a.item.c-perspektivni .hexagon-bg::after {
  border-top-color: #ffcc00; }

.slider_home .owl-item a.item.c-kulturni .hexagon-bg {
  background: #80377c; }

.slider_home .owl-item a.item.c-kulturni .hexagon-bg::before {
  border-bottom-color: #80377c; }

.slider_home .owl-item a.item.c-kulturni .hexagon-bg::after {
  border-top-color: #80377c; }

.slider_home_arrows {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%; }

@media (max-width: 600px) {
  .slider_home_arrows {
    display: none; } }

.slider_home_arrows button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: white;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  top: -40px;
  position: absolute; }

.slider_home_arrows button.owl-prev {
  text-align: right;
  left: -40px; }

.slider_home_arrows button.owl-prev svg {
  margin-left: auto;
  margin-right: 5px; }

.slider_home_arrows button.owl-next {
  right: -40px; }

.slider_home_arrows button.owl-next svg {
  margin-left: 5px; }

.slider_home_arrows button svg {
  width: 15px;
  height: 25px;
  opacity: 0.5;
  transition: opacity 0.2s linear; }

.slider_home_arrows button:hover svg {
  opacity: 1; }

.slider_home_dots {
  display: none; }

@media (max-width: 600px) {
  .slider_home_dots {
    display: flex;
    justify-content: center; }
  .slider_home_dots button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    border: 2px solid black;
    transform: scale(0.8);
    margin: 0 3px;
    background: transparent; }
  .slider_home_dots button.active {
    background: black; } }

@media (min-width: 1500px) {
  .slider_home {
    padding: 0 15px; }
  .slider_home .owl-item {
    padding: 0 10px; }
  .slider_home .owl-item a.item {
    height: 300px; }
  .slider_home .owl-item a.item .hexagon-bg {
    width: 336px;
    height: 240px;
    top: -48px;
    left: -24px;
    border-radius: 30px; }
  .slider_home .owl-item a.item .hexagon-bg::before {
    top: -88px;
    left: 2px;
    border-left-width: 161px;
    border-right-width: 161px;
    border-bottom-width: 94px; }
  .slider_home .owl-item a.item .hexagon-bg::after {
    bottom: -72px;
    left: 2px;
    border-left-width: 161px;
    border-right-width: 161px;
    border-bottom-width: 94px; }
  .slider_home .owl-item a.item .text-content {
    width: 275px;
    left: 30px;
    top: 30px; }
  .slider_home .owl-item a.item .text-content h2 {
    font-size: 33px; }
  .slider_home .owl-item a.item .text-content p {
    font-size: 19px; }
  .slider_home_arrows button.owl-prev {
    left: -30px; }
  .slider_home_arrows button.owl-next {
    right: -30px; } }

.home-magazine {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  justify-content: space-between;
  flex-wrap: wrap; }

@media (max-width: 1024px) {
  .home-magazine {
    flex-direction: column;
    align-items: center; } }

.home-magazine > * {
  flex: 0 0 auto; }

.home-magazine > .left {
  width: calc(75% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }

@media (max-width: 1024px) {
  .home-magazine > .left {
    width: 100%; } }

.home-magazine > .left .article-preview {
  background: white;
  padding: 15px;
  border-radius: 15px;
  height: auto;
  display: block; }

@media (max-width: 1024px) {
  .home-magazine > .left .article-preview {
    max-width: none;
    overflow: visible;
    margin-bottom: 40px; } }

@media (max-width: 600px) {
  .home-magazine > .left .article-preview {
    display: flex;
    max-width: 400px;
    padding: 10px;
    height: auto; } }

.home-magazine > .left .article-preview img.wp-post-image {
  width: calc(45% - 20px);
  margin-left: 0;
  margin-top: 0;
  float: left;
  margin-right: 25px; }

@media (max-width: 600px) {
  .home-magazine > .left .article-preview img.wp-post-image {
    width: 100%;
    position: relative;
    left: 0;
    top: 0; } }

.home-magazine > .left .article-preview img.category-icon {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
  padding: 13px; }

@media (max-width: 1024px) {
  .home-magazine > .left .article-preview img.category-icon {
    padding: 5px;
    top: 4px; } }

.home-magazine > .left .article-preview h3 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 20px;
  max-height: 58px;
  overflow: hidden;
  margin-bottom: 15px; }

.home-magazine > .left .article-preview h3 + p {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 25px; }

@media (max-width: 600px) {
  .home-magazine > .left .article-preview h3 + p {
    margin-bottom: 0.8em; } }

.home-magazine > .left .article-preview p {
  max-width: none; }

.home-magazine > .left .article-preview-footer {
  position: absolute;
  bottom: 5px;
  width: calc(55% - 35px);
  left: calc(45% + 7px); }

@media (max-width: 600px) {
  .home-magazine > .left .article-preview-footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%; } }

.home-magazine > .right {
  width: calc(25% - 10px); }

@media (max-width: 1024px) {
  .home-magazine > .right {
    width: 100%; } }

.home-magazine > .right form.filter {
  padding: 25px;
  background: white;
  border-radius: 15px; }

@media (max-width: 1024px) {
  .home-magazine > .right form.filter {
    text-align: center; } }

.home-magazine > .right form.filter h3 {
  font-size: 26px;
  margin: 0 0 15px;
  line-height: 1.2; }

@media (max-width: 1024px) {
  .home-magazine > .right form.filter .filter-category {
    display: flex;
    flex-wrap: wrap;
    width: 260px;
    margin: 40px auto; } }

.home-magazine > .right form.filter .filter-category label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
  padding-left: 10px;
  cursor: pointer; }

@media (max-width: 1024px) {
  .home-magazine > .right form.filter .filter-category label {
    width: 130px;
    text-align: left; } }

.home-magazine > .right form.filter .filter-category label .hexagon {
  width: 14px;
  height: 8px;
  background: red;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.8) rotate(60deg) translateY(-2px);
  margin-right: 5px;
  transition: transform 0.2s ease-in-out; }

.home-magazine > .right form.filter .filter-category label .hexagon::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 4px solid red; }

.home-magazine > .right form.filter .filter-category label .hexagon::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 4px solid red; }

.home-magazine > .right form.filter .filter-category label.c-dostupny .hexagon {
  background: #878787; }

.home-magazine > .right form.filter .filter-category label.c-dostupny .hexagon::before {
  border-bottom-color: #878787; }

.home-magazine > .right form.filter .filter-category label.c-dostupny .hexagon::after {
  border-top-color: #878787; }

.home-magazine > .right form.filter .filter-category label.c-moderni .hexagon {
  background: #1d71b8; }

.home-magazine > .right form.filter .filter-category label.c-moderni .hexagon::before {
  border-bottom-color: #1d71b8; }

.home-magazine > .right form.filter .filter-category label.c-moderni .hexagon::after {
  border-top-color: #1d71b8; }

.home-magazine > .right form.filter .filter-category label.c-aktivni .hexagon {
  background: #d60b52; }

.home-magazine > .right form.filter .filter-category label.c-aktivni .hexagon::before {
  border-bottom-color: #d60b52; }

.home-magazine > .right form.filter .filter-category label.c-aktivni .hexagon::after {
  border-top-color: #d60b52; }

.home-magazine > .right form.filter .filter-category label.c-zdravy .hexagon {
  background: #00a696; }

.home-magazine > .right form.filter .filter-category label.c-zdravy .hexagon::before {
  border-bottom-color: #00a696; }

.home-magazine > .right form.filter .filter-category label.c-zdravy .hexagon::after {
  border-top-color: #00a696; }

.home-magazine > .right form.filter .filter-category label.c-usporny .hexagon {
  background: #95c11f; }

.home-magazine > .right form.filter .filter-category label.c-usporny .hexagon::before {
  border-bottom-color: #95c11f; }

.home-magazine > .right form.filter .filter-category label.c-usporny .hexagon::after {
  border-top-color: #95c11f; }

.home-magazine > .right form.filter .filter-category label.c-perspektivni .hexagon {
  background: #ffcc00; }

.home-magazine > .right form.filter .filter-category label.c-perspektivni .hexagon::before {
  border-bottom-color: #ffcc00; }

.home-magazine > .right form.filter .filter-category label.c-perspektivni .hexagon::after {
  border-top-color: #ffcc00; }

.home-magazine > .right form.filter .filter-category label.c-kulturni .hexagon {
  background: #80377c; }

.home-magazine > .right form.filter .filter-category label.c-kulturni .hexagon::before {
  border-bottom-color: #80377c; }

.home-magazine > .right form.filter .filter-category label.c-kulturni .hexagon::after {
  border-top-color: #80377c; }

.home-magazine > .right form.filter .filter-category label input {
  display: none; }

.home-magazine > .right form.filter .filter-category label input:checked ~ .hexagon {
  transform: scale(1.1) rotate(60deg) translateY(-2px); }

.home-magazine > .right form.filter .filter-category label input:checked ~ span {
  text-decoration: underline; }

.home-magazine > .right form.filter .item_drop {
  width: 177px;
  margin: 25px auto; }

.home-magazine > .right form.filter label[for='region'] {
  display: block;
  font-size: 16px;
  font-weight: bold;
  width: 177px;
  margin-bottom: 15px; }

.home-magazine > .right form.filter input[type='submit'] {
  margin: 0 auto;
  display: block;
  width: 177px; }

.home-magazine > .right .articles-selection {
  margin-top: 15px;
  padding: 25px 15px;
  background: #474747;
  border-radius: 15px;
  color: white; }

.home-magazine > .right .articles-selection h3 {
  font-size: 26px;
  margin: 0 0 30px;
  line-height: 1.2; }

.home-magazine > .right .articles-selection .articles-column img {
  width: 88px;
  height: 57px; }

.home-magazine > .right .articles-selection .articles-column h4 {
  font-weight: normal;
  margin-top: -2px;
  max-height: 60px;
  overflow: hidden; }

.home-magazine > .bottom {
  width: 100%;
  text-align: center;
  margin-top: 40px; }

@media (max-width: 1024px) {
  .home-magazine > .bottom {
    margin-top: 0;
    margin-bottom: 40px; } }

.home-video {
  background: white;
  padding: 40px 0; }

.home-video h2.big-heading {
  margin-top: 0;
  margin-bottom: 40px; }

.home-video figure.video {
  margin: 0;
  border-radius: 25px;
  overflow: hidden; }

.home-video .bottom {
  text-align: center;
  padding-top: 40px; }

.home-imap {
  padding-top: 40px; }

.home-imap h2.big-heading {
  margin-top: 0;
  margin-bottom: 40px; }

/*HOME 2024*/
.home-video {
  position: relative; }

@media (max-width: 768px) {
  .home-video {
    padding-top: 0; } }

@media (min-width: 769px) {
  .home-video {
    min-height: 640px; } }

@media (min-width: 769px) {
  .home-video .video {
    position: absolute;
    width: 780px;
    aspect-ratio: 1;
    background: black;
    border-radius: 50%;
    top: -180px;
    right: calc(50% + 50px);
    overflow: hidden; } }

.home-video .video > video {
  cursor: pointer; }

@media (max-width: 768px) {
  .home-video .video > video {
    width: 100%;
    height: 240px; } }

@media (min-width: 769px) {
  .home-video .video > video {
    -o-object-position: bottom;
    object-position: bottom;
    position: relative;
    top: 86px;
    -o-object-fit: cover;
    object-fit: cover; } }

.home-video .video > .img-wrapper {
  position: relative;
  width: 100%;
  height: 240px; }

@media (min-width: 769px) {
  .home-video .video > .img-wrapper {
    position: absolute;
    left: 0;
    top: 180px;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto; } }

.home-video .video > .img-wrapper > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.home-video .right {
  text-align: center; }

@media (min-width: 769px) {
  .home-video .right {
    text-align: left;
    width: 50%;
    margin-left: 50%; } }

@media (max-width: 768px) {
  .home-video .te-logo {
    display: none; } }

.home-video .title {
  display: flex;
  font-size: 80px;
  color: #00529C;
  flex-wrap: wrap;
  line-height: 1.05;
  align-items: center;
  margin-bottom: 38px;
  margin-top: 40px; }

@media (max-width: 768px) {
  .home-video .title {
    font-size: 64px;
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 25px;
    line-height: 1.2; } }

.home-video .title > span {
  display: block; }

.home-video .title > span:nth-child(1) {
  width: 100%; }

.home-video .title > span:nth-child(2) {
  font-size: 32px;
  font-weight: normal; }

@media (min-width: 769px) {
  .home-video .title > span:nth-child(2) {
    margin-top: 10px;
    margin-right: 15px;
    font-size: 28px; } }

@media (max-width: 768px) {
  .home-video .title > span:nth-child(2) {
    width: 240px;
    line-height: 1.05; }
  .home-video .title > span:nth-child(2) br {
    display: none; } }

.home-video .title > span:nth-child(3) > span {
  color: #d60b52; }

@media (min-width: 769px) {
  .home-video .cta {
    display: flex;
    justify-content: space-between; } }

.home-video .partners {
  display: flex;
  margin-top: 60px;
  gap: 15px; }

@media (max-width: 768px) {
  .home-video .partners {
    display: none; } }

.home-video .partners img {
  min-width: 170px; }

.home-projects {
  margin-bottom: 60px; }

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; }

@media (max-width: 768px) {
  .projects-grid {
    grid-template-columns: repeat(1, 1fr);
    max-width: 320px;
    margin: 0 auto; } }

.projects-grid > div {
  height: 240px;
  overflow: hidden;
  position: relative; }

@media (max-width: 768px) {
  .projects-grid > div {
    height: 216px; }
  .projects-grid > div:nth-child(n+6) {
    display: none; } }

.projects-grid > div.info {
  grid-row: 1 / span 3;
  grid-column: 3;
  height: auto;
  background: #00529C;
  color: white;
  padding: 30px 35px 15px; }

@media (max-width: 768px) {
  .projects-grid > div.info {
    grid-row: 3 / span 1;
    grid-column: 1;
    display: flex;
    flex-direction: column;
    padding: 15px 30px; } }

.projects-grid > div.info .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 28.57px;
  margin: 10px 0 30px; }

@media (max-width: 768px) {
  .projects-grid > div.info .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    margin-bottom: 0; } }

.projects-grid > div.info .tabs {
  list-style: none;
  padding: 0; }

@media (max-width: 768px) {
  .projects-grid > div.info .tabs {
    order: -1;
    display: flex;
    justify-content: space-between;
    margin-top: 0; } }

.projects-grid > div.info .tabs li {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  margin: 10px 0; }

@media (max-width: 768px) {
  .projects-grid > div.info .tabs li {
    margin: 0; } }

.projects-grid > div.info .tabs li a {
  display: flex;
  align-items: center; }

.projects-grid > div.info .tabs li a span.circle {
  position: relative;
  display: block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  margin-right: 20px;
  flex: 0 0 auto; }

@media (max-width: 768px) {
  .projects-grid > div.info .tabs li a span.circle {
    width: 38px;
    height: 38px;
    margin-right: 0; } }

.projects-grid > div.info .tabs li a span.circle > span.loader {
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
  background: rgba(0, 82, 156, 0.2);
  border-radius: 50%; }

.projects-grid > div.info .tabs li a span.circle > span.loader > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
  background: white;
  border-radius: 50%; }

.projects-grid > div.info .tabs li a span.circle svg path {
  fill: #00529C; }

@media (max-width: 768px) {
  .projects-grid > div.info .tabs li a span.text {
    display: none; } }

.projects-grid > div.info .tabs li a:not(.active) {
  color: rgba(255, 255, 255, 0.2); }

.projects-grid > div.info .tabs li a:not(.active) span.circle {
  background: transparent; }

.projects-grid > div.info .tabs li a:not(.active) span.circle > span.loader {
  background: rgba(255, 255, 255, 0.2); }

@media (max-width: 768px) {
  .projects-grid > div.info .tabs li a:not(.active) span.circle > span.loader {
    background: transparent; } }

.projects-grid > div.info .tabs li a:not(.active) span.circle > span.loader > span {
  background: transparent; }

.projects-grid > div.info .tabs li a:not(.active) span.circle svg path {
  fill: rgba(255, 255, 255, 0.2); }

.projects-grid > div.info .content > div {
  display: none; }

.projects-grid > div.info .content > div.active {
  display: block; }

.projects-grid > div.info .content .number {
  font-size: 80px;
  font-weight: 700;
  line-height: 98px; }

@media (max-width: 768px) {
  .projects-grid > div.info .content .number {
    font-size: 54px;
    line-height: 65px; } }

.projects-grid > div.info .content p {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; }

@media (min-width: 769px) {
  .projects-grid > div.info .content p {
    height: 72px;
    margin-bottom: 0; } }

.projects-grid > div .project {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.projects-grid > div .project > img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.projects-grid > div .project .hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 82, 156, 0.9);
  color: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear;
  padding: 20px 25px; }

.projects-grid > div .project .hover .project-name {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical; }

.projects-grid > div .project .hover .category {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 15px;
  height: 42px;
  width: 50%;
  text-transform: uppercase; }

.projects-grid > div .project .hover .category img {
  height: 50px; }

.projects-grid > div .project .hover > a {
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-weight: 400; }

.projects-grid > div .project:hover .hover {
  opacity: 1;
  pointer-events: auto; }

.projects-grid > div .project.c-dostupny .hover {
  background: rgba(135, 135, 135, 0.9); }

.projects-grid > div .project.c-moderni .hover {
  background: rgba(29, 113, 184, 0.9); }

.projects-grid > div .project.c-aktivni .hover {
  background: rgba(214, 11, 82, 0.9); }

.projects-grid > div .project.c-zdravy .hover {
  background: rgba(0, 166, 150, 0.9); }

.projects-grid > div .project.c-usporny .hover {
  background: rgba(149, 193, 31, 0.9); }

.projects-grid > div .project.c-perspektivni .hover {
  background: rgba(255, 204, 0, 0.9); }

.projects-grid > div .project.c-kulturni .hover {
  background: rgba(128, 55, 124, 0.9); }

@media (max-width: 768px) {
  .news-slider {
    max-width: 320px;
    margin: 0 auto; }
  .news-slider .owl-stage-outer {
    overflow: visible; }
  .news-slider .owl-stage-outer .owl-item {
    opacity: 0.5;
    transition: opacity 0.2s linear; }
  .news-slider .owl-stage-outer .owl-item.active {
    opacity: 1; } }

.news-slider .news-thumbnail {
  width: 354px; }

@media (max-width: 768px) {
  .news-slider .news-thumbnail {
    width: 320px; } }

.news-slider .news-thumbnail img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover; }

.news-slider .news-thumbnail .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 20px 25px; }

.news-slider .news-thumbnail .news-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.57px;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical; }

.slider_news_dots {
  display: flex;
  justify-content: center;
  margin-top: 40px; }

@media (min-width: 769px) {
  .slider_news_dots {
    display: none; } }

.slider_news_dots button {
  border: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0, 82, 156, 0.25);
  transition: background-color 0.2s linear;
  margin: 0 15px; }

.slider_news_dots button.active {
  background: #00529C; }

.home-calendar .calendar-wrapper {
  background: linear-gradient(to right, rgba(72, 72, 72, 0.05) 50%, #ffffff 50%); }

@media (max-width: 768px) {
  .home-calendar .calendar-wrapper {
    background: white; } }

.home-calendar .calendar-wrapper > .wrapper, .home-calendar .calendar-wrapper > .wrapper3, .home-calendar .calendar-wrapper > .wrapper4, .home-calendar .calendar-wrapper > .wrapper5, .home-calendar .calendar-wrapper > .wrapper6 {
  display: flex; }

@media (max-width: 768px) {
  .home-calendar .calendar-wrapper > .wrapper, .home-calendar .calendar-wrapper > .wrapper3, .home-calendar .calendar-wrapper > .wrapper4, .home-calendar .calendar-wrapper > .wrapper5, .home-calendar .calendar-wrapper > .wrapper6 {
    flex-direction: column-reverse; } }

.home-calendar .calendar-wrapper > .wrapper > *, .home-calendar .calendar-wrapper > .wrapper3 > *, .home-calendar .calendar-wrapper > .wrapper4 > *, .home-calendar .calendar-wrapper > .wrapper5 > *, .home-calendar .calendar-wrapper > .wrapper6 > * {
  flex: 0 0 50%;
  max-width: 50%; }

@media (max-width: 768px) {
  .home-calendar .calendar-wrapper > .wrapper > *, .home-calendar .calendar-wrapper > .wrapper3 > *, .home-calendar .calendar-wrapper > .wrapper4 > *, .home-calendar .calendar-wrapper > .wrapper5 > *, .home-calendar .calendar-wrapper > .wrapper6 > * {
    flex-basis: 100%;
    max-width: 100%; } }

.home-calendar .events {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 90px;
  position: relative; }

@media (max-width: 1024px) {
  .home-calendar .events {
    padding-right: 25px; } }

@media (max-width: 768px) {
  .home-calendar .events {
    max-width: calc(100% + 50px) !important;
    padding: 25px;
    margin-left: -25px;
    margin-right: -25px;
    background: rgba(72, 72, 72, 0.05); } }

.home-calendar .events [data-day] {
  transition: opacity 0.2s linear; }

@media (max-width: 768px) {
  .home-calendar .events .event {
    max-width: 318px;
    margin: 0 auto; } }

.home-calendar .events .event p.meta {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.home-calendar .events .event .title {
  color: #00529C;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.57px;
  margin: 22px 0; }

.home-calendar .events .event .btn_outline {
  margin-top: 19px; }

.home-calendar .calendar {
  width: 100%;
  max-width: 427px;
  margin-left: auto; }

@media (max-width: 1024px) {
  .home-calendar .calendar {
    padding-left: 25px; } }

@media (max-width: 768px) {
  .home-calendar .calendar {
    padding: 0 0 30px;
    margin-right: auto;
    max-width: 318px; } }

.home-calendar .calendar .month-name {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.57px;
  color: #00529C; }

.home-calendar .calendar .month-name .arrow {
  display: block;
  position: absolute;
  top: 5px;
  border-color: transparent;
  border-style: solid; }

.home-calendar .calendar .month-name .arrow.prev {
  left: 0;
  border-width: 9px 15px 9px;
  border-right-color: #00529C; }

.home-calendar .calendar .month-name .arrow.next {
  right: 0;
  border-width: 9px 0 9px 15px;
  border-left-color: #00529C; }

.home-calendar .calendar table {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column; }

.home-calendar .calendar table tr {
  display: flex;
  justify-content: space-between; }

.home-calendar .calendar table tr:not(:empty) {
  margin: 24px 0; }

@media (max-width: 768px) {
  .home-calendar .calendar table tr:not(:empty) {
    margin: 10px 0; } }

.home-calendar .calendar table td {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px; }

.home-calendar .calendar table td:not(:empty) {
  background: rgba(72, 72, 72, 0.05); }

.home-calendar .calendar table td.current {
  background: rgba(0, 82, 156, 0.1);
  color: #00529C; }

.home-calendar .calendar table td.has-event {
  background: #00529C;
  color: white;
  cursor: pointer; }

.home-calendar .calendar table td.selected {
  position: relative; }

.home-calendar .calendar table td.selected::before {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  border: 3px solid #00529C;
  border-radius: 10px; }

.slider_events_dots {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 1; }

.slider_events_dots button {
  border: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0, 82, 156, 0.25);
  transition: background-color 0.2s linear;
  margin: 0 5px; }

.slider_events_dots button:only-child {
  display: none; }

.slider_events_dots button.active {
  background: #00529C; }

@media (min-width: 769px) {
  .page_article, .page_project {
    margin-bottom: 90px; } }

.page_article .row:nth-child(n+2), .page_project .row:nth-child(n+2) {
  margin-top: 40px; }

@media (min-width: 769px) {
  .page_article .row, .page_project .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; } }

@media (min-width: 769px) {
  .page_article .row > .half, .page_project .row > .half {
    flex: 0 0 calc((100% - 15px) / 2);
    overflow: hidden; } }

@media (min-width: 769px) {
  .page_article .row > .half.text-column, .page_project .row > .half.text-column {
    padding-right: 25px; } }

@media (min-width: 769px) {
  .page_article .row > .half:nth-child(2).text-column, .page_project .row > .half:nth-child(2).text-column {
    padding-left: 25px;
    padding-right: 0; } }

@media (min-width: 769px) {
  .page_article .content-column.part_1, .page_project .content-column.part_1 {
    width: calc(200% + 25px);
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 25px;
    column-gap: 25px; } }

.page_article .content-column.part_2, .page_project .content-column.part_2 {
  display: none; }

@media (min-width: 769px) {
  .page_article .content-column.part_2, .page_project .content-column.part_2 {
    width: calc(200% + 25px);
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 25px;
    column-gap: 25px;
    display: block;
    position: relative;
    left: calc(-100% - 25px); } }

.page_article .project-meta, .page_project .project-meta {
  border-radius: 15px;
  overflow: hidden; }

@media (max-width: 768px) {
  .page_article .project-meta, .page_project .project-meta {
    max-width: 530px;
    margin: 40px auto 0; } }

.page_article .project-meta .slider_gal_cont:nth-child(n+2), .page_project .project-meta .slider_gal_cont:nth-child(n+2) {
  margin-top: 5px; }

.page_article .project-meta .slider_gal_cont .slider_gal .owl-item, .page_project .project-meta .slider_gal_cont .slider_gal .owl-item {
  flex: 0 0 173px; }

.page_article .project-meta .slider_gal_cont .slider_gal .owl-flex-item, .page_project .project-meta .slider_gal_cont .slider_gal .owl-flex-item {
  width: 173px;
  flex: 0 0 173px;
  margin: 0 2.5px;
  position: relative;
  left: -2.5px; }

.page_article .project-meta .slider_gal_cont .slider_gal_arrows button, .page_project .project-meta .slider_gal_cont .slider_gal_arrows button {
  color: white;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  background: #878787;
  padding: 0;
  top: calc(50% - 12.5px);
  left: 10px; }

.page_article .project-meta .slider_gal_cont .slider_gal_arrows button.owl-next, .page_project .project-meta .slider_gal_cont .slider_gal_arrows button.owl-next {
  left: auto;
  right: 10px; }

.page_article .project-meta .slider_gal_cont .slider_gal_arrows button .sicofill, .page_project .project-meta .slider_gal_cont .slider_gal_arrows button .sicofill {
  width: 50%;
  height: 50%;
  margin: 0 auto; }

.page_article .project-meta .item_info, .page_project .project-meta .item_info {
  color: white;
  padding: 25px 15px 25px 20px; }

.page_article .project-meta .item_info:nth-child(n+2), .page_project .project-meta .item_info:nth-child(n+2) {
  margin-top: 5px; }

.page_article .project-meta .item_info .category, .page_project .project-meta .item_info .category {
  text-align: left; }

.page_article .project-meta .item_info .category img, .page_project .project-meta .item_info .category img {
  background: transparent;
  width: 120px;
  height: 120px;
  margin: -25px;
  margin-right: -15px; }

.page_article .project-meta .item_info .item_info_desc, .page_project .project-meta .item_info .item_info_desc {
  width: 100%; }

.page_article .project-meta .item_info .item_info_desc th, .page_project .project-meta .item_info .item_info_desc th {
  width: 170px;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  text-align: left;
  padding-left: 15px; }

@media (max-width: 768px) {
  .page_article .project-meta .item_info .item_info_desc th, .page_project .project-meta .item_info .item_info_desc th {
    width: 130px;
    font-size: 14px;
    height: 40px; } }

.page_article .project-meta .item_info .item_info_desc td, .page_project .project-meta .item_info .item_info_desc td {
  font-size: 22px;
  font-weight: 600; }

@media (max-width: 768px) {
  .page_article .project-meta .item_info .item_info_desc td, .page_project .project-meta .item_info .item_info_desc td {
    font-size: 18px; } }

.page_article .project-meta .item_info .item_info_desc td.amount, .page_project .project-meta .item_info .item_info_desc td.amount {
  font-size: 42px;
  white-space: nowrap; }

@media (max-width: 768px) {
  .page_article .project-meta .item_info .item_info_desc td.amount, .page_project .project-meta .item_info .item_info_desc td.amount {
    font-size: 28px; } }

.page_article .project-meta.c-dostupny .item_info, .page_project .project-meta.c-dostupny .item_info {
  background: #878787; }

.page_article .project-meta.c-dostupny .slider_gal_cont .slider_gal_arrows button, .page_project .project-meta.c-dostupny .slider_gal_cont .slider_gal_arrows button {
  background: #878787; }

.page_article .project-meta.c-moderni .item_info, .page_project .project-meta.c-moderni .item_info {
  background: #1d71b8; }

.page_article .project-meta.c-moderni .slider_gal_cont .slider_gal_arrows button, .page_project .project-meta.c-moderni .slider_gal_cont .slider_gal_arrows button {
  background: #1d71b8; }

.page_article .project-meta.c-aktivni .item_info, .page_project .project-meta.c-aktivni .item_info {
  background: #d60b52; }

.page_article .project-meta.c-aktivni .slider_gal_cont .slider_gal_arrows button, .page_project .project-meta.c-aktivni .slider_gal_cont .slider_gal_arrows button {
  background: #d60b52; }

.page_article .project-meta.c-zdravy .item_info, .page_project .project-meta.c-zdravy .item_info {
  background: #00a696; }

.page_article .project-meta.c-zdravy .slider_gal_cont .slider_gal_arrows button, .page_project .project-meta.c-zdravy .slider_gal_cont .slider_gal_arrows button {
  background: #00a696; }

.page_article .project-meta.c-usporny .item_info, .page_project .project-meta.c-usporny .item_info {
  background: #95c11f; }

.page_article .project-meta.c-usporny .slider_gal_cont .slider_gal_arrows button, .page_project .project-meta.c-usporny .slider_gal_cont .slider_gal_arrows button {
  background: #95c11f; }

.page_article .project-meta.c-perspektivni .item_info, .page_project .project-meta.c-perspektivni .item_info {
  background: #ffcc00;
  color: white; }

.page_article .project-meta.c-perspektivni .slider_gal_cont .slider_gal_arrows button, .page_project .project-meta.c-perspektivni .slider_gal_cont .slider_gal_arrows button {
  background: #ffcc00; }

.page_article .project-meta.c-kulturni .item_info, .page_project .project-meta.c-kulturni .item_info {
  background: #80377c; }

.page_article .project-meta.c-kulturni .slider_gal_cont .slider_gal_arrows button, .page_project .project-meta.c-kulturni .slider_gal_cont .slider_gal_arrows button {
  background: #80377c; }

.page_article .project-stats, .page_project .project-stats {
  border-radius: 15px;
  overflow: hidden;
  background: #f6f6f6;
  text-align: center;
  border-top: 18px solid #878787;
  padding: 50px; }

@media (max-width: 768px) {
  .page_article .project-stats, .page_project .project-stats {
    max-width: 530px;
    margin: 40px auto 0; } }

.page_article .project-stats .project-stats-title, .page_project .project-stats .project-stats-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 40.8px;
  margin: 0 0 50px;
  padding: 0 0 50px;
  border-bottom: 1px solid #4b4b4b; }

.page_article .project-stats .project-stats-title .number, .page_project .project-stats .project-stats-title .number {
  display: block;
  font-size: 150px;
  font-weight: 700;
  line-height: 98px;
  margin-bottom: 20px; }

.page_article .project-stats p, .page_project .project-stats p {
  font-size: 16px; }

.page_article .project-stats img, .page_project .project-stats img {
  padding-top: 30px;
  max-width: 100%; }

.page_article .project-stats.c-dostupny, .page_project .project-stats.c-dostupny {
  border-color: #878787; }

.page_article .project-stats.c-dostupny .project-stats-title, .page_project .project-stats.c-dostupny .project-stats-title {
  color: #878787; }

.page_article .project-stats.c-moderni, .page_project .project-stats.c-moderni {
  border-color: #1d71b8; }

.page_article .project-stats.c-moderni .project-stats-title, .page_project .project-stats.c-moderni .project-stats-title {
  color: #1d71b8; }

.page_article .project-stats.c-aktivni, .page_project .project-stats.c-aktivni {
  border-color: #d60b52; }

.page_article .project-stats.c-aktivni .project-stats-title, .page_project .project-stats.c-aktivni .project-stats-title {
  color: #d60b52; }

.page_article .project-stats.c-zdravy, .page_project .project-stats.c-zdravy {
  border-color: #00a696; }

.page_article .project-stats.c-zdravy .project-stats-title, .page_project .project-stats.c-zdravy .project-stats-title {
  color: #00a696; }

.page_article .project-stats.c-usporny, .page_project .project-stats.c-usporny {
  border-color: #95c11f; }

.page_article .project-stats.c-usporny .project-stats-title, .page_project .project-stats.c-usporny .project-stats-title {
  color: #95c11f; }

.page_article .project-stats.c-perspektivni, .page_project .project-stats.c-perspektivni {
  border-color: #ffcc00; }

.page_article .project-stats.c-perspektivni .project-stats-title, .page_project .project-stats.c-perspektivni .project-stats-title {
  color: #ffcc00; }

.page_article .project-stats.c-kulturni, .page_project .project-stats.c-kulturni {
  border-color: #80377c; }

.page_article .project-stats.c-kulturni .project-stats-title, .page_project .project-stats.c-kulturni .project-stats-title {
  color: #80377c; }
