@charset "UTF-8";
/* https://engageinteractive.co.uk/blog/top-10-scss-mixins */
/* my mixins */
/* AFFIL2020 */
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,900&display=swap&subset=latin-ext");
body {
  font-family: "Nunito Sans", Arial, sans-serif;
}

.ui-widget,
textarea, input {
  font-family: "Nunito Sans", Arial, sans-serif;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* VARIABLES */
/* COLORS */
/* old */
/* blog */
/* */
/* BODY */
html, body {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

body {
  -webkit-text-size-adjust: 100%;
}

/* EXTRA RESET */
a {
  outline: none;
  cursor: pointer;
  -ms-user-select: none;
}

* {
  background-repeat: no-repeat;
}

textarea, input {
  outline: none;
}

b, strong {
  font-weight: 700;
}

/* LAYOUT HELPERS */
.cb, .clr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.nowrap, .nobr {
  white-space: nowrap;
}

.tal, .text-left {
  text-align: left;
}

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

.tac, .text-center {
  text-align: center;
}

*, :before, :after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-backface-visibility:hidden;*/
}

/* CONTENT */
html {
  min-width: 320px;
  overflow: auto !important;
}

body {
  background: #fff;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #808e9a;
  min-width: 320px;
  overflow: hidden;
}

@media (max-width: 991px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
/*@media (max-width: 1024px) {
	body { font-size:14px;  }
}
@media (max-width: 580px) {
	body { font-size:12px;  }
}*/
* {
  font-feature-settings: "liga" 0;
}

/*body.stretched { background: #f0f0f0; }


@media (max-width: 768px) {

	body {
		font-size: 16px;
    line-height: 22px;
	}    

}
@media (max-width: 580px) {

	.container { 
	    padding-right: 25px;
	    padding-left: 25px;
	}     

}*/
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:hover {
  color: inherit;
}

hr {
  margin-top: 0px;
  margin-bottom: 50px;
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}
/* GRID */
.container {
  max-width: 1200px !important;
}

a.scroll-top2 {
  display: block;
  width: 44px;
  height: 44px;
  background: #00b2ed;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 25px;
  bottom: 80px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s linear;
}
a.scroll-top2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #fff transparent;
}
a.scroll-top2.active {
  visibility: visible;
  opacity: 1;
}
a.scroll-top2:hover {
  background: #007cc6;
}

a.more {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 40px;
  color: #103970;
  transition: all 0.25s linear;
  text-decoration: none;
}
a.more:before {
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: -4px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 30px;
  height: 30px;
  border: 3px #00b2ed solid;
  color: #00b2ed;
  border-radius: 50%;
  transition: all 0.25s linear;
}
a.more:hover {
  text-decoration: none;
}
a.more:hover:before {
  transform: scale(1.15);
  color: #fff;
  background: #00b2ed;
}
a.more.active:before {
  content: "-";
}

a.back {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 40px;
  color: #103970;
  transition: all 0.25s linear;
  text-decoration: none;
}
a.back:before {
  content: "";
  background: transparent;
  background-size: 14px 16px;
  position: absolute;
  top: -4px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 30px;
  height: 30px;
  border: 3px #00b2ed solid;
  color: #00b2ed;
  border-radius: 50%;
  transition: all 0.25s linear;
}
a.back:after {
  content: "";
  background: transparent url("../gfx/icon/zpet.svg?v=5") 6px center no-repeat;
  background-size: 14px 16px;
  position: absolute;
  top: -4px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 30px;
  height: 30px;
  border: none;
  color: #00b2ed;
  border-radius: 50%;
  transition: all 0.25s linear;
}
a.back:hover {
  text-decoration: none;
}
a.back:hover:before {
  transform: scale(1.15);
  color: #fff;
  background: #00b2ed;
  /*filter: brightness(0) invert(1);*/
}
a.back:hover:after {
  transform: scale(1.15);
  color: #fff;
  filter: brightness(0) invert(1);
}

/* stop mouseovers */
@media (max-width: 1024px) {
  a.more:hover:before {
    transform: none;
    color: #00b2ed;
    background: #fff;
  }

  a.back:hover:before {
    transform: none;
    color: #00b2ed;
    background: transparent;
  }
  a.back:hover:after {
    transform: none;
    color: #fff;
    filter: none;
  }

  a.scroll-top2:hover {
    background: #00b2ed;
  }
}
/* end */
/* selectboxit */
.filters .selectboxit-container .selectboxit {
  width: 380px !important;
  height: 58px;
  border: 3px #edf4f7 solid;
  color: #103970;
  border-radius: 0px;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  background: #fff;
}
.filters .selectboxit-container .selectboxit .selectboxit-option-icon-container {
  display: none;
}
.filters .selectboxit-container .selectboxit .selectboxit-text {
  font-size: 20px;
  line-height: 54px;
  font-weight: 400;
  text-align: left;
  color: #103970;
  height: 58px;
  width: 100%;
  padding-left: 24px;
}
.filters .selectboxit-container .selectboxit .selectboxit-arrow-container {
  height: 58px;
}
.filters .selectboxit-container .selectboxit .selectboxit-arrow-container i {
  display: none;
}
.filters .selectboxit-container .selectboxit .selectboxit-arrow-container:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8.5px 0 8.5px;
  border-color: #103970 transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.filters .selectboxit-container .selectboxit-options.selectboxit-list {
  border-radius: 0px;
  width: 100%;
  max-width: none !important;
}
.filters .selectboxit-container .selectboxit-options.selectboxit-list li.selectboxit-focus {
  color: #fff;
}

#wpadminbar {
  z-index: 9999999;
}

@media (max-width: 767px) {
  a.scroll-top2 {
    display: none;
  }
}
.breadcrumb {
  padding: 15px 0px 15px 0px;
  margin-bottom: 0px;
  background: transparent;
}
.breadcrumb .container .row .col-12 a.home .icon.icon-home {
  font-size: 15px;
  color: #f7a92f;
}
.breadcrumb .container .row .col-12 a {
  color: #f7a92f;
}
.breadcrumb .container .row .col-12 a:after {
  content: "G";
  font-family: "ceskysteak";
  transform: rotate(-90deg);
  font-size: 9px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  display: inline-block;
  color: #808e9a;
}
.breadcrumb .container .row .col-12 a:last-of-type {
  color: #808e9a;
  cursor: auto;
}
.breadcrumb .container .row .col-12 a:last-of-type:hover {
  text-decoration: none;
}
.breadcrumb .container .row .col-12 a:last-of-type:after {
  display: none;
}

@media (max-width: 767px) {
  .breadcrumb {
    background: #e8e3da;
  }
}
#wpadminbar {
  z-index: 9999999 !important;
}

html {
  margin-top: 0px !important;
}

body {
  padding-top: 105px;
  overflow: hidden;
}
body:after {
  content: "";
  display: block;
  position: fixed;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s linear;
}
body.menu-active:after {
  visibility: visible;
  opacity: 1;
}

body.admin-bar {
  padding-top: calc(105px + 0px);
}
body.admin-bar .header {
  top: 32px;
}

.header {
  background: #fff;
  position: relative;
  z-index: 9999999;
  border-bottom: 1px #f7f7f7 solid;
  transition: all 0.25s linear;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
}
.header.header-scrolled .col-12 {
  height: 70px;
}
.header.header-scrolled .col-12 .logo {
  top: 20px;
}
.header.header-scrolled .col-12 .logo img {
  width: 200px;
}
.header.header-scrolled .col-12 .nav.nav-main {
  top: 0px;
}
.header.header-scrolled .col-12 .nav.nav-main > ul > li > ul {
  padding-top: 0px;
}
.header.header-scrolled .col-12 .nav.nav-right {
  top: 15px;
}
.header.header-scrolled .col-12 .nav.nav-right .btn {
  height: 40px;
  font-size: 15px;
}
.header.header-scrolled .col-12 .nav.nav-right .btn.btn-demo:before {
  height: 24px;
  margin-right: 9px;
}
.header.header-scrolled .col-12 .nav.nav-right .btn.btn-helpdesk:before {
  height: 24px;
  margin-right: 9px;
}
.header .container {
  max-width: 1600px !important;
}
.header .col-12 {
  height: 105px;
  position: relative;
  transition: all 0.25s linear;
}
.header .col-12 .logo {
  position: absolute;
  top: 34px;
  right: auto;
  bottom: auto;
  left: 15px;
  transition: all 0.25s linear;
}
.header .col-12 .logo img {
  width: 237px;
  height: auto;
  transition: all 0.25s linear;
}
.header .col-12 .menu-toggle {
  display: none;
}
.header .col-12 .nav.nav-main {
  position: absolute;
  top: 0px;
  right: 415px;
  bottom: 0px;
  left: auto;
  transition: all 0.25s linear;
}
.header .col-12 .nav.nav-main > ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
}
.header .col-12 .nav.nav-main > ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.header .col-12 .nav.nav-main > ul > li {
  /*margin-left:34px;*/
  margin-left: 1px;
  position: relative;
  transition: all 0.25s linear;
}
.header .col-12 .nav.nav-main > ul > li:first-of-type {
  margin-left: 0px;
}
.header .col-12 .nav.nav-main > ul > li > a {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: none;
  color: #103970;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0px 16px;
  transition: all 0.25s linear;
}
.header .col-12 .nav.nav-main > ul > li > a:hover {
  background: #f7f7f7;
}
.header .col-12 .nav.nav-main > ul > li.current-menu-parent > a, .header .col-12 .nav.nav-main > ul > li.current-menu-item > a {
  font-weight: 700;
}
.header .col-12 .nav.nav-main > ul > li:hover > a {
  background: #f7f7f7;
}
.header .col-12 .nav.nav-main > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header .col-12 .nav.nav-main > ul > li > ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0px;
  z-index: 9999999;
  background: #fff;
  padding: 0px 0px 0px 0px;
  min-width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s linear;
}
.header .col-12 .nav.nav-main > ul > li > ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.header .col-12 .nav.nav-main > ul > li > ul > li {
  position: relative;
  margin-bottom: 0px;
  background: #f7f7f7;
}
.header .col-12 .nav.nav-main > ul > li > ul > li:first-of-type {
  padding-top: 25px;
}
.header .col-12 .nav.nav-main > ul > li > ul > li:last-of-type {
  padding-bottom: 25px;
}
.header .col-12 .nav.nav-main > ul > li > ul > li > a {
  white-space: nowrap;
  color: #103970;
  display: block;
  padding: 7px 30px 7px 50px;
  position: relative;
  text-decoration: none;
}
.header .col-12 .nav.nav-main > ul > li > ul > li > a:hover {
  background: #dae6e9;
  background: #EAF3F6;
  text-decoration: none;
}
.header .col-12 .nav.nav-main > ul > li > ul > li > a:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #00b2ed;
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 25px;
}
.header .col-12 .nav.nav-main > ul > li > ul > li > ul > li > a {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  white-space: nowrap;
  color: #103970;
  display: block;
  padding: 3px 30px 3px 50px;
  position: relative;
  text-decoration: none;
}
.header .col-12 .nav.nav-main > ul > li > ul > li > ul > li > a:hover {
  background: #dae6e9;
  background: #EAF3F6;
  text-decoration: none;
}
.header .col-12 .nav.nav-main > ul > li > ul > li > ul > li > a:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #737373;
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 25px;
}
.header .col-12 .nav.nav-right {
  position: absolute;
  top: 25px;
  right: 15px;
  bottom: auto;
  left: auto;
  transition: all 0.25s linear;
}
.header .col-12 .nav.nav-right .btn {
  height: 50px;
  border: 1px #808e9a solid;
  padding: 0px 22px 0px 10px;
  display: flex;
  align-items: center;
  font-size: 19px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 12px;
  min-width: 1px;
  width: auto;
  transition: all 0.25s linear;
}
.header .col-12 .nav.nav-right .btn.btn-demo {
  border: 1px #103970 solid;
  color: #103970;
}
.header .col-12 .nav.nav-right .btn.btn-demo:before {
  content: "";
  display: block;
  width: 21px;
  height: 31px;
  background: transparent url("../gfx/icon/menu_button_demo.svg") 0px 0px no-repeat;
  background-size: contain;
  margin-right: 16px;
  transition: all 0.25s linear;
}
.header .col-12 .nav.nav-right .btn.btn-demo:hover {
  background: #103970;
}
.header .col-12 .nav.nav-right .btn.btn-helpdesk {
  border: 1px #00b2ed solid;
  color: #00b2ed;
}
.header .col-12 .nav.nav-right .btn.btn-helpdesk:before {
  content: "";
  display: block;
  width: 29px;
  height: 30px;
  background: transparent url("../gfx/icon/menu_button_helpdesk.svg") 0px 0px no-repeat;
  background-size: contain;
  margin-right: 16px;
  transition: all 0.25s linear;
}
.header .col-12 .nav.nav-right .btn.btn-helpdesk:hover {
  background: #00b2ed;
  color: #fff;
}
.header .col-12 .nav.nav-right .btn.btn-helpdesk:focus {
  border: 1px #00b2ed solid !important;
  color: #00b2ed;
}
.header .col-12 .nav.nav-right .btn:hover {
  color: #fff;
  transform: scale(1.1);
}
.header .col-12 .nav.nav-right .btn:hover:before {
  filter: brightness(0) invert(1);
}

