*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a{
  text-decoration: underline;
  color: inherit;
}

a:hover{
  text-decoration: none !important;
}

a.button,
a.contact-card,
a.footer__link,
a.sidebar-menu__link{
  text-decoration: none;
}

/* roboto-300 - latin-ext */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-300.woff2") format("woff2"), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-300.woff") format("woff"), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-300.ttf") format("truetype"), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-regular - latin-ext */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-regular.woff2") format("woff2"), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-regular.woff") format("woff"), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-regular.ttf") format("truetype"), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-700 - latin-ext */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-700.woff2") format("woff2"), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-700.woff") format("woff"), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-700.ttf") format("truetype"), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-500 - latin-ext */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-500.woff2") format("woff2"), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-500.woff") format("woff"), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-500.ttf") format("truetype"), url("../fonts/roboto-v29-latin-ext/roboto-v29-latin-ext-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}

html {
  --global-lr-padding: 35px;
  font-family: "Roboto", "Helvetica Neue", -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #131313;
  scroll-behavior: smooth;
}

.main {
  position: relative;
  margin-top: 91px;
}

.box-shaddow {
  -webkit-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.15);
}

.border-radius {
  border-radius: 3px;
  overflow: hidden;
}

.bg-accent {
  background-color: #426b7d; /* atpzmena */
}

.bg-neutral {
  background-color: #f4f4f4;
}

.p-0 {
  padding: 0 !important;
}

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

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

