@charset "UTF-8";
/* barvy */
/* velikosti */
/* layouty */
.layout-1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 40px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .layout-1 {
    width: 90%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-1 {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .layout-1 {
    width: 94%;
  }
}

.layout-1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 80px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .layout-1-1 {
    width: 90%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-1-1 {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .layout-1-1 {
    grid-template-columns: 1fr;
  }
}

.layout-2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 80px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .layout-2-1 {
    width: 90%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-2-1 {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .layout-2-1 {
    grid-template-columns: 1fr;
    width: 94%;
  }
}

.layout-top {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-column-gap: 80px;
  width: 1400px;
  margin: 0 auto;
}

.layout-side {
  display: grid;
  grid-template-columns: 1fr 350px;
  grid-column-gap: 100px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .layout-side {
    width: 90%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-side {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .layout-side {
    width: 94%;
    grid-template-columns: 1fr;
  }
}

.layout-side-left {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-column-gap: 100px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .layout-side-left {
    width: 90%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-side-left {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .layout-side-left {
    width: 94%;
    grid-template-columns: 1fr;
  }
}

/* fonty */
.editor-styles-wrapper .strip-dark h3 {
  width: 960px;
}

.editor-styles-wrapper .strip-dark h2 {
  width: 960px;
}

.editor-styles-wrapper .strip-dark h4 {
  width: 960px;
}

/* obsah */
.page-wrap .wp-block-columns {
  max-width: 1400px !important;
}

.container {
  margin: 0 auto !important;
}
@media (min-width: 1350px) {
  .container {
    width: 1400px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .container {
    width: 90%;
  }
}

.wp-block-group__inner-container, .wp-block-cover__inner-container {
  margin: 0 auto !important;
}
@media (min-width: 1350px) {
  .wp-block-group__inner-container, .wp-block-cover__inner-container {
    width: 1400px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .wp-block-group__inner-container, .wp-block-cover__inner-container {
    width: 1000px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .wp-block-group__inner-container, .wp-block-cover__inner-container {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .wp-block-group__inner-container, .wp-block-cover__inner-container {
    width: 90%;
  }
}

@media (min-width: 1200px) and (max-width: 1349px) {
  .layout-side {
    width: 1100px;
  }
  .layout-header {
    width: 1100px;
    grid-template-columns: 300px 1fr 100px;
  }
  .layout-footer {
    width: 1100px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-1 {
    width: 90%;
  }
  .layout-1-1 {
    width: 90%;
  }
  .layout-side {
    width: 90%;
  }
  .layout-header {
    width: 90%;
    grid-template-columns: 1fr 150px 50px;
    grid-column-gap: 10px;
  }
  .layout-footer {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .layout-1 {
    width: 94%;
    grid-template-columns: 1fr;
  }
  .layout-1-1 {
    width: 94%;
    grid-template-columns: 1fr;
  }
  .layout-side {
    width: 94%;
    grid-template-columns: 1fr;
  }
  .layout-header {
    width: 94%;
    grid-template-columns: 1fr 150px 50px;
    grid-column-gap: 10px;
  }
  .layout-footer {
    width: 94%;
    grid-template-columns: 1fr;
  }
}
.wp-block-button__link {
  color: white !important;
}
.wp-block-button__link:hover {
  background: #2B9348;
}

.btn-big-green {
  background: #2B9348;
  padding: 15px 30px;
  border-radius: 7px;
  color: white;
  text-decoration: none;
  display: inline-block;
}
.btn-big-green:hover {
  background: white;
  color: #2B9348;
}

.btn-big-white {
  background: white;
  padding: 15px 30px;
  border-radius: 7px;
  color: #2B9348;
  text-decoration: none;
  display: inline-block;
}
.btn-big-white:hover {
  background: #2B9348;
  color: white;
}

.btn-middle {
  padding: 15px 30px;
  border-radius: 7px;
  text-decoration: none;
  display: inline-block;
}

.btn-green {
  background: #2B9348;
  color: white;
}
.btn-green:hover {
  background: #777;
  color: white;
}

.btn-black {
  background: #101126;
  color: white;
}
.btn-black:hover {
  background: #777;
  color: white;
}

.btn-outline-red {
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #ff4545;
  color: #ff4545;
  text-decoration: none;
  border-radius: 7px;
  font-weight: 500;
}
.btn-outline-red:hover {
  background: #101126;
  border: 2px solid #101126;
  color: white;
}

.btn-text {
  display: inline-block;
  padding: 10px 0;
  border: 0px solid #2B9348;
  color: #2B9348;
  text-decoration: none;
  border-radius: 7px;
}
.btn-text:hover {
  border: 0px solid #101126;
  color: #101126;
}

.btn-orange {
  background: #FF7F00;
  color: white;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 32px;
  text-decoration: none;
  display: inline-block;
}
.btn-orange:hover {
  background: #101126;
}

.btn-inner-icon {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.btn-inner-icon svg {
  width: 24px;
  height: 24px;
}

html {
  font-family: "Inter", sans-serif;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-optical-sizing: auto;
  position: relative;
}

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

p {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 160%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  font-family: "Inter", sans-serif;
}

/* ALERT BAR */
.alert-bar {
  background: #FF7F00;
  text-align: center;
}
.alert-bar a {
  color: white;
  text-decoration: underline;
}
.alert-bar a:hover {
  color: #101126;
}
.alert-bar p {
  margin: 0;
}
.alert-bar .text {
  color: white;
  padding: 10px 0;
  margin: 0;
  display: inline-block;
}

/*  HEADER  */
header {
  width: 100%;
  z-index: 9999;
  border-bottom: 0px solid silver;
  position: absolute;
  top: 0;
}
header .header-layout {
  width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 1fr 170px;
  gap: 50px;
  height: 120px;
  position: relative;
  z-index: 9;
}
@media (min-width: 1200px) and (max-width: 1349px) {
  header .header-layout {
    width: 90%;
    height: 120px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  header .header-layout {
    width: 94%;
    grid-template-columns: auto 50px 50px;
    gap: 20px;
    height: 80px;
  }
}
@media (max-width: 899px) {
  header .header-layout {
    width: 94%;
    grid-template-columns: auto auto 50px;
    gap: 10px;
    height: 80px;
  }
}
header .header-logo {
  opacity: 1;
  transition: 0.3s;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
header .header-logo a {
  color: white;
  text-decoration: none;
  display: inline-flex;
  font-size: 30px;
  opacity: 1;
}
header .header-logo img {
  width: 250px;
  height: auto;
}
header .header-logo:hover {
  opacity: 0.5;
}
@media (max-width: 899px) {
  header .header-logo a {
    font-size: 20px;
  }
}
header .header-lang {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-lang img {
  width: 30px;
}
@media (max-width: 899px) {
  header .menu-separator {
    display: none !important;
  }
}
header .header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 40px;
}
header .header-nav ul li {
  position: relative;
  display: flex;
  align-items: center;
}
header .header-nav ul li a {
  color: white;
  padding: 0px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}
header .header-nav ul li a:hover {
  text-decoration: none;
  border-bottom: 3px solid white;
}
header .header-nav ul .cta_button {
  background: #FF7F00;
  padding: 7px 20px;
  border-radius: 20px;
  text-decoration: none;
}
header .header-nav ul .cta_button a {
  color: white !important;
  text-decoration: none;
}
header .header-nav ul .cta_button:hover {
  background: #101126;
  text-decoration: none;
}
@media (min-width: 900px) and (max-width: 1199px) {
  header .header-nav {
    display: none;
  }
}
@media (max-width: 899px) {
  header .header-nav {
    display: none;
  }
}
header .menu-main_menu-container {
  width: 100%;
}

.offset {
  height: 0px;
  display: block;
}

.header-mobile-nav {
  display: none;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 899px) {
  .header-mobile-nav {
    display: flex;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .header-mobile-nav {
    display: flex;
  }
}

.header-col-menu {
  display: flex;
  height: 80px;
  justify-content: flex-end;
  display: none;
}

.header-mobile-nav__btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-mobile-nav__btn .mobil-btn__text {
  color: gray;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.header-mobile-nav__btn .mobil-btn__icon svg {
  width: 42px;
  height: auto;
  color: white;
}
.header-mobile-nav__btn:hover {
  cursor: pointer;
}
.header-mobile-nav__btn:hover .mobil-btn__text {
  color: #FF7F00;
}
.header-mobile-nav__btn:hover .mobil-btn__icon svg {
  color: #FF7F00;
}
@media (max-width: 899px) {
  .header-mobile-nav__btn {
    display: flex;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .header-mobile-nav__btn {
    display: flex;
  }
}

.mob-nav__container {
  background: #124060;
  padding: 20px;
}

.mob-nav {
  position: absolute;
  background: #3a6775;
  width: 100%;
  z-index: 0;
  display: none;
  top: 80px;
  height: auto;
}
.mob-nav ul {
  padding: 0;
  display: block;
}
.mob-nav ul li {
  list-style: none;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 44px;
  margin: 0;
  border-bottom: 0px solid #4e4e4e;
}
.mob-nav ul li.highlight {
  background: #383f42;
}
.mob-nav ul.menu {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
}
.mob-nav ul.menu li a {
  display: block;
  padding: 10px 30px !important;
  font-size: 18px;
  color: white;
  text-decoration: none;
  font-weight: 500;
}
.mob-nav .contact_btn a {
  color: #191519 !important;
}
.mob-nav ul.menu .main-item {
  margin: 0 0 10px 0;
  border-radius: 15px;
  overflow: hidden;
}
.mob-nav ul.menu .main-item a {
  color: white;
}
.mob-nav .menu-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 50px;
  background: url("/wp-content/themes/bosonohy/img/chevron-down.svg") center center no-repeat;
  background-size: 24px;
  filter: invert(1);
  transition: 0.5s;
}
.mob-nav .menu-arrow__up {
  transform: rotate(180deg);
  transition: 0.5s;
}
.mob-nav .level1 {
  display: inline-block;
  width: 100%;
  position: relative;
}
.mob-nav .zobrazit {
  background: #1d2327 !important;
  display: inline-block !important;
  width: 100%;
  height: auto;
}
.mob-nav .mob-nav-apps__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding: 0 20px 30px 20px;
}
.mob-nav .mob-nav-apps__items .app-item {
  background: white;
  width: 100%;
  text-align: center;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mob-nav .mob-nav-apps__items .app-item img {
  width: 50px;
}
.mob-nav .sub-menu {
  width: 100%;
  display: none;
}
.mob-nav .sub-menu li a {
  color: #3a6775 !important;
}

.mob-nav--second {
  padding: 0 20px 20px 20px;
}
.mob-nav--second .ul.menu {
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 899px) {
  .mobilni {
    display: block;
  }
  .nav {
    display: none;
  }
  .mob-nav-btn {
    display: block;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .mobilni {
    display: block;
  }
  .nav {
    display: none;
  }
  .mob-nav-btn {
    display: block;
  }
}
/* HP */
.hp-top {
  background: #124060 center center;
  background-size: cover;
  width: 100%;
  z-index: 0;
  display: inline-block;
  position: relative;
  height: 700px;
}
.hp-top .hp-top__layout {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 999;
  width: 100%;
}
.hp-top .hp-top__bg {
  position: relative;
  background: #000000;
  background: linear-gradient(-45deg, #00C8FF 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  overflow: hidden;
}
.hp-top .hp-top__bg img {
  opacity: 0.1;
}
@media (max-width: 899px) {
  .hp-top .hp-top__bg img {
    height: 100%;
    width: auto;
  }
}
.hp-top .hp-top-color {
  background: #000000;
  background: linear-gradient(90deg, #00C8FF 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
}
.hp-top .hp-top-color img {
  opacity: 0.5;
}
.hp-top .hp-top__contacts {
  background: rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 10px;
}
.hp-top .hp-top__text h1 {
  color: white;
  font-size: 50px;
}
@media (max-width: 899px) {
  .hp-top .hp-top__text h1 {
    font-size: 10vw;
  }
}
.hp-top .hp-top__text p {
  color: white;
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 899px) {
  .hp-top .hp-top__text p {
    font-size: 7vw;
  }
}
.hp-top .hp-top__headline h1 {
  color: white;
  font-size: 46px;
  text-align: left;
  font-weight: 600;
}
.hp-top .hp-top__contacts h2 {
  color: white;
}
.hp-top .hp-top__contacts .top-contact__item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  margin: 0 0 20px 0;
  align-items: center;
}
.hp-top .hp-top__contacts .top-contact__item .contact-item__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #FF7F00;
}
.hp-top .hp-top__contacts .top-contact__item .contact-item__icon svg {
  color: white;
  width: 20px;
  height: auto;
}
.hp-top .hp-top__contacts .top-contact__item .contact-item__text {
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.hp-headline {
  text-align: center;
  margin: 0 0 30px 0;
}
.hp-headline h2 {
  margin: 0;
  padding: 25px 80px;
  font-size: 28px;
  font-weight: 600;
  color: #00C8FF;
  display: inline-block;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 899px) {
  .hp-headline h2 {
    font-size: 26px;
  }
}

.hp-crossroads {
  margin: -80px 0 0 0;
  position: relative;
}

.hp-crossroads__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding: 0px 0 80px 0;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .hp-crossroads__items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 899px) {
  .hp-crossroads__items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.crossroad-item {
  background: #124060;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}
.crossroad-item .crossroad-item__pic {
  display: flex;
}
.crossroad-item .crossroad-item__pic a {
  width: 100%;
}
.crossroad-item .crossroad-item__pic a img {
  width: 100%;
  height: auto;
  color: white;
}
.crossroad-item .crossroad-item__text {
  color: white;
  padding: 20px 40px;
  text-align: left;
  display: block;
  text-decoration: none;
}
.crossroad-item .crossroad-item__title h2 {
  font-size: 22px;
  font-weight: 700;
  color: #00C8FF;
}
.crossroad-item .crossroad-item__desc {
  font-size: 16px;
  line-height: 140%;
  margin: 0 0 20px 0;
}
.crossroad-item .crossroad-item__price {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 600;
}
.crossroad-item .crossroad-item__cta {
  margin: 0 0 20px 0;
}
.crossroad-item .crossroad-item__cta a {
  display: inline-block;
  background: #FF7F00;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
}
.crossroad-item .crossroad-item__cta a:hover {
  background: #00C8FF;
}

.hp_headline {
  text-align: center;
  margin: 0 0 50px 0;
}
.hp_headline h2 {
  font-size: 40px;
  color: #124060;
}
.hp_headline p {
  font-size: 18px;
}

.hp-services {
  background: #e2f0f9;
  padding: 80px 0;
}
.hp-services .hp-services__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .hp-services .hp-services__items {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 899px) {
  .hp-services .hp-services__items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.hp-services .service-item {
  background: white;
  padding: 25px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  align-items: center;
}
.hp-services .service-item .service-item__icon {
  background: #00C8FF;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.hp-services .service-item .service-item__icon svg {
  color: white;
  width: 26px;
  height: auto;
}
.hp-services .service-item .service-item__title {
  font-size: 17px;
  line-height: 140%;
}

.hp-virtuals {
  padding: 80px 0;
}
.hp-virtuals .hp-virtuals__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin: 80px 0 0 0;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .hp-virtuals .hp-virtuals__items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 899px) {
  .hp-virtuals .hp-virtuals__items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.hp-virtuals .hp-virtuals__content p {
  font-size: 18px;
}
.hp-virtuals .hp-virtuals__pic img {
  border-radius: 10px;
}
.hp-virtuals .virtual-item {
  border: 0px solid silver;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 30px 20px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}
.hp-virtuals .virtual-item .virtual-item__icon {
  color: #FF7F00;
  margin: 0 0 20px 0;
}
.hp-virtuals .virtual-item .virtual-item__icon svg {
  width: 34px;
  height: auto;
}
.hp-virtuals .virtual-item .virtual-item__text {
  line-height: 140%;
  font-size: 17px;
}

.hp-news {
  padding: 80px 0;
  background: whitesmoke;
}

.hp-news__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 899px) {
  .hp-news__items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.hp-info__more {
  text-align: center;
  padding: 40px 0;
}
.hp-info__more a {
  color: #124060;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.hp-info__more a .more-text {
  display: flex;
}
.hp-info__more a .more-icon {
  display: flex;
}
.hp-info__more a .more-icon svg {
  width: 14px;
  height: auto;
}
.hp-info__more a:hover {
  text-decoration: underline;
}

.hp-sw {
  padding: 80px 0;
  border-top: 0px solid silver;
}

.hp-sw__items {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 899px) {
  .hp-sw__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.logo-item img {
  width: 200px;
  height: auto;
  border-radius: 10px;
  border: 1px solid silver;
}

.hp-working {
  padding: 80px 0;
  border-top: 1px solid silver;
}

.hp-working__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .hp-working__items {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 899px) {
  .hp-working__items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.working-item {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
}
.working-item .working-item__number .circle {
  width: 40px;
  height: 40px;
  background: #FF7F00;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: white;
  border-radius: 20px;
}
.working-item h3 {
  font-size: 22px;
  color: #124060;
  padding: 0;
  margin: 0 0 20px;
}
.working-item p {
  line-height: 150%;
  color: gray;
}

/* PAGE */
.pages {
  margin: 0 0 0px 0;
}

.page-top {
  position: relative;
  margin: 0 0 80px 0;
  min-height: 240px;
  display: flex;
  align-items: center;
  padding: 150px 0 80px 0;
}
.page-top .page-top__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(-90deg, #00C8FF 0%, rgb(19, 37, 61) 100%);
  opacity: 1;
  z-index: 1;
}
.page-top .page-top__overlay .page-top__pic {
  opacity: 0.1;
  width: 100%;
  height: auto;
}
.page-top .page-top__overlay .page-top__pic img {
  width: 100%;
  height: auto;
}
.page-top .page-top__text {
  position: relative;
  z-index: 2;
  color: white;
  width: 100%;
}
.page-top .page-top__bc {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.page-top .page-top__bc a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.page-top .page-top__bc a:hover {
  text-decoration: underline;
}
.page-top .page-top__title h1 {
  font-size: 50px;
  color: white;
  margin: 0;
  padding: 0;
}
@media (max-width: 899px) {
  .page-top .page-top__title h1 {
    font-size: 10vw;
  }
}
.page-top .page-top__subtitle h2 {
  font-size: 26px;
  color: white;
  font-weight: 400;
}
@media (max-width: 899px) {
  .page-top .page-top__subtitle h2 {
    font-size: 7vw;
  }
}

.page-content .strip-dark {
  background: url("/wp-content/themes/cloos/img/support-strip.webp") center center;
  background-size: cover;
  padding: 50px 0 !important;
  color: white;
}
.page-content .strip-dark h2 {
  color: white;
}
.page-content .strip-dark h3 {
  color: white;
}
.page-content .strip-dark p {
  color: white;
}
.page-content .strip-silver {
  background: #F9F9F9;
  padding: 50px 0;
}
.page-content blockquote {
  max-width: 840px;
}
.page-content .wp-block[data-align=full] {
  max-width: 100%;
}
.page-content .wp-block-columns {
  max-width: 840px;
}
.page-content p.wp-block {
  max-width: 840px;
}
.page-content a {
  color: #FF7F00;
}
.page-content a:hover {
  color: #101126;
}
.page-content h2 {
  color: #124060;
  font-size: 30px;
  padding: 15px 0 30px 0;
  margin: 0;
  font-weight: 700;
}
.page-content h3 {
  color: #FF7F00;
  font-size: 26px;
  padding: 25px 0 20px 0;
  margin: 0;
  font-weight: 700;
}
.page-content h4 {
  color: #101126;
  font-size: 22px;
  padding: 25px 0 20px 0;
  margin: 0;
  font-weight: 600;
}
.page-content p {
  font-size: 18px;
  color: #101126;
  line-height: 160%;
  padding: 0 0 15px 0;
  margin: 0;
}
.page-content li {
  font-size: 18px;
  color: #101126;
}
.page-content td {
  border: 1px solid #d6deec;
  padding: 15px;
}
.page-content th {
  border: 1px solid #d6deec;
}
.page-content thead {
  border-bottom: 2px solid #d6deec;
  text-align: left;
  background: #ebf1fb;
}
.page-content .wp-block-image img {
  border-radius: 15px;
}
.page-content .wp-block-gallery {
  margin: 50px 0;
}
.page-content ul {
  list-style: none;
  padding: 0 0 0 8px;
  margin: 10px 0 20px 0;
}
.page-content ul li {
  padding: 3px 0 3px 20px;
  line-height: 160%;
  font-size: 18px;
}
.page-content ul li::before {
  content: "■";
  color: #00C8FF;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}
.page-content ol {
  list-style: none;
  counter-reset: my-counter;
  padding: 0 5px 0 0px;
  margin: 10px 0 20px 0;
}
.page-content ol li {
  counter-increment: my-counter;
  padding: 3px 0 3px 30px; /* upraveno pro čísla */
  line-height: 160%;
  font-size: 18px;
  position: relative;
}
.page-content ol li::before {
  content: counter(my-counter) ".";
  position: absolute;
  left: 0;
  width: 20px;
  text-align: right;
  font-weight: bold;
  color: #00C8FF;
}
.page-content .is-style-list-document {
  list-style: none;
  padding: 0 0 0 8px;
}
.page-content .is-style-list-document li {
  padding: 4px 0 4px 20px;
  line-height: 170%;
  font-size: 16px;
}
.page-content .is-style-list-document li a {
  color: #191519;
  text-decoration: underline;
}
.page-content .is-style-list-document li a:hover {
  text-decoration: underline;
  color: #FF7F00;
}
.page-content .is-style-list-document li::before {
  content: "";
  background: url("/wp-content/themes/powersteel/img/icon_file.svg") center center no-repeat;
  background-size: cover;
  opacity: 0.5;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: -35px;
}
.page-content .pic-orange-shadow figure img {
  box-shadow: -100px 45px 0px -45px #FF5E14;
}
@media (max-width: 899px) {
  .page-content .pic-orange-shadow figure {
    text-align: center;
  }
  .page-content .pic-orange-shadow figure img {
    width: 70% !important;
    text-align: center;
  }
}
@media (max-width: 899px) {
  .page-content .alignfull {
    padding: 0;
  }
}

/* archive */
/* archive */
.archive-top {
  padding: 150px 0 50px 0;
  background: #124060;
  margin: 0 0 50px 0;
}
.archive-top .archive-top__title h1 {
  font-size: 40px;
  color: white;
}

.archive-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 60px;
  margin: 0 auto;
  width: 1400px;
  padding: 0 0 80px 0;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .archive-layout {
    grid-template-columns: 1fr;
    width: 94%;
  }
}
@media (max-width: 899px) {
  .archive-layout {
    grid-template-columns: 1fr;
    width: 94%;
  }
}

.articles__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .articles__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 899px) {
  .articles__items {
    grid-template-columns: 1fr;
  }
}

/* paginator */
.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 50px 0;
  gap: 10px;
}
.pagination .pagination-btn a {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid gray;
  padding: 7px 15px;
  color: gray;
  text-decoration: none;
}
.pagination .pagination-btn a:hover {
  background: gray;
  color: white;
}

/* článek - karta */
.article-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 30px;
  border: 0px solid silver;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
  margin: 0 0 20px 0;
}
@media (max-width: 899px) {
  .article-card {
    grid-template-columns: 1fr;
  }
}
.article-card .article-item__pic img {
  border-radius: 20px;
}
.article-card .article-item__text {
  margin: 0 0 20px 0;
}
.article-card .article-item__text .article-item__text-name {
  padding: 0;
}
.article-card .article-item__text .article-item__text-name h3 {
  text-decoration: none;
  line-height: 120%;
  margin: 0 0 10px 0;
  padding: 0;
}
.article-card .article-item__text .article-item__text-name h3 a {
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  line-height: 120%;
  color: #124060;
}
.article-card .article-item__text .article-item__text-name h3 a:hover {
  color: #FF7F00;
  text-decoration: underline;
}
@media (max-width: 899px) {
  .article-card .article-item__text .article-item__text-name h3 a {
    font-size: 20px;
  }
}
.article-card .article-item__text .article-item__text-perex {
  padding: 0;
  line-height: 150%;
  color: black;
  margin: 20px 0 10px 0;
}
.article-card .article-item__text .article-item__text-link {
  margin: 20px 0 0 0;
}
.article-card .article-item__text .article-item__text-link a {
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  background: #FF7F00;
  color: white;
  padding: 7px 15px;
  border-radius: 20px;
  text-decoration: none;
}
.article-card .article-item__text .article-item__text-link a:hover {
  background: #124060;
}
.article-card .article-item__text .article-item__text-date {
  color: gray;
  font-size: 16px;
}
.article-card.zs {
  border-left: 0px solid #FF7F00;
}
.article-card.zs a {
  color: #FF7F00;
}

.article-card.ms {
  border-left: 0px solid #00C8FF;
}
.article-card.ms a {
  color: #00C8FF;
}

.article-card.lms {
  border-left: 0px solid #2B9348;
}
.article-card.lms a {
  color: #2B9348;
}

.article-card a {
  color: #00C8FF;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 25px;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* mini card */
.article-mini-card .name {
  margin: 0 0 15px 0;
}
.article-mini-card .name a {
  color: #ff4545;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
}
.article-mini-card .name a:hover {
  color: #101126;
  text-decoration: underline;
}
.article-mini-card .date {
  font-size: 14px;
  color: gray;
  margin: 0 0 10px;
}
.article-mini-card .perex {
  line-height: 150%;
}

/* článek */
.article-single {
  padding: 0 0 80px 0;
}
.article-single .article-top {
  padding: 200px 0 50px 0;
  background: #124060;
  margin: 0 0 80px 0;
}
.article-single .article-top h1 {
  color: white;
  font-size: 40px;
  padding: 0;
  margin: 0;
}
.article-single .article-top .article-date {
  font-size: 16px;
  color: white;
  margin: 20px 0 30px;
}
@media (max-width: 899px) {
  .article-single .article-top h1 {
    font-size: 10vw;
  }
}
.article-single .article-content .strip-dark {
  background: url("/wp-content/themes/cloos/img/support-strip.webp") center center;
  background-size: cover;
  padding: 50px 0 !important;
  color: white;
}
.article-single .article-content .strip-dark h2 {
  color: white;
}
.article-single .article-content .strip-dark h3 {
  color: white;
}
.article-single .article-content .strip-dark p {
  color: white;
}
.article-single .article-content .strip-silver {
  background: #F9F9F9;
  padding: 50px 0;
}
.article-single .article-content blockquote {
  max-width: 840px;
}
.article-single .article-content .wp-block[data-align=full] {
  max-width: 100%;
}
.article-single .article-content .wp-block-columns {
  max-width: 840px;
}
.article-single .article-content p.wp-block {
  max-width: 840px;
}
.article-single .article-content a {
  color: #FF7F00;
}
.article-single .article-content a:hover {
  color: #101126;
}
.article-single .article-content h2 {
  color: #124060;
  font-size: 30px;
  padding: 15px 0 30px 0;
  margin: 0;
  font-weight: 700;
}
.article-single .article-content h3 {
  color: #FF7F00;
  font-size: 26px;
  padding: 25px 0 20px 0;
  margin: 0;
  font-weight: 700;
}
.article-single .article-content h4 {
  color: #101126;
  font-size: 22px;
  padding: 25px 0 20px 0;
  margin: 0;
  font-weight: 600;
}
.article-single .article-content p {
  font-size: 18px;
  color: #101126;
  line-height: 160%;
  padding: 0 0 15px 0;
  margin: 0;
}
.article-single .article-content li {
  font-size: 18px;
  color: #101126;
}
.article-single .article-content td {
  border: 1px solid #d6deec;
  padding: 15px;
}
.article-single .article-content th {
  border: 1px solid #d6deec;
}
.article-single .article-content thead {
  border-bottom: 2px solid #d6deec;
  text-align: left;
  background: #ebf1fb;
}
.article-single .article-content .wp-block-image img {
  border-radius: 15px;
}
.article-single .article-content .wp-block-gallery {
  margin: 50px 0;
}
.article-single .article-content ul {
  list-style: none;
  padding: 0 0 0 8px;
  margin: 10px 0 20px 0;
}
.article-single .article-content ul li {
  padding: 3px 0 3px 20px;
  line-height: 160%;
  font-size: 18px;
}
.article-single .article-content ul li::before {
  content: "■";
  color: #00C8FF;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}
.article-single .article-content ol {
  list-style: none;
  counter-reset: my-counter;
  padding: 0 5px 0 0px;
  margin: 10px 0 20px 0;
}
.article-single .article-content ol li {
  counter-increment: my-counter;
  padding: 3px 0 3px 30px; /* upraveno pro čísla */
  line-height: 160%;
  font-size: 18px;
  position: relative;
}
.article-single .article-content ol li::before {
  content: counter(my-counter) ".";
  position: absolute;
  left: 0;
  width: 20px;
  text-align: right;
  font-weight: bold;
  color: #00C8FF;
}
.article-single .article-content .is-style-list-document {
  list-style: none;
  padding: 0 0 0 8px;
}
.article-single .article-content .is-style-list-document li {
  padding: 4px 0 4px 20px;
  line-height: 170%;
  font-size: 16px;
}
.article-single .article-content .is-style-list-document li a {
  color: #191519;
  text-decoration: underline;
}
.article-single .article-content .is-style-list-document li a:hover {
  text-decoration: underline;
  color: #FF7F00;
}
.article-single .article-content .is-style-list-document li::before {
  content: "";
  background: url("/wp-content/themes/powersteel/img/icon_file.svg") center center no-repeat;
  background-size: cover;
  opacity: 0.5;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: -35px;
}
.article-single .article-content .pic-orange-shadow figure img {
  box-shadow: -100px 45px 0px -45px #FF5E14;
}
@media (max-width: 899px) {
  .article-single .article-content .pic-orange-shadow figure {
    text-align: center;
  }
  .article-single .article-content .pic-orange-shadow figure img {
    width: 70% !important;
    text-align: center;
  }
}
@media (max-width: 899px) {
  .article-single .article-content h2 {
    font-size: 30px;
  }
}

/* kategorie */
.kategorie .kat-top {
  padding: 70px 0 130px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.kategorie .kat-top .kat-top__bc {
  color: white;
  display: none;
}
.kategorie .kat-top .kat-top__title {
  padding: 40px 0 20px 0;
}
.kategorie .kat-top .kat-top__title h1 {
  font-size: 50px;
  color: white;
}
.kategorie .kat-top .kat-top__perex {
  color: white;
  font-size: 26px;
  line-height: 150%;
}

.kat-content-top {
  padding: 60px 0 0 0;
}

.kat-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  padding: 60px 0 80px 0;
}
@media (max-width: 899px) {
  .kat-products {
    grid-template-columns: 1fr;
  }
}

.kat-content {
  background: #e2f0f9;
  padding: 80px 0;
}
.kat-content p {
  line-height: 150%;
}
.kat-content ul li {
  line-height: 150%;
}
.kat-content .kat-content__logo {
  text-align: right;
}
.kat-content .kat-content__logo img {
  width: auto;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 899px) {
  .kat-content .kat-content__logo {
    text-align: left;
  }
}
.kat-content .kat-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin: 40px 0 0 0;
}
.kat-content .kat-gallery img {
  border-radius: 10px;
}

/* side */
.side {
  position: relative;
}

.sticky {
  position: sticky;
  top: 30px;
}

.side-menu {
  padding: 20px;
  border-radius: 0px;
  border: 1px solid #d6deec;
}
.side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-menu ul li a {
  display: block;
  color: gray;
  text-decoration: none;
  padding: 7px 0;
}
.side-menu ul li a:hover {
  color: #ff4545;
  text-decoration: underline;
}

.side-contact {
  background: gray;
  position: relative;
  margin: 0 0 40px 0;
  padding: 40px;
}
.side-contact .side-contact__overlay {
  opacity: 0.85;
  background: #28323b;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.side-contact .side-contact__content {
  position: relative;
}
.side-contact .side-contact__text {
  color: white;
}
.side-contact .side-contact__text h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.side-contact .side-contact__text p {
  margin: 0 0 20px 0;
}
.side-contact .side-contact__item {
  color: white;
  display: grid;
  grid-template-columns: 30px 1fr;
  margin: 0 0 20px 0;
}
.side-contact .side-contact__item .icon svg {
  color: #FF7F00;
}

.side-newsletter {
  padding: 40px;
  background: #101126;
}
.side-newsletter h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: white;
}
.side-newsletter p {
  margin: 0 0 20px 0;
  color: white;
  font-size: 14px;
  line-height: 140%;
}

/* Form */
.wpcf7 form .wpcf7-response-output {
  border: none;
  margin: 20px 0;
  padding: 10px 20px;
  border-radius: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: rgba(43, 147, 72, 0.1);
  color: #2B9348;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: rgba(255, 69, 69, 0.1);
  color: #ff4545;
}

.wp-block-contact-form-7-contact-form-selector input[type=text], .wp-block-contact-form-7-contact-form-selector input[type=email], .wp-block-contact-form-7-contact-form-selector input[type=tel] {
  background: whitesmoke;
  padding: 15px;
  width: 100%;
  border: none;
  font-size: 16px;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  border-radius: 10px;
}
.wp-block-contact-form-7-contact-form-selector input[type=submit] {
  background: #FF7F00;
  padding: 10px 30px;
  width: auto;
  border: none;
  display: inline-block;
  font-size: 18px;
  border-radius: 20px;
  color: white;
}
.wp-block-contact-form-7-contact-form-selector input[type=submit]:hover {
  cursor: pointer;
  background: black;
  color: white;
}
.wp-block-contact-form-7-contact-form-selector textarea {
  background: whitesmoke;
  width: 100%;
  border: none;
  padding: 15px;
  font-size: 16px;
  box-sizing: border-box;
}
.wp-block-contact-form-7-contact-form-selector label {
  width: 100%;
  font-size: 16px;
  display: block;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-list-item {
  margin: 0 0 20px 0;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-list-item a {
  color: black;
  text-decoration: underline;
}
.wp-block-contact-form-7-contact-form-selector .pole {
  width: 100%;
}
.wp-block-contact-form-7-contact-form-selector .radek-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
}
.wp-block-contact-form-7-contact-form-selector .radek-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
.wp-block-contact-form-7-contact-form-selector .radek-1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
}

.contactform-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contactform-cta .form-layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 899px) {
  .contactform-cta .form-layout-2 {
    grid-template-columns: 1fr;
  }
}
.contactform-cta .form-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contactform-cta .form-row .form-row__input input[type=text], .contactform-cta .form-row .form-row__input input[type=email], .contactform-cta .form-row .form-row__input input[type=tel] {
  background: white;
  border: none;
  font-size: 17px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 15px;
  width: calc(100% - 30px);
}
.contactform-cta .form-row .form-row__input textarea {
  background: white;
  border: none;
  font-size: 17px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 15px;
  width: calc(100% - 30px);
  height: 100px;
}
.contactform-cta .form-row .form-row__input input[type=submit] {
  background: #FF7F00;
  padding: 10px 30px;
  width: auto;
  border: none;
  display: inline-block;
  font-size: 18px;
  border-radius: 20px;
  color: white;
}
.contactform-cta .form-row .form-row__input input[type=submit]:hover {
  cursor: pointer;
  background: black;
  color: white;
}
.contactform-cta .form-row .form-row__input input:disabled {
  background: gray;
}
.contactform-cta .form-row .form-row__input input:-internal-autofill-selected {
  background: red;
}

/* FOOTER */
.footer {
  padding: 80px 0;
  background: #04263D;
}
.footer .footer-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .footer .footer-layout {
    width: 90%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .footer .footer-layout {
    grid-template-columns: 1fr 1fr 1fr;
    width: 94%;
  }
}
@media (max-width: 899px) {
  .footer .footer-layout {
    grid-template-columns: 1fr;
    width: 94%;
  }
}
.footer .footer-col {
  color: white;
}
.footer .footer-col .footer-headline h3 {
  font-size: 20px;
  margin: 0 0 40px 0;
  color: white;
}
.footer .footer-col .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-col .footer-menu ul li {
  padding: 5px 0;
}
.footer .footer-col .footer-menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}
.footer .footer-col .footer-menu ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 899px) {
  .footer .footer-col {
    margin: 0 0 30px 0;
  }
  .footer .footer-col p {
    font-size: 15px;
  }
}
.footer .footer-contacts {
  margin: 0 0 20px 0;
}
.footer .footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px 0;
}
.footer .footer-contact-item .footer-contact-item__icon {
  width: 40px;
  height: 40px;
  background: #FF7F00;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.footer .footer-contact-item .footer-contact-item__icon img {
  color: white;
  width: 22px;
  height: auto;
}
.footer .footer-contact-item .footer-contact-item__value {
  font-size: 19px;
}
.footer .footer-contact-item .footer-contact-item__value a {
  font-size: 18px;
  color: white;
  text-decoration: none;
}
.footer .footer-contact-item .footer-contact-item__value a:hover {
  color: #FF7F00;
  text-decoration: underline;
}
@media (max-width: 899px) {
  .footer .footer-contact-item .footer-contact-item__value {
    font-size: 15px;
  }
}
.footer .footer-social {
  margin: 20px 0 0 0;
}
.footer .footer-social a {
  width: 50px;
  display: inline-block;
}
.footer .footer-social a img {
  width: 36px;
  height: 36px;
  color: #ff4545;
}
.footer .footer-social a img:hover {
  color: white;
}
.footer .widget-footer {
  margin: 10px 0 0 0;
}
.footer .widget-footer p {
  font-size: 14px;
}

.tiraz {
  padding: 20px 0;
  font-size: 14px;
  background: #04263D;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tiraz .tiraz-copyright {
  text-align: left;
}
.tiraz .tiraz-copyright p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.tiraz .tiraz-author {
  text-align: right;
}
.tiraz .tiraz-author a img {
  width: 80px;
  height: auto;
  display: inline-block;
  opacity: 0.3;
  filter: invert(1);
}
.tiraz .tiraz-author a img:hover {
  opacity: 1;
}
@media (max-width: 899px) {
  .tiraz .tiraz-author {
    text-align: center;
  }
}

.is-style-btn-square-fill .wp-block-button__link {
  background: #FF7F00;
  border-radius: 0;
}
.is-style-btn-square-fill .wp-block-button__link:hover {
  background: #101126;
}

@media (min-width: 1350px) {
  .nomobile {
    display: inline-block;
  }
}
@media (max-width: 899px) {
  .nomobile {
    display: none;
  }
}

.animlink {
  display: inline-block;
  position: relative;
  color: #fbb911;
}

.animlink::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fbb911;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.animlink:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.editor-content > *:not(.alignfull) {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .editor-content > *:not(.alignfull) {
    width: 94%;
  }
}
@media (max-width: 899px) {
  .editor-content > *:not(.alignfull) {
    width: 94%;
  }
}

.editor-content > *:not(.alignfull).alignwide {
  max-width: 1400px;
}

.wp-block-nk-awb {
  height: calc(100vh - 100px);
  padding: 0;
}

.navigace {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 40px 0;
}
.navigace .link-post svg {
  vertical-align: middle;
}
.navigace .link-post a {
  background: black;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
}
.navigace .link-post a:hover {
  background: #fbb911;
  color: black;
}
.navigace .link-prev {
  display: flex;
  justify-content: flex-start;
}
.navigace .link-next {
  display: flex;
  justify-content: flex-end;
}

.description h3 {
  font-size: 20px;
  font-weight: 700;
}
.description a {
  color: #2B9348;
  text-decoration: underline;
}
.description a:hover {
  color: #101126;
}
.description ul {
  list-style: none;
  padding: 0 0 0 8px;
  margin: 0 0 20px 0;
}
.description ul li {
  padding: 2px 0 2px 20px;
  line-height: 150%;
  font-size: 16px;
}
.description ul li::before {
  content: "■";
  color: #2B9348;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}

/* video */
.background-video {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -5;
  top: -13vw;
  left: 0;
  filter: brightness(0.4);
}
@media (min-width: 900px) and (max-width: 1199px) {
  .background-video {
    top: 0;
    height: 100%;
  }
}
@media (max-width: 899px) {
  .background-video {
    height: 100%;
    width: auto;
    top: 0;
    left: calc(50% - 600px);
  }
}

/* Blog */
.blog_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 899px) {
  .blog_items {
    grid-template-columns: 1fr;
  }
}

/* nav-links */
.nav-links {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}
.nav-links a {
  color: black;
}
.nav-links .page-numbers {
  padding: 6px 10px;
  font-size: 18px;
  background: whitesmoke;
  margin: 0 5px;
  text-decoration: none;
}
.nav-links .page-numbers:hover {
  background: black;
  color: white;
}
.nav-links .current {
  background: #fbb911;
  color: black;
}

.demand-form {
  width: 50% !important;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .demand-form {
    width: 90% !important;
  }
}
@media (max-width: 899px) {
  .demand-form {
    width: 90% !important;
  }
}

.bod-block-popup-wrap .bod-block-popup.size-m {
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.wp-block-countdown-block-countdown {
  width: 80%;
}
@media (max-width: 899px) {
  .wp-block-countdown-block-countdown {
    width: 100%;
  }
}

.content {
  margin: 20px 0 100px 0;
  padding: 0 0 100px 0;
}
.content .ref-loga figure.wp-block-image {
  border: 0px solid whitesmoke;
  flex-grow: unset;
  padding: 5px;
}
.content a {
  color: #1f58db;
  text-decoration: underline;
}
.content a:hover {
  color: black;
  background: #fbb911;
}
.content h2 {
  color: #2B9348;
  font-size: 42px;
  padding: 20px 0;
  margin: 0;
}
.content h3 {
  color: #101126;
  font-size: 24px;
  padding: 20px 0;
  margin: 0;
}
.content h4 {
  color: gray;
  font-size: 18px;
  padding: 20px 0;
  margin: 0;
}
.content p {
  font-size: 16px;
  color: #101126;
  padding: 0 0 10px 0;
  margin: 0;
}

.page-404 {
  padding: 100px 0;
}
.page-404 h1 {
  text-align: center;
}
.page-404 p {
  text-align: center;
}
.page-404 .error {
  color: gray;
}

.form__phone-number {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  gap: 0;
}
.form__phone-number input {
  height: 44px;
  padding: 0 20px;
  border: none;
  width: calc(100% - 100px);
  font-size: 18px;
  background: white;
  margin: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.form__phone-number button {
  background: #FF7F00;
  height: 44px;
  width: 44px;
  border: none;
  margin: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.form__phone-number button svg {
  color: white;
  font-size: 20px;
}
.form__phone-number button:hover {
  background: #00C8FF;
  cursor: pointer;
}

.form-error {
  display: none;
  color: red;
  margin-top: 5px;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
  font-weight: 600;
}

.form-error.show {
  display: block;
}

.is-invalid {
  border-color: red !important;
}

/* procelist block */
.pricelist-block {
  border: 0px solid silver;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
  height: 100%;
}
.pricelist-block .pricelist-block__text {
  padding: 30px;
}
.pricelist-block .pricelist-block__headline {
  text-align: center;
  border-bottom: 1px solid silver;
  padding: 10px 0 20px 0;
}
.pricelist-block .pricelist-block__headline .pricelist-block__title {
  font-size: 24px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #124060;
  font-weight: 700;
}
.pricelist-block .pricelist-block__headline .pricelist-block__price {
  font-size: 36px;
  font-weight: 700;
  color: #FF7F00;
}
.pricelist-block .pricelist-block__headline .pricelist-block__pricesub {
  font-size: 18px;
  color: gray;
}
.pricelist-block .pricelist-block__content {
  padding: 20px 0;
}
.pricelist-block .pricelist-block__content ul li {
  font-size: 18px;
}

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