@media (max-width: 1500px) {
  .header .col-12 .nav.nav-main {
    right: auto;
    left: 50%;
    margin-left: -400px;
  }

  .header .col-12 .nav.nav-main > ul > li {
    margin-left: 1px;
  }
  .header .col-12 .nav.nav-main > ul > li > a {
    padding: 0px 12px;
  }

  .header .col-12 .nav.nav-main > ul > li:first-of-type {
    margin-left: 0px;
  }
}
@media (max-width: 1370px) {
  .header .col-12 .nav.nav-main {
    margin-left: -360px;
  }

  .header .col-12 .nav.nav-main > ul > li > a {
    font-size: 17px;
  }

  .header .col-12 .logo img {
    width: 195px;
  }

  .header.header-scrolled .col-12 .logo img {
    width: 160px;
  }

  .header .col-12 .nav.nav-right {
    top: 32px;
  }
  .header .col-12 .nav.nav-right .btn {
    height: 40px;
    font-size: 15px;
  }
  .header .col-12 .nav.nav-right .btn.btn-demo:before {
    height: 24px;
    margin-right: 9px;
  }
  .header .col-12 .nav.nav-right .btn.btn-helpdesk:before {
    height: 24px;
    margin-right: 9px;
  }
}
@media (max-width: 1230px) {
  .header .col-12 .nav.nav-main > ul > li {
    margin-left: 1px;
  }
  .header .col-12 .nav.nav-main > ul > li > a {
    padding: 0px 10px;
  }

  .header .col-12 .nav.nav-main > ul > li:first-of-type {
    margin-left: 0px;
  }

  .header .col-12 .nav.nav-main {
    left: 225px;
    margin-left: 0px;
  }

  .header .col-12 .nav.nav-right .btn {
    padding: 0px 22px 0px 22px;
  }

  .header .col-12 .nav.nav-right .btn.btn-helpdesk:before,
.header .col-12 .nav.nav-right .btn.btn-demo:before {
    display: none;
  }
}
@media (max-width: 1130px) {
  .header .col-12 .logo img {
    width: 160px;
  }

  .header .col-12 .nav.nav-main {
    left: 190px;
  }

  .header .col-12 .nav.nav-main > ul > li > a {
    padding: 0px 8px;
  }

  .header.header-scrolled .col-12 .nav.nav-right .btn {
    font-size: 13px;
    padding: 0px 18px 0px 18px;
  }

  .header .col-12 .nav.nav-main > ul > li > a {
    font-size: 15px;
  }
}
/* stop mouseovers */
@media (max-width: 1024px) {
  .header .col-12 .nav.nav-right a.btn:hover {
    background: inherit !important;
    transform: none;
  }
  .header .col-12 .nav.nav-right a.btn.btn-demo {
    color: #103970;
  }
  .header .col-12 .nav.nav-right a.btn.btn-helpdesk {
    color: #00b2ed;
  }
}
/* end */
@media (max-width: 1024px) {
  .header .col-12 .logo img {
    width: 240px;
  }

  .header.header-scrolled .col-12 .menu-toggle {
    top: 15px;
  }

  .header .col-12 .menu-toggle {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px #103970 solid;
    color: #103970;
    position: absolute;
    top: 32px;
    right: 15px;
    bottom: auto;
    left: auto;
    transition: all 0.25s linear;
  }
  .header .col-12 .menu-toggle span {
    position: absolute;
    left: 7px;
    right: 7px;
    background: #103970;
    display: block;
    height: 1px;
    transition: all 0.25s linear;
  }
  .header .col-12 .menu-toggle span:nth-of-type(1) {
    top: 10px;
  }
  .header .col-12 .menu-toggle span:nth-of-type(2) {
    top: 20px;
  }
  .header .col-12 .menu-toggle span:nth-of-type(3) {
    top: 30px;
  }
  .header .col-12 .menu-toggle.active {
    background: #103970;
  }
  .header .col-12 .menu-toggle.active span {
    background: #fff;
  }

  .header .col-12 .nav.nav-main {
    /*display:none;*/
    overflow: hidden;
    max-height: 0px;
    background: #f7f7f7;
    left: -20px;
    right: -20px;
    top: 100% !important;
    transition: all 0.25s linear;
    -webkit-box-shadow: 0px 12px 18px -8px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 12px 18px -8px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 12px 18px -8px rgba(0, 0, 0, 0.05);
  }
  .header .col-12 .nav.nav-main.active {
    max-height: 500px;
  }
  .header .col-12 .nav.nav-main > ul {
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .header .col-12 .nav.nav-main > ul > li {
    margin-left: 0px;
  }
  .header .col-12 .nav.nav-main > ul > li > a {
    display: block;
    height: auto;
    padding: 7px 15px;
    font-size: 20px;
  }
  .header .col-12 .nav.nav-main > ul > li > ul {
    position: static;
    opacity: 1;
    visibility: visible;
    padding-top: 0px;
    width: 100%;
    background: #f7f7f7;
  }
  .header .col-12 .nav.nav-main > ul > li > ul > li {
    background: transparent;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .header .col-12 .nav.nav-main > ul > li > ul > li > a {
    font-size: 16px;
    padding: 0px 30px 0px 50px;
  }
  .header .col-12 .nav.nav-main > ul > li > ul > li > a:before {
    top: 10px;
  }
  .header .col-12 .nav.nav-main > ul > li > ul > li > ul > li > a {
    font-size: 14px;
  }

  .header .col-12 .nav.nav-right {
    right: 68px;
  }

  .header .col-12 .nav.nav-main {
    right: -20px;
    left: auto;
    width: 340px;
    height: 100vh;
    max-height: none;
    transform: translateX(340px);
  }
  .header .col-12 .nav.nav-main.active {
    transform: translateX(0px);
    max-height: none;
  }

  .header .col-12 .nav.nav-main > ul > li > a {
    padding: 5px 15px;
  }

  .header .col-12 .nav.nav-main > ul > li > ul > li > a {
    padding: 5px 30px 5px 50px;
  }
  .header .col-12 .nav.nav-main > ul > li > ul > li > a:before {
    top: 14px;
  }

  .header.header-scrolled .col-12 .nav.nav-main > ul > li > ul {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 70px;
  }

  .header .col-12 {
    height: 70px;
  }

  .header .col-12 .logo {
    top: 17px;
  }

  .header .col-12 .nav.nav-right,
.header .col-12 .menu-toggle {
    top: 15px;
  }

  .header.header-scrolled .col-12 {
    height: 55px;
  }

  .header.header-scrolled .col-12 .logo {
    top: 11px;
  }
  .header.header-scrolled .col-12 .logo img {
    width: 200px;
  }

  .header.header-scrolled .col-12 .nav.nav-right,
.header.header-scrolled .col-12 .menu-toggle {
    top: 7px;
  }

  .header.header-scrolled .col-12 .nav.nav-main > ul > li > ul {
    padding-top: 0px;
  }

  body.header-hidden .header {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 750px) {
  body:after {
    display: none;
  }

  .header .col-12 .nav.nav-main {
    height: 0px;
    max-height: none;
    width: auto;
    right: -20px;
    transform: translateX(0px);
  }
  .header .col-12 .nav.nav-main.active {
    max-height: none;
    height: 100vh;
    transform: translateX(0px);
  }
}
@media (max-width: 650px) {
  .header .col-12 .logo img {
    width: 160px;
  }

  .header .col-12 .logo {
    top: 22px;
  }

  .header.header-scrolled .col-12 .logo img {
    width: 140px;
  }

  .header .col-12 .nav.nav-main > ul > li > a {
    padding: 5px 15px;
  }

  .header .col-12 .nav.nav-main > ul > li > ul > li > a {
    padding: 5px 30px 5px 50px;
  }
  .header .col-12 .nav.nav-main > ul > li > ul > li > a:before {
    top: 14px;
  }
}
@media (max-width: 580px) {
  .header .col-12 .nav.nav-main > ul {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
  }
}
@media (max-width: 512px) {
  .header .col-12 .nav.nav-right {
    display: none;
  }

  .header .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.footer {
  background: #103970;
  border-top: 10px #00b2ed solid;
  position: relative;
  padding: 55px 0px;
}
.footer .scroll-top {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  top: 0px;
  right: 25px;
  bottom: auto;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: #00b2ed;
  cursor: auto;
  display: none;
}
.footer .scroll-top:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #fff transparent;
  display: none;
}
.footer:before {
  content: "";
  background: #405e82;
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  top: 0px;
  right: 25px;
  bottom: auto;
  left: auto;
  margin-top: 9px;
  margin-right: 9px;
  display: none;
}
.footer .col-12 {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
}
.footer .col-12:before {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: auto;
  left: 15px;
  background: #0d4f87;
}
.footer .col-12 p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
.footer .col-12 p a {
  color: #8ce2ff;
  text-decoration: none;
}
.footer .col-12 p a:hover {
  text-decoration: underline;
}
.footer h2 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 26px;
  color: #fff;
}
.footer .contacts,
.footer .address {
  padding-left: 12px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  margin-bottom: 32px;
}
.footer .contacts a,
.footer .address a {
  color: #8ce2ff;
  text-decoration: none;
}
.footer .contacts a:hover,
.footer .address a:hover {
  text-decoration: underline;
}
.footer .contacts .fb,
.footer .address .fb {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url("../gfx/icon/facebook.svg") 0px 0px no-repeat;
  background-size: contain;
  margin-top: 4px;
}
.footer .nav.nav-footere,
.footer .nav.nav-footer {
  padding-left: 12px;
  margin-bottom: 32px;
  display: block;
}
.footer .nav.nav-footere ul,
.footer .nav.nav-footer ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.footer .nav.nav-footere ul li,
.footer .nav.nav-footer ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.footer .nav.nav-footere ul li,
.footer .nav.nav-footer ul li {
  /*display:inline-block;*/
}
.footer .nav.nav-footere ul li a,
.footer .nav.nav-footer ul li a {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  color: #8ce2ff;
  text-decoration: none;
}
.footer .nav.nav-footere ul li a:hover,
.footer .nav.nav-footer ul li a:hover {
  text-decoration: underline;
}
.footer .logo {
  margin-left: 12px;
  margin-bottom: 20px;
  display: inline-block;
}
.footer .logo img {
  width: 153px;
  height: auto;
}

@media (max-width: 1170px) {
  .footer .container .row .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 780px) {
  .footer .col-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 660px) {
  .footer {
    padding-bottom: 25px;
  }

  .footer .logo {
    margin-bottom: 11px;
  }

  .footer h2 {
    margin-bottom: 6px;
  }

  .footer .container .row .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer .col-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer .col-12 p {
    font-size: 13px;
  }

  .footer .nav.nav-footere, .footer .nav.nav-footer,
.footer .contacts, .footer .address {
    padding-left: 0px;
  }
}
.btn {
  border-radius: 0px;
  height: 50px;
  border: 2px #edf4f7 solid;
  padding: 0px 20px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  display: inline-block;
  min-width: 280px;
  transition: all 0.25s linear;
  text-decoration: none;
}
.btn:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-primary {
  background: #103970;
  color: #fff;
}
.btn.btn-primary:focus, .btn.btn-primary:hover {
  background: #fff;
  color: #103970;
  transform: scale(1.05);
}
.btn.btn-secondary {
  background: transparent;
  color: #103970;
  border: 2px #103970 solid;
}
.btn.btn-secondary:focus {
  background: transparent;
  color: #103970;
  border: 2px #103970 solid !important;
}
.btn.btn-secondary:hover {
  border: 2px #103970 solid;
  color: #fff;
  background: #103970;
  transform: scale(1.05);
}
/* stop mouseovers */
@media (max-width: 1024px) {
  .btn.btn-primary:hover {
    background: #103970;
    color: #fff;
    transform: none;
  }
  .btn.btn-secondary:hover {
    border: 2px #103970 solid;
    color: #103970;
    background: transparent;
    transform: none;
  }
}
/* end */
@media (max-width: 767px) {
  .btn {
    height: 50px;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    min-width: 210px;
  }
}
*::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
p::-moz-selection {
  background-color: #007cc6;
  color: #fff;
}

*::selection,
h1::selection,
h2::selection,
h3::selection,
p::selection {
  background-color: #007cc6;
  color: #fff;
}

.textpage {
  padding: 60px 0px 40px 0px;
}
.textpage.textpage-blue {
  background: #eaf6fa;
}
.textpage .row img {
  max-width: 100%;
}
.textpage .row img {
  margin-bottom: 15px;
  max-width: 100%;
}
.textpage .row .article:after {
  clear: both;
  display: block;
  content: "";
}
.textpage .row .article h1 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 900;
  color: #808e9a;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  border: none;
}
.textpage .row .article h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 30px;
  text-align: center;
}
.textpage .row .article h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 30px;
  text-align: center;
}
.textpage .row .article h4 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #103970;
  margin-bottom: 30px;
  text-align: center;
}
.textpage .row .article h5 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 30px;
}
.textpage .row .article .excerpt p {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 400;
}
.textpage .row .article .featured-image {
  margin-bottom: 20px;
}
.textpage .row .article blockquote {
  margin: 0px;
  padding: 0px;
  padding: 40px 100px;
  border: none !important;
  margin-bottom: 20px;
  text-align: center;
}
.textpage .row .article blockquote p {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  color: #103970;
  font-style: italic;
  position: relative;
  margin-bottom: 0px;
  display: inline-block;
}
.textpage .row .article blockquote p:before {
  content: '"';
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: -25px;
  font-size: 60px;
  line-height: 0;
  font-weight: 400;
  color: #00b2ed;
}
.textpage .row .article blockquote p:after {
  content: '"';
  position: absolute;
  top: auto;
  right: -25px;
  bottom: -5px;
  left: auto;
  font-size: 60px;
  line-height: 0;
  font-weight: 400;
  color: #00b2ed;
}
.textpage .row .article p {
  margin-bottom: 30px;
}
.textpage .row .article p a {
  color: #808e9a;
  text-decoration: underline;
  font-weight: 400;
}
.textpage .row .article p a:hover {
  text-decoration: none;
}
.textpage .row .article p a strong, .textpage .row .article p a b {
  font-weight: 700;
}
.textpage .row .article p b a, .textpage .row .article p strong a {
  font-weight: 700;
}
.textpage .row .article img {
  max-width: 100%;
  height: auto;
}
.textpage .row .article img.alignleft,
.textpage .row .article img[align=left],
.textpage .row .article img[style*="float: left"],
.textpage .row .article img[style*="float:left"] {
  margin: 5px 30px 10px 0px;
  float: left;
}
.textpage .row .article img.alignright,
.textpage .row .article img[align=right],
.textpage .row .article img[style*="float: right"],
.textpage .row .article img[style*="float:right"] {
  margin: 5px 0px 10px 30px;
  float: right;
}
.textpage .row .article ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  padding-top: 0px;
  margin-left: 0px;
  list-style-type: none;
}
.textpage .row .article ul > li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 1px;
  color: #808e9a;
}
.textpage .row .article ul > li a {
  color: #808e9a;
  text-decoration: underline;
  font-weight: 700;
}
.textpage .row .article ul > li a:hover {
  text-decoration: none;
}
.textpage .row .article ul > li:before {
  content: "";
  background: #737373;
  background: #007cc6;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-radius: 0px;
  position: absolute;
  top: 9px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.textpage .row .article ul.list li:before {
  display: none;
}
.textpage .row .article ul ul, .textpage .row .article ul ol {
  margin-left: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.textpage .row .article ol {
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  counter-reset: item;
}
.textpage .row .article ol > li {
  counter-increment: item;
  list-style-type: none;
  padding-left: 25px;
  position: relative;
  margin-bottom: 4px;
  color: #808e9a;
  /*> ol {
  	> li:before {
  		background:$blue;
  	}
  }*/
}
.textpage .row .article ol > li a {
  color: #808e9a;
  text-decoration: underline;
  font-weight: 700;
}
.textpage .row .article ol > li a:hover {
  text-decoration: none;
}
.textpage .row .article ol ul, .textpage .row .article ol ol {
  margin-left: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.textpage .row .article ol.list li:before {
  display: none;
}
.textpage .row .article ul ul,
.textpage .row .article ul ol,
.textpage .row .article ol ol,
.textpage .row .article ol ul {
  margin-bottom: 15px;
}
.textpage .row .article ul li ul li:before {
  /*background:$blue;*/
}
.textpage .row .article ul li ul li ul li:before {
  /*background:$blueLight;*/
}
.textpage .row .article ol ul > li:before, .textpage .row .article ul ul > li:before {
  content: "";
  border: 1px #737373 solid;
  border: none;
  background: #007cc6;
  width: 10px;
  height: 10px;
  border-radius: 0%;
  position: absolute;
  top: 9px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.textpage .row .article ol > li:before {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #808e9a;
  width: auto;
  height: auto;
  border-radius: 50%;
  margin-right: 0px;
  font-weight: 700;
  content: counter(item) ". ";
  text-align: center;
  position: absolute;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.textpage .row .article table {
  border-spacing: 0px;
  border-collapse: 0px;
  width: auto;
  width: 100%;
  margin-bottom: 40px;
}
.textpage .row .article table.fl {
  margin-right: 70px !important;
}
.textpage .row .article table.fr {
  margin-left: 70px !important;
}
.textpage .row .article table thead td,
.textpage .row .article table thead th {
  color: #fff !important;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  padding-left: 13px !important;
  padding-right: 13px !important;
  height: 50px !important;
  vertical-align: middle;
  background: #103970;
  border-bottom: 3px #fff solid;
  border-right: 5px #fff solid;
  border-left: 5px #fff solid;
}
.textpage .row .article table tr th:first-of-type {
  border-left: none !important;
}
.textpage .row .article table tr th:last-of-type {
  border-right: none !important;
}
.textpage .row .article table td {
  color: #808e9a;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  padding-left: 13px !important;
  padding-right: 13px !important;
  height: 50px !important;
  background: transparent;
  vertical-align: middle;
  border-bottom: 3px #fff solid !important;
  border-right: 5px #fff solid !important;
  border-left: 5px #fff solid !important;
}
.textpage .row .article table tr td:first-of-type {
  border-left: none !important;
  color: #00b2ed;
  font-weight: 700;
}
.textpage .row .article table tr td:last-of-type {
  border-right: none !important;
}
.textpage .row .article table tr:nth-of-type(even) td {
  background: #eaf6fa;
}
.textpage .row .article table.center td, .textpage .row .article table.center th {
  text-align: center;
}
.textpage .row .article .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -30px;
}
.textpage .row .article .gallery .gallery-item {
  width: 33.33%;
  padding: 0px 30px;
}
.textpage .row .article .gallery .gallery-item img {
  width: 100%;
}

@media (max-width: 991px) {
  .textpage {
    padding: 40px 0px 40px 0px;
  }
  .textpage .row .article h1 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 900;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }
  .textpage .row .article h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
  }
  .textpage .row .article h3 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 900;
  }
  .textpage .row .article h4 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
  }
  .textpage .row .article h5 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
  }
  .textpage .row .article .excerpt p {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 400;
  }
  .textpage .row .article blockquote {
    padding: 40px 90px;
    margin-bottom: 20px;
  }
  .textpage .row .article blockquote p {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 400;
  }
  .textpage .row .article p {
    margin-bottom: 25px;
  }
  .textpage .row .article table {
    margin-bottom: 30px;
  }
  .textpage .row .article table thead td,
.textpage .row .article table thead th {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
  }
  .textpage .row .article table td {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
  }

  .textpage .row .article ol > li:before {
    font-size: 17px;
    top: 1px;
  }

  .textpage .row .article ol ul > li:before, .textpage .row .article ul ul > li:before,
.textpage .row .article ul > li:before {
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 767px) {
  .textpage {
    padding: 30px 0px 30px 0px;
  }
  .textpage .container > .row > div {
    margin-left: 0px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .textpage .row .article h1 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 900;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .textpage .row .article h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
  }
  .textpage .row .article h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
  }
  .textpage .row .article h4 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
  }
  .textpage .row .article h5 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
  }
  .textpage .row .article .excerpt p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
  }
  .textpage .row .article blockquote {
    padding: 30px 80px;
    margin-bottom: 20px;
  }
  .textpage .row .article blockquote p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
  }
  .textpage .row .article p {
    margin-bottom: 25px;
  }
  .textpage .row .article ul {
    margin-bottom: 30px;
  }
  .textpage .row .article ul > li:before {
    top: 8px;
  }
  .textpage .row .article ol {
    margin-bottom: 30px;
  }
  .textpage .row .article ul ul,
.textpage .row .article ul ol,
.textpage .row .article ol ol,
.textpage .row .article ol ul {
    margin-bottom: 10px;
  }
  .textpage .row .article table {
    margin-bottom: 30px;
  }
  .textpage .row .article table thead td,
.textpage .row .article table thead th {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 50px !important;
    border-bottom: 1px #fff solid;
    border-right: 2px #fff solid;
    border-left: 2px #fff solid;
  }
  .textpage .row .article table td {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 50px !important;
    border-bottom: 1px #fff solid !important;
    border-right: 2px #fff solid !important;
    border-left: 2px #fff solid !important;
  }
  .textpage .row .article .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
  }
  .textpage .row .article .gallery .gallery-item {
    width: 33.33%;
    padding: 0px 10px;
  }

  .textpage .row .article ol > li:before {
    font-size: 16px;
    top: 0px;
  }

  .textpage .row .article ol ul > li:before, .textpage .row .article ul ul > li:before,
.textpage .row .article ul > li:before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
}
@media (max-width: 580px) {
  .textpage .row .article table {
    margin-bottom: 25px;
  }
  .textpage .row .article table thead td,
.textpage .row .article table thead th {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    height: 30px !important;
  }
  .textpage .row .article table td {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    height: 30px !important;
  }
  .textpage .row .article .gallery {
    margin: 0px -10px;
  }
  .textpage .row .article .gallery .gallery-item {
    width: 100%;
    padding: 0px 10px;
  }
}
/*
@media (max-width: 768px) {
	.textpage .container .row .article h2 {
		font-size: 20px;
    	line-height: 26px;
	}
	body.admin .textpage h1 {
		font-size:22px;
	}
	body.admin .textpage h2 {
		    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
	}
}*/
.paginator {
  position: relative;
  text-align: center;
}
.paginator .pages {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  display: flex;
  justify-content: flex-end;
  padding-top: 7px;
}
.paginator .pages a {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #f7a92f;
  font-family: "Askan-Bold";
  text-decoration: none;
  width: 33px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #f7a92f solid;
  border-left: none;
}
.paginator .pages a:nth-of-type(1) {
  border-left: 1px #f7a92f solid;
}
.paginator .pages a.active, .paginator .pages a:hover {
  background: #f1e2ce;
}

