/*@media (min-width: $widthDesktop) {
	$margin: 3.75rem;
	$marginSmall: 3.75rem/2;
}*/
/*---------------------------------------------
-- 
---------------------------------------------*/
/*---------------------------------------------
-- 
---------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: 1.2em;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.is-svg img.common {
  display: none;
}
.is-svg img.svg {
  display: inline-block;
}

.svg-pair {
  display: inline-block;
  line-height: 0;
  position: relative;
}
.svg-pair img.svg {
  display: none;
}
.is-svg .svg-pair.svg-is img.svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.is-svg .svg-pair.svg-is img.not-svg {
  opacity: 0;
}
.is-svg .svg-pair.raster-is-not {
  display: block;
}
.is-svg .svg-pair.raster-is-not img.svg {
  position: static;
  width: auto;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

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

.success {
  font-weight: bold;
  color: green;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.tiny {
  font-size: 9px;
}

.valign-middle {
  vertical-align: middle;
}

.hidden {
  display: none;
}

input.spam {
  display: none;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
form .required label {
  position: relative;
  /*	&:after {
  		content: '*';
  		color: #ff0000;
  		position: absolute;
  		right: -8px;
  		top: 0px;
  	}*/
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.color-variants .color-variant {
  display: inline-block;
  margin: 3px 6px 3px 0;
  width: 50px;
  height: 50px;
}

.product-detail .colored-images .large {
  display: none;
}