.font-20 {
  font-size: 20px !important;
  line-height: 26px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-w-400 {
  font-weight: 400 !important;
}

.font-lh-14 {
  line-height: 1.4 !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.link {
  color: #426b7d;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.link:hover {
  color: #254e60;
}

.contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: inherit;
}

.contact-link--underlined {
  text-decoration: underline;
}

.padding-left-right-25per {
  padding-left: 25%;
  padding-right: 25%;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pb-80 {
  padding-bottom: 80px;
}

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

.mb-80 {
  margin-bottom: 80px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-10 {
  margin-right: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-10 {
  margin-left: 20px;
}

.burger {
  display: inline-block;
  width: 22px;
  height: 16px;
  position: relative;
  margin-top: -2px;
}

.burger__line {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
}

.burger__line-1 {
  top: 0;
}

.burger__line-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.burger__line-3 {
  bottom: 0;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 54px;
  font-size: 15px; /* atpzmena */
  line-height: 18px;
  font-weight: 400; /* atpzmena */
  padding: 15px 35px; /* atpzmena */
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  cursor: pointer;
  border-radius: 3px;
}

.button--hidden {
  visibility: hidden;
}

.button--color_accent {
  background-color: #426b7d; /* atpzmena */
  color: #ffffff;
  border-radius: 3px; /* atpzmena */
}

.button--color_accent:hover {
  background-color: #254e60;
}

.button--color_accent-with-border {
  background-color: #426b7d; /* atpzmena */
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px; /* atpzmena */
}

.button--color_accent-with-border:hover {
  background-color: #254e60;
}

.button--color_dark {
  background-color: #131313;
  color: #426b7d;
  border: 1px solid #426b7d;
}

.button--color_dark:hover {
  color: #254e60;
  border-color: #254e60;
  background-color: #ffffff;
}

.button--color_light {
  background-color: #ffffff;
  color: #8a8a8a;
  border: 1px solid #ffffff;
}

.button--color_light:hover {
  color: #254e60;
  border-color: #254e60;
  background-color: #ffffff;
}

.button--color_transparent-with-border {
  background-color: transparent;
  color: #426b7d; /* atpzmena */
  border: 1px solid #426b7d; /* atpzmena */
}

.button--color_transparent-with-border:hover {
  color: #ffffff;
  border-color: #426b7d; /* atpzmena */
  background-color: #426b7d; /* atpzmena */
}

.button--color_light-with-border {
  background-color: #ffffff;
  color: #426b7d; /* atpzmena */
  border: 1px solid #426b7d; /* atpzmena */
  border-radius: 3px; /* atpzmena */
}

.button--color_light-with-border-transparent {
  background-color: transparent;
}

.button--color_light-with-border:hover {
  color: #ffffff;
  border-color: #426b7d;
  background-color: #426b7d;
}

.button--color_neutral-with-border {
  background-color: #f4f4f4;
  color: #426b7d;
  border: 1px solid #426b7d;
}

.button--color_neutral-with-border:hover {
  color: #ffffff;
  border-color: #426b7d;
  background-color: #426b7d;
}

.button--on-hover_color-accent:hover {
  background-color: #426b7d;
  color: #ffffff;
  border-color: #426b7d;
}

.button--on-hover_border-light:hover {
  border: 1px solid #ffffff;
}

.button--on-hover_bg-white:hover {
  background-color: white;
  color: #426b7d;
}

.button--with-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button--width_210px {
  width: 210px;
}

.button__filter-icon {
  position: relative;
  display: block;
  width: 33px;
  height: 16px;
  border-top: 2px solid #8a8a8a;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.button__filter-icon::before,
.button__filter-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  height: 2px;
  background-color: #8a8a8a;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.button__filter-icon::before {
  width: 66%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.button__filter-icon::after {
  width: 33%;
  bottom: -2px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.button:hover .button__filter-icon {
  border-color: #426b7d;
}

.button:hover .button__filter-icon::before,
.button:hover .button__filter-icon::after {
  background-color: #426b7d;
}

.button__icon--left {
  margin-right: 20px;
}

.section-title {
  font-size: 40px; /* atpzmena */
  line-height: 45px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 50px; /* atpzmena */
}

.section-title--dark {
  color: #131313;
}

.section-title--text-align_center {
  text-align: center;
}

.section-title__link {
  font-size: 26px;
  color: #426b7d;
  text-decoration: underline;
}

.article-title {
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 1.2em;
}

.article-title--dark {
  color: #131313;
}

.content {
  color: #131313;
}

.content--text-align_center {
  text-align: center;
}

.content--text-color_light {
  color: #ffffff;
}
  
.content h1,
.content h1 p,
.content h2,
.content h2 p,
.content h3,
.content h3 p,
.content h4,
.content h4 p,
.content h5,
.content h5 p,
.content__pre-title,
.content__pre-title p,
.content__section-title,
.content__section-title p,
.content__article-title,
.content__article-title p {
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 25px;
  color: inherit;
}

.content h1:last-child,
.content h2:last-child,
.content h3:last-child,
.content h4:last-child,
.content h5:last-child,
.content__pre-title:last-child,
.content__section-title:last-child,
.content__article-title:last-child {
  margin-bottom: 0;
}

.content h2,
.content h2 p {
  font-size: 40px; /* atpzmena */
}

.content h3,
.content h3 p {
  font-size: 32px;
}

.content h4,
.content h4 p {
  font-size: 24px;
}

.content h5,
.content h5 p {
  font-size: 17px;
}

.content .content__pre-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #8a8a8a;
}

.content .content__pre-title--slim {
  font-size: 16px;
  font-weight: 300;
}

.content .content__pre-title--color_accent {
  color: #426b7d;
}

.content p,
.content__paragraph {
  font-size: 17px; /* atpzmena */ /* atpzmena2 */
  line-height: 26px; /* atpzmena */ /* atpzmena2 */
  font-weight: 300;
  margin-bottom: 25px;
  -webkit-columns: inherit;
     -moz-columns: inherit;
          columns: inherit;
}

.content p:last-child,
.content__paragraph:last-child {
  margin-bottom: 0;
}

.content--paragr-text-sz_15 p,
.content--paragr-text-sz_15 .content__paragraph {
  font-size: 15px;
}

.content--small-paragr-text,
.content--small-paragr-text p,
.content--small-paragr-text .content__paragraph,
.content .content__paragraph--small-text,
.content .content__paragraph--small-text p {
  font-size: 16px;
}

.content .content__paragraph--small-text.content__paragraph--benefity p {
  /* krejta new class */
  font-size: 16px;
}

.content a:not(.button) {
  color: #426b7d; /* atpzmena */
}

.content li {
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
}

.content ul,
.content ol {
  margin-bottom: 25px;
}

.content ul:last-child,
.content ol:last-child {
  margin-bottom: 0;
}

.content ul {
  padding-left: 1.2em;
}

.content ul li {
  margin-bottom: 0.5em;
}

.content ul li::marker {
  color: #426b7d; /* atpzmena */
}

.content ol {
  padding-left: 1.2em;
}

.content ol li {
  margin-bottom: 0.5em;
}

.content ol li::marker {
  font-size: 15px;
  font-weight: 500;
  color: #426b7d;
}

.content figure {
  margin-bottom: 25px;
}

.content figure img {
  max-width: 100%;
}

.star-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(/wp-content/themes/atp-stav/assets/images/icons/star-gold.svg) no-repeat center center;
  background-size: contain;
}

.white-arrow-left-icon {
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url(/wp-content/themes/atp-stav/assets/images/icons/arrow-left-white.svg) no-repeat center center;
  background-size: contain;
}

.white-arrow-right-icon {
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url(/wp-content/themes/atp-stav/assets/images/icons/arrow-right-white.svg) no-repeat center center;
  background-size: contain;
}

.text {
  font-size: 20px;
  color: #131313;
}

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

.text--color_accent {
  color: #426b7d;
}

.wrapper-wide {
  width: 100%;
  max-width: initial; /* atpzmena */
  padding: 0 var(--global-lr-padding);
  margin: 0 auto;
}

.wrapper-mid {
  width: 100%;
  max-width: calc(1440px + var(--global-lr-padding) * 2);
  padding: 0 var(--global-lr-padding);
  margin: 0 auto;
}

.wrapper-mid-slim {
  width: 100%;
  max-width: calc(1282px + var(--global-lr-padding) * 2);
  padding: 0 var(--global-lr-padding);
  margin: 0 auto;
}

.wrapper-mid-slim--no-padding {
  max-width: 1282px;
  padding: 0;
}

.wrapper-slim {
  width: 100%;
  max-width: calc(1076px + var(--global-lr-padding) * 2);
  padding: 0 var(--global-lr-padding);
  margin: 0 auto;
}

.wrapper-x-slim {
  width: 100%;
  max-width: calc(760px + var(--global-lr-padding) * 2);
  padding: 0 var(--global-lr-padding);
  margin: 0 auto;
}

.wrapper-x-slim--no-padding {
  max-width: 486px;
  padding: 0;
}

.wrapper-xx-slim {
  width: 100%;
  max-width: calc(486px + var(--global-lr-padding) * 2);
  padding: 0 var(--global-lr-padding);
  margin: 0 auto;
}

.wrapper-xx-slim--no-padding {
  max-width: 486px;
  padding: 0;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section--bg_neutral {
  background-color: #f4f4f4;
}

.section--bg_dark {
  background-color: #426b7d;
}

.section--bg_accent {
  background-color: #426b7d; /* atpzmena */
}

.section--overflow_hidden {
  overflow: hidden;
}

.section--owl {
  padding-bottom: 0 !important;
}

.section__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 0;
}

.section__content--bg-image {
  position: relative;
  z-index: 1;
}

.layout-3-columns {
  --layout-3-columns-gap: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 calc(-1 * var(--layout-3-columns-gap) / 2);
}

.layout-3-columns__column {
  text-align: center;
  width: calc(33.33% - var(--layout-3-columns-gap));
  margin: 0 calc(var(--layout-3-columns-gap) / 2);
}

.layout-3-columns__column--decor_arrow-right {
  position: relative;
}

.layout-3-columns__column--decor_arrow-right::after {
  --decor-arrow-right-width: 73px;
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translate(calc(var(--layout-3-columns-gap) / 2 + var(--decor-arrow-right-width) / 2), -50%);
      -ms-transform: translate(calc(var(--layout-3-columns-gap) / 2 + var(--decor-arrow-right-width) / 2), -50%);
          transform: translate(calc(var(--layout-3-columns-gap) / 2 + var(--decor-arrow-right-width) / 2), -50%);
  width: var(--decor-arrow-right-width);
  height: 2px;
  background-color: #fff;
}

.layout-3-columns__column-title {
  font-size: 24px !important;
  line-height: 30px;
  min-height: 60px;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-box--justify-content_space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-box--align-items_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-box--gap-30 {
  margin: -15px;
}

.flex-box--gap-30 .flex-box__item {
  padding: 15px;
}

.flex-box--gap-80 {
  margin: -40px;
}

.flex-box--gap-80 .flex-box__item {
  padding: 40px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 91px;
  z-index: 10000;
  background-color: #ffffff; /* atpzmena */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-box-shadow: 0px -6px 16px 4px #131313;
          box-shadow: 0px -6px 16px 4px #131313;
}

.header__column {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__atp-logo {
  display: block;
  width: 200px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: #000; /* atpzmena */
  padding: 0 30px;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.header__link--with-burger {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 30px;
}

.header__link:hover,
.header__link.active {
  background-color: #ffffff;
  color: #426b7d; /* atpzmena */
}

.header__burger {
  margin-left: 10px;
}

.header__burger .burger__line {
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.header__link:hover .burger__line, 
.header__link.active .burger__line {
  background-color: #426b7d;
}

.sidebar-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 500px;
  max-width: 100%;
  z-index: 100000;
  -webkit-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.sidebar-menu__overlay {
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background-color: #FFFAFD;
  opacity: 0.8;
  z-index: -1;
  display: none;
}

.sidebar-menu__inner {
  width: 100%;
  max-width: 500px;
  height: 100%;
  overflow: auto;
  padding: 45px 35px 45px 100px;
  margin-left: auto;
  background-color: #ffffff;
}

.sidebar-menu__head {
  margin-bottom: 45px;
}

.sidebar-menu__close-btn {
  position: relative;
  width: 25px;
  height: 25px;
  margin-left: auto;
  cursor: pointer;
}

.sidebar-menu__close-btn:hover::before,
.sidebar-menu__close-btn:hover::after {
  background-color: #426b7d;
}

.sidebar-menu__close-btn::before,
.sidebar-menu__close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #131313;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.sidebar-menu__close-btn::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.sidebar-menu__close-btn::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.sidebar-menu__body {
  height: calc(100% - 75px);
  overflow: auto;
}

.sidebar-menu__body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  padding-bottom: 50px;
}

.sidebar-menu__list {
  list-style: none;
  padding-bottom: 40px;
  border-bottom: 2px solid #8a8a8a;
  margin-bottom: 40px;
}

.sidebar-menu__list:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.sidebar-menu__list--from-header {
  display: none;
}

.sidebar-menu__item {
  margin-top: 17px;
  margin-bottom: 17px;
}

.sidebar-menu__link {
  display: inline-block;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #131313;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.sidebar-menu__link:hover,
.sidebar-menu__link.active {
  color: #426b7d;
}

.sidebar-menu.active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.sidebar-menu.active .sidebar-menu__overlay {
  display: block;
}

.page-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: calc(100vh - 91px);
  max-height: 800px;
  padding-top: 160px;
  padding-bottom: 160px;
  background: no-repeat center center;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}

.page-hero--pb_0 {
  padding-bottom: 0;
}

.page-hero--color_black {
  color: black;
}

.page-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(25%, #fff), to(transparent));
  background: -o-linear-gradient(left, #fff, #fff 25%, transparent 100%);
  background: linear-gradient(to right, #fff, #fff 25%, transparent 100%);
  z-index: 0;
}

.page-hero__video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177vw;
  min-width: 100%;
  height: 100%;
  min-height: 56.25vw;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-hero__content {
  z-index: 1;
}

.page-hero__content--center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-hero__content a:not(.button) {
  text-decoration: underline;
}

.page-hero__content strong {
  font-weight: 500;
}

.page-hero__pre-heading {
  width: 50%;
  font-size: 17px; /* atpzmena */
  font-weight: 400; /* atpzmena */
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-hero__heading {
  width: 50%; /* atpzmena */
  font-size: 48px; /* atpzmena */
  font-weight: 500; /* atpzmena */
  line-height: 1.25; /* atpzmena */
  margin-bottom: 20px; /* atpzmena */
}

.page-hero__paragraph {
  width: 50%; /* atpzmena */
  font-size: 22px; /* atpzmena */
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 20px;
}

.page-hero__paragraph a {
  color: inherit;
}

.page-hero__down-btn {
  position: absolute;
  bottom: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 43px;
  height: 43px;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  -webkit-animation: jump 0.6s infinite ease-in-out alternate;
          animation: jump 0.6s infinite ease-in-out alternate;
}

.page-hero__down-btn::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  border-top: none;
  border-left: none;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.page-hero__down-btn:hover {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes jump {
  from {
    bottom: 55px;
  }

  to {
    bottom: 45px;
  }
}

@keyframes jump {
  from {
    bottom: 55px;
  }

  to {
    bottom: 45px;
  }
}

.excerpts-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.excerpts-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.excerpts-section__picture {
  width: 517px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 517px;
          flex: 0 0 517px;
}

.excerpts-section__img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
	border-radius: 3px; /* atpzmena */
}

.excerpts-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 20px;
  margin-bottom: -75px;
}

.excerpts-section__item {
  width: calc(50% - 40px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  margin: 0 20px 75px;
}

.excerpts-section__item-category {
  font-size: 17px; /* atpzmena */
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.excerpts-section__item-heading {
  font-size: 32px; /* atpzmena */
  font-weight: 500; /* atpzmena */
  margin-bottom: 14px;
}

.excerpts-section__item-paragraph {
  font-size: 17px; /* atpzmena */
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 18px;
  /* color: rgba(42, 50, 48, 0.8); */
}

.excerpts-section__item-link {
  font-size: 17px; /* atpzmena */
  line-height: 24px;
  font-weight: 400;
  text-decoration: underline;
  color: #426b7d; /* atpzmena */
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.excerpts-section__item-link:hover {
  color: #254e60;
  text-decoration: none;
}

.tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

.tile--owl-item {
  margin-right: 15px;
  max-width: 490px;
}

.tile__item {
  display: block;
  position: relative;
  width: calc(33.33% - 30px);
  height: 0;
  padding-bottom: calc(33.33% - 30px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.15);
  margin: 15px;
  overflow: hidden;
  border-radius: 3px; /* atpzmena */
}

.tile__item--clickable-gallery {
  cursor: zoom-in;
  text-decoration: none;
  color: inherit;
}

a.tile__item:hover {
  text-decoration: none;
}

.tile__item--cursor_default {
  cursor: default;
}

.tile__item--in-owl-item {
  width: 100%;
  padding-bottom: 100%;
}

.tile__item--no-box-shaddow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tile__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  -webkit-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.tile__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 80%;
  max-height: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tile__centered-item-caption-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tile__item-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* min-height: 80px; */
  text-align: center;
  background-color: #ffffff;
  padding: 20px 20px 20px;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.tile__item-caption--text-align_left {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px; /* atpzmena */
  text-align: left;
}

.tile__item-caption--pos_left-center {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 80%;
}

.tile__item-caption--with-popup-button {
  margin-bottom: -83px;
}

.tile__item-caption--with-popup {
  display: block;
  top: 100%;
  height: 100%;
  overflow: visible;
  padding: 0;
}

.tile__item-caption--bottom_32 {
  top: calc(100% - 32px);
}

.tile__item--on-hover_accent-caption .tile__text {
  text-decoration: underline;
}

.tile__item--on-hover_accent-caption:hover .tile__item-caption {
  background-color: #426b7d; /* atpzmena */
}

.tile__item--on-hover_accent-caption:hover .tile__text {
  color: white;
  text-decoration: none;
}

.tile__item--on-hover_accent-caption:hover .tile__paragraph,
.tile__item--on-hover_accent-caption:hover .tile__paragraph a {
  color: #ffffff;
}

.tile__item--on-hover_accent-caption:hover .tile__paragraph-icon {
  color: #ffffff;
}

.tile__paragraph-icon {
  color: #426b7d;
}



.tile__label {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px; /* atpzmena */
  line-height: 22px;
  color: #131313;
  background-color: #ffffff;
  padding: 5px 30px;
  border-top: 0.5px solid #f4f4f4;
  font-weight: 400;
}

.tile__text {
  font-size: 22px; /* atpzmena */
  line-height: 30px;
  font-weight: 500;
  color: #000000; /* atpzmena */
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.tile__text--21 {
  font-size: 21px;
}

.tile__text--with-popup {
  background-color: #ffffff;
  position: absolute;
  bottom: 100%;
  width: 100%;
  padding: 20px 10px 20px;
  text-align: center;
}

.tile__item--with-popup .tile__text--with-popup {
  text-decoration: underline;
}

.tile__item--with-popup:hover .tile__text--with-popup {
  text-decoration: none;
}


.tile__text--color_light {
  color: #ffffff;
}

.tile__text--color_dark {
  color: #131313;
}

.tile__text--mb-25 {
  margin-bottom: 25px;
}

.tile__paragraph {
  font-size: 17px; /* atpzmena */
  font-weight: 300;
  line-height: 26px;
  margin-top: 5px;
  color: #131313;
}

.tile__paragraph,
.tile__paragraph > * {
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.tile__paragraph a {
  color: #426b7d; /* atpzmena */
  font-weight: 500;
}

.tile__item:hover .tile__paragraph,
.tile__item:hover .tile__paragraph a {
  /* color: #ffffff; */
}

.tile__paragraph-icon {
  color: #426b7d;
}

.tile__item:hover .tile__paragraph-icon {
  /* color: #ffffff; */
}

.tile__cta-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  -webkit-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.tile__cta-element--border_accent {
  border: 2px solid #426b7d;
}

.tile__item:hover .tile__cta-element {
  opacity: 1;
  z-index: 1;
}

.tile__cta-element-caption {
  text-align: center;
  margin-bottom: 25px;
}

.tile__cta-element-button {
  min-width: 137px;
}

.tile__hover-popup-button {
  margin: 0 auto;
}

.tile__item:hover .tile__item-caption--with-popup-button {
  margin-bottom: 0;
}

.tile__hover-popup-text {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px 20px;
}

.tile__hover-popup-text a {
  color: #426b7d;
}

.tile__hover-popup-text-inner {
  display: block;
}

.info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #426b7d; /* atpzmena */
  color: #ffffff;
  gap: 100px;
  border-radius: 3px 3px 3px 3px; /* atpzmena */
  overflow: hidden;
}

.info-section--noImg {
  gap: 60px;
}

.info-section--overflow_visible {
  overflow: visible;
}


.info-section--bg_light {
  background-color: #ffffff;
  color: #131313;
}

.info-section--bg_neutral {
  background-color: #f4f4f4;
  color: #131313;
}

.info-section__column {
  position: relative;
  width: calc(50% - 50px);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-section__column--width_bg-image {
  width: 33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.info-section__column--bgc_accent {
  background-color: #426b7d;
}

.info-section__column--owl {
  height: 580px;
}

.info-section__column--right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.info-section__content--kontakty {
  /* krejta new class */
}

.info-section__content--sluzby {
  /* krejta new class */
}

.info-section__content--sluzby-tabs {
  /* krejta new class */
}

.info-section__content--reference {
  /* krejta new class */
}

.info-section__content--bussines-card {
  /* krejta new class */
}

.info-section__content--bussines-card p {
  font-size: 20px;
  line-height: 30px;
}

.info-section__content--cta {
  padding: 0 80px;
}

.info-section__content--cta p {
  font-size: 20px;
  line-height: 30px;
}


.info-section__bgPicture {
  height: 600px;
  width: 100%;
  background: url() no-repeat center center;
  background-size: cover;
  border-radius: 3px;
}

.info-section__picture--width_100per {
  min-width: 100%;
  width: 100%;
}

.info-section__picture--icon {
  width: 205px;
  height: 205px;
}

.info-section__picture--bgsz_contain {
  background-size: contain;
}

.info-section__img {
  height: 580px;
  width: 100%;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-section__owlImg {
  height: 580px;
  width: 100%;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-section .owl-carousel-3,
.info-section .owl-carousel-3 .owl-item {
  height: 580px;
}

.info-section__bgPicture {
  height: 600px;
  width: 100%;
  background: url() no-repeat center center;
  background-size: cover;
  border-radius: 3px;
  /* atpzmena */
}

.info-section__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -10px;
}

.info-section__contact-link {
  padding: 10px;
}

.info-section__contact-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}

.info-section-as-row .info-section__column--left .info-section__content {
  width: 100%;
}

.info-section-as-row .info-section__column--right .info-section__content {
  width: 100%;
}

.info-section-as-row .info-section__picture {
  height: 580px;
  width: 100%;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-section-as-row .gallery-slider {
  width: 100%;
  padding-bottom: calc(100% / var(--gallery-slider-aspect-ratio));
}

@media screen and (max-width: 500px) {
  .info-section-as-row .gallery-slider {
    padding-bottom: 100%;
  }
}

.info-section-as-row-wrapper--hidden {
  display: none;
}

.team-section__team-gallery {
  margin-bottom: 40px;
}

.team-section__content {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.team-gallery {
  --team-gallery-column-gap: 40px;
}

.team-gallery__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-gallery__item {
  position: relative;
  width: calc(33.3333333333% - var(--team-gallery-column-gap) * 2 / 3);
  height: 0;
  padding-bottom: 44%;
  margin-right: var(--team-gallery-column-gap);
  background: no-repeat center center;
  background-size: cover;
  overflow: hidden;
  border-radius: 3px;
}

.team-gallery__item:last-child {
  margin-right: 0;
}

.team-gallery__item-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #426b7d; /* atpzmena */
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.team-gallery__banner-text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 17px; /* atpzmena */
  line-height: 1.8;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.team-gallery__item:hover .team-gallery__banner-text {
  color: #ffffff;
}

.tile-carousel-wrapper {
  margin-right: -30px;
}

.tile-carousel-wrapper .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.tile-carousel-wrapper .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: calc(-1 * (100vw - 100%) / 2 - 15px);
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tile-carousel-wrapper .owl-carousel .owl-nav button {
  width: 60px;
  height: 80px;
  background-color: #426b7d;
  line-height: 80px;
  font-size: 40px;
  color: #ffffff;
  border-radius: 3px;
  margin: 0;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.tile-carousel-wrapper .owl-carousel .owl-nav button:hover {
  background-color: #254e60;
}

.tile-carousel-wrapper .owl-carousel .owl-nav button.disabled {
  opacity: 0;
}

.tile-carousel-wrapper .owl-carousel .owl-nav button > span[aria-label=Previous],
.tile-carousel-wrapper .owl-carousel .owl-nav button > span[aria-label=Next] {
  display: block;
  margin-top: -5px;
}

.tile-carousel-wrapper .owl-carousel .owl-nav button > span[aria-label=Previous] {
  margin-left: -5px;
}

.tile-carousel-wrapper .owl-carousel .owl-nav button > span[aria-label=Next] {
  margin-right: -5px;
}

.tile-carousel-wrapper .owl-carousel .owl-dots {
  display: none;
}

.dropdowns-container__dropdown {
  margin-bottom: 12px;
}

.dropdowns-container__dropdown:last-child {
  margin-bottom: 0;
}

.dropdown {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.dropdown__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f4f4f4;
  padding: 20px 30px;
  cursor: pointer;
  z-index: 1;
}

.dropdown__title {
  font-size: 20px;
  font-weight: 500;
  pointer-events: none;
  margin: 0;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.dropdown__head:hover .dropdown__title,
.dropdown.active .dropdown__title {
  color: #426b7d;
}

.dropdown__decore {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: none;
  position: relative;
  width: 20px;
  height: 4px;
  background-color: #131313;
  margin-left: 15px;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.dropdown__decore::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #131313;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.dropdown__head:hover .dropdown__decore {
  background-color: #426b7d;
}

.dropdown__head:hover .dropdown__decore::before {
  background-color: #426b7d;
}

.dropdown.active .dropdown__decore {
  background-color: #426b7d;
}

.dropdown.active .dropdown__decore::before {
  display: none;
}

.dropdown__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  background-color: #fafafa;
  -webkit-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
  position: absolute;
}

.dropdown__slider-column {
  width: 561px;
  min-height: 561px;
}

.dropdown:nth-child(even) .dropdown__slider-column {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.dropdown__image-carousel-wrapper {
  position: relative;
  height: 100%;
}

.dropdown__info-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 57%;
  padding: 50px 40px;
  padding-right: 125px;
}

.dropdown:nth-child(even) .dropdown__info-column {
  padding-right: 40px;
  padding-left: 125px;
}

.dropdown__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.icons-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -40px -20px;
}

.icons-section--border-bottom {
  border-bottom: 2px solid #426b7d;
  margin-bottom: 0;
}

.icons-section__item {
  width: 25%;
  text-align: center;
  padding: 40px 20px;
  color: #ffffff;
}

.icons-section__item-icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: no-repeat center center;
  background-size: contain;
  margin-bottom: 15px;
}

.icons-section__item-icon--sz-36 {
  width: 36px;
  height: 36px;
}

.icons-section__item-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
}

.icons-section__item-caption {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 1px;
}

.icons-section__item-link {
  color: #ffffff;
}

.icons-section__item-link:hover {
  text-decoration: underline;
}

.tabs-section {
  background-color: #f4f4f4;
}

.tabs-section--no-ajax .tabs-section__items {
  position: relative;
  height: 0;
  overflow: hidden;
}

.tabs-section__item {
  -webkit-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.tabs-section__item.active {
  display: block;
}

.tabs-section--no-ajax .tabs-section__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 0;
}

.tabs-section--no-ajax .tabs-section__item.active {
  opacity: 1;
  z-index: 1;
}

.tabs-section__buttons {
  text-align: right;
  margin: 40px 0;
}

.tabs-section__filter-button {
  cursor: pointer;
  border-radius: 3px;
}

.tabs-section__filter-button-close-text {
  display: none;
}

.tabs-section__filter-button.active .tabs-section__filter-button-close-text {
  display: inline;
}

.tabs-section__filter-button.active .tabs-section__filter-button-open-text {
  display: none;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: auto;
}

.tabs--border-bottom {
  border-bottom: 2px solid #f4f4f4;
}

.tabs--pos_fixed {
  position: sticky;
  top: 91px;
  z-index: 100;
}

.tabs--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tabs__item {
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 210px;
  background-color: #ffffff;
  padding: 25px 50px;
  cursor: pointer;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.tabs__item:hover {
  background-color: #426b7d;
}

.tabs__item--no-bg-change-on-hover:hover {
  background-color: #ffffff;
}

.tabs__item--accent-border_on-active {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tabs__item--with-link {
  padding: 0;
}

.tabs__item--border-top-neutral {
  border-top: 5px solid #f4f4f4;
}

.tabs__item--accent-border_on-active.active,
.tabs__item--accent-border_on-active:hover {
  border-top: 5px solid #426b7d;
}

.tabs__item--accent-border-bottom_on-active {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tabs__item--border-bottom-neutral {
  border-bottom: 5px solid #f4f4f4;
}

.tabs__item--accent-border-bottom_on-active.active,
.tabs__item--accent-border-bottom_on-active:hover {
  border-bottom: 5px solid #426b7d;
}

.tabs__item-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  color: #131313;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  word-break: break-word;
}

.tabs__item-title--as-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
}

.tabs__item.active .tabs__item-title {
  color: #426b7d;
  font-weight: 500;
}

.tabs__item-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat center center;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
}

.tabs__item.active .tabs__item-icon {
  display: block;
}

.tabs--contact-page .tabs__item {
  background-color: #426b7d;
  border-bottom: none;
}

.tabs--contact-page .tabs__item:hover,
.tabs--contact-page .tabs__item.active {
  background-color: #f4f4f4;
}

.tabs--contact-page .tabs__item:hover .tabs__item-title,
.tabs--contact-page .tabs__item.active .tabs__item-title {
  color: #426b7d;
}

.tabs--contact-page .tabs__item-title {
  color: #ffffff;
}

.image-gallery {
  --image-gallery-gap: 20px;
}

.image-gallery__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: calc(-1 * var(--image-gallery-gap));
}

.image-gallery__item {
  padding: var(--image-gallery-gap);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

.image-gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.blog-info {
  position: relative;
  padding: 20px 30px;
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
}

.blog-info__item--tags {
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blog-hero__content a:not(.button) {
  text-decoration: underline;
}

.blog-hero__content strong {
  font-weight: 500;
}

.blog-hero__pre-heading {
  max-width: 600px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

.blog-hero__heading {
  max-width: 600px;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: center;
}

.blog-hero__paragraph {
  max-width: 600px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 35px;
  text-align: center;
}

.contact-card {
  width: 50%;
  padding: 20px 12%;
}

.contact-card.is-hidden {
  display: none;
}

.contact-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-card__inner--ai_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-card__column-info {
  margin-left: 60px;
}

.contact-card__ava {
  width: 200px;
  height: 200px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact-card__ava--rounded {
  border-radius: 50%;
}


.contact-card__name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #131313;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.contact-card__about {
  font-size: 17px;
  color: #000;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 26px;
}

a.contact-card .contact-card__about {
  font-size: 17px;
  font-weight: 400;
  color: #426b7d;
  text-decoration: underline;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

a.contact-card .contact-card__about:hover {
  text-decoration: none;
}

.contact-card__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.contact-card__socials > a:first-child {
  margin-right: 25px;
}

.contact-card__contact-link {
  font-size: 17px;
  font-weight: 400;
  color: #426b7d;
  text-decoration: underline;
  margin-bottom: 5px;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.contact-card__contact-link:hover {
  text-decoration: none;
}

.contact-card__contact-link--mb-0 {
  margin-bottom: 0;
}

.contact-card__contact-link:last-child {
  margin-bottom: 0;
}

a.contact-card:hover .contact-card__name,
a.contact-card:focus .contact-card__name {
  color: #426b7d;
}

.bordered-items {
  overflow: hidden;
}

.bordered-items__item {
  position: relative;
}

.bordered-items__item:nth-child(1) .bordered-items__border--right {
  display: block;
}

.bordered-items__item:nth-child(2n+3) .bordered-items__border--top,
.bordered-items__item:nth-child(2n+3) .bordered-items__border--right {
  display: block;
}

.bordered-items__item:nth-child(2n+4) .bordered-items__border--top {
  display: block;
}

.bordered-items__border {
  display: none;
  position: absolute;
  background-color: #426b7d;
}

.bordered-items__border--top {
  top: -0.5px;
  left: 50%;
  width: 95%;
  height: 0.5px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.bordered-items__border--bottom {
  bottom: -0.5px;
  left: 50%;
  width: 95%;
  height: 0.5px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.bordered-items__border--left {
  top: 50%;
  left: -0.5px;
  width: 0.5px;
  height: 80%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.bordered-items__border--right {
  top: 50%;
  right: -0.5px;
  width: 0.5px;
  height: 80%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.bordered-items__item--white .bordered-items__border {
  background-color: #131313;
}

.clients-logo-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -30px;
  margin-right: -30%;
}

.clients-logo-carousel .owl-stage .owl-item {
  margin: 0 30px;
  /* -webkit-filter: grayscale(100%);
          filter: grayscale(100%); */
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.clients-logo-carousel .owl-stage .owl-item:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.clients-logo-grid {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -10px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.6;
}

.clients-logo-grid__item {
  position: relative;
  display: block;
  width: 50%;
  height: 70px;
}

.clients-logo-grid__img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: calc(100% - 20px);
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pagination {
  margin-top: 40px;
  text-align: center;
}

.pagination__btn {
  border: none;
  background-color: transparent;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.pagination__btn--prev,
.pagination__btn--next {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  border: 2px solid #131313;
  border-left: none;
  border-bottom: none;
}

.pagination__btn--prev:hover,
.pagination__btn--next:hover {
  border-color: #426b7d;
}

.pagination__btn--prev.disabled,
.pagination__btn--next.disabled {
  border-color: #d8d8d8;
  pointer-events: none;
}

.pagination__btn--prev {
  -webkit-transform: rotate(-130deg);
      -ms-transform: rotate(-130deg);
          transform: rotate(-130deg);
}

.pagination__btn--next {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pagination__btn.active,
.pagination__btn:hover {
  color: #426b7d;
}

.contact-form {
  --contact-form-side-banner-width: 140px;
  margin: 0 auto;
}

.contact-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form__side-banner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: var(--contact-form-side-banner-width);
  min-height: 100%;
  background-color: #426b7d;
  background-image: url(/wp-content/themes/atp-stav/assets/images/icons/contact-form-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 64px 64px;
}

.contact-form__form-container {
  width: calc(100% - var(--contact-form-side-banner-width));
  background-color: #f4f4f4;
  padding: 50px;
}

.contact-form__content,
.contact-form {
  max-width: 100%;
}

.contact-form__content {
  width: 686px;
  max-width: 100%;
  margin-bottom: 25px;
}

.contact-form > p {
  margin-bottom: 0;
}

.contact-form > p > label {
  font-size: 15px;
  font-weight: 500;
}

.contact-form > p > span {
  display: block;
}

.contact-form > p > span > textarea,
.contact-form > p > span > input {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #000;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.2;
  color: #8a8a8a;
}

.contact-form > p > span > textarea::-webkit-input-placeholder, .contact-form > p > span > input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.2;
  color: #d8d8d8;
}

.contact-form > p > span > textarea::-moz-placeholder, .contact-form > p > span > input::-moz-placeholder {
  font-size: 16px;
  line-height: 1.2;
  color: #d8d8d8;
}

.contact-form > p > span > textarea:-ms-input-placeholder, .contact-form > p > span > input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.2;
  color: #d8d8d8;
}

.contact-form > p > span > textarea::-ms-input-placeholder, .contact-form > p > span > input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.2;
  color: #d8d8d8;
}

.contact-form > p > span > textarea::placeholder,
.contact-form > p > span > input::placeholder {
  font-size: 16px;
  line-height: 1.2;
  color: #d8d8d8;
}

.contact-form > p > span > textarea:active,
.contact-form > p > span > textarea:focus,
.contact-form > p > span > input:active,
.contact-form > p > span > input:focus {
  border-color: #426b7d;
  outline: none;
}

.contact-form > p > span > textarea {
  resize: none;
}

.contact-form > p > input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 3px;
}

.contact-form > p > input[type=submit]:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.contact-form > p input[type=checkbox] {
  width: 12px;
  height: 12px;
  border-radius: 0;
}

.contact-form > p input[type=checkbox] + span {
  font-size: 12px;
  line-height: 22px;
  color: #000;
  margin-left: 5px;
  vertical-align: top;
}

.contact-form .wpcf7-form-control-wrap[data-name=agree] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0;
}

.contact-form__checkbox > span {
  margin-left: 0;
}

.contact-form--color-style_accent .contact-form__side-banner {
  background-color: #131313;
}

.contact-form--color-style_accent .contact-form__form-container {
  background-color: #426b7d;
}

.contact-form--color-style_accent input[type=submit] {
  background-color: #131313;
}

.contact-form--color-style_dark-banner .contact-form__side-banner {
  background-color: #131313;
}

.filter-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  background-color: #ffffff;
  z-index: 10000;
  -webkit-transform: translate(-120%, 0);
      -ms-transform: translate(-120%, 0);
          transform: translate(-120%, 0);
  -webkit-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.filter-box.active {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.filter-box__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #426b7d;
  border: 1px solid white;
  cursor: pointer;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.filter-box__close::before,
.filter-box__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
}

.filter-box__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.filter-box__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.filter-box__content {
  height: 100%;
  padding: 50px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter-box__title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #8a8a8a;
  margin-bottom: 7px;
}

.filter-box__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.filter-box__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  text-align: left;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-right: 14px;
  cursor: pointer;
}

.filter-box__checkbox::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #dedede;
  border-radius: 2px;
  background-color: #fff;
  margin-top: 3px;
  margin-right: 10px;
}

.filter-box__checkbox.checked::before {
  background-color: #426b7d;
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 1px 1px #426b7d;
          box-shadow: 0 0 1px 1px #426b7d;
}

.single-button-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-button-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #426b7d;
  z-index: -1;
}

.single-button-section__button {
  background-color: #fff;
}

.gallery-slider {
  --gallery-slider-aspect-ratio: 1.45;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(100% / var(--gallery-slider-aspect-ratio));
}

.gallery-slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -15px;
}

.gallery-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.333%;
  height: 100%;
}

.gallery-slider__image-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.gallery-slider__image {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px) !important;
  height: calc(100% - 30px) !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

@media screen and (max-width: 1080px) {
  .tile__item-caption--text-align_left {
    padding: 40px;
  }

  .info-section {
    gap: 50px;
  }

  .info-section--noImg {
    gap: 40px;
  }

  .info-section__column {
    width: calc(50% - 25px);
  }

  .gallery-slider__image {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px) !important;
    height: calc(100% - 20px) !important;
  }
}

.gallery-slider .owl-carousel .owl-stage-outer {
  height: 100%;
}

.gallery-slider .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}

.gallery-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.gallery-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .gallery-slider__item {
  width: 100%;
}

.gallery-slider .owl-carousel .owl-nav button.owl-next,
.gallery-slider .owl-carousel .owl-nav button.owl-prev,
.gallery-slider .owl-carousel button.owl-dot {
  color: #333;
  background-color: #fcfbfb;
  border-radius: 3px;
  font-size: 45px;
  width: 42px;
  height: 42px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1080px) {
  .gallery-slider .owl-carousel .owl-nav button.owl-next,
  .gallery-slider .owl-carousel .owl-nav button.owl-prev,
  .gallery-slider .owl-carousel button.owl-dot {
    font-size: 40px;
    width: 37px;
    height: 37px;
  }
}

@media screen and (max-width: 768px) {
  .info-section--noImg {
    gap: 0;
  }

  .gallery-slider .owl-carousel .owl-nav button.owl-next,
  .gallery-slider .owl-carousel .owl-nav button.owl-prev,
  .gallery-slider .owl-carousel button.owl-dot {
    font-size: 45px;
    width: 42px;
    height: 42px;
  }
}

.gallery-slider .owl-carousel .owl-nav button.owl-next span,
.gallery-slider .owl-carousel .owl-nav button.owl-prev span {
  display: block;
  margin-top: -8px;
  font-weight: 300;
}

.gallery-slider .owl-carousel .owl-nav button.owl-next span {
  margin-left: 3px;
}

.gallery-slider .owl-carousel .owl-nav button.owl-prev span {
  margin-right: 3px;
}

.gallery-slider .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #edebeb;
}

.gallery-slider .owl-theme .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  margin: 0;
  width: calc(100% + 20px);
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 6px));
      -ms-transform: translateY(calc(-50% - 6px));
          transform: translateY(calc(-50% - 6px));
  height: 0;
  align-items: center;
}

@media screen and (max-width: 1080px) {
  .gallery-slider .owl-theme .owl-nav {
    padding: 0 14px;
  }
}

@media screen and (max-width: 500px) {
  .gallery-slider .owl-theme .owl-nav {
    margin-top: 6px;
  }
}

.gallery-slider .owl-theme .owl-nav .disabled {
  opacity: 0.6;
}

.footer {
  background-color: #131313;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer__columns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 30px;
}

.footer__column:last-child {
  padding-right: 0;
}

.footer__li {
  margin-bottom: 25px;
}

.footer__li:last-child {
  margin-bottom: 0;
}

.footer__topic {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #426b7d;
}

.footer__link {
  display: inline-block;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.footer__link::first-letter {
  text-transform: uppercase;
}

.footer__link:hover {
  color: #426b7d;
}

.footer__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  border-top: 0.5px solid #426b7d;
  margin-top: 40px;
}

.footer__sub-column {
  width: 300px;
  min-width: 176px;
}

.footer__sub-center-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__atp-logo {
  display: inline-block;
  width: 130px;
  height: 38px;
  background: no-repeat center center;
  background-size: contain;
}

.footer__addr {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 12px;
}

.footer__social-link {
  display: inline-block;
  width: 41px;
  height: 41px;
  margin-right: 20px;
  background: no-repeat center center;
  background-size: contain;
}

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

.footer__google-reviews {
  display: inline-block;
  width: 200px;
  height: 80px;
  background: no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 993px) {
  .team-gallery__item--even {
    padding-bottom: 55%;
  }

  .team-gallery__item--even .team-gallery__item-banner {
    top: unset;
    bottom: 0;
  }
}

@media screen and (max-width: 1675px) {
  .team-gallery__banner-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 1600px) {
  .header__link--hide-first {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .excerpts-section__picture {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
  }
}

@media screen and (max-width: 1200px) {
  .layout-3-columns__column--decor_arrow-right::after {
    --decor-arrow-right-width: 40px;
  }

  .layout-3-columns {
    --layout-3-columns-gap: 100px;
  }

  .header__link--hide-last {
    display: none;
  }

  .sidebar-menu__list--from-header {
    display: block;
  }

  .excerpts-section__inner {
    display: block;
  }

  .excerpts-section__picture {
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
  }

  .excerpts-section__content {
    margin: 0 -20px -50px;
  }

  .excerpts-section__item {
    margin-bottom: 50px;
  }

  .info-section__paragraph {
    padding: 0;
  }

  .team-gallery__banner-text {
    font-size: 18px;
  }

  .dropdown__info-column {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dropdown:nth-child(even) .dropdown__info-column {
    padding-left: 40px;
    padding-right: 40px;
  }

  .icons-section__item-icon {
    width: 44;
    height: 44px;
    margin-bottom: 5px;
  }

  .icons-section__item-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .icons-section__item-caption {
    font-weight: 300;
  }

  .contact-card {
    padding: 0;
  }

  .contact-card__ava {
    width: 120px;
    height: 120px;
  }

  .contact-card__column-info {
    margin-left: 35px;
  }

  .footer__columns {
    margin-right: -30px;
    margin-bottom: -40px;
  }

  .footer__column {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1080px) {
  .info-section {
    gap: 50px;
  }

  .info-section--noImg {
    gap: 40px;
  }

  .info-section__column {
    width: calc(50% - 25px);
  }

  .info-section__content--cta {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1080px) {
  .gallery-slider__image {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px) !important;
    height: calc(100% - 20px) !important;
  }

  .gallery-slider .owl-carousel .owl-nav button.owl-next,
  .gallery-slider .owl-carousel .owl-nav button.owl-prev,
  .gallery-slider .owl-carousel button.owl-dot {
    font-size: 40px;
    width: 37px;
    height: 37px;
  }

  .gallery-slider .owl-theme .owl-nav {
    padding: 0 14px;
  }
}

@media screen and (max-width: 992px) {
  .page-hero {
    text-align: center;
    max-height: 700px;
  }

  .page-hero__overlay {
    -webkit-clip-path: none;
            clip-path: none;
  }

  .page-hero__heading {
    width: 100%;
  }

  .page-hero__pre-heading {
    width: 100%;
  }

  .page-hero__paragraph {
    width: 100%;
  }

  .tile--owl-item {
    max-width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }

  .tile__item {
    width: calc(50% - 30px);
  }

  .tile__item--in-owl-item {
    width: 50%;
    padding-bottom: 50%;
  }

  .team-gallery__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: calc(-1 * var(--team-gallery-column-gap) / 2);
  }

  .team-gallery__item {
    width: calc(50% - var(--team-gallery-column-gap));
    padding-bottom: 60%;
    margin: calc(var(--team-gallery-column-gap) / 2);
  }

  .tile-carousel-wrapper .owl-carousel .owl-nav {
    display: none;
  }

  .tile-carousel-wrapper .owl-carousel .owl-dots {
    display: block;
  }

  .dropdown__body {
    display: block;
  }

  .dropdown__slider-column {
    width: 100%;
    min-height: unset;
    margin-bottom: 40px;
  }

  .dropdown__image-carousel-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 60%;
  }

  .dropdown__info-column {
    width: 100%;
    padding: 0 30px 50px;
  }

  .image-gallery {
    --image-gallery-gap: 10px;
  }

  .image-gallery__item {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}

@media screen and (max-width: 768px) {
  .contact-link {
    font-size: 16px;
  }

  .section-title {
    font-size: 29px;
  }

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

  .content h2 {
    font-size: 29px;
  }

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

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

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

  .text {
    font-size: 16px;
  }

  .section--benefits {
    padding-bottom: 0 !important;
  }

  .layout-3-columns {
    --layout-3-columns-gap: 80px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .layout-3-columns__column {
    width: 100%;
    margin-bottom: var(--layout-3-columns-gap);
  }

  .layout-3-columns__column--decor_arrow-right::after {
    --decor-arrow-right-width: 50%;
    top: calc(100% + var(--layout-3-columns-gap) / 2);
    right: 50%;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }

  .layout-3-columns__column-title {
    min-height: auto;
  }

  .flex-box--on-mobile_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .flex-box--gap-80.flex-box--on-mobile_column {
    margin: -20px 0;
  }

  .flex-box--gap-80.flex-box--on-mobile_column .flex-box__item {
    padding: 20px 0;
  }

  .page-hero {
    min-height: calc(100vh - 91px);
  }

  .page-hero__heading {
    font-size: 40px;
    line-height: 55px;
  }

  .page-hero__paragraph {
    margin: 0 auto 20px auto;
    text-align: center;
  }

  .tile__item-caption--text-align_left {
    padding: 30px !important;
  }

  .tile--owl-item {
    width: calc(100% - 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .tile__item {
    height: 300px;
  }

  .tile__item--in-owl-item {
    width: 100%;
    height: 100%;
    width: 100%;
    aspect-ratio: 4/3;
  }

  .tile__item-caption {
    min-height: 60px;
    padding: 15px;
  }

  .tile__item-caption--with-popup {
    padding: 0;
  }

  .info-section--noImg {
    gap: 0;
  }

  .info-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .info-section__column {
    width: 100%;
  }

  .info-section__content--cta {
    padding: 40px 30px;
  }

  .info-section__picture {
    min-width: calc(100% + 2 * var(--global-lr-padding));
    margin-left: calc(-1 * var(--global-lr-padding));
    height: 280px;
    border-radius: 3px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .info-section__picture--icon {
    min-width: 150px;
    width: 150px;
    min-height: 105px;
    height: 105px;
    margin: 0 auto;
  }

  .info-section__bgPicture {
    height: 280px;
  }

  .icons-section__item {
    width: 50%;
  }

  .tabs--pos_fixed {
    position: static;
  }

  .blog-info {
    display: block;
    text-align: right;
  }

  .blog-info__item--tags {
    min-width: 100%;
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .contact-card {
    width: 100%;
  }

  .contact-card__ava {
    width: 90px;
    height: 90px;
  }

  .contact-card__column-info {
    margin-left: 30px;
  }

  .bordered-items__item .bordered-items__border {
    display: none !important;
  }

  .bordered-items__item .bordered-items__border--bottom {
    display: block !important;
    width: 100%;
  }

  .contact-form {
    --contact-form-side-banner-width: 140px;
  }

  .contact-form__form-container {
    padding: 30px;
  }

  .gallery-slider .owl-carousel .owl-nav button.owl-next,
  .gallery-slider .owl-carousel .owl-nav button.owl-prev,
  .gallery-slider .owl-carousel button.owl-dot {
    font-size: 45px;
    width: 42px;
    height: 42px;
  }

  .footer__li {
    margin-bottom: 16px;
  }

  .footer__social-link {
    width: 30px;
    height: 30px;
  }

  .footer__google-reviews {
    width: 175;
    height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .info-section__column--owl {
    height: 440px;
  }

  .info-section__column--left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .info-section__img {
    height: 440px;
  }

  .info-section__owlImg {
    height: 440px;
  }

  .info-section .owl-carousel-3,
  .info-section .owl-carousel-3 .owl-item {
    height: 440px;
  }

  .info-section-as-row .info-section__picture {
    height: 440px;
  }

}

@media screen and (max-width: 680px) {
  .team-gallery {
    --team-gallery-column-gap: 30px;
  }

  .team-gallery__item {
    height: 320px;
  }

  /* .team-gallery__item-banner {
    width: 35px;
  } */

  .team-gallery__banner-text {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 600px) {
  .tile__item {
    width: 100%;
  }

  .contact-form__inner {
    display: block;
  }

  .contact-form__side-banner {
    width: 100%;
    height: 80px;
    background-size: 40px 40px;
  }

  .contact-form__form-container {
    width: 100%;
  }

  .filter-box {
    width: 270px;
  }

  .filter-box__checkbox {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .footer__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__sub-column {
    margin-bottom: 30px;
  }

  .footer__sub-column:last-child {
    margin-bottom: 0;
  }

  .footer__sub-left-column {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .sidebar-menu__inner {
    padding: 40px;
  }

  .excerpts-section__picture {
    width: 100vw;
    height: 240px;
    margin-left: calc(-1 * var(--global-lr-padding));
  }

  .excerpts-section__content {
    margin: 0;
  }

  .excerpts-section__item {
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
  }

  .excerpts-section__item:last-child {
    margin-bottom: 0;
  }

  .tile__item--in-owl-item {
    aspect-ratio: 1;
  }

  .info-section__column--owl {
    height: 360px;
  }

  .info-section__img {
    height: 360px;
  }

  .info-section__owlImg {
    height: 360px;
  }

  .info-section .owl-carousel-3,
  .info-section .owl-carousel-3 .owl-item {
    height: 360px;
  }

  .info-section-as-row .info-section__picture {
    height: 360px;
  }

  .info-section-as-row .gallery-slider {
    padding-bottom: 100%;
  }

  .team-gallery__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .team-gallery__item {
    width: 60%;
    margin: 0;
    margin-bottom: var(--team-gallery-column-gap);
  }

  .team-gallery__item:last-child {
    margin-bottom: 0;
  }

  .tabs__item-title--as-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-gallery__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .gallery-slider {
    padding-bottom: 100%;
  }

  .gallery-slider .owl-theme .owl-nav {
    margin-top: 6px;
  }
}

@media screen and (max-width: 480px) {
  .clients-logo-carousel {
    display: none !important;
  }

  .clients-logo-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__columns {
    margin-right: 0;
  }

  .footer__column {
    width: 100%;
    padding-right: 0;
  }

  .footer__list {
    text-align: center;
  }
}

@media screen and (max-width: 430px) {
  .team-gallery__item {
    width: 80%;
  }
}

@media screen and (max-width: 425px) {
  .header__menu-lable {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .contact-card__inner {
    display: block;
  }

  .contact-card__ava {
    margin: 0 auto 20px;
  }

  .contact-card__column-info {
    text-align: center;
    margin: 0;
  }

  .contact-card__contact-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 5px;
  }

  .contact-card__contact-link:last-child {
    margin-bottom: 0;
  }

  .contact-card__socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}







.blog-hero__content a:not(.button) {
  text-decoration: underline;
}

.blog-hero__content strong {
  font-weight: 500;
}

.blog-hero__pre-heading {
  max-width: 600px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

.blog-hero__heading {
  max-width: 600px;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: center;
}

.blog-hero__paragraph {
  max-width: 600px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 35px;
  text-align: center;
}