.hp-slider {
  background: #fff url("../gfx/background/slider.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.hp-slider .container {
  max-width: 1300px !important;
}
.hp-slider .container .col-12 {
  position: relative;
}
.hp-slider .container .col-12 a.arrow-down {
  display: block;
  width: 34px;
  height: 34px;
  background: #007cc6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 50%;
  margin-left: -17px;
  z-index: 9999;
}
.hp-slider .container .col-12 a.arrow-down:after {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.hp-slider .container .col-12 a.arrow-down:hover {
  background: #103970;
}
.hp-slider .container .col-12 a.scroll-next {
  display: block;
  width: 34px;
  height: 34px;
  background: transparent url("../gfx/icon/slider-arrow.png") 0px 0px no-repeat;
  background-size: contain;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 40px;
  left: 50%;
  margin-left: -17px;
}
.hp-slider .container .col-12 .list.list-slider {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.hp-slider .container .col-12 .list.list-slider li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.hp-slider .container .col-12 .list.list-slider .slick-arrow {
  border: solid #103970;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 15px;
  transition: all 0.25s linear;
}
.hp-slider .container .col-12 .list.list-slider .slick-arrow:before {
  display: none;
}
.hp-slider .container .col-12 .list.list-slider .slick-arrow.slick-prev {
  left: -125px;
  transform: rotate(135deg);
  /*-webkit-transform: rotate(135deg);*/
}
.hp-slider .container .col-12 .list.list-slider .slick-arrow.slick-prev:hover {
  left: -135px;
}
.hp-slider .container .col-12 .list.list-slider .slick-arrow.slick-next {
  right: -125px;
  transform: rotate(-45deg);
  /*-webkit-transform: rotate(-45deg);*/
}
.hp-slider .container .col-12 .list.list-slider .slick-arrow.slick-next:hover {
  right: -135px;
}
.hp-slider .container .col-12 .list.list-slider .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*height:900px;*/
  background-position: center right;
  padding-bottom: 30px;
  height: calc(100vh - 105px);
}
.hp-slider .container .col-12 .list.list-slider .item .article {
  max-width: 500px;
  transform: translate(10%);
}
.hp-slider .container .col-12 .list.list-slider .item .article h1 {
  font-size: 65px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 2px;
  letter-spacing: -1px;
  color: #103970;
}
.hp-slider .container .col-12 .list.list-slider .item .article h2 {
  font-size: 65px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 45px;
  letter-spacing: -1px;
  color: #00b2ed;
}
.hp-slider .container .col-12 .list.list-slider .item .article p {
  margin-bottom: 90px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  max-width: 280px;
}
.hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-demo {
  background: #103970;
  border: 2px #103970 solid;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  width: 280px;
  height: 53px;
  padding-left: 64px;
  margin-bottom: 7px;
  position: relative;
  text-decoration: none;
}
.hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-demo:before {
  content: "";
  display: block;
  background: transparent url("../gfx/icon/menu_button_demo.svg") 0px 0px no-repeat;
  background-size: contain;
  width: 24px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 20px;
  margin-top: -18px;
  filter: brightness(0) invert(1);
}
.hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-demo:hover {
  background: #103970;
  color: #fff;
}
.hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-info {
  background: #00b2ed;
  border: 2px #00b2ed solid;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  width: 280px;
  height: 53px;
  padding-left: 64px;
  margin-bottom: 7px;
  position: relative;
  text-decoration: none;
}
.hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-info:before {
  content: "";
  display: block;
  background: transparent url("../gfx/icon/slider_button_podrobnosti.svg") 0px 0px no-repeat;
  background-size: contain;
  width: 17px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 20px;
  margin-top: -13px;
  filter: brightness(0) invert(1);
}
.hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-info:hover {
  background: #00b2ed;
  color: #fff;
}

@media (max-height: 800px) {
  .hp-slider .container .col-12 .list.list-slider .item .article h1,
.hp-slider .container .col-12 .list.list-slider .item .article h2 {
    font-size: 50px;
  }

  .hp-slider .container .col-12 .list.list-slider .item .article h2 {
    margin-bottom: 30px;
  }

  .hp-slider .container .col-12 .list.list-slider .item .article p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-demo,
.hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-info {
    font-size: 16px;
    min-width: 50px;
    width: 250px;
    padding-left: 54px;
  }
}
@media (max-width: 1560px) {
  .hp-slider .container .col-12 .list.list-slider .slick-arrow.slick-prev {
    left: -55px;
  }

  .hp-slider .container .col-12 .list.list-slider .slick-arrow.slick-next {
    right: -55px;
  }
}
@media (max-width: 1420px) {
  .hp-slider .container .col-12 .list.list-slider {
    padding: 0px 50px;
  }

  .hp-slider .container .col-12 .list.list-slider .slick-arrow.slick-prev {
    left: 5px;
  }
  .hp-slider .container .col-12 .list.list-slider .slick-arrow.slick-prev:hover {
    left: 5px;
  }

  .hp-slider .container .col-12 .list.list-slider .slick-arrow.slick-next {
    right: 5px;
  }
  .hp-slider .container .col-12 .list.list-slider .slick-arrow.slick-next:hover {
    right: 5px;
  }

  .hp-slider .container .col-12 .list.list-slider .item {
    background-size: 100% auto;
  }
}
@media (max-width: 1170px) {
  .hp-slider .container .col-12 .list.list-slider .item {
    background-size: 90% auto;
  }
}
/* stop mouseovers */
@media (max-width: 1024px) {
  .hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-demo:hover {
    background: #103970;
    transform: none;
  }
  .hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-info:hover {
    background: #00b2ed;
    transform: none;
  }

  .hp-slider .container .col-12 a.arrow-down:hover {
    background: #007cc6;
  }
}
/* end */
@media (max-width: 991px) {
  .hp-slider .container .col-12 .list.list-slider .item {
    height: calc(80vh - 105px);
  }

  .hp-slider .container .col-12 .list.list-slider .item .article h1,
.hp-slider .container .col-12 .list.list-slider .item .article h2 {
    font-size: 50px;
  }

  .hp-slider .container .col-12 .list.list-slider .item .article h2 {
    margin-bottom: 30px;
  }

  .hp-slider .container .col-12 .list.list-slider .item .article p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-demo,
.hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-info {
    font-size: 16px;
    min-width: 50px;
    width: 250px;
    padding-left: 54px;
  }

  .hp-slider .container .col-12 .list.list-slider .item .article {
    transform: translate(0%);
  }
}
@media (max-width: 890px) {
  .hp-slider .container .col-12 .list.list-slider .item {
    background-size: 80% auto;
  }
}
@media (max-width: 767px) {
  .hp-slider .container .col-12 a.arrow-down {
    display: none;
  }

  .hp-slider .container .col-12 .list.list-slider .item {
    height: 400px;
    background-image: none !important;
  }

  .hp-slider .container .col-12 .list.list-slider .item .article {
    max-width: none;
    text-align: center;
    width: 100%;
  }

  .hp-slider .container .col-12 .list.list-slider .item .article h1,
.hp-slider .container .col-12 .list.list-slider .item .article h2 {
    font-size: 40px;
  }

  .hp-slider .container .col-12 .list.list-slider .item .article h2 {
    margin-bottom: 25px;
  }

  .hp-slider .container .col-12 .list.list-slider .item .article p {
    font-size: 18px;
    margin-bottom: 25px;
    max-width: none;
  }

  .hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-demo,
.hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-info {
    padding-left: 15px;
    padding-right: 15px;
    width: 230px;
    text-align: center;
  }
  .hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-demo:before,
.hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-info:before {
    display: none;
  }

  .hp-slider .container .col-12 .list.list-slider .item {
    padding-bottom: 0px;
  }
}
@media (max-width: 580px) {
  .hp-slider .container .col-12 .list.list-slider .item .article h1,
.hp-slider .container .col-12 .list.list-slider .item .article h2 {
    font-size: 30px;
  }

  .hp-slider .container .col-12 .list.list-slider .item .article h2 {
    margin-bottom: 10px;
  }

  .hp-slider .container .col-12 .list.list-slider .item .article p {
    margin-bottom: 18px;
    margin-bottom: 35px;
  }

  .hp-slider .container .col-12 .list.list-slider {
    padding: 0px 20px;
  }
}
@media (max-width: 450px) {
  .hp-slider .container .col-12 .list.list-slider .item .article h1,
.hp-slider .container .col-12 .list.list-slider .item .article h2 {
    font-size: 28px;
  }

  .hp-slider .container .col-12 .list.list-slider .item .article p {
    font-size: 16px;
  }

  .hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-demo,
.hp-slider .container .col-12 .list.list-slider .item .article .btn.btn-info {
    font-size: 14px;
    width: 200px;
    height: 40px;
    line-height: 40px;
  }
}
.page-header {
  background-image: url("../gfx/background/header2.jpg");
  background-position: center -100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header .col-12 {
  padding: 20px 15px;
  height: auto;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-header .col-12.direction-row {
  flex-direction: row;
}
.page-header .col-12 h1 {
  margin: 0px;
  padding: 0px;
  color: #103970;
  letter-spacing: -1px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}
.page-header .col-12 p {
  font-size: 23px;
  line-height: 1.4;
  font-weight: 700;
  color: #007cc6;
  margin-bottom: 0px;
  padding-top: 12px;
}
.page-header .col-12 p .cats {
  text-transform: uppercase;
}
.page-header .col-12 .btn {
  margin-left: 80px;
  text-transform: uppercase;
  min-width: 280px;
}

@media (max-width: 991px) {
  .page-header .col-12 {
    height: auto;
    min-height: 150px;
  }
  .page-header .col-12 h1 {
    font-size: 38px;
  }
  .page-header .col-12 p {
    font-size: 18px;
  }
  .page-header .col-12 .btn {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .page-header {
    background-position: center center;
  }
  .page-header .col-12 {
    height: auto;
    min-height: 110px;
    padding: 15px 15px;
  }
  .page-header .col-12 h1 {
    font-size: 27px;
  }
  .page-header .col-12 p {
    font-size: 16px;
  }
  .page-header .col-12 .btn {
    display: none;
  }
}
@media (max-width: 530px) {
  .page-header .col-12 h1 {
    font-size: 25px;
  }
  .page-header .col-12 p {
    font-size: 14px;
  }
  .page-header .col-12 .btn {
    display: none;
  }
}
@media (max-width: 380px) {
  .page-header.page-header-news-detail .col-12 h1 {
    font-size: 18px;
  }
  .page-header.page-header-news-detail .col-12 p {
    font-size: 13px;
  }
  .page-header.page-header-news-detail .col-12 .btn {
    display: none;
  }
}
.product-detail-info,
.hp-intro {
  padding: 65px 0px;
}
.product-detail-info .col-12 h2,
.hp-intro .col-12 h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 30px;
}
.product-detail-info .col-12 p,
.hp-intro .col-12 p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
}
.product-detail-info .article,
.hp-intro .article {
  padding: 20px 0px;
  margin-bottom: 20px;
  text-align: center;
}
.product-detail-info .article .img,
.hp-intro .article .img {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.product-detail-info .article .img img,
.hp-intro .article .img img {
  max-width: 50%;
  max-height: 100%;
}
.product-detail-info .article h3,
.hp-intro .article h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  color: #103970;
  margin-bottom: 24px;
}
.product-detail-info .article p,
.hp-intro .article p {
  line-height: 1.6;
}
.product-detail-info.grey,
.hp-intro.grey {
  background: #edf4f7;
  padding-bottom: 20px;
}
.product-detail-info.hp-intro-type02 p,
.hp-intro.hp-intro-type02 p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.product-detail-info {
  background: #edf4f7;
  padding-bottom: 20px;
}

.product-detail-info .container .row,
.hp-intro .container .row {
  margin: 0px -50px;
}
.product-detail-info .container .row .col-12,
.product-detail-info .container .row .col-md-3,
.hp-intro .container .row .col-12,
.hp-intro .container .row .col-md-3 {
  padding: 0px 50px;
}

@media (max-width: 991px) {
  .product-detail-info,
.hp-intro {
    padding: 45px 0px;
  }
  .product-detail-info .article,
.hp-intro .article {
    margin-bottom: 10px;
  }
  .product-detail-info .article .img,
.hp-intro .article .img {
    height: 80px;
    margin-bottom: 25px;
  }
  .product-detail-info .article .img img,
.hp-intro .article .img img {
    max-width: none;
    max-height: 100%;
  }

  .product-detail-info .container .row .col-md-3,
.hp-intro .container .row .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .product-detail-info .col-12 h2,
.hp-intro .col-12 h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .product-detail-info .col-12 p,
.hp-intro .col-12 p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
  }
  .product-detail-info .article h3,
.hp-intro .article h3 {
    font-size: 26px;
    margin-bottom: 18px;
  }
  .product-detail-info.hp-intro-type02 p,
.hp-intro.hp-intro-type02 p {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
  }

  .product-detail-info {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-detail-info,
.hp-intro {
    padding: 35px 0px;
  }
  .product-detail-info .col-12 h2,
.hp-intro .col-12 h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .product-detail-info .col-12 p,
.hp-intro .col-12 p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
  }
  .product-detail-info .col-12.text-center,
.hp-intro .col-12.text-center {
    /*padding-top:25px;*/
  }
  .product-detail-info .article,
.hp-intro .article {
    padding: 20px 0px 0px 0px;
    margin-bottom: 10px;
  }
  .product-detail-info .article .img,
.hp-intro .article .img {
    height: 80px;
    margin-bottom: 20px;
  }
  .product-detail-info .article .img img,
.hp-intro .article .img img {
    max-width: none;
    height: 100%;
  }
  .product-detail-info .article h3,
.hp-intro .article h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .product-detail-info.grey,
.hp-intro.grey {
    padding-bottom: 30px;
  }
  .product-detail-info.hp-intro-type02 p,
.hp-intro.hp-intro-type02 p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
  }

  /*.hp-intro .container .row > div:last-of-type {
  	padding-top:25px;
  }*/
  .product-detail-info .container .row,
.hp-intro .container .row {
    margin: 0px -25px;
  }
  .product-detail-info .container .row .col-md-3,
.hp-intro .container .row .col-md-3 {
    padding: 0px 25px;
  }

  .hp-intro a.more {
    margin-top: 25px;
  }
}
@media (max-width: 500px) {
  .product-detail-info .article .img, .hp-intro .article .img {
    /*height:auto;*/
  }

  .product-detail-info .container .row .col-md-3,
.hp-intro .container .row .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-detail-info .article .img img,
.hp-intro .article .img img {
    max-width: none;
    height: 100%;
  }

  /*.product-detail-info .container .row .col-12,
  .product-detail-info .container .row .col-md-3, .hp-intro .container .row .col-12,*/
  .hp-intro .container .row .col-12 {
    padding: 0px 0px;
  }
}
.hp-courses {
  padding: 65px 0px;
}
.hp-courses.type01 {
  background: #edf4f7;
}
.hp-courses.type01 .list.list-courses .item {
  background: #edf4f7;
}
.hp-courses.type01 .list.list-courses .item .left-block {
  background: #edf4f7;
}
.hp-courses .col-12 h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 30px;
}
.hp-courses .col-12 p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 30px;
}
.hp-courses .list.list-courses {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  padding: 0px 60px 0px 50px;
}
.hp-courses .list.list-courses li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.hp-courses .list.list-courses .item {
  position: relative;
  padding-left: 280px;
  min-height: 205px;
  margin-bottom: 45px;
  padding-bottom: 15px;
}
.hp-courses .list.list-courses .item a.block-link {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 999;
}
.hp-courses .list.list-courses .item > a {
  display: block;
  text-decoration: none;
}
.hp-courses .list.list-courses .item:after {
  /*background:#888;*/
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 230px;
  -webkit-box-shadow: 10px 0px 19px -8px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 10px 0px 19px -8px rgba(0, 0, 0, 0.18);
  box-shadow: 10px 0px 19px -8px rgba(0, 0, 0, 0.18);
  opacity: 0;
  z-index: 0;
  transition: all 0.25s linear;
}
.hp-courses .list.list-courses .item:hover {
  /*-webkit-box-shadow: 8px 0px 19px -8px rgba(0,0,0,0.18);
  -moz-box-shadow: 8px 0px 19px -8px rgba(0,0,0,0.18);
  box-shadow: 8px 0px 19px -8px rgba(0,0,0,0.18);*/
  /*.left-block {
  	left:15px;
  	top:0px;
  }*/
  /*&:before {
  	top:15px;
  }*/
}
.hp-courses .list.list-courses .item:hover:after {
  opacity: 1;
}
.hp-courses .list.list-courses .item:hover .txt .btn {
  opacity: 1;
  visibility: visible;
  border: 2px #103970 solid;
  color: #fff;
  background: #103970;
  transform: scale(1.05);
}
.hp-courses .list.list-courses .item:hover .txt .bottom .btn {
  opacity: 1;
  visibility: visible;
  border: 2px #103970 solid;
  color: #fff;
  background: #103970;
  transform: scale(1.05);
}
.hp-courses .list.list-courses .item:before {
  content: "";
  display: block;
  background: #efefef;
  width: 205px;
  height: 205px;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.hp-courses .list.list-courses .item .txt {
  padding-top: 35px;
  padding-right: 25px;
  text-align: left;
  position: relative;
  z-index: 2;
}
.hp-courses .list.list-courses .item .txt h3 {
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 18px;
  color: #103970;
}
.hp-courses .list.list-courses .item .txt p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #808e9a;
  margin-bottom: 25px;
}
.hp-courses .list.list-courses .item .txt .bottom {
  position: relative;
  padding-right: 280px;
  min-height: 50px;
}
.hp-courses .list.list-courses .item .txt .bottom .btn {
  min-width: 185px;
  position: absolute;
  top: -16px;
  right: 25px;
  bottom: auto;
  left: auto;
  opacity: 0;
  visibility: hidden;
  border-width: 1px;
  text-decoration: none;
}
.hp-courses .list.list-courses .item .txt .bottom .capacity {
  position: relative;
  padding-left: 38px;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 400;
  color: #808e9a;
  text-align: left;
}
.hp-courses .list.list-courses .item .txt .bottom .capacity b {
  color: #103970;
}
.hp-courses .list.list-courses .item .txt .bottom .capacity:before {
  content: "";
  border-radius: 50%;
  width: 29px;
  height: 29px;
  background: #103970 url("../gfx/icon/volna_mista.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: 0px;
  display: block;
}
.hp-courses .list.list-courses .item .left-block {
  background: #fff;
  width: 205px;
  height: 205px;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  border: 1px #00b2ed solid;
}
.hp-courses .list.list-courses .item .left-block .date {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 15px;
  left: 22px;
  color: #00b2ed;
  text-align: left;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0px;
}
.hp-courses .list.list-courses .item .left-block .date b {
  font-size: 75px;
  line-height: 1;
  font-weight: 900;
  display: block;
}
.hp-courses .list.list-courses .item .left-block .time {
  font-size: 19px;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 16px;
  left: auto;
  color: #00b2ed;
  margin-bottom: 0px;
}
.hp-courses .list.list-courses .item .left-block .category {
  background: transparent;
  color: #fff;
  position: absolute;
  top: 12px;
  right: -10px;
  bottom: auto;
  left: auto;
  display: block;
  /*padding:15px;*/
  width: 110px;
  text-align: right;
  z-index: 9;
  font-size: 0px;
}
.hp-courses .list.list-courses .item .left-block .category ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.hp-courses .list.list-courses .item .left-block .category ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.hp-courses .list.list-courses .item .left-block .category ul li {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}
.hp-courses .list.list-courses .item .left-block .category ul li span {
  display: block;
  padding: 7.5px 15px;
  color: #fff;
  margin-bottom: 3px;
}
.hp-courses .list.list-courses .item .left-block .category ul a {
  color: #fff;
  text-decoration: none;
}
.hp-courses .list.list-courses .item .left-block .category ul a:hover {
  text-decoration: none;
}
.hp-courses.courses-page .list.list-courses {
  padding-top: 20px;
}
.hp-courses.courses-page .list.list-courses.list-courses-detail .item {
  padding-bottom: 0px;
}
.hp-courses.courses-page .list.list-courses.list-courses-detail .item:after {
  display: none;
}
.hp-courses.courses-page .list.list-courses.list-courses-detail .item:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.hp-courses.courses-page .list.list-courses .item {
  padding-bottom: 35px;
}
.hp-courses.courses-page .list.list-courses .item .bottom .btn {
  top: 0px;
  visibility: visible;
  opacity: 1;
}
.hp-courses.courses-page .list.list-courses .item .bottom .disclaimer {
  font-size: 16px;
}
.hp-courses.courses-page .list.list-courses .item .bottom .disclaimer:before {
  content: "* ";
  color: #00b2ed;
}
.hp-courses.courses-page .list.list-courses .item .info {
  position: relative;
  padding-right: 250px;
}
.hp-courses.courses-page .list.list-courses .item .info .price {
  position: absolute;
  top: 50%;
  right: 25px;
  bottom: auto;
  left: auto;
  margin-top: -15px;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #00b2ed;
}
.hp-courses.courses-page .list.list-courses .item .info .price b {
  color: #103970;
}
.hp-courses.courses-page .list.list-courses .item .info .price i {
  font-style: normal;
  font-size: 16px;
}
.hp-courses.courses-page .list.list-courses .item .info .btn.btn-secondary {
  border-width: 1px;
}
.hp-courses.courses-page .list.list-courses .item .info .place,
.hp-courses.courses-page .list.list-courses .item .info .capacity {
  position: relative;
  padding-left: 38px;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 400;
  color: #808e9a;
  text-align: left;
}
.hp-courses.courses-page .list.list-courses .item .info .place b,
.hp-courses.courses-page .list.list-courses .item .info .capacity b {
  color: #103970;
}
.hp-courses.courses-page .list.list-courses .item .info .place:before,
.hp-courses.courses-page .list.list-courses .item .info .capacity:before {
  content: "";
  border-radius: 50%;
  width: 29px;
  height: 29px;
  background: #103970 url("../gfx/icon/volna_mista.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: 0px;
  display: block;
}
.hp-courses.courses-page .list.list-courses .item .info .place:before {
  background: #103970 url("../gfx/icon/lokalita.svg") center center no-repeat;
  background-size: contain;
}
.hp-courses.courses-page.type2 .txt {
  display: flex;
  flex-wrap: wrap;
}
.hp-courses.courses-page.type2 .txt .place,
.hp-courses.courses-page.type2 .txt .capacity {
  position: relative;
  padding-left: 71px;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 700;
  color: #f7a92f;
  text-align: left;
  width: 50%;
}
.hp-courses.courses-page.type2 .txt .place b,
.hp-courses.courses-page.type2 .txt .capacity b {
  color: #103970;
}
.hp-courses.courses-page.type2 .txt .place:before,
.hp-courses.courses-page.type2 .txt .capacity:before {
  content: "";
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background: #103970 url("../gfx/icon/volna_mista.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -15px;
  right: auto;
  bottom: auto;
  left: 0px;
  display: block;
}
.hp-courses.courses-page.type2 .txt .place:before {
  background: #103970 url("../gfx/icon/lokalita.svg") center center no-repeat;
  background-size: contain;
}
.hp-courses.courses-page.type2 .txt .info {
  padding-top: 40px;
  padding-right: 0px !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.hp-courses.courses-page.type2 .txt .info .price {
  position: static !important;
}
.hp-courses.courses-page.type2 .txt .bottom {
  padding-right: 0px !important;
}

@media (max-width: 1066px) {
  .hp-courses.courses-page .list.list-courses .item .info .price {
    position: static;
    margin-bottom: 25px;
    margin-top: 0px;
    white-space: nowrap;
  }

  .hp-courses.courses-page .list.list-courses .item .info .place,
.hp-courses.courses-page .list.list-courses .item .info .capacity {
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .hp-courses.courses-page.type2 .txt .place, .hp-courses.courses-page.type2 .txt .capacity {
    padding-left: 42px;
  }

  .hp-courses.courses-page.type2 .txt .place:before,
.hp-courses.courses-page.type2 .txt .capacity:before {
    width: 29px;
    height: 29px;
    top: -3px;
  }

  .hp-courses.courses-page {
    padding-bottom: 0px;
  }
  .hp-courses.courses-page a.back {
    margin-bottom: 65px;
  }

  .hp-courses.courses-page .list.list-courses .item {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .hp-courses.courses-page.type2 .txt .place, .hp-courses.courses-page.type2 .txt .capacity {
    width: 100%;
  }

  .hp-courses.courses-page.type2 .txt .place, .hp-courses.courses-page.type2 .txt .capacity {
    width: 100%;
    margin-bottom: 20px !important;
  }

  .hp-courses .list.list-courses {
    padding: 0px 0px 0px 0px;
  }

  .hp-courses.courses-page a.more {
    margin-bottom: 65px;
  }
}
/* stop mouseovers */
@media (max-width: 1024px) {
  .hp-courses .list.list-courses .item .txt .bottom .btn {
    opacity: 1;
    visibility: visible;
  }

  .hp-courses .list.list-courses .item:hover:after {
    display: none;
  }

  .hp-courses .list.list-courses .item:hover .txt .bottom .btn {
    transform: scale(1);
    background: transparent;
    color: #103970;
    border: 1px #103970 solid;
  }
}
/* end */
@media (max-width: 991px) {
  .hp-courses .list.list-courses .item {
    padding-left: 240px;
    margin-bottom: 5px;
  }

  .hp-courses {
    padding: 45px 0px;
  }

  .hp-courses.courses-page .list.list-courses .item .info .price {
    position: static;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .hp-courses.courses-page .list.list-courses .item .bottom .disclaimer {
    margin-bottom: 15px;
  }

  .hp-courses .list.list-courses .item .txt .bottom,
.hp-courses.courses-page .list.list-courses .item .info {
    padding-right: 0px;
  }

  .hp-courses .list.list-courses .item .txt .bottom .btn {
    position: static;
  }

  .hp-courses.courses-page.type2 .txt .place, .hp-courses.courses-page.type2 .txt .capacity {
    width: 100%;
    margin-bottom: 20px !important;
  }

  .hp-courses.courses-page.type2 .list.list-courses .item .info {
    padding-top: 0px;
  }

  .hp-courses.courses-page.type2 .txt .info {
    display: block;
  }

  .hp-courses .list.list-courses .item .left-block .category ul li span {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
  }
}
@media (max-width: 991px) {
  .hp-courses .col-12 h2 {
    font-size: 32px;
  }

  .hp-courses .col-12 p {
    font-size: 20px;
  }

  .hp-courses .list.list-courses .item .txt h3 {
    font-size: 20px;
  }

  .hp-courses .list.list-courses .item .txt .bottom .capacity,
.hp-courses .list.list-courses .item .txt p {
    font-size: 17px;
  }

  .hp-courses.courses-page .list.list-courses .item .info .price {
    font-size: 20px;
  }

  body.home .hp-courses a.more {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .hp-courses.courses-page .list.list-courses {
    padding-top: 35px;
  }

  .hp-courses .list.list-courses {
    padding: 0px 0px 0px 0px;
  }

  .hp-courses .list.list-courses .item {
    padding-left: 240px;
  }

  .hp-courses {
    padding: 35px 0px;
  }

  .hp-courses .col-12 h2 {
    font-size: 28px;
  }

  .hp-courses .col-12 p {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .hp-courses .list.list-courses .item .txt h3 {
    font-size: 18px;
  }

  .hp-courses .list.list-courses .item .txt .bottom .capacity {
    font-size: 16px;
    font-weight: 700;
  }

  .hp-courses .list.list-courses .item .txt p {
    font-size: 16px;
  }

  .hp-courses .list.list-courses .item .txt .bottom {
    padding-right: 0px;
  }
  .hp-courses .list.list-courses .item .txt .bottom .btn {
    position: static;
  }

  .hp-courses .list.list-courses .item .txt {
    padding-right: 15px;
    padding-top: 20px;
  }

  .hp-courses .list.list-courses .item .left-block {
    padding-right: 50px;
  }

  .hp-courses .list.list-courses .item:after {
    display: none;
  }

  .hp-courses.courses-page.type2 .txt .place, .hp-courses.courses-page.type2 .txt .capacity {
    margin-bottom: 25px !important;
  }

  .hp-courses.courses-page .list.list-courses .item .info .price {
    font-size: 18px;
  }

  .hp-courses.courses-page.type2 .txt .place:before, .hp-courses.courses-page.type2 .txt .capacity:before {
    width: 29px;
    height: 29px;
    top: -5px;
  }

  .hp-courses.courses-page.type2 .txt .place, .hp-courses.courses-page.type2 .txt .capacity {
    padding-left: 40px;
  }

  .hp-courses.courses-page .list.list-courses li:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 40px;
  }

  .hp-courses .list.list-courses .item .left-block .category ul li span {
    padding: 5.5px 12px;
  }
}
@media (max-width: 560px) {
  .hp-courses .list.list-courses .item .left-block .category {
    max-width: 33%;
  }

  .hp-courses .list.list-courses .item {
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .hp-courses .list.list-courses .item:before {
    display: none;
  }
  .hp-courses .list.list-courses .item .left-block {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 50px;
    text-align: left;
  }
  .hp-courses .list.list-courses .item .left-block .category {
    font-size: 13px;
    margin: 0px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    display: flex;
    align-items: center;
    width: auto;
  }
  .hp-courses .list.list-courses .item .left-block .date {
    position: static;
    padding: 16px 12px;
    font-size: 16px;
    display: inline-block;
  }
  .hp-courses .list.list-courses .item .left-block .date b {
    font-size: 22px;
    display: inline;
  }

  .hp-courses .list.list-courses .item .left-block .time {
    position: static;
    display: inline-block;
    font-size: 16px;
  }

  .hp-courses .list.list-courses .item .txt .bottom .btn {
    visibility: visible;
    opacity: 1;
  }

  .hp-courses .list.list-courses .item .left-block .category ul li span {
    padding: 5.5px 12px;
    margin-bottom: 0px;
  }

  .hp-courses .list.list-courses .item .left-block {
    margin-bottom: 30px;
  }

  .hp-courses .list.list-courses .item .left-block .category {
    top: 100%;
    bottom: auto;
    left: -1px;
    right: 0px;
    max-width: none;
  }
  .hp-courses .list.list-courses .item .left-block .category ul {
    display: flex;
    padding-top: 9px;
  }
  .hp-courses .list.list-courses .item .left-block .category ul li {
    margin-right: 3px;
  }
  .hp-courses .list.list-courses .item .left-block .category ul li span {
    font-size: 13px;
  }
}
body.home .hp-news .news-item:hover {
  /*background:$white;*/
}

.hp-news {
  padding: 65px 0px;
}
.hp-news .more-container {
  padding-top: 45px;
}
.hp-news.type01 .col-12 h2 {
  margin-bottom: 65px;
}
.hp-news .col-12 h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 30px;
}
.hp-news .col-12 p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
}
.hp-news .news-item {
  display: block;
  text-decoration: none;
  padding: 50px;
  padding-top: 127px;
  padding-bottom: 90px;
  position: relative;
  transition: all 0.25s linear;
  height: 100%;
  color: #808e9a;
}
.hp-news .news-item h3 {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
  color: #103970;
  margin-bottom: 12px;
}
.hp-news .news-item .date {
  height: 43px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 19px;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: 60px;
  right: 50px;
  bottom: auto;
  left: auto;
  color: #00b2ed;
}
.hp-news .news-item .category {
  background: #007cc6;
  color: #fff;
  width: 135px;
  height: 43px;
  padding: 0px 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 60px;
  right: auto;
  bottom: auto;
  left: 50px;
  margin: 0px;
}
.hp-news .news-item .hashtag {
  font-style: italic;
  color: #007cc6;
  display: inline-block;
  margin-bottom: 7px;
}
.hp-news .news-item .more {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  display: inline-block !important;
  padding-left: 40px;
  color: #103970;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 40px;
  left: 50%;
  margin-left: -80px;
  transition: all 0.25s linear;
}
.hp-news .news-item .more:before {
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: -4px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 30px;
  height: 30px;
  border: 3px #00b2ed solid;
  color: #00b2ed;
  border-radius: 50%;
  transition: all 0.25s linear;
}
.hp-news .news-item:hover {
  /*background:$white;*/
  background: #edf4f7;
}
.hp-news .news-item:hover .more {
  opacity: 1;
}
.hp-news .news-item:hover .more:before {
  transform: scale(1.15);
  background: #00b2ed;
  color: #fff;
}
.hp-news.page-news {
  background: #fff;
  padding-top: 35px;
}
.hp-news.page-news .filters {
  margin-bottom: 35px;
}
.hp-news.page-news .filters select {
  width: 380px;
  height: 50px;
  border: 3px #edf4f7 solid;
}
.hp-news.page-news .filters select option {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: #103970;
  padding-left: 20px;
}
.hp-news.page-news .filters .selectboxit-container .selectboxit {
  width: 513px !important;
  height: 58px;
  border: 3px #edf4f7 solid;
  color: #103970;
  border-radius: 0px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  background: #fff;
}
.hp-news.page-news .filters .selectboxit-container .selectboxit .selectboxit-option-icon-container {
  display: none;
}
.hp-news.page-news .filters .selectboxit-container .selectboxit .selectboxit-text {
  font-size: 18px;
  line-height: 54px;
  font-weight: 400;
  text-align: left;
  color: #103970;
  height: 58px;
  width: 100%;
  padding-left: 24px;
}
.hp-news.page-news .filters .selectboxit-container .selectboxit .selectboxit-arrow-container {
  height: 58px;
}
.hp-news.page-news .filters .selectboxit-container .selectboxit .selectboxit-arrow-container i {
  display: none;
}
.hp-news.page-news .filters .selectboxit-container .selectboxit .selectboxit-arrow-container:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8.5px 0 8.5px;
  border-color: #103970 transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.hp-news.page-news .filters .selectboxit-container .selectboxit-options.selectboxit-list {
  border-radius: 0px;
  width: 100%;
  max-width: none !important;
  border: 3px #edf4f7 solid;
  border-top: none;
}
.hp-news.page-news .filters .selectboxit-container .selectboxit-options.selectboxit-list li a {
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  height: 40px;
  padding-left: 20px;
  color: #103970;
}
.hp-news.page-news .filters .selectboxit-container .selectboxit-options.selectboxit-list li.selectboxit-focus a {
  background: #edf4f7;
}
.hp-news.page-news .news-item {
  border: 3px #fff solid;
  color: #808e9a;
}
.hp-news.page-news .news-item .more {
  display: none;
  transition: all 0.25s linear;
}
.hp-news.page-news .news-item:hover {
  border: 3px #edf4f7 solid;
}
.hp-news.page-news .news-item:hover .more {
  display: inline-block;
}

@media (max-width: 1170px) {
  .hp-news .news-item {
    padding: 35px;
    padding-top: 87px;
    padding-bottom: 90px;
  }
  .hp-news .news-item .category {
    top: 25px;
    left: 35px;
  }
  .hp-news .news-item .date {
    position: static;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .hp-news.type01 .col-12 h2 {
    margin-bottom: 25px;
  }

  .hp-news .news-item {
    padding: 0px;
    padding-top: 87px;
    padding-bottom: 60px;
  }

  body.home .hp-news .news-item:hover {
    background: #fff;
  }

  body .hp-news.page-news .news-item:hover {
    background: #fff;
    border: 3px #fff solid;
  }

  .hp-news .news-item .category {
    left: 0px;
  }

  .hp-news .news-item .date {
    right: 0px;
  }
}
/* stop mouseovers */
@media (max-width: 1024px) {
  .hp-news .news-item:hover .more:before,
.hp-news.page-news .news-item:hover .more:before {
    transform: none;
    color: #00b2ed;
    background: #fff;
  }

  .hp-news .news-item .more {
    opacity: 1;
  }
}
/* end */
@media (max-width: 991px) {
  .hp-news {
    padding: 45px 0px;
  }
  .hp-news .container .row > div.col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hp-news .news-item {
    padding: 0px;
    padding-top: 87px;
    padding-bottom: 60px;
  }
  .hp-news .news-item .category {
    top: 25px;
    left: 0px;
  }
  .hp-news .news-item .date {
    top: 30px;
    right: 0px;
    position: absolute;
    align-items: center;
    justify-content: flex-end;
  }
  .hp-news .news-item .more {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .hp-news .col-12 h2 {
    font-size: 32px;
  }

  .hp-news .news-item h3 {
    font-size: 20px;
  }
  .hp-news .news-item .date {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .hp-news {
    padding: 35px 0px;
  }

  .hp-news .col-12 h2 {
    font-size: 28px;
    margin-bottom: 0px;
  }

  .hp-news .news-item {
    padding: 0px;
    padding-top: 87px;
    padding-bottom: 60px;
  }
  .hp-news .news-item .category {
    left: 0px;
  }
  .hp-news .news-item h3 {
    font-size: 18px;
  }
  .hp-news .news-item .date {
    font-size: 16px;
    top: 25px;
    right: 0px;
  }

  .hp-news.page-news .filters .selectboxit-container .selectboxit {
    width: 310px !important;
  }

  .hp-news.page-news .filters {
    margin-bottom: 10px;
    margin-bottom: 30px;
  }
  .hp-news.page-news .filters select {
    width: 300px;
    height: 50px;
  }
  .hp-news.page-news .filters select option {
    font-size: 18px;
  }
  .hp-news.page-news .filters .selectboxit-container .selectboxit {
    width: 513px !important;
    height: 58px;
    font-size: 16px;
  }
  .hp-news.page-news .filters .selectboxit-container .selectboxit .selectboxit-text {
    font-size: 16px;
    height: 58px;
    padding-left: 15px;
  }
  .hp-news.page-news .filters .selectboxit-container .selectboxit .selectboxit-arrow-container {
    height: 58px;
  }
  .hp-news.page-news .filters .selectboxit-container .selectboxit .selectboxit-arrow-container:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 8.5px 0 8.5px;
    border-color: #103970 transparent transparent transparent;
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 0px;
  }
  .hp-news.page-news .filters .selectboxit-container .selectboxit-options.selectboxit-list li a {
    font-size: 16px;
    height: 40px;
    padding-left: 20px;
  }

  .hp-news.page-news .container .row {
    /*margin:0px 0px;*/
  }
  .hp-news.page-news .container .row .news-item {
    margin: 0px -3px;
  }
}
@media (max-width: 580px) {
  .hp-news .news-item:hover .more:before {
    transform: scale(1);
    color: #00b2ed;
    background: transparent;
  }

  .hp-news.page-news .filters .selectboxit-container,
.hp-news.page-news .filters .selectboxit-container .selectboxit {
    width: 100% !important;
  }

  .hp-news.page-news .container .row {
    margin: 0px 0px;
  }
  .hp-news.page-news .container .row > div {
    padding: 0px 0px;
  }
}
.hp-opinions {
  padding: 65px 0px;
  background: #edf4f7;
}
.hp-opinions .col-12 h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 70px;
}
.hp-opinions .col-12 p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 40px;
}
.hp-opinions .article .person {
  display: flex;
}
.hp-opinions .article .person .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: #fff;
}
.hp-opinions .article .person .img img {
  width: 82px;
  height: 82px;
}
.hp-opinions .article .person .txt {
  width: calc(100% - 100px);
  text-align: left;
  padding-left: 30px;
}
.hp-opinions .article .person .txt h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: #103970;
  margin-bottom: 7px;
}
.hp-opinions .article .person .txt p {
  margin-bottom: 7px;
}
.hp-opinions .article .person .txt img {
  max-width: 110px;
}
.hp-opinions .article .blockquote {
  border: 4px #808e9a dotted;
  padding: 70px 50px 50px 50px;
  border-radius: 5px;
  text-align: left;
  margin: 0px;
  position: relative;
  margin-bottom: 45px;
}
.hp-opinions .article .blockquote:after {
  content: "";
  width: 38px;
  height: 37px;
  background: #edf4f7 url("../gfx/icon/arrow-dotted-bottom.svg") 0px 0px no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -37px;
  left: 21px;
}
.hp-opinions .article .blockquote p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #103970;
  font-style: italic;
  position: relative;
  margin-bottom: 0px;
}
.hp-opinions .article .blockquote p:before {
  content: '"';
  position: absolute;
  top: -25px;
  right: auto;
  bottom: auto;
  left: -25px;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  color: #00b2ed;
}
.hp-opinions .article .blockquote p:after {
  content: '"';
  position: absolute;
  top: auto;
  right: -15px;
  bottom: -25px;
  left: auto;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  color: #00b2ed;
}
.hp-opinions .article .blockquote.type2 {
  margin-top: 45px;
  margin-bottom: 0px;
}
.hp-opinions .article .blockquote.type2:after {
  width: 38px;
  height: 37px;
  background: #edf4f7 url("../gfx/icon/arrow-dotted-up.svg") 0px 0px no-repeat;
  background-size: contain;
  position: absolute;
  top: -29px;
  right: auto;
  bottom: auto;
  left: 22px;
}