/*---------------------------------------------
-- controls
---------------------------------------------*/
.number-input-wrapper {
  position: relative;
  width: 80px;
}
.number-input-wrapper input.text {
  box-sizing: border-box;
  text-align: center;
  text-indent: -14px;
  height: 28px;
  width: 100%;
  padding: 5px 0;
  border: 2px solid #ddd;
  background: #fff;
  color: #000;
}
.number-input-wrapper .buttons-wrapper {
  box-sizing: border-box;
  vertical-align: bottom;
  margin-left: -1px;
  display: inline-block;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-left: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.number-input-wrapper .buttons-wrapper .up, .number-input-wrapper .buttons-wrapper .down {
  cursor: pointer;
  display: block;
  height: 45%;
}
.number-input-wrapper .buttons-wrapper .up {
  margin-bottom: 10%;
  /*background: url(../images/layout/button-number-up.png) no-repeat center bottom;*/
}
.number-input-wrapper .buttons-wrapper .up:after {
  content: "+";
  display: inline-block;
}
.number-input-wrapper .buttons-wrapper .down {
  /*background: url(../images/layout/button-number-down.png) no-repeat center top;*/
}
.number-input-wrapper .buttons-wrapper .down:after {
  content: "-";
  display: inline-block;
}

/*---------------------------------------------
-- tabs
---------------------------------------------*/
.tabs .tabs-nav li {
  float: left;
}
.tabs .tabs-nav a {
  display: block;
}
.tabs .tabs-nav:after {
  content: "";
  display: block;
  clear: both;
}
.tabs .tab {
  display: none;
}
.tabs .tab.active {
  display: block;
}

@font-face {
  font-family: "Etelka Text";
  src: url("fonts/EtelkaText.woff2") format("woff2"), url("fonts/EtelkaText.woff") format("woff"), url("fonts/EtelkaText.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Etelka Text";
  src: url("fonts/EtelkaText-Bold.woff2") format("woff2"), url("fonts/EtelkaText-Bold.woff") format("woff"), url("fonts/EtelkaText-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Etelka Text";
  src: url("fonts/EtelkaText-Italic.woff2") format("woff2"), url("fonts/EtelkaText-Italic.woff") format("woff"), url("fonts/EtelkaText-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Etelka Text";
  src: url("fonts/EtelkaText-BoldItalic.woff2") format("woff2"), url("fonts/EtelkaText-BoldItalic.woff") format("woff"), url("fonts/EtelkaText-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
html {
  font-size: 12px;
}
@media (min-width: 550px) and (min-height: 454px) {
  html {
    font-size: 12.6666666667px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  html {
    font-size: 13.3333333333px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  html {
    font-size: 14.6666666667px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  html {
    font-size: 15.3333333333px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #406080;
  font-family: "Etelka Text", Arial;
}

iframe {
  width: 100%;
}

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  transition: color 0.3s;
  text-decoration: none;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, .h2, .separator-title, .main-contact .title, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2, .h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3, .h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4, .h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5, .h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.h1:first-child, .mceContentBody h1:first-child, .mce-content-body h1:first-child, .wysiwyg-content h1:first-child, .h2:first-child, .separator-title:first-child, .main-contact .title:first-child, .mceContentBody h2:first-child, .mce-content-body h2:first-child, .wysiwyg-content h2:first-child, .h3:first-child, .mceContentBody h3:first-child, .mce-content-body h3:first-child, .wysiwyg-content h3:first-child, .h4:first-child, .mceContentBody h4:first-child, .mce-content-body h4:first-child, .wysiwyg-content h4:first-child, .h5:first-child, .mceContentBody h5:first-child, .mce-content-body h5:first-child, .wysiwyg-content h5:first-child, .h6:first-child, .mceContentBody h6:first-child, .mce-content-body h6:first-child, .wysiwyg-content h6:first-child {
  margin-top: 0;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, .page-title {
  margin-top: 0;
  font-size: 50px;
  font-family: "bebas-neue-by-fontfabric", Arial;
  font-weight: 700;
  margin-bottom: 3.75rem;
}
@media (min-width: 550px) and (min-height: 454px) {
  .h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, .page-title {
    font-size: 56.6666666667px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  .h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, .page-title {
    font-size: 63.3333333333px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, .page-title {
    font-size: 70px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  .h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, .page-title {
    font-size: 76.6666666667px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  .h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, .page-title {
    font-size: 83.3333333333px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, .page-title {
    font-size: 90px;
  }
}
.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, .h1 .mycontainer, .mceContentBody h1 .mycontainer, .mce-content-body h1 .mycontainer, .wysiwyg-content h1 .mycontainer, .page-title, .page-title .mycontainer {
  line-height: 1.1em;
}
.h1.with-sep, .mceContentBody h1.with-sep, .mce-content-body h1.with-sep, .wysiwyg-content h1.with-sep, .page-title.with-sep {
  border-bottom: 1px solid #d9dfe5;
}

.page-title {
  margin-top: -0.1em;
  border-bottom: 1px solid #d9dfe5;
}

.h2, .separator-title, .main-contact .title, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.09em;
  margin-top: 3.75rem;
  margin-bottom: 1em;
}
@media (min-width: 550px) and (min-height: 454px) {
  .h2, .separator-title, .main-contact .title, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
    font-size: 17px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  .h2, .separator-title, .main-contact .title, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
    font-size: 18px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .h2, .separator-title, .main-contact .title, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
    font-size: 19px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  .h2, .separator-title, .main-contact .title, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
    font-size: 20px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  .h2, .separator-title, .main-contact .title, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
    font-size: 21px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .h2, .separator-title, .main-contact .title, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
    font-size: 22px;
  }
}
.h2:first-child, .separator-title:first-child, .main-contact .title:first-child, .mceContentBody h2:first-child, .mce-content-body h2:first-child, .wysiwyg-content h2:first-child {
  margin-top: 0;
}

.h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.09em;
  margin-top: 3.75rem;
  margin-bottom: 1em;
}
@media (min-width: 550px) and (min-height: 454px) {
  .h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3 {
    font-size: 15px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  .h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3 {
    font-size: 16px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3 {
    font-size: 17px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  .h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3 {
    font-size: 18px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  .h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3 {
    font-size: 19px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3 {
    font-size: 20px;
  }
}
.h3:first-child, .mceContentBody h3:first-child, .mce-content-body h3:first-child, .wysiwyg-content h3:first-child {
  margin-top: 0;
}

.h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.09em;
  margin-top: 3.75rem;
  margin-bottom: 1em;
}
@media (min-width: 550px) and (min-height: 454px) {
  .h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4 {
    font-size: 14.3333333333px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  .h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4 {
    font-size: 14.6666666667px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4 {
    font-size: 15px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  .h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4 {
    font-size: 15.3333333333px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  .h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4 {
    font-size: 15.6666666667px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4 {
    font-size: 16px;
  }
}
.h4:first-child, .mceContentBody h4:first-child, .mce-content-body h4:first-child, .wysiwyg-content h4:first-child {
  margin-top: 0;
}

.h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5 {
  font-size: 1em;
  font-weight: bold;
}

.h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  font-size: 1em;
  font-weight: bold;
}

.font-size-12 {
  font-size: 12px;
}

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

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

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

.font-size-22 {
  font-size: 22px;
}

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

.mceContentBody table, .mce-content-body table {
  border-collapse: separate;
  width: 100%;
}

.mce-container html {
  font-size: 16px;
}
.mce-container html h2 {
  font-size: 22px;
}
.mce-container html h3 {
  font-size: 20px;
}
.mce-container html h4 {
  font-size: 16px;
}

.mceContentBody a, .mce-content-body a, .wysiwyg-content a {
  color: #ee6300;
  font-weight: 700;
}
.mceContentBody ul, .mce-content-body ul, .wysiwyg-content ul {
  list-style: none;
  padding: 0;
  margin: 1.56em 0;
}
.mceContentBody ul li, .mce-content-body ul li, .wysiwyg-content ul li {
  position: relative;
  padding-left: 1.63em;
}
.mceContentBody ul li::before, .mce-content-body ul li::before, .wysiwyg-content ul li::before {
  background: url(../images/layout/bullet.png) no-repeat 0 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 0.4em;
  width: 9px;
}
.mceContentBody ol, .mce-content-body ol, .wysiwyg-content ol {
  padding: 0;
  margin: 1.56em 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.mceContentBody ol li, .mce-content-body ol li, .wysiwyg-content ol li {
  position: relative;
  padding-left: 1.63em;
  counter-increment: my-awesome-counter;
}
.mceContentBody ol li::before, .mce-content-body ol li::before, .wysiwyg-content ol li::before {
  position: absolute;
  left: 0;
  content: counter(my-awesome-counter) ") ";
}
.mceContentBody p, .mce-content-body p, .wysiwyg-content p {
  margin-bottom: 1.56em;
}
.mceContentBody ul, .mceContentBody ol, .mceContentBody li, .mceContentBody p, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mce-content-body ul, .mce-content-body ol, .mce-content-body li, .mce-content-body p, .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6, .wysiwyg-content ul, .wysiwyg-content ol, .wysiwyg-content li, .wysiwyg-content p, .wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6 {
  line-height: 1.39em;
}
.mceContentBody table, .mce-content-body table, .wysiwyg-content table {
  width: 100% !important;
}

.wtable {
  overflow-x: auto;
}

.nice-table, .mceContentBody table, .mce-content-body table, .wysiwyg-content table {
  width: 100%;
  margin: 1.56em 0;
}
.nice-table thead td, .mceContentBody table thead td, .mce-content-body table thead td, .wysiwyg-content table thead td, .nice-table thead th, .mceContentBody table thead th, .mce-content-body table thead th, .wysiwyg-content table thead th {
  font-weight: 700;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.nice-table th, .mceContentBody table th, .mce-content-body table th, .wysiwyg-content table th, .nice-table td, .mceContentBody table td, .mce-content-body table td, .wysiwyg-content table td {
  font-size: 0.93rem;
  padding: 0.8em;
  text-align: left;
  border-bottom: 1px solid #d9dfe5;
}
.nice-table th:first-child, .mceContentBody table th:first-child, .mce-content-body table th:first-child, .wysiwyg-content table th:first-child, .nice-table td:first-child, .mceContentBody table td:first-child, .mce-content-body table td:first-child, .wysiwyg-content table td:first-child {
  padding-left: 0;
}
.nice-table th:last-child, .mceContentBody table th:last-child, .mce-content-body table th:last-child, .wysiwyg-content table th:last-child, .nice-table td:last-child, .mceContentBody table td:last-child, .mce-content-body table td:last-child, .wysiwyg-content table td:last-child {
  padding-right: 0;
}

* {
  outline: 0;
  box-sizing: border-box;
}

.image img {
  width: 100%;
}
.image a, .image img {
  display: block;
}
.image.video a {
  position: relative;
}
.image.video a:after {
  background: rgba(0, 0, 0, 0.3) url(../images/layout/icon-video.svg) no-repeat center center;
  background-size: 35%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image.placeholder a {
  background: #406080;
  color: #fff;
  position: relative;
}
.image.placeholder span {
  font-size: 45px;
  font-family: "bebas-neue-by-fontfabric", Arial;
  font-weight: 700;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}
.image.placeholder img {
  visibility: hidden;
}

/*---------------------------------------------
-- links and buttons
---------------------------------------------*/
.more-link {
  color: #ee6300;
  font-weight: 700;
}
.more-link:before {
  content: "";
  display: inline-block;
  border: 1px solid currentColor;
  border-width: 0 2px 2px 0;
  height: 0.5em;
  width: 0.5em;
  transform: rotate(-45deg);
  transform-origin: center center;
  vertical-align: middle;
}
.more-link:before {
  margin-right: 0.5em;
  margin-top: -0.1875em;
}

.button {
  background: none;
  border: 1px solid currentColor;
  color: #406080;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 1.4em 4.5em;
  text-transform: uppercase;
}
@media (min-width: 550px) and (min-height: 454px) {
  .button {
    font-size: 11.5px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  .button {
    font-size: 12px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .button {
    font-size: 12.5px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  .button {
    font-size: 13px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  .button {
    font-size: 13.5px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .button {
    font-size: 14px;
  }
}
.button:hover {
  color: #ee6300;
}
.button.colored, .slideshow .button, .search-part form .button {
  border: 0;
  color: #fff;
  background-color: #ee6300;
}

.link-back {
  display: inline-block;
  color: #ee6300;
  font-weight: 700;
  font-size: 1rem;
}
.link-back:before {
  content: "";
  display: inline-block;
  border: 1px solid currentColor;
  border-width: 0 2px 2px 0;
  height: 6px;
  width: 6px;
  transform: rotate(-225deg);
  transform-origin: center center;
  vertical-align: middle;
}
.link-back:before {
  margin-right: 0.75em;
  margin-top: -3px;
}

.scroll-top {
  background: url(../images/layout/scroll-up.svg) no-repeat 0 0;
  height: 22px;
  width: 51px;
  position: fixed;
  bottom: 3.75rem;
  right: 3.75rem;
  opacity: 0.3;
}

/*---------------------------------------------
-- form
---------------------------------------------*/
input.text, select, textarea {
  background: none;
  border: 0;
  display: block;
  font-size: 1em;
  font-family: "Etelka Text", Arial;
  padding: 15px 0;
  width: 100%;
}

.form-pair {
  margin-bottom: 20px;
  position: relative;
}

body .nice-select {
  float: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #d9dfe5;
  font-size: 1rem;
}
body .nice-select .list {
  margin-top: 2px;
  border: 0;
  padding: 13px 0;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  min-width: 100%;
}
body .nice-select .list li {
  padding: 8px 13px;
  line-height: 1.39em;
  min-height: auto;
}
body .nice-select .list li.selected, body .nice-select .list li.focused {
  background: none !important;
}
body .nice-select .list li:hover {
  background: none;
  color: #ee6300;
}

.menu-open {
  overflow: hidden;
}
.menu-open header {
  background: #fff;
  z-index: 103 !important;
}
.menu-open header .logo {
  z-index: 101;
}
.menu-open header .logo .light {
  display: none;
}
.menu-open header .logo .dark {
  display: inline-block !important;
}
.menu-open header .mobile-sep {
  margin-top: 15px;
  border-bottom: 1px solid #d9dfe5;
  width: 200vw;
  position: relative;
  left: -100vw;
}
.menu-open header .main-menu, .menu-open header .socials, .menu-open header .sharing-socials, .menu-open header .top-menu {
  display: block;
}
.menu-open .menu-switcher {
  color: #406080 !important;
  z-index: 102;
}
.menu-open .nav-part {
  background: #fff;
  height: 100vh !important;
  overflow: auto;
}
.menu-open .main-menu {
  padding-top: 3.25rem;
  margin-bottom: 3.25rem;
}
.menu-open .main-menu ul ul {
  padding-left: 40px;
  display: none;
}
.menu-open .main-menu .sub-open > ul {
  display: block;
}
.menu-open .main-menu .sub-open span:after {
  transform: rotate(180deg);
}
.menu-open .main-menu a {
  padding: 6px 0;
}
.menu-open .socials, .menu-open .sharing-socials {
  margin-bottom: 3.75rem;
}
.menu-open .socials, .menu-open .sharing-socials, .menu-open .top-menu {
  text-align: center;
}
.menu-open .top-menu li {
  display: inline-block;
  margin: 0 5px;
}

.menu-switcher {
  color: #fff;
  box-sizing: content-box;
  display: inline-block;
  padding: 13px 10px 5px;
  position: absolute;
  width: 25px;
  top: -13px;
  right: 7px;
  height: 23px;
}
.fixed .menu-switcher {
  color: #406080 !important;
}
.not-home .menu-switcher {
  color: #406080;
}
.show-header .menu-switcher {
  color: #406080;
}
.menu-switcher:after, .menu-switcher:before {
  content: "";
  transform-origin: left top;
}
.menu-switcher:after {
  content: "";
  transform-origin: left bottom;
}
.menu-switcher span, .menu-switcher:after, .menu-switcher:before {
  border-top: 2px solid currentColor;
  display: block;
  margin-bottom: 4px;
  transition: all 0.5s;
  width: 100%;
}
.menu-open .menu-switcher {
  color: #406080 !important;
}
.menu-open .menu-switcher:after, .menu-open .menu-switcher:before {
  margin-bottom: 0;
}
.menu-open .menu-switcher:before {
  transform: rotate(45deg);
  margin-bottom: 9px;
}
.menu-open .menu-switcher:after {
  transform: rotate(-45deg);
}
.menu-open .menu-switcher span {
  width: 1px;
  opacity: 0;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.header-placeholder {
  display: none;
}

.show-header.not-home .header-placeholder {
  display: block;
}
@media (min-width: 1024px) {
  .show-header.is-home .header-placeholder {
    display: block;
  }
}
.show-header header {
  position: fixed !important;
  background: #fff;
  top: 0;
  width: 100%;
}

header {
  padding: 15px 0 15px;
  position: relative;
  /*transition: all 0.5s;*/
  z-index: 200;
}
.not-home header {
  border-bottom: 1px solid #d9dfe5;
}
.not-home header .logo .white {
  display: none;
}
.is-home:not(.show-header) header .logo .dark {
  display: none;
}
header .socials a.icon-facebook, header .sharing-socials a.icon-facebook {
  background-image: url(../images/layout/icon-fb-dark.svg);
}
header .socials a.icon-instagram, header .sharing-socials a.icon-instagram {
  background-image: url(../images/layout/icon-insta-dark.svg);
}
header .socials a.icon-linkedin, header .sharing-socials a.icon-linkedin {
  background-image: url(../images/layout/icon-linkedin-dark.svg);
}
header .socials a.icon-youtube, header .sharing-socials a.icon-youtube {
  background-image: url(../images/layout/icon-youtube-dark.svg);
}

.main-menu a, .top-menu a {
  color: #406080;
  display: block;
}
.main-menu a:hover, .top-menu a:hover {
  color: #ee6300;
}

.main-menu {
  font-size: 14px;
}
.main-menu a {
  font-weight: 700;
  text-transform: uppercase;
}
.main-menu .menu > .in-path > a {
  color: #ee6300;
}
.main-menu .menu > li.with-sub > a > span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.main-menu .menu > li.with-sub > a > span:after {
  content: "";
  position: absolute;
  right: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #ee6300 transparent transparent transparent;
  margin-top: -2px;
  top: 50%;
  transition: all 0.3s;
  width: 0;
}

.top-menu {
  font-size: 11px;
}
@media (min-width: 550px) and (min-height: 454px) {
  .top-menu {
    font-size: 11.3333333333px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  .top-menu {
    font-size: 11.6666666667px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .top-menu {
    font-size: 12px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  .top-menu {
    font-size: 12.3333333333px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  .top-menu {
    font-size: 12.6666666667px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .top-menu {
    font-size: 13px;
  }
}

/*---------------------------------------------
-- search
---------------------------------------------*/
.search-open .search-part {
  display: block;
}

.search-part {
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  padding-top: 38px;
  width: 100%;
  background: #fff;
}
.search-part .close {
  background: url(../images/layout/icon-close.svg) no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
  width: 43px;
  height: 43px;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -21px;
}
.search-part form {
  display: flex;
}
.search-part form .search {
  flex-grow: 2;
}
.search-part form .text {
  padding: 1.1875rem;
  padding-left: 45px;
  background: #ededed url(../images/layout/icon-search-gray.svg) no-repeat 20px center;
  background-size: 17px 17px;
}
@media (max-width: 1023px) {
  .search-part {
    bottom: auto;
  }
  .search-part .close {
    top: 5px;
    right: 20px;
    height: 25px;
    width: 25px;
    margin-top: 0;
  }
}

.search-switcher span {
  background: url(../images/layout/icon-search.svg) no-repeat center top;
  background-size: 18px 18px;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  width: 20px;
}

.search-switcher-mobile {
  position: absolute;
  top: 0;
  right: 60px;
}
.search-switcher-mobile span {
  background-image: url(../images/layout/icon-search-white.svg);
}
.not-home .search-switcher-mobile span, .show-header .search-switcher-mobile span {
  background-image: url(../images/layout/icon-search-blue.svg);
}

/*---------------------------------------------
-- slideshow
---------------------------------------------*/
.slideshow {
  background: #7990B2;
  color: #fff;
}
.slideshow .title {
  font-family: "bebas-neue-by-fontfabric", Arial;
  font-weight: 700;
  font-size: 50px;
  line-height: 0.8888888889em;
  margin-bottom: -0.18em;
}
@media (min-width: 550px) and (min-height: 454px) {
  .slideshow .title {
    font-size: 56.6666666667px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  .slideshow .title {
    font-size: 63.3333333333px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .slideshow .title {
    font-size: 70px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  .slideshow .title {
    font-size: 76.6666666667px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  .slideshow .title {
    font-size: 83.3333333333px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .slideshow .title {
    font-size: 90px;
  }
}
.slideshow .text {
  font-size: 16px;
  line-height: 1.3636363636em;
  margin: 1.4090909091em 0;
}
@media (min-width: 550px) and (min-height: 454px) {
  .slideshow .text {
    font-size: 17px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  .slideshow .text {
    font-size: 18px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .slideshow .text {
    font-size: 19px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  .slideshow .text {
    font-size: 20px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  .slideshow .text {
    font-size: 21px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .slideshow .text {
    font-size: 22px;
  }
}
.slideshow .content {
  max-width: 500px;
}
.slide {
  opacity: 0;
}

.slide, .slide-mobile {
  background-size: cover;
  background-position: center center;
}
.slide:before, .slide-mobile:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.slideshow-pager {
  position: absolute;
  bottom: 37px;
  z-index: 102;
}
.slideshow-pager > span {
  background: url(../images/layout/slider-pager.svg) no-repeat 0 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 14px;
  opacity: 0.3;
  height: 21px;
  width: 17px;
}
.slideshow-pager > span.cycle-pager-active {
  opacity: 1;
}

.contact-form input.text, .contact-form select, .contact-form textarea {
  color: #fff;
  border-bottom: 1px solid currentColor;
  /*		&:-internal-autofill-selected {
  			background: none !important;
  			-webkit-box-shadow: 0 0 0px 1000px $colorBgBlue inset;
  		}*/
}
.contact-form textarea {
  height: 180px;
}
.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus,
.contact-form textarea:-webkit-autofill,
.contact-form textarea:-webkit-autofill:hover,
.contact-form textarea:-webkit-autofill:focus,
.contact-form select:-webkit-autofill,
.contact-form select:-webkit-autofill:hover,
.contact-form select:-webkit-autofill:focus {
  border: 0;
  border-bottom: 1px solid #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #3f5f7f inset;
  transition: background-color 5000s ease-in-out 0s;
}
.contact-form .button {
  color: #fff;
  min-width: 170px;
  text-align: center;
}
.contact-form .label {
  position: absolute;
  top: 15px;
  transition: all 0.3s;
  opacity: 0.4;
}
.contact-form .required .label {
  opacity: 1;
}
.contact-form .error {
  color: #ffed00;
}
.contact-form .focused .label {
  top: -0.8em;
}
.contact-form .form-pair.multi {
  margin-top: 3.75rem;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .contact-form .button {
    min-width: 250px;
  }
}

footer a {
  color: #fff;
  text-decoration: underline;
}
footer * {
  line-height: 1.4em;
}
footer .footer-cols .col {
  margin-bottom: 3.75rem;
  text-align: center;
}
footer .footer-cols .col.col-socials {
  margin-bottom: 0;
}
footer .footer-cols .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1.3em;
}
@media (min-width: 550px) and (min-height: 454px) {
  footer .footer-cols .title {
    font-size: 16.6666666667px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  footer .footer-cols .title {
    font-size: 17.3333333333px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  footer .footer-cols .title {
    font-size: 18px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  footer .footer-cols .title {
    font-size: 18.6666666667px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  footer .footer-cols .title {
    font-size: 19.3333333333px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  footer .footer-cols .title {
    font-size: 20px;
  }
}
footer .footer-cols table {
  margin: 0 auto;
}
footer .footer-cols table td {
  padding: 0 0.25em;
  text-align: left;
}

.socials a, .sharing-socials a {
  background: no-repeat 0 0;
  background-size: contain;
  display: inline-block;
  height: 49px;
  margin: 0 3px;
  width: 42px;
}
.socials a.icon-facebook, .sharing-socials a.icon-facebook {
  background-image: url(../images/layout/icon-fb.svg);
}
.socials a.icon-instagram, .sharing-socials a.icon-instagram {
  background-image: url(../images/layout/icon-insta.svg);
}
.socials a.icon-linkedin, .sharing-socials a.icon-linkedin {
  background-image: url(../images/layout/icon-linkedin.svg);
}
.socials a.icon-youtube, .sharing-socials a.icon-youtube {
  background-image: url(../images/layout/icon-youtube.svg);
}
@media (min-width: 1024px) {
  .socials a, .sharing-socials a {
    height: 64px;
    margin: 0 6px;
    width: 56px;
  }
}

.credits {
  padding: 1.875rem 0;
  text-align: center;
}
.credits .title {
  font-size: 11px;
  margin-bottom: 1.875rem;
}
@media (min-width: 550px) and (min-height: 454px) {
  .credits .title {
    font-size: 11.5px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  .credits .title {
    font-size: 12px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .credits .title {
    font-size: 12.5px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  .credits .title {
    font-size: 13px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  .credits .title {
    font-size: 13.5px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .credits .title {
    font-size: 14px;
  }
}
.credits a {
  display: inline-block;
  margin-bottom: 1.875rem;
}
.credits .svg-pair {
  vertical-align: middle;
}
.credits .svg-pair, .credits img {
  max-width: 100%;
}

body {
  overflow-x: hidden;
}

.section {
  padding: 3.75rem 0;
}
.section.gray {
  background-color: #f2f2f2;
}
.section.blue {
  color: #fff;
  background-color: #3f5f7f;
}
.section.dark {
  background-color: #334c66;
  color: #fff;
}
.section.white.last {
  padding-bottom: 0;
}
.section.white.under-title {
  padding-top: 0;
}

.section-title {
  font-size: 32px;
  font-family: "bebas-neue-by-fontfabric", Arial;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 3.75rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 550px) and (min-height: 454px) {
  .section-title {
    font-size: 34.1666666667px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  .section-title {
    font-size: 36.3333333333px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .section-title {
    font-size: 38.5px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  .section-title {
    font-size: 40.6666666667px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  .section-title {
    font-size: 42.8333333333px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .section-title {
    font-size: 45px;
  }
}
.section-title:after {
  content: "";
  display: block;
  margin-top: -0.4em;
}
.section-title.left {
  text-align: left;
}

.section-button {
  text-align: center;
}

.not-home .page-content {
  padding: 3.125rem 0;
}

.filter {
  margin-bottom: 3.75rem;
}
.filter .nice-select {
  border-width: 0 0 2px 0;
  border-color: #ee6300 !important;
  padding-left: 0;
  padding-right: 50px;
  display: inline-block;
  width: 190px;
}
.filter .nice-select:after {
  border-color: #ee6300;
  height: 7px;
  width: 7px;
  right: 13px;
}

.paginator {
  text-align: center;
}
.paginator em {
  font-style: normal;
  font-weight: normal;
}

/*---------------------------------------------
-- homepage
---------------------------------------------*/
.alert {
  margin-top: -10px;
  padding-top: 10px;
  background: url(../images/layout/icon-alert.svg) no-repeat 0 0;
  background-size: 60px 67px;
  padding-left: 90px;
  padding-right: 270px;
  position: relative;
  z-index: 102;
}
.alert .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1.1em;
}
@media (min-width: 550px) and (min-height: 454px) {
  .alert .title {
    font-size: 17.6666666667px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  .alert .title {
    font-size: 19.3333333333px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .alert .title {
    font-size: 21px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  .alert .title {
    font-size: 22.6666666667px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  .alert .title {
    font-size: 24.3333333333px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .alert .title {
    font-size: 26px;
  }
}
.alert .text {
  line-height: 1.35em;
  margin-bottom: 1.6em;
}
.alert .formula {
  background: url(../images/layout/formula.png) no-repeat 0 0;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 414px;
  position: absolute;
  right: -266px;
  width: 470px;
}
@media (max-width: 1023px) {
  .alert {
    background-size: 45px 53px;
    padding-left: 67px;
    padding-right: 0;
  }
  .alert .formula {
    display: none;
  }
}

.homepage-news .item, .events .item, .news .item {
  color: #406080;
  display: block;
  margin-bottom: 3.75rem;
}
.homepage-news .item:hover, .events .item:hover, .news .item:hover {
  color: #ee6300;
}
.homepage-news .item span, .events .item span, .news .item span {
  display: block;
}
.homepage-news .item .date, .events .item .date, .news .item .date {
  margin-bottom: 1.875rem;
}
.homepage-news .item .title, .events .item .title, .news .item .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.24em;
}
@media (min-width: 550px) and (min-height: 454px) {
  .homepage-news .item .title, .events .item .title, .news .item .title {
    font-size: 17px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  .homepage-news .item .title, .events .item .title, .news .item .title {
    font-size: 18px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .homepage-news .item .title, .events .item .title, .news .item .title {
    font-size: 19px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  .homepage-news .item .title, .events .item .title, .news .item .title {
    font-size: 20px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  .homepage-news .item .title, .events .item .title, .news .item .title {
    font-size: 21px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .homepage-news .item .title, .events .item .title, .news .item .title {
    font-size: 22px;
  }
}

.homepage-tiles .tile {
  position: relative;
  color: #fff;
  margin-bottom: 2.3%;
}
.homepage-tiles .button {
  color: #fff;
}
.homepage-tiles .button:hover {
  color: #ee6300;
}
.homepage-tiles .image img {
  display: block;
}
.homepage-tiles .image:after {
  background: #000;
  content: "";
  display: block;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.homepage-tiles .content {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 0;
  width: 100%;
}
.homepage-tiles .title {
  font-size: 32px;
  font-family: "bebas-neue-by-fontfabric", Arial;
  font-weight: 700;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 550px) and (min-height: 454px) {
  .homepage-tiles .title {
    font-size: 34.1666666667px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  .homepage-tiles .title {
    font-size: 36.3333333333px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .homepage-tiles .title {
    font-size: 38.5px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  .homepage-tiles .title {
    font-size: 40.6666666667px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  .homepage-tiles .title {
    font-size: 42.8333333333px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .homepage-tiles .title {
    font-size: 45px;
  }
}

.homepage-why .item {
  text-align: center;
  margin-bottom: 3.75rem;
}
.homepage-why .image {
  margin-bottom: 22px;
}
.homepage-why .image img {
  width: auto;
  height: 65px;
}
.homepage-why .title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
@media (min-width: 550px) and (min-height: 454px) {
  .homepage-why .title {
    font-size: 17.5px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  .homepage-why .title {
    font-size: 18px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .homepage-why .title {
    font-size: 18.5px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  .homepage-why .title {
    font-size: 19px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  .homepage-why .title {
    font-size: 19.5px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .homepage-why .title {
    font-size: 20px;
  }
}
.homepage-why p {
  line-height: 1.4em;
}

/*---------------------------------------------
-- novinky a dalsi podobne
---------------------------------------------*/
.events .image {
  margin-bottom: 1.875rem;
}

/*---------------------------------------------
-- basic page
---------------------------------------------*/
.page-nav {
  border: 1px solid #d9dfe5;
  border-width: 0 0 1px 0;
  margin-bottom: 3.75rem;
  margin-top: -3.75rem;
}

.page-menu {
  padding: 14px 0;
}
.page-menu li {
  padding: 6px 0;
}
.page-menu a {
  color: #406080;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-menu .in-path a {
  color: #ee6300;
}

.basic-page .top-part, .gallery-section .top-part {
  margin-bottom: 3.75rem;
}
.basic-page .top-part .image.video a:after, .gallery-section .top-part .image.video a:after {
  background-size: 69px 81px;
}
.basic-page .page-header, .gallery-section .page-header {
  margin-bottom: 1.875rem;
}
.basic-page .page-subtitle, .gallery-section .page-subtitle {
  font-size: 30px;
  line-height: 0.933em;
  font-family: "bebas-neue-by-fontfabric", Arial;
  font-weight: 700;
  margin-bottom: 3.75rem;
}
@media (min-width: 550px) and (min-height: 454px) {
  .basic-page .page-subtitle, .gallery-section .page-subtitle {
    font-size: 32.5px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  .basic-page .page-subtitle, .gallery-section .page-subtitle {
    font-size: 35px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .basic-page .page-subtitle, .gallery-section .page-subtitle {
    font-size: 37.5px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  .basic-page .page-subtitle, .gallery-section .page-subtitle {
    font-size: 40px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  .basic-page .page-subtitle, .gallery-section .page-subtitle {
    font-size: 42.5px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .basic-page .page-subtitle, .gallery-section .page-subtitle {
    font-size: 45px;
  }
}
.basic-page .image-descr, .gallery-section .image-descr {
  margin-bottom: 1.875rem;
}
.basic-page .perex, .gallery-section .perex {
  font-size: 16px;
  line-height: 1.09em;
  margin-bottom: 3.75rem;
}
@media (min-width: 550px) and (min-height: 454px) {
  .basic-page .perex, .gallery-section .perex {
    font-size: 17px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  .basic-page .perex, .gallery-section .perex {
    font-size: 18px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .basic-page .perex, .gallery-section .perex {
    font-size: 19px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  .basic-page .perex, .gallery-section .perex {
    font-size: 20px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  .basic-page .perex, .gallery-section .perex {
    font-size: 21px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .basic-page .perex, .gallery-section .perex {
    font-size: 22px;
  }
}
.basic-page .link-back, .gallery-section .link-back {
  margin-top: 3.75rem;
}
.basic-page .text, .gallery-section .text {
  margin-bottom: 3.75rem;
}

.basic-page-downloads {
  border: 1px solid #d9dfe5;
  padding: 1.875rem;
}
.basic-page-downloads .downloads-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.75em;
}
@media (min-width: 550px) and (min-height: 454px) {
  .basic-page-downloads .downloads-title {
    font-size: 17px;
  }
}
@media (min-width: 760px) and (min-height: 568px) {
  .basic-page-downloads .downloads-title {
    font-size: 18px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .basic-page-downloads .downloads-title {
    font-size: 19px;
  }
}
@media (min-width: 1180px) and (min-height: 796px) {
  .basic-page-downloads .downloads-title {
    font-size: 20px;
  }
}
@media (min-width: 1390px) and (min-height: 910px) {
  .basic-page-downloads .downloads-title {
    font-size: 21px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .basic-page-downloads .downloads-title {
    font-size: 22px;
  }
}

.file-type {
  display: inline-block;
  padding-left: 38px;
  line-height: 38px;
  min-height: 38px;
  margin-bottom: 8px;
  white-space: nowrap;
  background-size: 27px 36px !important;
}
.file-type a {
  color: #ee6300;
}
.file-type small {
  font-size: 0.81em;
}
.file-type.file-type-pdf {
  background: url(../images/layout/file-pdf.svg) no-repeat 0 0;
}
.file-type.file-type-xls, .file-type.file-type-xlsx {
  background: url(../images/layout/file-xls.svg) no-repeat 0 0;
}
.file-type.file-type-doc, .file-type.file-type-docx {
  background: url(../images/layout/file-doc.svg) no-repeat 0 0;
}
@media (min-width: 1024px) {
  .file-type {
    padding-left: 44px;
    background-size: 30px 36px !important;
  }
}

.sharing-socials a {
  height: 39px;
  width: 33px;
  margin: 0;
  margin-right: 3px;
}
.sharing-socials a.icon-facebook {
  background-image: url(../images/layout/icon-fb-dark.svg);
}
.sharing-socials a.icon-instagram {
  background-image: url(../images/layout/icon-insta-dark.svg);
}
.sharing-socials a.icon-linkedin {
  background-image: url(../images/layout/icon-linkedin-dark.svg);
}
.sharing-socials a.icon-youtube {
  background-image: url(../images/layout/icon-youtube-dark.svg);
}

.gallery-section .top-part .main-image {
  margin-bottom: 2px;
}
.gallery-section .text {
  margin-bottom: 0;
}

.partners img {
  max-width: 100%;
}

/*---------------------------------------------
-- contact
---------------------------------------------*/
.main-contact a {
  color: #ee6300;
  font-weight: 700;
}
.main-contact .phone-link {
  color: #406080;
  font-weight: 400;
}
.main-contact .col {
  text-align: center;
  margin-bottom: 3.75rem;
  line-height: 1.39em;
}
.main-contact .col:last-child {
  margin-bottom: 0;
}
.main-contact table {
  margin: 0 auto;
}
.main-contact table td {
  padding: 0 0.25em;
  text-align: left;
}

#mainmap {
  height: 640px;
}

.separator-title {
  text-align: center;
  margin-bottom: 1.875rem;
  display: flex;
  align-items: center;
}
.separator-title:before, .separator-title:after {
  content: "";
  display: block;
  border-bottom: 1px solid #d9dfe5;
  height: 0px;
  flex-grow: 2;
}
.separator-title:before {
  margin-right: 0.5em;
}
.separator-title:after {
  margin-left: 0.5em;
}

.contact-item {
  text-align: center;
  margin-bottom: 3.75rem;
}
.contact-item .image {
  margin: 0 auto;
  margin-bottom: 1.2rem;
  max-width: 140px;
  position: relative;
  overflow: hidden;
}
.contact-item .image.no-image {
  background: #f2f2f2;
}
.contact-item .image.no-image img {
  visibility: hidden;
}
.contact-item .image img {
  display: block;
}
.contact-item .image span {
  position: absolute;
  width: 100%;
  left: 0;
}
.contact-item .image span:after, .contact-item .image span:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
}
.contact-item .image span:before {
  left: 0;
}
.contact-item .image span:after {
  right: 0;
}
.contact-item .image span.top {
  top: 0;
  bottom: 75%;
}
.contact-item .image span.top:before {
  transform: rotate(-30deg);
  transform-origin: bottom left;
}
.contact-item .image span.top:after {
  transform: rotate(30deg);
  transform-origin: bottom right;
}
.contact-item .image span.bottom {
  bottom: 0;
  top: 75%;
}
.contact-item .image span.bottom:before {
  transform: rotate(30deg);
  transform-origin: top left;
}
.contact-item .image span.bottom:after {
  transform: rotate(-30deg);
  transform-origin: top right;
}
.contact-item .name {
  font-weight: 700;
}
.contact-item .job {
  min-height: 2.76em;
}
.contact-item div {
  line-height: 1.38em;
}
.contact-item a {
  color: #ee6300;
  font-weight: 700;
}
.contact-item .phone-link {
  color: #406080;
  font-weight: 400;
}

/*---------------------------------------------
-- fulltext
---------------------------------------------*/
.fulltext-results a {
  color: #ee6300;
  display: block;
  font-weight: bold;
  margin-bottom: 1.4em;
}
.fulltext-results * {
  line-height: 1.4em;
}
.fulltext-results small {
  font-size: 0.9em;
  font-weight: normal;
  display: block;
}

.mycontainer {
  max-width: 1190px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

header .logo-desktop, header .main-menu, header .top-menu, header .socials, header .sharing-socials, header .search-switcher-desktop {
  display: none;
}

.slideshow .slideshow-pager {
  display: none;
}
.slideshow .position {
  max-width: 1890px;
  margin: 0 auto;
  height: 630px;
  position: relative;
}
.slideshow .slide, .slideshow .slide-mobile {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.slideshow .slide-mobile {
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.slideshow .slide-mobile > div {
  min-width: 100%;
}

.partners {
  display: flex;
  flex-wrap: wrap;
}
.partners .item {
  flex-basis: 100%;
}

.media {
  margin-left: -2px;
}
.media:after {
  content: "";
  display: block;
  clear: both;
}
.media .image {
  float: left;
  padding: 0 0 2px 2px;
  width: 25%;
}
.media .image a, .media .image img {
  display: block;
}

.homepage-tiles .button {
  display: none;
}

/*---------------------------------------------
-- 400
---------------------------------------------*/
@media (min-width: 400px) {
  .contacts {
    display: flex;
    flex-wrap: wrap;
  }
  .contacts .contact-item {
    flex-basis: 50%;
  }

  .partners .item {
    flex-basis: 50%;
  }
}
/*---------------------------------------------
-- 640
---------------------------------------------*/
@media (min-width: 640px) {
  .contacts .contact-item {
    flex-basis: 33.333%;
  }
}
/*---------------------------------------------
-- 640
---------------------------------------------*/
@media (min-width: 820px) {
  .partners .item {
    flex-basis: 33.333%;
  }
}
/*---------------------------------------------
-- desktop
---------------------------------------------*/
@media (max-width: 1023px) {
  .is-home header {
    position: absolute;
    width: 100%;
  }

  .basic-page .top-part .big-image, .gallery-section .top-part .big-image {
    margin-left: -20px;
    margin-right: -20px;
  }
  .basic-page .gallery-wrapper, .gallery-section .gallery-wrapper, .basic-page .main-image, .gallery-section .main-image {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1024px) {
  .menu-switcher, header .logo-mobile, header .socials, header .sharing-socials, header .search-switcher-mobile {
    display: none;
  }

  header {
    padding-top: 28px;
  }
  header .logo-desktop {
    display: inline-block;
  }
  header .main-menu, header .search-switcher-desktop {
    display: inline-block;
  }
  header .main-menu span, header .search-switcher-desktop span {
    background-position: center center;
  }
  header .top-menu {
    display: block;
  }

  .main-menu {
    bottom: -15px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .main-menu a {
    padding: 13px 13px 2px;
  }
  .main-menu .menu {
    display: inline-block;
  }
  .main-menu .menu > li {
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
  }
  .main-menu .menu > li.with-sub:hover > .submenu {
    display: block;
  }
  .main-menu .menu > li > .submenu {
    display: none;
    background: #fff;
    border: 1px solid #d9dfe5;
    padding: 10px 0;
    position: absolute;
    min-width: 260px;
    top: 100%;
    left: 50%;
    z-index: 101;
    transform: translateX(-50%);
  }
  .main-menu .menu > li > .submenu ul {
    display: none;
  }
  .main-menu .menu > li > .submenu li {
    display: block;
  }
  .main-menu .menu > li > .submenu li a {
    padding: 10px;
  }
  .main-menu .menu > li > .submenu:after, .main-menu .menu > li > .submenu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -11px;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .main-menu .menu > li > .submenu:before {
    border-width: 0 13px 11px 13px;
    border-color: transparent transparent #d9dfe5 transparent;
    margin-left: -13px;
  }
  .main-menu .menu > li > .submenu:after {
    border-width: 0 12px 11px 12px;
    border-color: transparent transparent #ffffff transparent;
    margin-left: -12px;
    top: -10px;
  }

  .search-switcher {
    border-left: 1px solid #406080;
    display: inline-block;
    vertical-align: bottom;
    margin: 11px 0 11px 10px;
    padding-left: 20px;
  }

  .top-menu {
    position: absolute;
    right: 0;
    top: -5px;
  }
  .top-menu li {
    display: inline-block;
  }
  .top-menu .last a {
    padding-right: 0;
  }
  .top-menu a {
    padding: 0 10px;
  }

  .slideshow .slideshow-pager {
    display: block;
  }
  .slideshow .slide-mobile {
    align-items: center;
  }

  .contact-form .form-pair {
    padding-left: 25px;
  }
  .contact-form .form-pair.name, .contact-form .form-pair.phone, .contact-form .form-pair.email {
    float: left;
    width: 33.3%;
  }
  .contact-form .form-pair.text {
    clear: both;
  }

  footer .footer-cols:after {
    content: "";
    display: block;
    clear: both;
  }
  footer .footer-cols .col {
    width: 33.33%;
    float: left;
    margin-bottom: 0;
  }
  footer .footer-partners {
    display: flex;
    justify-content: space-between;
  }
  footer .footer-partners a {
    margin-bottom: 0;
  }
  footer .footer-partners .more-partners .svg-pair {
    margin-left: 33px;
  }

  .homepage-news, .news, .events {
    margin-left: -3.75rem;
  }
  .homepage-news:after, .news:after, .events:after {
    content: "";
    display: block;
    clear: both;
  }
  .homepage-news .item, .news .item, .events .item {
    float: left;
    width: 33.333%;
    padding-left: 3.75rem;
  }
  .homepage-news .item:nth-child(3n+1), .news .item:nth-child(3n+1), .events .item:nth-child(3n+1) {
    clear: both;
  }

  .homepage-tiles {
    margin-left: -2.3%;
  }
  .homepage-tiles:after {
    content: "";
    display: block;
    clear: both;
  }
  .homepage-tiles .tile {
    float: left;
    width: 47.7%;
    margin-left: 2.3%;
  }
  .homepage-tiles .tile:nth-child(2n+1) {
    clear: both;
  }
  .homepage-tiles .title {
    margin-bottom: 1.875rem;
  }
  .homepage-tiles .button {
    display: inline-block;
  }

  .homepage-why {
    display: flex;
    justify-content: center;
  }
  .homepage-why .item {
    padding: 0 14px;
    flex-basis: 25%;
  }
  .homepage-why .image {
    margin-bottom: 3.75rem;
  }
  .homepage-why .image img {
    height: 90px;
  }

  .page-menu {
    padding: 0;
  }
  .page-menu li {
    padding: 20px 0;
    margin-right: 1.9rem;
    display: inline-block;
  }

  .basic-page .top-part, .gallery-section .top-part {
    max-width: 790px;
  }
  .basic-page .text-content:after, .gallery-section .text-content:after {
    content: "";
    display: block;
    clear: both;
  }
  .basic-page .text-content .perex, .gallery-section .text-content .perex {
    float: left;
    width: 33%;
    padding-right: 1.875rem;
    margin-bottom: 0;
  }
  .basic-page .text-content .text, .gallery-section .text-content .text {
    float: left;
    width: 67%;
  }

  .basic-page-downloads {
    float: right;
    width: 67%;
  }

  .partners .item {
    flex-basis: 25%;
    max-width: 25%;
  }

  .main-contact:after {
    content: "";
    display: block;
    clear: both;
  }
  .main-contact .col {
    float: left;
    width: 33.333%;
    margin-bottom: 0;
  }

  .contacts .contact-item {
    flex-basis: 33.33%;
  }

  .media .image {
    width: 25%;
  }
}
@media (min-width: 1300px) {
  header .nav-part .mycontainer {
    max-width: none;
    margin: 0 55px;
    padding: 0;
  }
}

/*# sourceMappingURL=index.css.map */