@media (max-width: 991px) {
  .hp-opinions .container .row .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hp-opinions .container .row > div:last-of-type {
    padding-top: 30px;
  }
  .hp-opinions .container .row > div:last-of-type br {
    display: none;
  }

  .hp-opinions {
    padding: 45px 0px;
  }

  .hp-opinions .col-12 h2 {
    margin-bottom: 30px;
  }

  .hp-opinions .article .blockquote.type2 {
    margin: 0px;
    margin-bottom: 45px;
  }
  .hp-opinions .article .blockquote.type2:after {
    content: "";
    width: 52px;
    height: 37px;
    background: #edf4f7 url(../gfx/icon/arrow-dotted-bottom.svg) 0px 0px no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -37px;
    left: 20px;
  }

  .hp-opinions .article {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .hp-opinions .container .row > div:nth-of-type(3) .article {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .hp-opinions .col-12 h2 {
    font-size: 32px;
    margin-bottom: 22px;
  }
  .hp-opinions .col-12 p {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .hp-opinions .article .person .txt h3 {
    font-size: 20px;
  }
  .hp-opinions .article .blockquote {
    padding: 55px 35px 35px 35px;
  }
  .hp-opinions .article .blockquote p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .hp-opinions {
    padding: 35px 0px;
  }
  .hp-opinions .col-12 h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .hp-opinions .col-12 p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .hp-opinions .article .person .txt {
    width: calc(100% - 100px);
    padding-left: 30px;
  }
  .hp-opinions .article .person .txt h3 {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .hp-opinions .article .person .txt p {
    margin-bottom: 7px;
  }
  .hp-opinions .article .person .txt img {
    max-width: 110px;
  }
  .hp-opinions .article .blockquote {
    padding: 50px 30px 30px 30px;
    margin-bottom: 35px;
  }
  .hp-opinions .article .blockquote p {
    font-size: 16px;
  }
}
.about-timeline {
  padding: 70px 0px 0px 0px;
}
.about-timeline .img {
  width: 100%;
}
.about-timeline .img img {
  border: 10px #daf2fa solid;
  border-radius: 50%;
  overflow: hidden;
  max-width: 100%;
}
.about-timeline .article {
  padding-top: 40px;
  padding-left: 40px;
  position: relative;
  z-index: 9;
}
.about-timeline .article p {
  margin-bottom: 30px;
  text-align: justify;
}

@media (max-width: 991px) {
  .about-timeline {
    padding: 40px 0px 0px 0px;
  }
  .about-timeline .container > .row .col-sm-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .about-timeline .container > .row .col-sm-9 {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .about-timeline .article {
    padding-top: 20px;
    padding-left: 0px;
  }
  .about-timeline .article p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about-timeline {
    padding: 30px 0px 0px 0px;
  }
  .about-timeline .container > .row .col-sm-3 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .about-timeline .container > .row .col-sm-9 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .about-timeline .article {
    padding-top: 10px;
    padding-left: 0px;
  }
  .about-timeline .article p {
    margin-bottom: 30px;
  }

  .about-timeline .img img {
    border: 6px #daf2fa solid;
  }
}
@media (max-width: 580px) {
  .about-timeline .container > .row .col-sm-3,
.about-timeline .container > .row .col-sm-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .about-timeline .article {
    padding-top: 30px;
    padding-left: 0px;
  }

  .about-timeline .img img {
    max-width: 50%;
  }
}
.textpage-partners .article > p {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
}
.textpage-partners .article h3 {
  padding-top: 20px;
}

.about-partners.row {
  margin-bottom: 30px;
}
.about-partners.row .partner-item {
  text-align: center;
  height: 100%;
}
.about-partners.row .partner-item .logo {
  height: 120px;
  height: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-partners.row .partner-item .logo img {
  max-width: 90% !important;
  max-height: 90%;
  margin-bottom: 0px;
}
.about-partners.row .partner-item p {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  color: #103970;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .textpage-partners .article > p {
    font-size: 20px;
  }

  .about-partners.row {
    /*> div {
    	-ms-flex: 0 0 20%;
    	flex: 0 0 20%;
    	max-width: 20%;			
    }*/
  }
  .about-partners.row .partner-item p {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .textpage-partners .article > p {
    font-size: 18px;
  }

  .about-partners.row {
    /*> div {
    	-ms-flex: 0 0 33.33%;
    	flex: 0 0 33.33%;
    	max-width: 33.33%;			
    }*/
  }
  .about-partners.row .partner-item p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 20px;
  }

  .textpage-partners .article h3 {
    padding-top: 15px;
  }
}
@media (max-width: 580px) {
  .about-partners.row .col-lg-3.col-sm-3.col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .textpage-partners .article h3 {
    padding-top: 10px;
  }
}
.modules {
  padding: 65px 0px 45px 0px;
}
.modules > .container {
  padding-left: 0px;
  padding-right: 0px;
}
.modules .col-12 h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 30px;
}
.modules .col-12 p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
}
.modules .col-md-4 {
  margin-bottom: 35px;
}
.modules .modules-item {
  display: block;
  text-decoration: none;
  border: 3px #edf4f7 solid;
  padding: 18px 22px 90px 22px;
  text-align: center;
  position: relative;
  transition: all 0.25s linear;
  height: 100%;
}
.modules .modules-item.blue .category {
  background: #103970;
}
.modules .modules-item.green .category {
  background: #44780b;
}
.modules .modules-item.grey .category {
  background: #737373;
}
.modules .modules-item.greylight .category {
  background: #87929a;
}
.modules .modules-item .spacer {
  display: block;
  height: 20px;
}
.modules .modules-item .img {
  height: 180px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modules .modules-item .img img {
  /*max-width:90%;*/
  max-width: 35%;
  max-height: 90%;
}
.modules .modules-item .category {
  background: transparent !important;
  color: #fff;
  position: absolute;
  top: 12px;
  right: -10px;
  bottom: auto;
  left: auto;
  display: block;
  /*padding:15px;*/
  padding: 0px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
  max-width: 135px;
  min-width: 110px;
  text-align: right;
}
.modules .modules-item .category span {
  display: block;
  padding: 7.5px 15px;
  color: #fff;
  margin-bottom: 3px;
}
.modules .modules-item h3 {
  color: #103970;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
}
.modules .modules-item p {
  margin-bottom: 0px;
  color: #808e9a;
}
.modules .modules-item .more {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 40px;
  color: #103970;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s linear;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 40px;
  left: 50%;
  margin-left: -107px;
}
.modules .modules-item .more:before {
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: -4px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 30px;
  height: 30px;
  border: 3px #00b2ed solid;
  color: #00b2ed;
  border-radius: 50%;
  transition: all 0.25s linear;
}
.modules .modules-item:hover {
  background: #edf4f7;
}
.modules .modules-item:hover .more {
  opacity: 1;
  visibility: visible;
}
.modules .modules-item:hover .more:before {
  transform: scale(1.15);
  color: #fff;
  background: #00b2ed;
}

@media (max-width: 1280px) {
  .modules .container .row {
    margin: 0px 0px;
  }
}
@media (max-width: 1024px) {
  .modules .container .row > div.col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /*.modules .container .row {
  	margin:0px -17px;
  }*/
}
/* stop mouseovers */
@media (max-width: 1024px) {
  .modules .modules-item .more {
    opacity: 1;
    visibility: visible;
  }
  .modules .modules-item .more:before {
    color: #00b2ed !important;
    transform: scale(1) !important;
    background: transparent !important;
  }

  .modules .modules-item:hover {
    background: #fff;
  }
}
/* end */
@media (max-width: 991px) {
  .modules {
    padding: 45px 0px;
  }
}
@media (max-width: 991px) {
  .modules .col-12 h2 {
    font-size: 32px;
    margin-bottom: 28px;
  }
  .modules .col-12 p {
    font-size: 20px;
  }
  .modules .modules-item {
    padding: 20px 25px 95px 25px;
  }
  .modules .modules-item .category {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
  }
  .modules .modules-item h3 {
    font-size: 26px;
  }
  .modules .modules-item .more {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
  }

  .modules .modules-item .img {
    height: 140px;
  }

  .modules .modules-item .img img {
    max-width: 35%;
  }

  .modules .modules-item .more {
    margin-left: -116px;
  }
}
@media (max-width: 767px) {
  .modules {
    padding: 35px 0px 10px 0px;
  }
  .modules .col-12 h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .modules .col-12 p {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .modules .col-12 > br {
    display: none;
  }
  .modules .col-md-4 {
    margin-bottom: 35px;
  }
  .modules .modules-item {
    padding: 18px 22px 90px 22px;
  }
  .modules .modules-item .spacer {
    height: 18px;
  }
  .modules .modules-item .img {
    height: 120px;
    margin-bottom: 30px;
  }
  .modules .modules-item .category {
    position: absolute;
    top: 12px;
    right: -10px;
    bottom: auto;
    left: auto;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    max-width: 100px;
    min-width: 100px;
  }
  .modules .modules-item .category span {
    padding: 5.5px 12px;
  }
  .modules .modules-item h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .modules .modules-item .more {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    padding-left: 40px;
    margin-left: -107px;
  }

  .modules .modules-item .img {
    height: 80px;
  }

  .modules .modules-item .img img {
    max-width: 35%;
  }
}
@media (max-width: 580px) {
  .modules .container .row > div.col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .modules > .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modules .container .row {
    margin: 0px 0px !important;
  }
}
.solutions {
  padding: 65px 0px;
}
.solutions > .container {
  padding-left: 0px;
  padding-right: 0px;
}
.solutions .col-12 h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 30px;
}
.solutions .col-12 p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 60px;
}
.solutions .col-md-4 {
  padding-bottom: 35px;
}
.solutions .solutions-item {
  display: block;
  text-decoration: none;
  border: 3px #edf4f7 solid;
  padding: 18px 22px 40px 22px;
  /*padding-bottom:0px;*/
  text-align: center;
  /*margin-bottom:35px;*/
  position: relative;
  transition: all 0.25s linear;
  height: 100%;
  /*&:hover {
  	background:#edf4f7;
  }*/
}
.solutions .solutions-item .img {
  height: 180px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solutions .solutions-item .img img {
  /*max-width:90%;*/
  max-width: 35%;
  max-height: 90%;
}
.solutions .solutions-item h3 {
  color: #103970;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
}
.solutions .solutions-item p {
  margin-bottom: 30px;
  color: #808e9a;
}
.solutions .solutions-item p:last-of-type {
  margin-bottom: 0px;
}
.solutions .solutions-item .bottom .name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #103970;
  margin: auto;
  /*margin-bottom:30px;*/
}
.solutions .solutions-item .bottom img {
  margin-top: 30px;
}
.solutions .solutions-item .bottom .time {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 43px;
  color: #103970;
  margin: auto;
  margin-bottom: 30px;
}
.solutions .solutions-item .bottom .time:before {
  content: "";
  background: transparent url("../gfx/icon/hodiny.svg") 0px 0px no-repeat;
  background-size: contain;
  position: absolute;
  top: -4px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 33px;
  height: 33px;
}
.solutions .solutions-item:hover {
  background: #edf4f7;
}

@media (max-width: 1280px) {
  .solutions .container .row {
    margin: 0px 0px;
  }
}
@media (max-width: 1024px) {
  .solutions .container .row > div.col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }

  .solutions > .container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
/* stop mouseovers */
@media (max-width: 1024px) {
  .solutions .solutions-item:hover {
    background: #fff;
  }
}
/* end */
@media (max-width: 991px) {
  .solutions {
    padding: 45px 0px;
  }
}
@media (max-width: 991px) {
  .solutions .col-12 h2 {
    font-size: 32px;
    margin-bottom: 28px;
  }
  .solutions .col-12 p {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .solutions .solutions-item {
    padding: 22px 25px 40px 25px;
  }
  .solutions .solutions-item h3 {
    font-size: 26px;
  }
  .solutions .solutions-item .bottom .name {
    font-size: 20px;
  }
  .solutions .solutions-item .bottom .time {
    font-size: 20px;
  }

  .solutions .col-md-4 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .solutions {
    padding: 35px 0px 10px 0px;
  }
  .solutions .col-12 h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .solutions .col-12 p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .solutions .solutions-item {
    padding: 18px 22px 40px 22px;
    margin-bottom: 0px;
  }
  .solutions .solutions-item .img {
    height: 80px;
    margin-bottom: 30px;
    padding-top: 10px;
  }
  .solutions .solutions-item h3 {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .solutions .solutions-item p {
    margin-bottom: 20px;
  }
  .solutions .solutions-item .bottom .name {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .solutions .solutions-item .bottom .time {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .solutions .col-md-4 {
    padding-bottom: 20px;
  }
}
@media (max-width: 580px) {
  .solutions .container .row > div.col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .solutions .col-md-4 {
    padding-bottom: 0px;
  }

  .solutions > .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.references {
  padding: 65px 0px;
}
.references > .container {
  padding-left: 0px;
  padding-right: 0px;
}
.references .col-md-4 {
  margin-bottom: 30px;
  overflow: hidden;
}
.references .col-12 h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 30px;
}
.references .col-12 p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 40px;
}
.references .filters {
  margin-bottom: 35px;
}
.references .filters select {
  width: 380px;
  height: 50px;
  border: 3px #edf4f7 solid;
}
.references .filters select option {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: #103970;
  padding-left: 20px;
}
.references .filters .selectboxit-container .selectboxit {
  width: 592px !important;
  height: 58px;
  border: 3px #edf4f7 solid;
  color: #103970;
  border-radius: 0px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  background: #fff;
}
.references .filters .selectboxit-container .selectboxit .selectboxit-option-icon-container {
  display: none;
}
.references .filters .selectboxit-container .selectboxit .selectboxit-text {
  font-size: 18px;
  line-height: 54px;
  font-weight: 400;
  text-align: left;
  color: #103970;
  height: 58px;
  width: 100%;
  padding-left: 24px;
}
.references .filters .selectboxit-container .selectboxit .selectboxit-arrow-container {
  height: 58px;
}
.references .filters .selectboxit-container .selectboxit .selectboxit-arrow-container i {
  display: none;
}
.references .filters .selectboxit-container .selectboxit .selectboxit-arrow-container:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8.5px 0 8.5px;
  border-color: #103970 transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.references .filters .selectboxit-container .selectboxit-options.selectboxit-list {
  border-radius: 0px;
  width: 100%;
  max-width: none !important;
  border: 3px #edf4f7 solid;
  border-top: none;
}
.references .filters .selectboxit-container .selectboxit-options.selectboxit-list li a {
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  height: 40px;
  padding-left: 20px;
  color: #103970;
}
.references .filters .selectboxit-container .selectboxit-options.selectboxit-list li.selectboxit-focus a {
  background: #edf4f7;
}
.references .references-item {
  display: block;
  text-decoration: none;
  border: 3px #edf4f7 solid;
  padding: 18px 46px 20px 46px;
  text-align: center;
  /*margin-bottom:35px;*/
  position: relative;
  transition: all 0.25s linear;
  height: 100%;
}
.references .references-item .img {
  height: 120px;
  padding-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.references .references-item .img img {
  max-width: 75%;
}
.references .references-item h3 {
  color: #103970;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
}
.references .references-item p {
  margin-bottom: 30px;
  color: #808e9a;
  /*text-align:left;*/
}
.references .references-item .bottom .name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #103970;
  margin: auto;
  margin-bottom: 30px;
}
.references .references-item .hover {
  display: block;
  background: #fff;
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  /*opacity:0;
  visibility:hidden;*/
  transform: translate(110%, 0px);
  transition: all 0.25s linear;
}
.references .references-item .hover .person {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 10px;
  left: 0px;
  display: flex;
}
.references .references-item .hover .person .person-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: #edf4f7;
}
.references .references-item .hover .person .person-img img {
  width: 82px;
  height: 82px;
}
.references .references-item .hover .person .person-txt {
  width: calc(100% - 100px);
  text-align: left;
  padding-left: 30px;
}
.references .references-item .hover .person .person-txt h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: #103970;
  margin-bottom: 7px;
}
.references .references-item .hover .person .person-txt p {
  margin-bottom: 7px;
}
.references .references-item .hover .person .person-txt img {
  max-width: 110px;
}
.references .references-item .hover .blockquote {
  border: 4px #e4e9ec dotted;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0px;
  padding: 80px 60px 60px 60px;
  text-align: left;
  margin: 0px;
}
.references .references-item .hover .blockquote:after {
  content: "";
  width: 38px;
  height: 38px;
  background: #fff url("../gfx/icon/arrow-dotted.svg") 0px 0px no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -38px;
  left: 20px;
}
.references .references-item .hover .blockquote p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #103970;
  font-style: italic;
  position: relative;
  margin-bottom: 0px;
}
.references .references-item .hover .blockquote p:before {
  content: '"';
  position: absolute;
  top: -25px;
  right: auto;
  bottom: auto;
  left: -25px;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: #00b2ed;
}
.references .references-item .hover .blockquote p:after {
  content: '"';
  position: absolute;
  top: auto;
  right: -25px;
  bottom: -25px;
  left: auto;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: #00b2ed;
}
.references .references-item:hover {
  background: #edf4f7;
}
.references .references-item:hover .hover {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0px);
}

@media (max-width: 1280px) {
  .references .container .row {
    margin: 0px 0px;
  }
}
@media (max-width: 1024px) {
  .references > .container {
    padding-right: 17px;
    padding-left: 17px;
  }

  .references .container .row > div.col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
}
/* stop mouseovers */
@media (max-width: 1024px) {
  .references .references-item {
    transition: none;
  }
  .references .references-item .hover {
    transform: translate(0%, 0px) !important;
  }
  .references .references-item:hover {
    background: #fff;
  }
  .references .references-item:hover .hover {
    transform: translate(110%, 0px) !important;
  }
}
/* end */
@media (max-width: 991px) {
  .references {
    padding: 45px 0px;
  }
}
@media (max-width: 991px) {
  .references .col-12 h2 {
    font-size: 32px;
    margin-bottom: 28px;
  }
  .references .col-12 p {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .references .filters .selectboxit-container .selectboxit {
    font-size: 17px;
  }
  .references .filters .selectboxit-container .selectboxit .selectboxit-text {
    font-size: 17px;
  }
  .references .filters .selectboxit-container .selectboxit-options.selectboxit-list li a {
    font-size: 17px;
  }
  .references .references-item {
    transition: none;
  }
  .references .references-item h3 {
    font-size: 26px;
  }
  .references .references-item .bottom .name {
    font-size: 20px;
  }
  .references .references-item .hover .person {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 33px;
    left: 0px;
  }
  .references .references-item .hover .person .person-txt h3 {
    font-size: 20px;
  }
  .references .references-item .hover .blockquote {
    padding: 65px 45px 45px 45px;
  }
  .references .references-item .hover .blockquote p {
    font-size: 17px;
  }
  .references .references-item:hover .hover {
    transform: translate(110%, 0px) !important;
  }

  .references .container .row > div.col-md-4 {
    margin-bottom: 35px;
  }

  .references .references-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .references {
    padding: 35px 0px;
  }
  .references .col-12 h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .references .col-12 p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .references .filters {
    margin-bottom: 30px;
  }
  .references .filters select {
    width: 300px;
    height: 50px;
  }
  .references .filters select option {
    font-size: 18px;
  }
  .references .filters .selectboxit-container .selectboxit {
    width: 592px !important;
    height: 58px;
    font-size: 16px;
  }
  .references .filters .selectboxit-container .selectboxit .selectboxit-text {
    font-size: 16px;
    height: 58px;
    padding-left: 15px;
  }
  .references .filters .selectboxit-container .selectboxit .selectboxit-arrow-container {
    height: 58px;
  }
  .references .filters .selectboxit-container .selectboxit .selectboxit-arrow-container:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 8.5px 0 8.5px;
    border-color: #103970 transparent transparent transparent;
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 0px;
  }
  .references .filters .selectboxit-container .selectboxit-options.selectboxit-list li a {
    font-size: 16px;
    height: 40px;
    padding-left: 20px;
  }
  .references .references-item {
    padding: 18px 22px 20px 22px;
  }
  .references .references-item .img {
    height: 100px;
    margin-bottom: 15px;
  }
  .references .references-item h3 {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .references .references-item p {
    margin-bottom: 25px;
  }
  .references .references-item .bottom .name {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .references .references-item .hover {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, 0px);
  }
  .references .references-item .hover .person {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 5px;
    left: 0px;
  }
  .references .references-item .hover .person .person-txt {
    width: calc(100% - 100px);
    text-align: left;
    padding-left: 30px;
    white-space: nowrap;
  }
  .references .references-item .hover .person .person-txt h3 {
    font-size: 18px;
  }
  .references .references-item .hover .blockquote {
    padding: 60px 40px 40px 40px;
  }
  .references .references-item .hover .blockquote p {
    font-size: 16px;
  }
  .references .container .row > div.col-md-4 {
    margin-bottom: 35px;
  }
}
@media (max-width: 640px) {
  .references .container .row > div.col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .references .filters .selectboxit-container,
.references .filters .selectboxit-container .selectboxit {
    width: 100% !important;
  }
}
@media (max-width: 580px) {
  .references > .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .references .container .row {
    margin: 0px -12px;
  }
}
.team {
  padding: 65px 0px 45px 0px;
  background: #eaf6fa;
}
.team .col-12 h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 30px;
}
.team .col-12 p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 70px;
}
.team .team-item {
  position: relative;
  padding-left: 125px;
  margin-bottom: 55px;
  text-align: left;
}
.team .team-item .img {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 100px;
  height: 100px;
  font-size: 0px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team .team-item .img img {
  width: 82px;
  height: 82px;
}
.team .team-item h3 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 10px;
  color: #103970;
}
.team .team-item p:first-of-type {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 16px;
  color: #00b2ed;
}
.team .team-item p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 15px;
}
.team .team-item .bottom a {
  text-decoration: none;
}
.team .team-item .bottom a:hover {
  text-decoration: underline;
}
.team .team-item .bottom span,
.team .team-item .bottom a {
  color: #00b2ed;
  padding-left: 45px;
  position: relative;
  display: inline-block;
  margin-bottom: 3px;
}
.team .team-item .bottom span.phone:before,
.team .team-item .bottom a.phone:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 28px;
  height: 28px;
  background: transparent url("../gfx/icon/telefon.svg") 0px 0px no-repeat;
  background-size: contain;
}
.team .team-item .bottom span.mail:before,
.team .team-item .bottom a.mail:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 29px;
  height: 18px;
  background: transparent url("../gfx/icon/email.svg") 0px 0px no-repeat;
  background-size: contain;
}

@media (max-width: 1170px) {
  .team .container .row > div.col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .team .container .row.row-center.justify-content-center {
    -ms-flex-pack: flex-start !important;
    justify-content: flex-start !important;
  }
}
@media (max-width: 991px) {
  .team {
    padding: 45px 0px 35px 0px;
  }
}
@media (max-width: 991px) {
  .team .col-12 h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .team .col-12 p {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .team .team-item h3 {
    font-size: 20px;
  }
  .team .team-item p:first-of-type {
    font-size: 17px;
  }

  .team .team-item p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .team {
    padding: 35px 0px 5px 0px;
  }
  .team .col-12 h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .team .col-12 p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .team .team-item {
    padding-left: 125px;
    margin-bottom: 55px;
  }
  .team .team-item .img {
    position: absolute;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    width: 100px;
    height: 100px;
  }
  .team .team-item .img img {
    width: 82px;
    height: 82px;
  }
  .team .team-item h3 {
    font-size: 18px;
  }
  .team .team-item p:first-of-type {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .team .container .row > div.col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .team .team-item p {
    font-size: 16px;
  }
}
.product-detail-top {
  padding: 75px 0px 65px 0px;
}
.product-detail-top.type01 .col-12.text-center > p:first-of-type {
  font-weight: 600;
  margin-bottom: 50px;
}
.product-detail-top.type01 .col-12.text-center > p:first-of-type:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 80px;
  background: #007cc6;
  position: relative;
  top: 22px;
}
.product-detail-top .col-12 h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 30px;
}
.product-detail-top .col-12 p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: justify;
}
.product-detail-top .col-12.text-center > p:first-of-type {
  text-align: center;
}
.product-detail-top .img {
  text-align: center;
}
.product-detail-top .img img {
  max-height: 350px;
}
.product-detail-top .article {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-detail-top .article p {
  text-align: justify;
}
.product-detail-top .article ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  padding-top: 0px;
  margin-left: 0px;
  list-style-type: none;
}
.product-detail-top .article ul > li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 1px;
  color: #808e9a;
}
.product-detail-top .article ul > li a {
  color: #808e9a;
  text-decoration: underline;
  font-weight: 700;
}
.product-detail-top .article ul > li a:hover {
  text-decoration: none;
}
.product-detail-top .article ul > li:before {
  content: "";
  background: #737373;
  background: #007cc6;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-radius: 0px;
  position: absolute;
  top: 9px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.product-detail-top .article ul.list li:before {
  display: none;
}
.product-detail-top .article ul ul, .product-detail-top .article ul ol {
  margin-left: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.product-detail-top .company-logo {
  padding-top: 35px;
}
.product-detail-top .company-logo img {
  max-width: 50%;
  margin: 0px 20px;
}

@media (max-width: 991px) {
  .product-detail-top {
    padding: 45px 0px 35px 0px;
  }
  .product-detail-top .col-12 h2 {
    font-size: 32px;
  }
  .product-detail-top .col-12 p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .product-detail-top {
    padding: 35px 0px 30px 0px;
  }
  .product-detail-top.type01 .col-12.text-center > p:first-of-type {
    margin-bottom: 35px;
  }
  .product-detail-top.type01 .col-12.text-center > p:first-of-type:after {
    top: 15px;
  }
  .product-detail-top .col-12 h2 {
    font-size: 28px;
  }
  .product-detail-top .col-12 p {
    font-size: 18px;
  }
  .product-detail-top .col-sm-5 .img {
    text-align: center;
    margin-bottom: 12px;
  }
  .product-detail-top .col-sm-5 .img img {
    max-width: 50%;
  }
  .product-detail-top .company-logo {
    padding-top: 25px;
  }
  .product-detail-top .company-logo img {
    max-width: 30%;
    margin: 0px 20px;
  }
}
.product-detail-ref {
  padding: 65px 0px;
}
.product-detail-ref .col-12 h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 60px;
}
.product-detail-ref .col-12 p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
}
.product-detail-ref .bottom {
  padding-top: 60px;
}
.product-detail-ref .bottom p {
  font-size: 33px;
  line-height: 1.2;
  font-weight: 700;
  color: #007cc6;
  margin-bottom: 40px;
}
.product-detail-ref .bottom p.smaller {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  color: #808e9a;
}
.product-detail-ref .bottom .btn {
  border-radius: 0px;
  height: 50px;
  border: none;
  padding: 0px 20px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 400;
  display: inline-block;
  min-width: 220px;
  transition: all 0.25s linear;
  text-decoration: none;
  margin: 0px 5px 12px 5px;
}
.product-detail-ref .bottom .btn:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.product-detail-ref .bottom .btn.btn-bluedark {
  background: #fff;
  color: #103970;
  border: 1px #103970 solid;
}
.product-detail-ref .bottom .btn.btn-bluedark:focus, .product-detail-ref .bottom .btn.btn-bluedark:hover {
  background: #103970;
  color: #fff;
  transform: scale(1.05);
}
.product-detail-ref .bottom .btn.btn-blue {
  background: #fff;
  color: #00b2ed;
  border: 1px #00b2ed solid;
}
.product-detail-ref .bottom .btn.btn-blue:focus, .product-detail-ref .bottom .btn.btn-blue:hover {
  background: #00b2ed;
  color: #fff;
  transform: scale(1.05);
}
.product-detail-ref .person {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-detail-ref .person .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: #edf4f7;
}
.product-detail-ref .person .img img {
  width: 82px;
  height: 82px;
}
.product-detail-ref .person .txt {
  width: calc(100% - 100px);
  text-align: left;
  padding-left: 25px;
}
.product-detail-ref .person .txt h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: #103970;
  margin-bottom: 7px;
}
.product-detail-ref .person .txt p {
  margin-bottom: 7px;
}
.product-detail-ref .person .txt img {
  max-width: 110px;
}
.product-detail-ref .blockquote {
  border: 4px #808e9a dotted;
  border-radius: 8px;
  background: #fff;
  padding: 80px 100px 80px 100px;
  text-align: left;
  margin: 0px;
  margin-right: 15px;
  position: relative;
}
.product-detail-ref .blockquote:after {
  content: "";
  width: 40px;
  height: 40px;
  background: white url("../gfx/icon/arrow-dotted-bottom.svg") 0px 0px no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: -40px;
  bottom: auto;
  left: auto;
  margin-top: -20px;
  transform: rotate(-90deg);
}
.product-detail-ref .blockquote p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #103970;
  font-style: italic;
  position: relative;
  margin-bottom: 0px;
}
.product-detail-ref .blockquote p:before {
  content: '"';
  position: absolute;
  top: -25px;
  right: auto;
  bottom: auto;
  left: -25px;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: #00b2ed;
}
.product-detail-ref .blockquote p:after {
  content: '"';
  position: absolute;
  top: auto;
  right: -25px;
  bottom: -25px;
  left: auto;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: #00b2ed;
}

@media (max-width: 991px) {
  .product-detail-ref {
    padding: 45px 0px;
  }
  .product-detail-ref .col-12 h2 {
    font-size: 32px;
    margin-bottom: 55px;
  }
  .product-detail-ref .col-12 p {
    font-size: 20px;
  }
  .product-detail-ref .bottom {
    padding-top: 60px;
  }
  .product-detail-ref .bottom p {
    font-size: 26px;
    margin-bottom: 37px;
  }
  .product-detail-ref .bottom p.smaller {
    font-size: 20px;
  }
  .product-detail-ref .person .txt h3 {
    font-size: 18px;
  }
  .product-detail-ref .blockquote {
    padding: 40px 50px 40px 40px;
  }
  .product-detail-ref .blockquote p {
    font-size: 20px;
  }

  .product-detail-ref .container .row > div.col-md-7.offset-md-1 {
    margin-left: 0px !important;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  .product-detail-ref .container .row > div.col-md-3 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .product-detail-ref {
    padding: 35px 0px;
  }

  .product-detail-ref .container .row > div.col-md-7.offset-md-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-detail-ref .container .row > div.col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 30px;
  }

  .product-detail-ref .blockquote:after {
    content: "";
    width: 37px;
    height: 37px;
    background: #fff url(../gfx/icon/arrow-dotted-bottom.svg) 0px 0px no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -37px;
    left: 21px;
    transform: rotate(0deg);
  }

  .product-detail-ref .col-12 h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .product-detail-ref .blockquote p {
    font-size: 16px;
  }

  .product-detail-ref .bottom {
    padding-top: 30px;
  }
  .product-detail-ref .bottom p {
    font-size: 20px;
  }
  .product-detail-ref .bottom p.smaller {
    font-size: 18px;
  }

  .product-detail-ref .blockquote {
    margin-right: 0px;
  }

  .product-detail-ref .bottom .btn {
    font-size: 16px;
  }
}
.lectures-top {
  padding: 65px 0px;
  background: #edf4f7;
}
.lectures-top .col-12 h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 60px;
}
.lectures-top .col-12 p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-align: justify;
}
.lectures-top .col-12 .page-banner-perex {
  margin-bottom: 35px;
}
.lectures-top .col-12 .page-banner-perex p {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
}

@media (max-width: 991px) {
  .lectures-top {
    padding: 45px 0px;
  }
  .lectures-top .col-12 h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .lectures-top .col-12 p {
    font-size: 17px;
  }
  .lectures-top .col-12 .page-banner-perex p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .lectures-top {
    padding: 35px 0px;
  }
  .lectures-top .col-12 h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .lectures-top .col-12 p {
    font-size: 16px;
  }
  .lectures-top .col-12 .page-banner-perex {
    margin-bottom: 20px;
  }
  .lectures-top .col-12 .page-banner-perex p {
    font-size: 16px;
  }

  .product-detail-ref .bottom {
    padding-top: 40px;
  }
  .product-detail-ref .bottom p {
    margin-bottom: 30px;
  }
  .product-detail-ref .bottom p.smaller {
    margin-bottom: 30px;
  }
}
.demand {
  padding: 65px 0px;
}
.demand .col-12 h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 50px;
}
.demand .col-12 p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 60px;
}
.demand .person {
  /*padding-left:190px;*/
  min-height: 150px;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.demand .person .img {
  border: 7px #daf2fa solid;
  overflow: hidden;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin-right: 35px;
}
.demand .person .img img {
  width: 100%;
}
.demand .person .img.img-bigger {
  width: 160px;
  height: 160px;
}
.demand .person .txt {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.demand .person .txt p {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
}
.demand .person .txt h4 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  color: #103970;
  margin-bottom: 5px;
}
.demand .person .txt .bottom {
  padding-top: 20px;
}
.demand .person .txt .bottom span,
.demand .person .txt .bottom a {
  color: #00b2ed;
  display: inline-block;
  padding-left: 47px;
  position: relative;
  margin-bottom: 4px;
  text-decoration: none;
}
.demand .person .txt .bottom span:before,
.demand .person .txt .bottom a:before {
  content: "";
  position: absolute;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 0px;
  display: block;
}
.demand .person .txt .bottom span.phone:before,
.demand .person .txt .bottom a.phone:before {
  width: 28px;
  height: 28px;
  background: transparent url("../gfx/icon/telefon.svg") 0px 0px no-repeat;
  background-size: contain;
  top: 0px;
}
.demand .person .txt .bottom span.fax:before,
.demand .person .txt .bottom a.fax:before {
  width: 28px;
  height: 28px;
  background: transparent url("../gfx/icon/fax.svg") 0px 0px no-repeat;
  background-size: contain;
  top: 1px;
}
.demand .person .txt .bottom span.mail:before,
.demand .person .txt .bottom a.mail:before {
  width: 29px;
  height: 18px;
  background: transparent url("../gfx/icon/email.svg") 0px 0px no-repeat;
  background-size: contain;
  top: 4px;
}
.demand .person h3 {
  width: 100%;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 36px;
}

@media (max-width: 991px) {
  .demand {
    padding: 45px 0px;
  }
  .demand .col-12 h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .demand .col-12 p {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .demand .person .txt p {
    font-size: 17px;
  }
  .demand .person .txt h4 {
    font-size: 20px;
  }
  .demand .person h3 {
    font-size: 32px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .demand {
    padding: 35px 0px;
  }
  .demand .col-12 h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .demand .col-12 p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .demand .person {
    min-height: 150px;
  }
  .demand .person .img {
    width: 140px;
    height: 140px;
    margin-right: 35px;
  }
  .demand .person .img.img-bigger {
    width: 160px;
    height: 160px;
  }
  .demand .person .txt p {
    font-size: 16px;
  }
  .demand .person .txt h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .demand .person .txt .bottom {
    padding-top: 20px;
  }
  .demand .person .txt .bottom span,
.demand .person .txt .bottom a {
    padding-left: 40px;
  }
  .demand .person .txt .bottom span.phone:before,
.demand .person .txt .bottom a.phone:before {
    top: -1px;
  }
  .demand .person .txt .bottom span.fax:before,
.demand .person .txt .bottom a.fax:before {
    top: -1px;
  }
  .demand .person .txt .bottom span.mail:before,
.demand .person .txt .bottom a.mail:before {
    top: 4px;
  }
  .demand .person h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 520px) {
  .demand .person {
    flex-direction: column;
  }

  .demand .person .img.img-bigger {
    margin-right: 0px;
  }

  .demand .person .txt {
    padding-top: 15px;
    align-items: center;
  }
}
.page-contacts {
  padding: 65px 0px;
}
.page-contacts h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 40px;
}
.page-contacts p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 40px;
}
.page-contacts .contacts-links span,
.page-contacts .contacts-links a {
  color: #00b2ed;
  display: inline-block;
  padding-left: 47px;
  position: relative;
  margin-bottom: 4px;
  text-decoration: none;
}
.page-contacts .contacts-links span:before,
.page-contacts .contacts-links a:before {
  content: "";
  position: absolute;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 0px;
  display: block;
}
.page-contacts .contacts-links span.phone:before,
.page-contacts .contacts-links a.phone:before {
  width: 28px;
  height: 28px;
  background: transparent url("../gfx/icon/telefon.svg") 0px 0px no-repeat;
  background-size: contain;
  top: 0px;
}
.page-contacts .contacts-links span.fax:before,
.page-contacts .contacts-links a.fax:before {
  width: 28px;
  height: 27px;
  background: transparent url("../gfx/icon/fax.svg") 0px 0px no-repeat;
  background-size: contain;
  top: -1px;
}
.page-contacts .contacts-links span.mail:before,
.page-contacts .contacts-links a.mail:before {
  width: 29px;
  height: 18px;
  background: transparent url("../gfx/icon/email.svg") 0px 0px no-repeat;
  background-size: contain;
  top: 4px;
}

.page-contacts-bottom {
  padding: 65px 0px;
  background: #edf4f7;
}
.page-contacts-bottom .col-md-7 .img {
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.page-contacts-bottom .col-md-7 .img > div {
  width: 100%;
  height: 100%;
}
.page-contacts-bottom h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 40px;
}
.page-contacts-bottom .article {
  margin-bottom: 40px;
}
.page-contacts-bottom .article h3 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 24px;
}
.page-contacts-bottom .article ol {
  margin: 0px;
  padding: 0px;
  margin-bottom: 40px;
  counter-reset: item;
}
.page-contacts-bottom .article ol > li {
  counter-increment: item;
  list-style-type: none;
  padding-left: 39px;
  position: relative;
  margin-bottom: 10px;
}
.page-contacts-bottom .article ol > li a {
  color: #808e9a;
  text-decoration: underline;
}
.page-contacts-bottom .article ol > li a:hover {
  text-decoration: none;
}
.page-contacts-bottom .article ol > li > ol > li:before {
  background: #007cc6;
}
.page-contacts-bottom .article ol ul, .page-contacts-bottom .article ol ol {
  margin-left: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.page-contacts-bottom .article ol.list li:before {
  display: none;
}
.page-contacts-bottom .article ol > li:before {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: #103970;
  margin-right: 0px;
  font-weight: 700;
  content: counter(item);
  text-align: center;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.page-contacts-bottom .article.blue h3 {
  color: #00b2ed;
}
.page-contacts-bottom .article.blue ol > li:before {
  background: #00b2ed;
}

.map-contacts {
  font-size: 0px;
}
.map-contacts img {
  width: 100%;
}
.map-contacts .map-contacts-inner {
  height: 740px;
}

@media (max-width: 1024px) {
  .map-contacts .map-contacts-inner {
    height: 370px;
  }

  .page-contacts-bottom {
    padding-top: 40px;
  }
  .page-contacts-bottom .row {
    flex-wrap: wrap;
  }
  .page-contacts-bottom .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .page-contacts-bottom .col-md-7 .img {
    width: 100%;
    text-align: center;
  }
  .page-contacts-bottom .col-md-7 .img img {
    margin: auto;
  }
  .page-contacts-bottom .col-md-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    margin: 0px -15px;
  }
  .page-contacts-bottom .col-md-5 .article {
    width: 50%;
    padding: 0px 15px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .page-contacts-bottom .col-md-7 .img > div,
.map-contacts .map-contacts-inner {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .page-contacts {
    padding: 45px 0px;
  }

  .page-contacts .container .row > div {
    margin-left: 0px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .page-contacts-bottom .article h3,
.page-contacts-bottom h2,
.page-contacts h2 {
    font-size: 32px;
  }

  .page-contacts p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .page-contacts {
    padding: 35px 0px;
  }

  .page-contacts-bottom .article h3,
.page-contacts-bottom h2,
.page-contacts h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .page-contacts-bottom .col-md-7 .img > div .map-contacts .map-contacts-inner {
    height: 370px;
  }

  .page-contacts-bottom {
    padding-top: 40px;
  }
  .page-contacts-bottom .row {
    flex-wrap: wrap;
  }
  .page-contacts-bottom .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .page-contacts-bottom .col-md-7 .img {
    width: 100%;
    text-align: center;
  }
  .page-contacts-bottom .col-md-7 .img img {
    margin: auto;
  }
  .page-contacts-bottom .col-md-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    margin: 0px -15px;
    flex-wrap: wrap;
  }
  .page-contacts-bottom .col-md-5 .article {
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 0px;
  }

  .contact-form form .buttonset .wpcf7-list-item {
    width: 50%;
  }

  .page-contacts-bottom .article h3,
.page-contacts-bottom h2,
.page-contacts h2 {
    font-size: 28px;
  }

  .page-contacts p {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .page-contacts .container .row > div {
    margin-left: 0px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 520px) {
  .contact-form form .buttonset .wpcf7-list-item {
    width: 100%;
  }
}
.demand-form,
.page-contacts-form {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5f1f5+0,a6ddf0+100 */
  background: #e5f1f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5f1f5 0%, #a6ddf0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e5f1f5 0%, #a6ddf0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e5f1f5 0%, #a6ddf0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e5f1f5", endColorstr="#a6ddf0",GradientType=0 );
  /* IE6-9 */
  padding: 70px 0px 60px 0px;
  background-image: url("../gfx/background/contacts.jpg");
  background-position: center bottom;
  background-size: 100% auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.demand-form h2,
.page-contacts-form h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 15px;
}
.demand-form p,
.page-contacts-form p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #103970;
  margin-bottom: 25px;
}
.demand-form p a,
.page-contacts-form p a {
  color: #103970;
  font-weight: 400;
  text-decoration: underline;
}
.demand-form p a:hover,
.page-contacts-form p a:hover {
  text-decoration: none;
}
.demand-form .btn,
.page-contacts-form .btn {
  margin-bottom: 0px;
  text-transform: uppercase;
  min-width: 280px;
}
.demand-form .container > .row > div,
.page-contacts-form .container > .row > div {
  padding: 0px 6%;
}

@media (max-width: 991px) {
  .demand-form,
.page-contacts-form {
    padding: 40px 0px 30px 0px;
  }
  .demand-form h2,
.page-contacts-form h2 {
    font-size: 32px;
  }
  .demand-form p,
.page-contacts-form p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .demand-form,
.page-contacts-form {
    padding: 30px 0px 30px 0px;
  }
  .demand-form h2,
.page-contacts-form h2 {
    font-size: 28px;
  }
  .demand-form p,
.page-contacts-form p {
    font-size: 16px;
  }
}
.calltoaction {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5f1f5+0,a6ddf0+100 */
  background: #e5f1f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5f1f5 0%, #a6ddf0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e5f1f5 0%, #a6ddf0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e5f1f5 0%, #a6ddf0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e5f1f5", endColorstr="#a6ddf0",GradientType=0 );
  /* IE6-9 */
  padding: 70px 0px 60px 0px;
  background-image: url("../gfx/background/contacts.jpg");
  background-position: center bottom;
  background-size: 100% auto;
}
.calltoaction h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 25px;
}
.calltoaction p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #103970;
  margin-bottom: 25px;
}
.calltoaction .btn {
  margin-bottom: 0px;
  text-transform: uppercase;
  min-width: 280px;
}
.calltoaction .container > .row > div {
  padding: 0px 6%;
}
.calltoaction.type-condition {
  /*background-image:url('../gfx/background/header2.jpg');*/
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../gfx/background/contacts.jpg");
  background-position: center bottom;
  background-size: 100% auto;
}

@media (max-width: 1024px) {
  .calltoaction .container > .row > div {
    padding: 0px 17px;
  }
}
@media (max-width: 991px) {
  .calltoaction {
    padding: 55px 0px 55px 0px;
  }
  .calltoaction h2 {
    font-size: 32px;
  }
  .calltoaction p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .calltoaction {
    padding: 40px 0px 40px 0px;
    background-size: cover;
  }
  .calltoaction h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .calltoaction p {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  .calltoaction.type-condition {
    background-position: center center;
    background-size: auto 150%;
  }
}
@media (max-width: 580px) {
  .calltoaction .container > .row > div {
    padding: 0px 12px;
  }
}
.contact-form {
  /* validation */
  /*.ajax-loader { margin-left:25px !important; }*/
}
.contact-form form {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -7px;
  margin-bottom: 20px;
}
.contact-form form p {
  text-align: center;
  color: #103970;
  display: block;
  width: 100%;
}
.contact-form form p a {
  color: #103970;
  text-decoration: underline;
}
.contact-form form p a:hover {
  text-decoration: none;
}
.contact-form form input[type=submit] {
  cursor: pointer;
  align-self: center;
  justify-self: center;
  /*margin:auto;*/
  max-width: 245px;
  min-width: 100px;
  width: 100%;
}
.contact-form form [data-class=wpcf7cf_group] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contact-form form [data-class=wpcf7cf_group] [data-class=wpcf7cf_group] {
  width: 50%;
}
.contact-form form [data-class=wpcf7cf_group] [data-class=wpcf7cf_group] > div {
  width: 100%;
}
.contact-form form .buttonset {
  /**/
  /**/
}
.contact-form form .buttonset label.ui-checkboxradio-label {
  border: none;
  background: transparent;
  padding: 0px;
  outline: none !important;
  box-shadow: none !important;
}
.contact-form form .buttonset .ui-checkboxradio-icon-space {
  display: none;
}
.contact-form form .buttonset .ui-checkboxradio-label .ui-icon-background {
  border: none;
  border-radius: 0px;
  width: 27px;
  height: 27px;
  background: transparent url("../gfx/icon/radio_button_off.svg") 0px 0px no-repeat;
  box-shadow: none;
  margin-right: 10px;
}
.contact-form form .buttonset .ui-checkboxradio-label .ui-icon-background {
  border: none;
  border-radius: 0px;
  width: 22px;
  height: 22px;
  background: transparent url("../gfx/icon/radio_button_off.svg") 0px 0px no-repeat;
  box-shadow: none;
  margin-right: 10px;
}
.contact-form form .buttonset label.ui-checkboxradio-label.ui-state-active {
  background: transparent;
}
.contact-form form .buttonset label.ui-checkboxradio-label.ui-state-active .ui-icon-background {
  background: transparent url("../gfx/icon/radio_button_on.svg") 0px 0px no-repeat;
}
.contact-form form .buttonset label.ui-checkboxradio-label.ui-state-focus {
  outline: none !important;
  box-shadow: none !important;
}
.contact-form form .buttonset .wpcf7-list-item {
  margin: 0px;
}
.contact-form form .buttonset label.ui-checkboxradio-radio-label {
  border: none;
  background: transparent;
  padding: 0px;
  outline: none !important;
  box-shadow: none !important;
}
.contact-form form .buttonset input {
  position: absolute !important;
  height: 1px !important;
  margin: -1px !important;
  margin: -1px !important;
}
.contact-form form .buttonset .ui-checkboxradio-icon-space {
  display: none;
}
.contact-form form .buttonset .ui-checkboxradio-radio-label {
  padding-left: 35px !important;
}
.contact-form form .buttonset .ui-checkboxradio-radio-label .ui-icon-background {
  border: none;
  border-radius: 0px;
  width: 27px;
  height: 27px;
  background: transparent url("../gfx/icon/radio_button_off.svg") 0px 0px no-repeat;
  box-shadow: none;
  margin-right: 10px;
  top: 1px !important;
}
.contact-form form .buttonset label.ui-checkboxradio-radio-label.ui-state-active {
  background: transparent;
}
.contact-form form .buttonset label.ui-checkboxradio-radio-label.ui-state-active .ui-icon-background {
  background: transparent url("../gfx/icon/radio_button_on.svg") 0px 0px no-repeat;
}
.contact-form form .buttonset label.ui-checkboxradio-radio-label.ui-state-focus {
  outline: none !important;
  box-shadow: none !important;
}
.contact-form form .form-item.form-item-1 + p {
  padding-top: 10px;
}
.contact-form form .form-item {
  padding: 0px 7px;
  margin-bottom: 14px;
  position: relative;
}
.contact-form form .form-item.form-item-2 {
  width: 50%;
}
.contact-form form .form-item.form-item-3 {
  width: 33.33%;
}
.contact-form form .form-item.form-item-3 {
  width: 25%;
}
.contact-form form .form-item.form-item-1 {
  width: 100%;
}
.contact-form form .form-item.form-item-submit {
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-top: -15px;
}
.contact-form form .form-item.form-item-filters {
  width: 100%;
  padding-top: 15px;
}
.contact-form form .form-item.form-item-filters > p {
  font-weight: 700;
  font-size: 21px;
}
.contact-form form .form-item ::-webkit-input-placeholder {
  /* Edge */
  color: #007cc6;
}
.contact-form form .form-item :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #007cc6;
}
.contact-form form .form-item ::placeholder {
  color: #007cc6;
}
.contact-form form .form-item input[type=text],
.contact-form form .form-item input[type=email],
.contact-form form .form-item input[type=tel],
.contact-form form .form-item input[type=password] {
  width: 100%;
  height: 62px;
  border: 1px #103970 solid;
  padding: 0px 15px;
  color: #007cc6;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  background: transparent;
  border-radius: 0px;
  line-height: normal;
}
.contact-form form .form-item input[type=radio] {
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
  margin-right: 7px;
}
.contact-form form .form-item textarea {
  width: 100%;
  height: 140px;
  resize: none;
  border: 1px #103970 solid;
  padding: 11px 15px;
  color: #007cc6;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  background: transparent;
  border-radius: 0px;
}
.contact-form form .form-item select {
  width: 100%;
  height: 62px;
  border: 1px #103970 solid;
  padding: 0px 15px;
  color: #007cc6;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  background: transparent;
}
.contact-form form .form-item.form-item-filters .wpcf7-form-control-wrap,
.contact-form form .form-item.form-item-filters .wpcf7-form-control,
.contact-form form .form-item.form-item-filters .buttonset {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.contact-form form .form-item.form-item-filters .wpcf7-form-control-wrap label,
.contact-form form .form-item.form-item-filters .wpcf7-form-control label,
.contact-form form .form-item.form-item-filters .buttonset label {
  color: #007cc6;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  text-align: left;
}
.contact-form form .form-item.form-item-filters .wpcf7-form-control-wrap label .ui-checkboxradio-icon,
.contact-form form .form-item.form-item-filters .wpcf7-form-control label .ui-checkboxradio-icon,
.contact-form form .form-item.form-item-filters .buttonset label .ui-checkboxradio-icon {
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.contact-form form .form-item.form-item-filters .wpcf7-form-control-wrap.buttonset-center,
.contact-form form .form-item.form-item-filters .wpcf7-form-control.buttonset-center,
.contact-form form .form-item.form-item-filters .buttonset.buttonset-center {
  margin-bottom: 15px;
  justify-content: center;
}
.contact-form form .form-item.form-item-filters .wpcf7-form-control-wrap.buttonset-center .wpcf7-form-control-wrap,
.contact-form form .form-item.form-item-filters .wpcf7-form-control-wrap.buttonset-center .wpcf7-form-control,
.contact-form form .form-item.form-item-filters .wpcf7-form-control.buttonset-center .wpcf7-form-control-wrap,
.contact-form form .form-item.form-item-filters .wpcf7-form-control.buttonset-center .wpcf7-form-control,
.contact-form form .form-item.form-item-filters .buttonset.buttonset-center .wpcf7-form-control-wrap,
.contact-form form .form-item.form-item-filters .buttonset.buttonset-center .wpcf7-form-control {
  justify-content: center;
}
.contact-form form .form-item.form-item-filters .wpcf7-form-control-wrap.buttonset-center label,
.contact-form form .form-item.form-item-filters .wpcf7-form-control.buttonset-center label,
.contact-form form .form-item.form-item-filters .buttonset.buttonset-center label {
  margin: 0px 15px;
}
.contact-form form .form-item.error input[type=text],
.contact-form form .form-item.error input[type=email],
.contact-form form .form-item.error input[type=password],
.contact-form form .form-item.error textarea {
  border: 3px #af1101 solid;
  color: #af1101;
}
.contact-form form .form-item.error ::-webkit-input-placeholder {
  /* Edge */
  color: #af1101;
}
.contact-form form .form-item.error :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #af1101;
}
.contact-form form .form-item.error ::placeholder {
  color: #af1101;
}
.contact-form form .form-item.error .error-message {
  background: #af1101;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 7px;
  z-index: 55;
  margin-top: 5px;
}
.contact-form .ajax-loader {
  position: relative;
  top: -6px;
}
.contact-form textarea.wpcf7-not-valid,
.contact-form input.wpcf7-not-valid {
  border: 1px #af1101 solid !important;
}
.contact-form textarea.wpcf7-not-valid ::-webkit-input-placeholder,
.contact-form input.wpcf7-not-valid ::-webkit-input-placeholder {
  /* Edge */
  color: #af1101;
}
.contact-form textarea.wpcf7-not-valid :-ms-input-placeholder,
.contact-form input.wpcf7-not-valid :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #af1101;
}
.contact-form textarea.wpcf7-not-valid ::placeholder,
.contact-form input.wpcf7-not-valid ::placeholder {
  color: #af1101;
}
.contact-form span.wpcf7-not-valid-tip {
  /*background:$red;
  color:$white;
  display:block;
  height:50px;
  color:$white;
  padding:0px 15px;
  padding-top:10px;
  font-weight:700;
  position:absolute;
  z-index:99;
  margin-top:4px;*/
  color: #af1101;
}
.contact-form .wpcf7-response-output {
  width: 100%;
  border: none !important;
  font-weight: 700;
  margin: 15px 0px;
  padding: 0px;
  font-weight: normal;
  color: #af1101;
}
.contact-form #contact-form-success-message,
.contact-form div.wpcf7-mail-sent-ok {
  color: #398f14 !important;
}
.contact-form div.wpcf7-validation-errors, .contact-form div.wpcf7-acceptance-missing {
  color: #af1101;
}

.em-booking.css-booking div.em-booking-message-success {
  color: #398f14 !important;
  margin: 0px !important;
  border: none !important;
  background: transparent !important;
}

.em-booking.css-booking,
#contact-form-success-message,
div.wpcf7-mail-sent-ok {
  color: #398f14 !important;
}

@media (max-width: 1024px) {
  .demand-form .container > .row > div,
.page-contacts-form .container > .row > div {
    padding: 0px 17px;
  }
}
@media (max-width: 991px) {
  .contact-form form .form-item select {
    font-size: 17px;
  }

  .contact-form form .form-item input[type=text], .contact-form form .form-item input[type=email], .contact-form form .form-item input[type=tel], .contact-form form .form-item input[type=password] {
    font-size: 17px;
  }

  .contact-form form .form-item textarea {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .contact-form form .form-item select {
    height: 52px;
    font-size: 16px;
    padding: 0px 11px;
  }

  .contact-form form .form-item input[type=text], .contact-form form .form-item input[type=email], .contact-form form .form-item input[type=tel], .contact-form form .form-item input[type=password] {
    height: 52px;
    font-size: 16px;
  }

  .contact-form form .form-item textarea {
    font-size: 16px;
  }

  .contact-form form [data-class=wpcf7cf_group] [data-class=wpcf7cf_group],
.em-booking.css-booking form.em-booking-form .em-booking-form-details > p,
.contact-form form .form-item.form-item-2 {
    width: 100%;
  }

  .contact-form form .form-item.form-item-filters .wpcf7-form-control-wrap,
.contact-form form .form-item.form-item-filters .wpcf7-form-control,
.contact-form form .form-item.form-item-filters .buttonset {
    display: block;
    text-align: left;
    margin-bottom: 0px;
  }
  .contact-form form .form-item.form-item-filters .wpcf7-form-control-wrap label,
.contact-form form .form-item.form-item-filters .wpcf7-form-control label,
.contact-form form .form-item.form-item-filters .buttonset label {
    display: block;
    text-align: left;
    margin-bottom: 15px !important;
  }

  .demand-form .container > .row > div,
.page-contacts-form .container > .row > div {
    padding: 0px 17px;
  }

  .contact-form form .form-item {
    padding: 0px 0px;
  }

  .contact-form form {
    margin: 0px 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 580px) {
  .contact-form form .form-item {
    padding: 0px 0px;
  }

  .demand-form .container > .row > div,
.page-contacts-form .container > .row > div {
    padding: 0px 12px;
  }

  .contact-form form {
    margin: 0px 0px;
    margin-bottom: 20px;
  }
}
.em-booking.css-booking div.em-booking-message {
  margin: 10px 0px;
}
.em-booking.css-booking div.em-booking-message p {
  font-size: 18px;
}
.em-booking.css-booking br.clear {
  display: none !important;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0px;
  /* orders */
  /**/
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details .ticket-price {
  display: none;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details .selectboxit-container {
  width: 100% !important;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details .selectboxit-container .selectboxit {
  width: 100% !important;
  height: 62px;
  border: 1px #103970 solid;
  color: #007cc6;
  border-radius: 0px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  background: transparent;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details .selectboxit-container .selectboxit .selectboxit-option-icon-container {
  display: none;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details .selectboxit-container .selectboxit .selectboxit-text {
  font-size: 18px;
  line-height: 54px;
  font-weight: 400;
  font-family: "Nunito Sans", Arial, sans-serif;
  text-align: left;
  color: #007cc6;
  height: 58px;
  width: 100%;
  padding-left: 10px;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details .selectboxit-container .selectboxit .selectboxit-arrow-container {
  height: 58px;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details .selectboxit-container .selectboxit .selectboxit-arrow-container i {
  display: none;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details .selectboxit-container .selectboxit .selectboxit-arrow-container:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8.5px 0 8.5px;
  border-color: #103970 transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details .selectboxit-container .selectboxit-options.selectboxit-list {
  border-radius: 0px;
  width: 100%;
  max-width: none !important;
  border: 1px #103970 solid;
  border-top: none;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details .selectboxit-container .selectboxit-options.selectboxit-list li a {
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Nunito Sans", Arial, sans-serif;
  height: 40px;
  padding-left: 20px;
  color: #007cc6;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details .selectboxit-container .selectboxit-options.selectboxit-list li.selectboxit-focus a {
  background: #edf4f7;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details .form-item.form-item-filters.em-tickets-spaces-headline {
  order: 5;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details .form-item.form-item-filters.em-tickets-spaces-headline p {
  margin-bottom: 0px;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details p.input-field-company_name {
  order: 1;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details p.input-name {
  order: 2;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details p.input-user_email {
  order: 3;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details p.input-dbem_phone {
  order: 4;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details p.gdpr {
  order: 7;
  width: 100%;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details p.input-field-person_list {
  order: 6;
  margin-bottom: 20px;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details p.em-tickets-spaces {
  order: 5;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details p.input-field-captcha {
  order: 7;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details div.g-recaptcha {
  order: 8;
  margin-bottom: 20px;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details div.g-recaptcha + script + p {
  display: none;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details p.input-field-data_privacy_consent {
  display: none;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details div.em-booking-buttons {
  order: 9;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details > p {
  width: 50%;
  padding: 0px 7px;
  margin-bottom: 14px;
  position: relative;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details > p label {
  display: none;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details > p select,
.em-booking.css-booking form.em-booking-form .em-booking-form-details > p textarea,
.em-booking.css-booking form.em-booking-form .em-booking-form-details > p input {
  width: 100%;
  height: 62px;
  border: 1px #103970 solid;
  padding: 0px 15px;
  color: #007cc6;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  background: transparent;
  border-radius: 0px;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details > p textarea,
.em-booking.css-booking form.em-booking-form .em-booking-form-details > p input {
  line-height: normal;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details > p select option {
  color: #007cc6;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details > p textarea {
  width: 100%;
  height: 140px !important;
  resize: none;
  border: 1px #103970 solid;
  padding: 11px 15px;
  color: #007cc6;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  background: transparent;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details > p ::-webkit-input-placeholder {
  /* Edge */
  color: #007cc6;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details > p :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #007cc6;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details > p ::placeholder {
  color: #007cc6;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details > p.input-textarea {
  width: 100%;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details > p.input-group.input-captcha.input-field-captcha {
  display: none;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details div.g-recaptcha {
  width: 100%;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details div.g-recaptcha > div {
  margin: auto;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details .em-booking-buttons {
  width: 100%;
  text-align: center;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details .em-booking-buttons input {
  border-radius: 0px;
  height: 50px;
  border: 2px #edf4f7 solid;
  padding: 0px 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  display: inline-block;
  min-width: 280px;
  max-width: none;
  width: auto;
  transition: all 0.25s linear;
  background: transparent;
  color: #103970;
  border: 2px #103970 solid;
  text-transform: uppercase;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details .em-booking-buttons input:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.em-booking.css-booking form.em-booking-form .em-booking-form-details .em-booking-buttons input:focus, .em-booking.css-booking form.em-booking-form .em-booking-form-details .em-booking-buttons input:hover {
  border: 2px #103970 solid;
  color: #fff;
  background: #103970;
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .em-booking.css-booking form.em-booking-form {
    margin: 0px 0px !important;
  }

  .em-booking.css-booking form.em-booking-form .em-booking-form-details {
    margin: 0px -7px;
    width: auto;
  }

  .em-booking.css-booking form.em-booking-form .em-booking-form-details > p {
    padding: 0px 7px;
  }
}
/* stop mouseovers */
@media (max-width: 1024px) {
  .em-booking.css-booking form.em-booking-form .em-booking-form-details .em-booking-buttons input:hover {
    transform: none;
    color: #103970;
    background: transparent;
  }
}
/* end */
@media (max-width: 991px) {
  .em-booking.css-booking form.em-booking-form .em-booking-form-details .selectboxit-container .selectboxit .selectboxit-text {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .em-booking.css-booking form.em-booking-form .em-booking-form-details > p select, .em-booking.css-booking form.em-booking-form .em-booking-form-details > p textarea, .em-booking.css-booking form.em-booking-form .em-booking-form-details > p input {
    height: 52px;
    font-size: 16px;
  }

  .em-booking.css-booking form.em-booking-form .em-booking-form-details > p {
    width: 100%;
  }

  .em-booking.css-booking form.em-booking-form .em-booking-form-details .selectboxit-container .selectboxit {
    height: 52px;
  }

  .em-booking.css-booking form.em-booking-form .em-booking-form-details .selectboxit-container .selectboxit .selectboxit-text {
    font-size: 16px;
    line-height: 52px;
    height: 52px;
  }

  .em-booking.css-booking div.em-booking-message p {
    font-size: 16px;
  }
}
.about-timeline .container-fluid {
  padding: 0px;
}
.about-timeline .timeline {
  height: 300px;
  margin-top: -50px;
  margin-left: -80px;
  margin-right: -80px;
}

@media (max-width: 767px) {
  .about-timeline .timeline {
    height: 200px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-right: 34px;
    padding-left: 34px;
  }
  .container .row {
    /*border:1px blue solid;*/
    margin-right: -17px;
    margin-left: -17px;
  }
  .container .row > div {
    padding-right: 17px;
    padding-left: 17px;
  }

  .modules > .container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 1023px) {
  .contact-form form #filters-2 .wpcf7-form-control.wpcf7-checkbox {
    flex-wrap: wrap;
  }

  .contact-form form #filters-2 .buttonset .wpcf7-list-item {
    width: 33.33%;
    padding-right: 15px;
    text-align: left;
  }
  .contact-form form #filters-2 .buttonset .wpcf7-list-item label .ui-checkboxradio-icon {
    top: 50%;
    margin-top: -14px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 34px;
    padding-left: 34px;
  }
  .container .row {
    /*border:1px blue solid;*/
    margin-right: -17px;
    margin-left: -17px;
  }
  .container .row > div {
    padding-right: 17px;
    padding-left: 17px;
  }

  .modules > .container {
    padding-left: 17px;
    padding-right: 17px;
  }

  .contact-form form #filters-2 .buttonset .wpcf7-list-item {
    width: 33.33%;
    padding-right: 15px;
  }
  .contact-form form #filters-2 .buttonset .wpcf7-list-item label .ui-checkboxradio-icon {
    top: 50%;
    margin-top: -14px;
  }
}
@media (max-width: 620px) {
  .contact-form form #filters-2 .buttonset .wpcf7-list-item {
    width: 50%;
    padding-right: 5px;
  }
  .contact-form form #filters-2 .buttonset .wpcf7-list-item label .ui-checkboxradio-icon {
    top: 50%;
    margin-top: -14px;
  }
}
@media (max-width: 580px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
  .container .row {
    /*border:1px blue solid;*/
    margin-right: -12px;
    margin-left: -12px;
  }
  .container .row > div {
    padding-right: 12px;
    padding-left: 12px;
  }

  .modules > .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .modules > .container .row {
    /*border:1px blue solid;*/
    margin-right: -12px;
    margin-left: -12px;
  }
  .modules > .container .row > div {
    padding-right: 12px;
    padding-left: 12px;
  }

  .header .container .col-12 .nav.nav-main {
    left: -10px;
    right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* pages */
  .product-detail-info .container .row,
.hp-intro .container .row {
    margin: 0px -15px;
  }

  .hp-news.type01 .col-12 h2 {
    margin-bottom: 15px;
  }

  /* hovers */
  .hp-courses .list.list-courses .item .txt .bottom .btn {
    opacity: 1;
    visibility: visible;
  }

  a.more:hover:before {
    transform: scale(1);
    color: #00b2ed;
    background: transparent;
  }

  a.back:hover:before {
    transform: scale(1);
    color: #00b2ed;
    background: transparent url("../gfx/icon/zpet.svg") 3px center no-repeat;
    background-size: 14px 16px;
  }

  .btn.btn-primary:focus, .btn.btn-primary:hover {
    background: #103970;
    color: #fff;
    transform: scale(1);
  }
  .btn.btn-secondary:hover {
    border: 2px #103970 solid;
    color: #103970;
    background: transparent;
    transform: scale(1);
  }

  .em-booking.css-booking form.em-booking-form .em-booking-form-details .em-booking-buttons input:focus,
.em-booking.css-booking form.em-booking-form .em-booking-form-details .em-booking-buttons input:hover {
    border: 2px #103970 solid;
    color: #103970;
    background: transparent;
    transform: scale(1);
  }

  .header .col-12 .nav.nav-right .btn.btn-demo:hover,
.header .col-12 .nav.nav-right .btn.btn-helpdesk:hover {
    transform: scale(1);
  }

  .header .col-12 .nav.nav-right .btn.btn-demo:hover {
    color: #103970;
    background: transparent;
  }

  .header .col-12 .nav.nav-right .btn.btn-helpdesk:hover {
    color: #00b2ed;
    background: transparent;
  }

  .hp-news .news-item:hover {
    background: transparent !important;
  }

  .solutions .solutions-item:hover,
.modules .modules-item:hover {
    background: #fff;
  }

  .modules .modules-item .more {
    opacity: 1;
    visibility: visible;
  }

  .hp-news.page-news .news-item:hover {
    background: #fff;
    border: 3px #fff solid;
  }

  .contact-form form .form-item.form-item-filters#filters-2 {
    padding-top: 0px;
    margin-top: -15px;
  }

  .contact-form form #filters-2 .buttonset .wpcf7-list-item {
    width: 100%;
    padding-right: 5px;
  }
  .contact-form form #filters-2 .buttonset .wpcf7-list-item label .ui-checkboxradio-icon {
    top: 50%;
    margin-top: -14px;
  }
}
.solutions .solutions-item .bottom img {
  max-height: 40px;
}

.rc-anchor-light.rc-anchor-normal {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  color: #103970 !important;
}

.rc-anchor-light .rc-anchor-pt a:link, .rc-anchor-light .rc-anchor-pt a:visited,
.rc-anchor-light .rc-anchor-logo-text {
  color: #103970 !important;
}

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