@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap");
@media (max-width: 1199.98px) {
  html.active-menu {
    overflow: hidden; }
    html.active-menu .page-wrapper {
      left: 80vw; }
    html.active-menu header#header .main-menu {
      left: 0; }
      html.active-menu header#header .main-menu:after {
        left: 0; } }

@media (max-width: 991.98px) {
  .page-wrapper {
    width: 100%;
    position: relative;
    left: 0;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out; } }

header#header {
  z-index: 1000;
  padding: 0 0 5px 0;
  background: #ffffff;
  position: sticky;
  width: 100%;
  top: 0;
  transition: all 0.3s ease-in-out; }
  header#header.sticky {
    padding: 1rem 0;
    background: #ffffff; }
  @media (max-width: 1199.98px) {
    header#header {
      padding: 0; } }
  @media (max-width: 767.98px) {
    header#header .header-col-3 {
      display: none; } }
  @media (min-width: 992px) {
    header#header .header-col-4 {
      display: none; } }
  header#header .btn {
    line-height: 110%; }
  @media (max-width: 1199.98px) {
    header#header .main-menu .col {
      width: 100%;
      flex: 1 0 100%; } }
  @media (min-width: 992px) {
    header#header .main-menu .col01 {
      width: 23%; }
    header#header .main-menu .col02 {
      width: 22%; }
    header#header .main-menu .col03 {
      width: 13%; }
    header#header .main-menu .col04 {
      width: 24%; }
    header#header .main-menu .col05 {
      width: 18%; } }
  header#header .main-menu > ul {
    display: flex;
    justify-content: center; }
    header#header .main-menu > ul > li {
      margin: 0 0.75rem; }
      header#header .main-menu > ul > li > a {
        padding: 1.25rem 1rem;
        color: #1a1919;
        font-weight: 700;
        font-size: 1rem;
        position: relative;
        display: block;
        text-decoration: none; }
        @media (max-width: 1399.98px) {
          header#header .main-menu > ul > li > a {
            padding: 1.25rem 1.5rem; } }
        @media (max-width: 1199.98px) {
          header#header .main-menu > ul > li > a {
            padding: 1.25rem 1rem; } }
        @media (max-width: 991.98px) {
          header#header .main-menu > ul > li > a {
            padding: 1.25rem 1rem;
            color: #ffffff;
            font-size: 1.25rem; }
            header#header .main-menu > ul > li > a:hover, header#header .main-menu > ul > li > a.active {
              color: #ffffff; } }
      header#header .main-menu > ul > li:last-of-type {
        margin-right: 0; }
      header#header .main-menu > ul > li .submenu {
        z-index: -1;
        position: absolute;
        background-color: #ffffff;
        box-shadow: 0px 0px 3.25rem 1.25rem rgba(0, 0, 0, 0.07);
        border-radius: 2rem;
        padding: 2.5rem 3rem;
        max-width: 1170px;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 991.98px) {
          header#header .main-menu > ul > li .submenu {
            box-shadow: none;
            border-radius: 0; } }
        header#header .main-menu > ul > li .submenu strong.title {
          font-weight: 900;
          font-size: 1rem;
          margin-bottom: 0.75rem;
          display: block;
          position: relative; }
          @media (max-width: 1199.98px) {
            header#header .main-menu > ul > li .submenu strong.title {
              font-size: 1.25rem;
              margin-bottom: 1.25rem; } }
          header#header .main-menu > ul > li .submenu strong.title.promo > a:after {
            content: "Akcia";
            display: inline-block;
            font-size: 9px;
            position: relative;
            line-height: 100%;
            background: #246cb6;
            padding: 2px 4px;
            border-radius: 3px;
            font-weight: 500;
            color: #ffffff;
            top: -4px;
            transform: rotate(3deg);
            margin-left: 5px; }
          header#header .main-menu > ul > li .submenu strong.title.promo.promo-5 > a:after {
            content: "Zľava -5%"; }
          header#header .main-menu > ul > li .submenu strong.title.promo.promo-10 > a:after {
            content: "Zľava -10%"; }
          header#header .main-menu > ul > li .submenu strong.title.promo.promo-20 > a:after {
            content: "Zľava -20%"; }
          header#header .main-menu > ul > li .submenu strong.title.promo.promo-23 > a:after {
            content: "Zľava -23%";
            background: #0fc246; }
          header#header .main-menu > ul > li .submenu strong.title.promo.promo-25 > a:after {
            content: "Zľava -25%";
            background: #0fc246; }
          header#header .main-menu > ul > li .submenu strong.title a {
            font-size: .9rem;
            display: block;
            color: #1a1919;
            text-decoration: none; }
            @media (max-width: 1199.98px) {
              header#header .main-menu > ul > li .submenu strong.title a {
                font-size: 1.25rem; } }
            @media (max-width: 991.98px) {
              header#header .main-menu > ul > li .submenu strong.title a {
                font-size: 1.125rem; } }
            @media (min-width: 768px) {
              header#header .main-menu > ul > li .submenu strong.title a:hover {
                text-decoration: underline; } }
        header#header .main-menu > ul > li .submenu ul li {
          margin-bottom: 0.5rem;
          position: relative; }
          @media (max-width: 1199.98px) {
            header#header .main-menu > ul > li .submenu ul li {
              margin-bottom: 1.25rem; } }
          header#header .main-menu > ul > li .submenu ul li.promo > a:before {
            content: "Akcia";
            display: block;
            font-size: 9px;
            position: absolute;
            right: -2px;
            top: -9px;
            line-height: 100%;
            background: #246cb6;
            padding: 2px 4px;
            border-radius: 3px;
            font-weight: 500;
            color: #ffffff;
            transform: rotate(3deg); }
          header#header .main-menu > ul > li .submenu ul li.promo.promo-5 > a:before {
            content: "Zľava -5%"; }
          header#header .main-menu > ul > li .submenu ul li.promo.promo-10 > a:before {
            content: "Zľava -10%"; }
          header#header .main-menu > ul > li .submenu ul li.promo.promo-20 > a:before {
            content: "Zľava -20%"; }
          header#header .main-menu > ul > li .submenu ul li.promo.promo-23 > a:before {
            content: "Zľava -23%";
            background: #0fc246; }
          header#header .main-menu > ul > li .submenu ul li.promo.promo-25 > a:before {
            content: "Zľava -25%";
            background: #0fc246; }
          header#header .main-menu > ul > li .submenu ul li a {
            display: block;
            color: #1a1919;
            text-decoration: none;
            font-size: .9rem; }
            @media (min-width: 768px) {
              header#header .main-menu > ul > li .submenu ul li a:hover {
                text-decoration: underline; } }
      header#header .main-menu > ul > li.has-submenu > a {
        padding-left: 1.5rem;
        padding-right: 2rem;
        position: relative; }
        @media (max-width: 991.98px) {
          header#header .main-menu > ul > li.has-submenu > a {
            padding: 0; } }
        header#header .main-menu > ul > li.has-submenu > a:after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0.75rem;
          display: block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 0.75rem;
          color: rgba(26, 25, 25, 0.5);
          content: "\f078"; }
          @media (max-width: 991.98px) {
            header#header .main-menu > ul > li.has-submenu > a:after {
              display: none; } }
      header#header .main-menu > ul > li.has-submenu:hover > a, header#header .main-menu > ul > li.has-submenu.active > a {
        border-radius: 1rem 1rem 0 0;
        color: #1a1919;
        background-color: #ffffff;
        box-shadow: 0px -3.5rem 3.25rem 1.25rem rgba(0, 0, 0, 0.05); }
        @media (max-width: 991.98px) {
          header#header .main-menu > ul > li.has-submenu:hover > a, header#header .main-menu > ul > li.has-submenu.active > a {
            color: #ffffff;
            background-color: transparent;
            box-shadow: none; } }
      header#header .main-menu > ul > li.has-submenu:hover .submenu, header#header .main-menu > ul > li.has-submenu.active .submenu {
        opacity: 1;
        visibility: visible; }
      header#header .main-menu > ul > li.has-promo > a:before {
        content: "Akcia";
        display: block;
        font-size: 10px;
        position: absolute;
        right: 6px;
        top: 7px;
        line-height: 100%;
        background: #0fc246;
        padding: 2px 4px;
        border-radius: 3px;
        font-weight: 500;
        color: #ffffff; }
      header#header .main-menu > ul > li:not(.has-submenu) > a:after {
        content: '';
        width: 0;
        height: 3px;
        transition: all 0.2s ease-in-out;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0.5rem;
        background-color: #246cb6; }
      header#header .main-menu > ul > li:not(.has-submenu):hover > a:after, header#header .main-menu > ul > li:not(.has-submenu).active > a:after {
        width: 100%; }
      @media (max-width: 991.98px) {
        header#header .main-menu > ul > li:not(.has-submenu):hover > a, header#header .main-menu > ul > li:not(.has-submenu).active > a {
          color: #ffffff;
          background-color: transparent;
          box-shadow: none; } }
      header#header .main-menu > ul > li.menu-social a {
        font-size: 1.125rem;
        color: #246cb6; }
  @media (max-width: 991.98px) {
    header#header .main-menu {
      -webkit-transition: 300ms ease-in-out;
      -moz-transition: 300ms ease-in-out;
      -o-transition: 300ms ease-in-out;
      transition: 300ms ease-in-out;
      position: fixed;
      top: 0;
      bottom: 0;
      left: -100vw;
      width: 100vw;
      text-align: left;
      padding: 3rem 3rem;
      height: 100vh;
      overflow: auto; }
      header#header .main-menu:after {
        content: '';
        width: 80vw;
        left: -80vw;
        background: #000000;
        height: 100%;
        top: 0;
        position: fixed;
        z-index: -1;
        -webkit-transition: 300ms ease-in-out;
        -moz-transition: 300ms ease-in-out;
        -o-transition: 300ms ease-in-out;
        transition: 300ms ease-in-out; }
      header#header .main-menu ul {
        display: block; }
        header#header .main-menu ul > li {
          margin-bottom: 1.5rem; }
          header#header .main-menu ul > li > a {
            padding: 0; }
          header#header .main-menu ul > li.has-submenu .submenu {
            margin-top: 1.5rem;
            background-color: transparent;
            opacity: 1;
            padding: 0;
            visibility: visible;
            position: initial; }
            header#header .main-menu ul > li.has-submenu .submenu strong.title {
              display: block; }
              header#header .main-menu ul > li.has-submenu .submenu strong.title a {
                color: #ffffff; }
            header#header .main-menu ul > li.has-submenu .submenu ul {
              margin-bottom: 2rem; } }
          @media (max-width: 991.98px) and (max-width: 1199.98px) {
            header#header .main-menu ul > li.has-submenu .submenu ul {
              margin-bottom: 2.75rem; } }
  @media (max-width: 991.98px) {
              header#header .main-menu ul > li.has-submenu .submenu ul li a {
                color: #ffffff; } }
  header#header .header-logo img {
    height: 40px; }
    @media (max-width: 1199.98px) {
      header#header .header-logo img {
        height: 40px; } }
    @media (max-width: 991.98px) {
      header#header .header-logo img {
        height: 40px; } }

#hamburger-icon {
  width: 30px;
  height: 15px;
  position: relative;
  display: inline-block;
  margin: 0; }
  #hamburger-icon .line {
    display: block;
    background: #1a1919;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 1px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; }
    #hamburger-icon .line.line-1 {
      top: 0; }
    #hamburger-icon .line.line-2 {
      top: 50%; }
    #hamburger-icon .line.line-3 {
      top: 100%; }
  #hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px); }
  #hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px); }
  #hamburger-icon.active .line-1 {
    transform: translateY(7.5px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(7.5px) translateX(0) rotate(45deg);
    -moz-transform: translateY(7.5px) translateX(0) rotate(45deg); }
  #hamburger-icon.active .line-2 {
    opacity: 0; }
  #hamburger-icon.active .line-3 {
    transform: translateY(-7.5px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-7.5px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-7.5px) translateX(0) rotate(-45deg); }

#fixed-phone {
  position: fixed;
  bottom: 200px;
  right: -209px;
  padding: 0 25px;
  line-height: 100%;
  background: #26bd26;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  border-radius: 10px 0 0 10px;
  z-index: 100; }
  @media (max-width: 767.98px) {
    #fixed-phone {
      display: none; } }
  @media (min-width: 768px) {
    #fixed-phone {
      -webkit-transition: 250ms ease-in-out;
      -moz-transition: 250ms ease-in-out;
      -o-transition: 250ms ease-in-out;
      transition: 250ms ease-in-out; }
      #fixed-phone:hover {
        right: 0; } }
  #fixed-phone i {
    font-size: 30px;
    display: inline-block;
    position: relative;
    bottom: -4px; }
  #fixed-phone span {
    display: inline-block;
    padding: 20px;
    background: #35a235;
    margin-left: 25px;
    margin-right: -25px; }

.top-header .cta-tools.new-cta-tools .new-phone {
  font-weight: 600;
  font-size: 16px;
  margin-right: 20px; }
  @media (max-width: 575.98px) {
    .top-header .cta-tools.new-cta-tools .new-phone {
      text-align: center; } }
  .top-header .cta-tools.new-cta-tools .new-phone i {
    position: unset;
    bottom: auto;
    right: auto;
    width: auto;
    background: none;
    color: #1a1919;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    padding: 3px; }
    @media (max-width: 575.98px) {
      .top-header .cta-tools.new-cta-tools .new-phone i {
        font-size: 11px;
        display: block; } }
    @media (min-width: 576px) {
      .top-header .cta-tools.new-cta-tools .new-phone i {
        padding: 3px 0 3px 10px; } }
.top-header .cta-tools.new-cta-tools .btn.btn-primary {
  padding: 14px 20px;
  font-size: 16px; }

#header.modern {
  padding: 0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30000; }
  @media (min-width: 1200px) {
    #header.modern {
      border-bottom: 1px solid #ddd; } }

.top-header {
  padding: 24px 0; }
  .top-header .logo-wrapper {
    max-width: 110px; }
    @media (min-width: 768px) {
      .top-header .logo-wrapper {
        max-width: 140px; } }
    @media (min-width: 576px) {
      .top-header .logo-wrapper {
        max-width: 160px; } }
  .top-header .search-wrapper {
    max-width: calc(100% - 160px - 500px); }
    .top-header .search-wrapper form {
      max-width: 400px;
      position: relative; }
      .top-header .search-wrapper form input {
        border-radius: 8px;
        width: 100%;
        border: 1px solid #ddd;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
        padding-left: 38px; }
      .top-header .search-wrapper form button {
        padding: 0;
        margin: 0;
        border: none;
        background: none;
        opacity: .2;
        position: absolute;
        top: 12px;
        left: 15px;
        font-size: 14px; }
  .top-header .cta-tools {
    max-width: 500px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: end; }
    .top-header .cta-tools .phone {
      text-decoration: none;
      font-weight: 500;
      color: #1a1919;
      font-size: 14px;
      position: relative; }
      .top-header .cta-tools .phone img {
        display: inline-block;
        margin-right: 5px;
        width: 16px; }
        @media (max-width: 991.98px) {
          .top-header .cta-tools .phone img {
            width: 20px; } }
      .top-header .cta-tools .phone i {
        position: absolute;
        bottom: -18px;
        right: 0;
        font-size: 11px;
        display: block;
        line-height: 100%;
        width: 76px;
        text-align: center;
        padding: 3px 0;
        border-radius: 3px;
        background: #d7fbe2;
        color: #0d8833; }
      @media (max-width: 991.98px) {
        .top-header .cta-tools .phone span {
          display: none; }
        .top-header .cta-tools .phone i {
          bottom: -22px;
          right: -50%;
          font-size: 9px;
          width: 66px;
          padding: 2px 0;
          margin-right: -6px; } }
    .top-header .cta-tools .btn {
      display: inline-block; }
    .top-header .cta-tools .btn-primary {
      padding: 1rem 1.875rem; }
      @media (max-width: 767.98px) {
        .top-header .cta-tools .btn-primary {
          font-size: 13px;
          padding: 10px 7px; } }
    .top-header .cta-tools .btn-secondary {
      margin: 0 8px; }
      .top-header .cta-tools .btn-secondary span {
        display: block; }
      @media (max-width: 991.98px) {
        .top-header .cta-tools .btn-secondary {
          padding: 1rem 1.875rem;
          text-transform: capitalize; }
          .top-header .cta-tools .btn-secondary span {
            display: none; } }
      @media (max-width: 767.98px) {
        .top-header .cta-tools .btn-secondary {
          font-size: 13px;
          padding: 10px 7px; } }

.bottom-header {
  padding: 5px 0; }
  @media (min-width: 1200px) {
    .bottom-header.menu-wrapper {
      border-top: 1px solid #ddd; } }
  .bottom-header.menu-wrapper ul.menu {
    text-align: center; }
    @media (min-width: 1200px) {
      .bottom-header.menu-wrapper ul.menu {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
        position: relative;
        justify-content: space-between; } }
    .bottom-header.menu-wrapper ul.menu li {
      padding: 5px;
      list-style: none;
      position: relative; }
      .bottom-header.menu-wrapper ul.menu li.menu-item--expanded > a {
        padding-right: 30px;
        position: relative; }
        @media (max-width: 1199.98px) {
          .bottom-header.menu-wrapper ul.menu li.menu-item--expanded > a {
            display: block;
            font-size: 18px;
            padding-left: 30px; } }
        .bottom-header.menu-wrapper ul.menu li.menu-item--expanded > a:after {
          content: "";
          width: 8px;
          height: 8px;
          border-right: 2px solid #1a1919;
          border-bottom: 2px solid #1a1919;
          transform: rotate(45deg);
          position: absolute;
          right: 5px;
          top: 10px; }
      @media (max-width: 1199.98px) {
        .bottom-header.menu-wrapper ul.menu li.menu-item--expanded > ul.menu {
          display: none; }
        .bottom-header.menu-wrapper ul.menu li.menu-item--expanded.active-submenu a:after {
          transform: rotate(-135deg);
          top: 16px; }
        .bottom-header.menu-wrapper ul.menu li.menu-item--expanded.active-submenu > ul.menu {
          display: block; }
          .bottom-header.menu-wrapper ul.menu li.menu-item--expanded.active-submenu > ul.menu a {
            font-size: 15px; } }
      @media (min-width: 1200px) {
        .bottom-header.menu-wrapper ul.menu li:hover ul.menu {
          display: block; } }
      .bottom-header.menu-wrapper ul.menu li a {
        display: inline-block;
        padding: 5px 10px;
        font-weight: 600;
        text-decoration: none;
        color: #1a1919;
        font-size: 16px; }
        .bottom-header.menu-wrapper ul.menu li a.basic-link {
          font-weight: 400;
          font-size: 15px; }
        .bottom-header.menu-wrapper ul.menu li a.link-social {
          color: #246cb6; }
          @media (min-width: 1200px) {
            .bottom-header.menu-wrapper ul.menu li a.link-social .link-text {
              display: none; } }
      .bottom-header.menu-wrapper ul.menu li .zlava span {
        font-size: 12px;
        font-weight: 500;
        padding: 5px 10px;
        margin: 0 0 0 10px;
        background: #ecf7ff;
        border-radius: 6px;
        color: #1c61a9; }
    @media (min-width: 1200px) {
      .bottom-header.menu-wrapper ul.menu ul.menu {
        position: absolute;
        top: 34px;
        left: 15px;
        background: #fff;
        width: 240px;
        box-shadow: 0 10px 13px rgba(0, 0, 0, 0.1);
        display: none; } }
    .bottom-header.menu-wrapper ul.menu ul.menu a {
      font-weight: 400; }

#search-opener,
#search-close,
#menu-openner,
#menu-close {
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
  border: none; }
  @media (min-width: 1200px) {
    #search-opener,
    #search-close,
    #menu-openner,
    #menu-close {
      display: none; } }

#search-close,
#menu-openner,
#menu-close {
  background: #d5eaff;
  font-weight: 700;
  line-height: 100%;
  padding: 14px 30px;
  border-radius: 10px;
  width: 100%; }

#menu-openner img {
  width: 16px;
  position: relative;
  top: -2px;
  margin-right: 5px; }

#search-close,
#menu-close {
  position: fixed;
  top: 15px;
  right: 15px;
  width: auto;
  padding: 15px;
  z-index: 1; }
  #search-close img,
  #menu-close img {
    width: 20px; }

@media (max-width: 1199.98px) {
  .search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    width: 100%;
    z-index: 10;
    padding: 80px 20px 40px 20px; }

  #menu-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 80px 20px 40px 20px;
    overflow: auto;
    display: none; } }
@media (min-width: 1200px) {
  .search-overlay,
  #menu-overlay {
    display: block !important; } }
#main-top-menu {
  background: #3d3d3d;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 400; }
  @media (max-width: 1199.98px) {
    #main-top-menu {
      display: none; } }
  #main-top-menu ul.menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
    justify-content: space-between; }
    #main-top-menu ul.menu li {
      display: inline-block;
      padding: 0 15px; }
      #main-top-menu ul.menu li a {
        text-decoration: none;
        color: #fff; }

@media (min-width: 1200px) {
  .mobile-menu {
    display: none !important; } }
#partners .title {
  padding-bottom: 20px;
  text-align: center;
  display: block;
  font-size: 22px;
  color: #246cb6; }

footer#footer {
  position: relative;
  z-index: 1;
  background: #134c86;
  color: #ffffff;
  margin-top: 80px; }
  @media (max-width: 767.98px) {
    footer#footer {
      text-align: center; } }
  footer#footer a {
    text-decoration: none;
    color: #ffffff; }
    footer#footer a:hover {
      text-decoration: underline; }
  footer#footer .footer-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 50px 0 4rem; }
    @media (max-width: 767.98px) {
      footer#footer .footer-top {
        padding: 4rem 0 1rem; } }
    footer#footer .footer-top .item {
      text-align: center; }
      @media (max-width: 767.98px) {
        footer#footer .footer-top .item {
          margin-bottom: 2rem; } }
    footer#footer .footer-top strong.title {
      font-weight: 700;
      font-size: 1.25rem;
      margin-bottom: 0.75rem;
      color: #ffffff;
      line-height: 140%;
      display: block; }
      @media (max-width: 1199.98px) {
        footer#footer .footer-top strong.title {
          margin-bottom: 0.875rem; } }
    footer#footer .footer-top ul {
      text-align: center; }
      footer#footer .footer-top ul li {
        margin-bottom: 0.25rem; }
        @media (max-width: 1199.98px) {
          footer#footer .footer-top ul li {
            margin-bottom: 0.875rem; } }
        footer#footer .footer-top ul li a {
          display: block;
          color: #ffffff;
          /*&:hover{
              color: $secondary-color;
          }*/ }
          @media (max-width: 1199.98px) {
            footer#footer .footer-top ul li a {
              font-size: 1.125rem; } }
  footer#footer .footer-bottom {
    font-size: 0.875rem;
    line-height: 140%;
    color: #ffffff;
    padding: 1.5rem 0; }
    @media (max-width: 767.98px) {
      footer#footer .footer-bottom {
        text-align: center; } }
    footer#footer .footer-bottom a {
      color: #ffffff; }

#mobile-sticky-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000; }
  @media (min-width: 576px) {
    #mobile-sticky-footer {
      display: none; } }
  #mobile-sticky-footer .row {
    margin: 0; }
    #mobile-sticky-footer .row .col-6 {
      padding: 20px 10px;
      font-weight: 700;
      color: #ffffff;
      display: block;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 16px; }
    #mobile-sticky-footer .row .call-btn {
      background: #0fc246; }
    #mobile-sticky-footer .row .offer-btn {
      background: #246cb6; }

/*** Admin bar ***/
footer.admin {
  margin-bottom: 34px; }

.admin-bar {
  margin-bottom: 0;
  border-bottom: none;
  background: #000000;
  padding: 2px 0;
  z-index: 20000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  .admin-bar a {
    border: none;
    text-decoration: none; }
  .admin-bar .collapse {
    display: block !important; }
  .admin-bar .menu {
    border: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%; }
    .admin-bar .menu li {
      display: inline-block;
      margin: 0 10px;
      padding: 5px 0; }
      .admin-bar .menu li:before {
        display: none; }
      .admin-bar .menu li a {
        color: #ffffff;
        font-weight: 700; }

.cky-revisit-bottom-left {
  bottom: 70px !important; }

body {
  margin: 0;
  color: #1a1919;
  background: #ffffff;
  position: relative;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  /*&:before{
      content: '';
      width: 80rem;
      height: 80rem;
      border-radius: 50%;
      background-color: rgba($primary-color,0.15);
      filter: blur(100rem);
      position: fixed;
      right: -50rem;
      top: -50rem;
      z-index: -1;
      @include breakpointMax(sm){
          width: 40rem;
          height: 40rem;
          right: -20rem;
          top: -20rem;
          filter: blur(15rem);
      }
  }*/ }
  body.active-overlay {
    overflow: hidden; }

@media (max-width: 1920px) {
  html {
    font-size: 15px; } }
@media (max-width: 1399.98px) {
  html {
    font-size: 14px; } }
@media (max-width: 1199.98px) {
  html {
    font-size: 13px; } }
@media (max-width: 991.98px) {
  html {
    font-size: 14px; } }
@media (max-width: 767.98px) {
  html {
    font-size: 14px; } }

.radius-img img {
  border-radius: 10px; }
.shadow-img img {
  box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, 0.07); }

figure {
  margin: 0;
  padding: 0; }

ul.menu {
  list-style: none;
  padding: 0;
  margin: 0; }

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

strong {
  font-weight: 700; }

.container {
  max-width: 1240px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #246cb6; }
  h1.text-align-left, h2.text-align-left, h3.text-align-left, h4.text-align-left, h5.text-align-left, h6.text-align-left {
    text-align: left; }
  h1.text-align-center, h2.text-align-center, h3.text-align-center, h4.text-align-center, h5.text-align-center, h6.text-align-center {
    text-align: center; }
  h1.text-align-right, h2.text-align-right, h3.text-align-right, h4.text-align-right, h5.text-align-right, h6.text-align-right {
    text-align: right; }
  h1.text-align-justify, h2.text-align-justify, h3.text-align-justify, h4.text-align-justify, h5.text-align-justify, h6.text-align-justify {
    text-align: justify; }

h1 {
  font-size: 3.25rem;
  line-height: 115%; }
  @media (max-width: 1199.98px) {
    h1 {
      font-size: 2.5rem; } }
  @media (max-width: 767.98px) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-size: 2.875rem;
  line-height: 120%; }
  @media (max-width: 1199.98px) {
    h2 {
      font-size: 2.5rem; } }
  @media (max-width: 767.98px) {
    h2 {
      font-size: 2rem; } }

.page-type-produkt h2 {
  font-size: 34px; }
  @media (max-width: 1199.98px) {
    .page-type-produkt h2 {
      font-size: 30px; } }
  @media (max-width: 767.98px) {
    .page-type-produkt h2 {
      font-size: 28px; } }

h3 {
  font-size: 2.5rem;
  line-height: 140%; }
  @media (max-width: 1199.98px) {
    h3 {
      font-size: 2rem; } }
  @media (max-width: 767.98px) {
    h3 {
      font-size: 1.5rem; } }

.page-node-18 .know-how h3 {
  font-size: 26px;
  padding-bottom: 20px; }

h4 {
  font-size: 1.5rem;
  line-height: 140%; }
  @media (max-width: 1199.98px) {
    h4 {
      font-size: 1.25rem; } }
  @media (max-width: 767.98px) {
    h4 {
      font-size: 1.125rem; } }

h5 {
  font-size: 1.25rem;
  line-height: 140%; }
  @media (max-width: 1199.98px) {
    h5 {
      font-size: 1.125rem; } }
  @media (max-width: 767.98px) {
    h5 {
      font-size: 1rem; } }

.page-node-15 h2,
.page-node-19 h2,
.page-node-20 h2 {
  font-size: 1.5rem;
  margin: 0;
  padding: 20px 0 15px 0; }
.page-node-15 h3,
.page-node-19 h3,
.page-node-20 h3 {
  font-size: 1.3rem;
  margin: 0;
  padding: 20px 0 15px 0;
  color: #1a1919; }

p.text-align-left {
  text-align: left; }
p.text-align-center {
  text-align: center; }
p.text-align-right {
  text-align: right; }
p.text-align-justify {
  text-align: justify; }

a {
  color: #246cb6;
  transition: all 0.2s ease-in-out;
  text-decoration: underline; }
  @media (min-width: 768px) {
    a:hover {
      color: #246cb6;
      text-decoration: none; } }

.btn {
  margin: 0;
  border: 0;
  outline: none !important;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: none;
  font-weight: 700;
  transition: all 0.2s ease-in-out !important;
  box-shadow: none !important; }
  .btn.btn-primary {
    background: #246cb6;
    color: #ffffff; }
    @media (min-width: 768px) {
      .btn.btn-primary:hover {
        background-color: #0fc246;
        color: #ffffff; } }
  .btn.btn-primary-light {
    padding: 0 2rem;
    background: #e2eeff;
    color: #246cb6; }
    @media (min-width: 768px) {
      .btn.btn-primary-light:hover {
        background: #eaf3ed;
        color: #0fc246; } }
  .btn.btn-secondary {
    background: #0fc246;
    color: #ffffff; }
    @media (min-width: 768px) {
      .btn.btn-secondary:hover {
        background: #eaf3ed;
        color: #0fc246; } }
  .btn.btn-small {
    padding: 0.5rem 1.875rem;
    font-size: 1rem;
    border-radius: 0.75rem; }
  .btn.btn-normal {
    padding: 0.25rem 1.875rem;
    font-size: 1.25rem;
    border-radius: 0.75rem; }
  .btn.btn-big {
    padding: 0.75rem 1.875rem;
    font-size: 1.25rem;
    border-radius: 0.875rem; }

/*** Tables ***/
@media (max-width: 1199.98px) {
  .table-wrapper {
    max-width: 100%;
    height: auto;
    overflow: auto; } }
table {
  padding: 0;
  border: 0;
  width: 100% !important;
  margin: 0 0 40px 0; }
  @media (max-width: 991.98px) {
    table {
      min-width: 500px; } }
  table th,
  table td {
    padding: 12px 15px;
    text-align: left; }
  table th {
    background: #246cb6;
    color: #ffffff; }
  table tbody tr:nth-of-type(2n) {
    background: rgba(0, 0, 0, 0.05); }
  table p {
    padding: 0;
    margin: 0; }

.page-gap, .page-wrapper {
  position: relative;
  margin-top: 60px;
  /*margin-top: 7.5rem;
  @include breakpointMax(lg){
      margin-top: 5rem;
  }*/ }
  .page-node-23 .page-gap, .page-type-produkt .page-gap,
  .page-node-23 .page-wrapper, .page-type-produkt .page-wrapper {
    margin-top: 0; }

.subpage {
  padding-top: 3rem; }
  @media (max-width: 1199.98px) {
    .subpage {
      padding-top: 2rem; } }
  @media (max-width: 991.98px) {
    .subpage {
      padding-top: 1rem; } }

.primary-link {
  color: #246cb6;
  font-weight: 700;
  font-size: 1rem;
  line-height: 170%;
  text-decoration: none; }
  @media (min-width: 768px) {
    .primary-link:hover {
      color: #0fc246; } }

.hp-promo {
  padding: 4rem 0; }
  @media (max-width: 767.98px) {
    .hp-promo {
      padding: 2rem 0;
      text-align: center; } }
  .hp-promo .hp-promo-left {
    position: relative;
    z-index: 1; }
    @media (max-width: 1199.98px) {
      .hp-promo .hp-promo-left {
        margin-bottom: 2.5rem; } }
  .hp-promo .hp-promo-right figure {
    display: block;
    width: 60rem;
    position: relative;
    left: -13rem; }
    @media (max-width: 1920px) {
      .hp-promo .hp-promo-right figure {
        width: 60rem;
        left: -10.5rem; } }
    @media (max-width: 1399.98px) {
      .hp-promo .hp-promo-right figure {
        width: 57rem;
        left: -11.5rem; } }
    @media (max-width: 1199.98px) {
      .hp-promo .hp-promo-right figure {
        width: 50rem;
        left: -8.5rem; } }
    @media (max-width: 991.98px) {
      .hp-promo .hp-promo-right figure {
        width: 100%;
        left: 0; } }
    .hp-promo .hp-promo-right figure img {
      width: 100%; }
  .hp-promo .hp-promo-title {
    color: #1a1919;
    font-weight: 700;
    margin-bottom: 1.5rem; }
    @media (max-width: 1199.98px) {
      .hp-promo .hp-promo-title {
        margin-bottom: 1.25rem; } }
    .hp-promo .hp-promo-title h1 {
      font-size: 45px; }
      @media (max-width: 1199.98px) {
        .hp-promo .hp-promo-title h1 {
          font-size: 38px; } }
      @media (max-width: 767.98px) {
        .hp-promo .hp-promo-title h1 {
          font-size: 36px; } }
  .hp-promo .hp-promo-desc {
    margin-bottom: 1.75rem; }
    @media (max-width: 1199.98px) {
      .hp-promo .hp-promo-desc {
        margin-bottom: 1.5rem; } }
    .hp-promo .hp-promo-desc p {
      font-weight: 300;
      font-size: 25px;
      line-height: 140%;
      text-shadow: 0 0 8px #ffffff; }
      @media (max-width: 1199.98px) {
        .hp-promo .hp-promo-desc p {
          font-size: 22px; } }

.hp-about {
  padding: 8rem 0 9rem;
  position: relative;
  text-align: center; }
  @media (max-width: 1199.98px) {
    .hp-about {
      padding: 4rem 0 5rem; } }
  @media (max-width: 767.98px) {
    .hp-about {
      padding: 3rem 0 0; } }
  .hp-about .hp-about-title {
    margin-bottom: 1.875rem; }
    @media (max-width: 1199.98px) {
      .hp-about .hp-about-title {
        margin-bottom: 1.5rem; } }
    .hp-about .hp-about-title:before {
      content: "Kto sme";
      display: block;
      color: rgba(26, 25, 25, 0.05);
      font-weight: 700;
      font-size: 10rem;
      line-height: 0;
      margin: 0;
      text-transform: uppercase; }
      @media (max-width: 1199.98px) {
        .hp-about .hp-about-title:before {
          font-size: 7rem; } }
      @media (max-width: 767.98px) {
        .hp-about .hp-about-title:before {
          font-size: 4rem; } }
    .hp-about .hp-about-title h2 {
      position: relative;
      margin-bottom: 0;
      font-weight: 700;
      line-height: 135%;
      font-size: 3.25rem; }
      @media (max-width: 1199.98px) {
        .hp-about .hp-about-title h2 {
          font-size: 2.5rem; } }
      @media (max-width: 767.98px) {
        .hp-about .hp-about-title h2 {
          font-size: 2rem; } }
  .hp-about p {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 165%; }
    @media (max-width: 767.98px) {
      .hp-about p {
        font-size: 1.125rem; } }
  .hp-about .hp-benefits {
    margin-top: 2rem;
    text-align: center; }
    @media (max-width: 767.98px) {
      .hp-about .hp-benefits > div {
        margin-bottom: 2rem; } }
    .hp-about .hp-benefits img {
      margin: 0 auto 1.25rem; }
      @media (max-width: 767.98px) {
        .hp-about .hp-benefits img {
          width: 7rem; } }
    .hp-about .hp-benefits .hp-benefits-title {
      font-weight: 700;
      font-size: 1.25rem;
      line-height: 140%; }

.detail-product-top {
  padding: 5rem 0; }
  @media (max-width: 1199.98px) {
    .detail-product-top {
      padding: 3rem 0; } }
  @media (max-width: 767.98px) {
    .detail-product-top {
      padding: 2rem 0;
      text-align: center; }
      .detail-product-top .row > div {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 1.25rem; } }
  @media (min-width: 992px) {
    .detail-product-top .detail-product-top-left {
      padding-right: 3rem; } }
  @media (max-width: 1199.98px) {
    .detail-product-top .detail-product-top-left {
      margin-bottom: 3rem; } }
  .detail-product-top .detail-product-top-subtitle {
    color: #0fc246;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 170%; }
    @media (max-width: 767.98px) {
      .detail-product-top .detail-product-top-subtitle {
        line-height: 150%;
        margin-bottom: 0.5rem; } }
  .detail-product-top .detail-product-top-title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 130%;
    margin-bottom: 1rem;
    color: #000000; }
    @media (max-width: 767.98px) {
      .detail-product-top .detail-product-top-title {
        font-size: 2rem; } }
  .detail-product-top .detail-product-top-desc {
    margin-bottom: 1.75rem; }
    .detail-product-top .detail-product-top-desc p {
      font-weight: 300;
      font-size: 1.125rem;
      line-height: 170%; }
  .detail-product-top .detail-product-top-right img {
    width: 100%; }

.page-node-23 .detail-product-top .detail-product-top-desc p,
.page-type-produkt .detail-product-top .detail-product-top-desc p {
  font-size: 15px; }
.page-node-23 .form-item-produkt,
.page-type-produkt .form-item-produkt {
  display: none; }

.detail-product-benefits {
  text-align: center;
  padding: 4rem 0 1rem; }
  .detail-product-benefits .container {
    max-width: 1360px; }
  @media (max-width: 1199.98px) {
    .detail-product-benefits .row > div {
      margin-bottom: 1rem; } }
  @media (max-width: 767.98px) {
    .detail-product-benefits {
      padding: 3rem 0 1rem; } }
  .detail-product-benefits h2 {
    margin-bottom: 3rem; }
    @media (max-width: 767.98px) {
      .detail-product-benefits h2 {
        margin-bottom: 2rem; } }
    .detail-product-benefits h2.black-v {
      font-weight: 600;
      text-align: center;
      padding-bottom: 40px;
      color: #000000;
      font-size: 32px;
      margin: 0 auto;
      max-width: 860px; }
      .detail-product-benefits h2.black-v span {
        font-weight: 900;
        color: #246cb6;
        font-size: 36px; }
  .detail-product-benefits img {
    margin: 0 auto 1.25rem; }
    @media (max-width: 767.98px) {
      .detail-product-benefits img {
        width: 5rem; } }
  .detail-product-benefits .detail-product-benefits-title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 135%;
    margin-bottom: 0.5rem; }
  .detail-product-benefits p {
    font-weight: 300;
    line-height: 140%; }
    @media (max-width: 1199.98px) {
      .detail-product-benefits p {
        font-size: 1.125rem; } }
    .detail-product-benefits p strong {
      font-weight: 600; }
  .detail-product-benefits .inner {
    background-color: #ffffff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding: 2rem 1.875rem;
    height: 100%; }
    @media (max-width: 1199.98px) {
      .detail-product-benefits .inner {
        padding: 20px 15px; } }
    .detail-product-benefits .inner img {
      width: 80px; }
  @media (max-width: 1199.98px) {
    .detail-product-benefits .swiper {
      margin: 0 -11px; } }
  .detail-product-benefits .prod-info-list {
    padding: 10px;
    width: calc(100% - 50px);
    height: auto; }
    @media (min-width: 992px) {
      .detail-product-benefits .prod-info-list {
        width: 25%; } }

@media (min-width: 1200px) {
  .page-node-878 .detail-product-benefits .row > div {
    width: 20% !important; } }
.page-node-878 #volba-pergoly > .container > .row > div:nth-of-type(1) {
  order: 2; }
.page-node-878 #volba-pergoly > .container > .row > div:nth-of-type(2) {
  order: 1; }

.detail-product-benefits-bottom {
  padding: 4rem 0 7rem; }
  @media (max-width: 1199.98px) {
    .detail-product-benefits-bottom {
      padding: 4rem 0 5rem; } }
  .detail-product-benefits-bottom .detail-product-benefits-bottom-wrap {
    padding: 2rem 3rem;
    text-align: center;
    border-radius: 2rem;
    position: relative;
    background-color: #e2eeff; }
    @media (max-width: 767.98px) {
      .detail-product-benefits-bottom .detail-product-benefits-bottom-wrap {
        padding: 2.5rem 2rem 3.5rem 2rem; } }
    .detail-product-benefits-bottom .detail-product-benefits-bottom-wrap h4 {
      font-size: 1.25rem;
      line-height: 140%;
      margin-bottom: 0.75rem; }
    .detail-product-benefits-bottom .detail-product-benefits-bottom-wrap p {
      color: #246cb6; }
      @media (max-width: 1199.98px) {
        .detail-product-benefits-bottom .detail-product-benefits-bottom-wrap p {
          font-size: 1.125rem; } }
    .detail-product-benefits-bottom .detail-product-benefits-bottom-wrap .btn {
      position: absolute;
      bottom: -15%;
      left: 50%;
      transform: translateX(-50%);
      margin: 0 auto; }
      @media (min-width: 768px) {
        .detail-product-benefits-bottom .detail-product-benefits-bottom-wrap .btn:hover {
          background-color: #0fc246;
          color: #ffffff; } }
      @media (max-width: 991.98px) {
        .detail-product-benefits-bottom .detail-product-benefits-bottom-wrap .btn {
          width: 70%; } }

.detail-product-assembly {
  padding: 5rem 0; }
  @media (max-width: 1199.98px) {
    .detail-product-assembly {
      padding: 2rem 0; } }
  @media (max-width: 991.98px) {
    .detail-product-assembly {
      padding: 2rem 0; } }
  .detail-product-assembly .detail-product-assembly-row {
    margin: 0 -1.5rem; }
    @media (max-width: 1199.98px) {
      .detail-product-assembly .detail-product-assembly-row {
        margin: 0 -1rem; } }
    .detail-product-assembly .detail-product-assembly-row > div {
      padding: 0 1.5rem; }
      @media (max-width: 1199.98px) {
        .detail-product-assembly .detail-product-assembly-row > div {
          padding: 0 1rem; } }
      @media (max-width: 991.98px) {
        .detail-product-assembly .detail-product-assembly-row > div {
          margin-bottom: 1.5rem; } }
  .detail-product-assembly h2 {
    margin-bottom: 3rem; }
  .detail-product-assembly .detail-product-assembly-item {
    background-color: #ffffff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding: 2rem 1.875rem;
    height: 100%; }
    @media (max-width: 1199.98px) {
      .detail-product-assembly .detail-product-assembly-item {
        padding: 20px 15px; }
        .detail-product-assembly .detail-product-assembly-item img {
          margin-bottom: 2rem; } }
    .detail-product-assembly .detail-product-assembly-item .detail-product-assembly-item-title {
      color: #246cb6;
      font-weight: 700;
      font-size: 1.5rem;
      margin-bottom: 2rem; }
  .detail-product-assembly .container {
    position: relative; }
  @media (max-width: 1199.98px) {
    .detail-product-assembly .swiper {
      margin: 0 -11px; } }
  @media (min-width: 992px) {
    .detail-product-assembly .swiper {
      width: 800px; } }
  .detail-product-assembly .swiper-slide {
    padding: 10px;
    width: calc(100% - 50px);
    height: auto; }
    @media (min-width: 768px) {
      .detail-product-assembly .swiper-slide {
        width: 50%; } }

.page-node-23 .detail-product-assembly .detail-product-assembly-item img {
  margin-bottom: 0; }

#controlers .inner {
  background: #246cb6;
  color: #ffffff;
  font-size: 13px;
  line-height: 140%;
  padding: 20px;
  border-radius: 10px;
  height: 100%; }
#controlers h3 {
  font-size: 24px;
  margin: 0;
  padding: 10px 0 30px 0;
  color: #ffffff; }
#controlers .option {
  padding-bottom: 30px;
  display: flex; }
  #controlers .option:last-of-type {
    padding-bottom: 0; }
  #controlers .option figure {
    padding: 0 5px 0 0;
    margin: 0;
    width: 70px;
    display: inline-block; }
  #controlers .option .desc {
    width: calc(100% - 75px);
    display: inline-block; }
    #controlers .option .desc p {
      margin: 0;
      padding: 0; }
  #controlers .option .title {
    font-size: 16px;
    text-transform: uppercase; }

#references-gallery.container {
  max-width: 1400px; }

#references-header {
  padding-top: 60px; }
  #references-header h2 {
    font-size: 22px;
    padding: 0;
    margin: 0;
    text-align: center; }

#references-footer {
  text-align: center;
  padding-top: 20px; }

.prod-connect span:after {
  content: ", "; }
.prod-connect span:last-of-type:after {
  content: ""; }

.video-container > div {
  border-radius: 10px; }

.page-node-27 .detail-product-assembly .detail-product-assembly-row img {
  width: 200px;
  margin-bottom: 20px; }
@media (min-width: 768px) {
  .page-node-27 .detail-product-assembly .detail-product-assembly-row .col-md-6 {
    width: 33.333%; } }
@media (min-width: 992px) {
  .page-node-27 .detail-product-assembly .detail-product-assembly-row .col-lg-5,
  .page-node-27 .detail-product-assembly .detail-product-assembly-row .col-lg-7 {
    width: 100%; } }

.page-node-29 .detail-product-assembly .detail-product-assembly-row .col-md-6 {
  width: 100%; }

.detail-product-calculation ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .detail-product-calculation ul li {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 0.875rem;
    padding-left: 1.25rem;
    position: relative; }
    @media (max-width: 1199.98px) {
      .detail-product-calculation ul li {
        font-size: 1.125rem; } }
    .detail-product-calculation ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 0.75rem;
      color: #246cb6;
      content: "\f00c"; }

.detail-product-calculation {
  padding: 5rem 0 7rem 0; }
  @media (max-width: 1199.98px) {
    .detail-product-calculation {
      padding: 5rem 0 1rem; } }
  @media (max-width: 991.98px) {
    .detail-product-calculation {
      padding: 3rem 0 1rem; }
      .detail-product-calculation .btn {
        display: none; } }
  @media (min-width: 992px) {
    .detail-product-calculation .detail-product-calculation-left {
      padding-right: 3rem; } }
  @media (max-width: 1199.98px) {
    .detail-product-calculation .detail-product-calculation-left {
      margin-bottom: 1rem; } }
  .detail-product-calculation .detail-product-calculation-left h2 {
    margin-bottom: 1rem; }
  .detail-product-calculation .detail-product-calculation-left p {
    color: #1a1919;
    font-weight: 400;
    line-height: 160%;
    font-size: 16px;
    margin-bottom: 20px; }
  .detail-product-calculation .detail-product-calculation-left ul {
    margin-top: 10px;
    margin-bottom: 30px; }
    .detail-product-calculation .detail-product-calculation-left ul li {
      margin-bottom: 8px;
      font-weight: 300;
      padding-left: 20px;
      font-size: 16px; }
      .detail-product-calculation .detail-product-calculation-left ul li:before {
        font-size: 14px; }
      .detail-product-calculation .detail-product-calculation-left ul li span {
        font-size: 0.875rem;
        display: block; }
  .detail-product-calculation .detail-product-calculation-left .detail-product-calculation-price {
    padding: 18px 25px;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
    background-color: #e2eeff; }
    .detail-product-calculation .detail-product-calculation-left .detail-product-calculation-price .detail-product-calculation-price-label {
      color: #246cb6;
      font-weight: 300;
      font-size: 18px;
      margin-bottom: 5px;
      line-height: 140%; }
    .detail-product-calculation .detail-product-calculation-left .detail-product-calculation-price .detail-product-calculation-price-value {
      font-weight: 700;
      font-size: 30px;
      line-height: 140%; }
      .detail-product-calculation .detail-product-calculation-left .detail-product-calculation-price .detail-product-calculation-price-value.price-del {
        font-size: 24px;
        font-weight: 500;
        text-decoration: line-through;
        opacity: .4; }
      .detail-product-calculation .detail-product-calculation-left .detail-product-calculation-price .detail-product-calculation-price-value.promo-price {
        position: relative;
        padding-right: 70px;
        display: inline-block; }
        .detail-product-calculation .detail-product-calculation-left .detail-product-calculation-price .detail-product-calculation-price-value.promo-price .percentage {
          position: absolute;
          color: #ffffff;
          right: 0;
          background: #0fc246;
          line-height: 100%;
          padding: 5px 10px;
          border-radius: 20px;
          display: block;
          text-align: center;
          font-size: 14px;
          top: 35px;
          transform: rotate(3deg); }
          .detail-product-calculation .detail-product-calculation-left .detail-product-calculation-price .detail-product-calculation-price-value.promo-price .percentage small {
            display: block;
            font-size: 7px;
            line-height: 100%; }
    .detail-product-calculation .detail-product-calculation-left .detail-product-calculation-price .detail-product-calculation-price-legend {
      color: #246cb6;
      font-weight: 700;
      font-size: 16px;
      line-height: 120%; }
  .detail-product-calculation .detail-product-calculation-right img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 2.5rem 1.25rem rgba(0, 0, 0, 0.07); }

.calc-carousel .slick-dots {
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  text-align: center; }
  .calc-carousel .slick-dots li {
    display: inline-block;
    padding: 5px;
    margin: 0;
    line-height: 10px; }
    .calc-carousel .slick-dots li:before {
      display: none; }
    .calc-carousel .slick-dots li button {
      padding: 0;
      margin: 0;
      text-indent: -999em;
      border: none;
      height: 10px;
      width: 10px;
      background: #1a1919;
      border-radius: 50%;
      line-height: 100%;
      cursor: pointer;
      -webkit-transition: 150ms ease-in-out;
      -moz-transition: 150ms ease-in-out;
      -o-transition: 150ms ease-in-out;
      transition: 150ms ease-in-out; }
    .calc-carousel .slick-dots li.slick-active button {
      background: #246cb6; }
.calc-carousel .slick-arrow {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 20px;
  background: none;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #ffffff;
  border-right: 0;
  border-top: 0;
  padding: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -40px; }
  .calc-carousel .slick-arrow.slick-next {
    right: 20px;
    left: auto;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
.calc-carousel .slick-list {
  border-radius: 10px; }

.detail-product-faq .container {
  max-width: 900px; }
.detail-product-faq h2 {
  text-align: center;
  margin-bottom: 50px; }
  @media (max-width: 991.98px) {
    .detail-product-faq h2 {
      font-size: 22px;
      margin-bottom: 30px; } }
.detail-product-faq .product-accordion-wrapper .product-accordion-item {
  border: 1px solid #e2eeff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 15px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  background: #ffffff; }
  .detail-product-faq .product-accordion-wrapper .product-accordion-item:after {
    content: "\f078";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 10px;
    top: 20px;
    color: #246cb6;
    width: 14px;
    height: 12px;
    line-height: 100%;
    -webkit-transition: 150ms ease-in-out;
    -moz-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out; }
  @media (min-width: 768px) {
    .detail-product-faq .product-accordion-wrapper .product-accordion-item:hover {
      border: 1px solid rgba(0, 0, 0, 0);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); } }
  .detail-product-faq .product-accordion-wrapper .product-accordion-item.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .detail-product-faq .product-accordion-wrapper .product-accordion-item .title {
    font-size: 20px !important;
    font-weight: 700;
    color: #246cb6;
    padding-right: 20px; }
    @media (max-width: 991.98px) {
      .detail-product-faq .product-accordion-wrapper .product-accordion-item .title {
        font-size: 16px !important;
        font-weight: 600; } }
  .detail-product-faq .product-accordion-wrapper .product-accordion-item .desc {
    display: none;
    padding: 20px 0 10px 0;
    font-size: 16px;
    font-weight: 400; }
.detail-product-faq .product-accordion-wrapper .video-container {
  max-width: 400px;
  margin: 0 auto; }
.detail-product-faq .product-accordion-wrapper ul {
  padding: 0;
  margin: 0; }
  .detail-product-faq .product-accordion-wrapper ul li {
    position: relative;
    list-style: none;
    padding-left: 25px; }
    .detail-product-faq .product-accordion-wrapper ul li:after {
      content: "\f00c";
      position: absolute;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      left: 0;
      top: 0;
      color: #246cb6;
      width: 20px;
      height: 20px; }

/*.page-node-23 {
    .detail-product-faq{
        .product-accordion-wrapper {
            .product-accordion-item {
                &:after {
                    content: "\f078";
                    position: absolute;
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    right: 10px;
                    top: 20px;
                    color: $primary-color;
                    width: 14px;
                    height: 12px;
                    line-height: 100%;
                    @include transition(150ms ease-in-out);
                }

                &:hover {
                    border: 1px solid rgba(0,0,0,0);
                    box-shadow: 0 0 20px rgba(0,0,0,.1);
                }
                &.active:after {
                    @include transform(rotate(180deg));
                }
                .desc {
                    display: none;
                }
            }
        }
    }
}*/
#tech-info-nav {
  position: sticky;
  top: 124px;
  background: #246cb6;
  margin-bottom: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 10;
  /*margin-left: -20px;
  margin-right: -20px;*/ }
  @media (max-width: 991.98px) {
    #tech-info-nav {
      display: none; } }
  #tech-info-nav ul {
    text-align: center; }
  #tech-info-nav li {
    display: inline-block;
    padding: 10px; }
    #tech-info-nav li a {
      color: #ffffff;
      font-weight: 700;
      display: block;
      text-decoration: none; }
      @media (min-width: 768px) {
        #tech-info-nav li a:hover {
          color: #e3fcff; } }

.lamels-types {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center; }
  .page-node-27 .lamels-types {
    max-width: 1200px; }
    .page-node-27 .lamels-types .about-lamels {
      max-width: 800px;
      margin: 0 auto 50px auto; }
  @media (max-width: 1199.98px) {
    .lamels-types .swiper {
      margin: 0 -11px; } }
  @media (min-width: 992px) {
    .lamels-types .swiper {
      width: 800px; } }
  .lamels-types .swiper-slide {
    padding: 10px;
    width: calc(100% - 50px);
    height: auto; }
    @media (min-width: 768px) {
      .lamels-types .swiper-slide {
        width: 33.333%; } }

.prod-colors img {
  width: 800px; }

#volba-pergoly h2 {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px; }
#volba-pergoly a.inner {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  margin-bottom: 40px;
  text-decoration: none; }
  @media (max-width: 767.98px) {
    #volba-pergoly a.inner {
      border-radius: 0; } }
  @media (min-width: 576px) {
    #volba-pergoly a.inner:after {
      content: "";
      background: #000000;
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); } }
  #volba-pergoly a.inner img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out; }
    @media (max-width: 767.98px) {
      #volba-pergoly a.inner img {
        height: 80px;
        border-radius: 6px; } }
  #volba-pergoly a.inner .desc {
    padding-top: 10px; }
    @media (min-width: 576px) {
      #volba-pergoly a.inner .desc {
        padding-top: 0;
        position: absolute;
        bottom: 40px;
        left: 40px;
        right: 40px;
        z-index: 1;
        max-width: 280px;
        -webkit-transition: 300ms ease-in-out;
        -moz-transition: 300ms ease-in-out;
        -o-transition: 300ms ease-in-out;
        transition: 300ms ease-in-out; } }
  #volba-pergoly a.inner h3 {
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 15px;
    margin: 0;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out; }
    @media (min-width: 768px) {
      #volba-pergoly a.inner h3 {
        font-size: 22px; } }
    @media (max-width: 767.98px) {
      #volba-pergoly a.inner h3 {
        font-size: 14px;
        color: #000000;
        padding-bottom: 5px;
        line-height: 120%; }
        #volba-pergoly a.inner h3 span {
          font-size: 12px;
          display: block; } }
  @media (max-width: 767.98px) {
    #volba-pergoly a.inner .btn {
      font-size: 10px; } }
  #volba-pergoly a.inner.active {
    opacity: .7; }
    @media (min-width: 576px) {
      #volba-pergoly a.inner.active img {
        height: 160px; }
      #volba-pergoly a.inner.active .desc {
        bottom: 25px;
        left: 20px;
        right: 20px;
        max-width: 100%; }
      #volba-pergoly a.inner.active h3 {
        font-size: 16px;
        padding-bottom: 5px; }
      #volba-pergoly a.inner.active .btn {
        font-size: 10px;
        padding: 5px 10px; } }
    #volba-pergoly a.inner.active.selected {
      opacity: 1; }

.detail-product-options {
  padding-bottom: 60px; }
  .detail-product-options h2 {
    padding: 0 0 40px 0;
    margin: 0; }
  .detail-product-options .container {
    max-width: 1300px; }
  .detail-product-options .inner {
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    overflow: hidden;
    height: 100%;
    padding: 0 15px 15px 15px;
    background: #ffffff; }
    .detail-product-options .inner img {
      border-radius: 10px 10px 0 0;
      width: 100%; }
    .detail-product-options .inner figure {
      padding: 0;
      margin: 0 -15px 15px -15px;
      position: relative; }
      .detail-product-options .inner figure .plusEq {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background: #246cb6;
        line-height: 100%;
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 700;
        color: #ffffff; }
    .detail-product-options .inner p {
      margin: 0;
      padding: 0; }

#pergola-examples .container {
  max-width: 1300px; }
@media (min-width: 992px) {
  #pergola-examples .col-lg-custom {
    width: 20%; } }
#pergola-examples strong.title {
  display: block;
  padding-top: 5px;
  font-size: 16px;
  line-height: 120%; }
  @media (max-width: 1199.98px) {
    #pergola-examples strong.title {
      font-size: 14px; } }

.controler-list > div {
  line-height: 140%; }
  .controler-list > div img {
    max-width: 60px; }
  .controler-list > div .controler-title {
    display: block;
    padding-top: 20px;
    font-size: 17px;
    font-weight: 600;
    color: #246cb6; }
  .controler-list > div .desc {
    padding-top: 10px;
    font-weight: 300;
    font-size: 15px; }
    @media (max-width: 1199.98px) {
      .controler-list > div .desc {
        font-size: 14px;
        line-height: 110%; } }

figure {
  margin: 0; }
  figure figcaption {
    display: none; }

.carousel-block {
  padding: 4rem 0 6rem; }
  @media (max-width: 767.98px) {
    .carousel-block {
      padding: 4rem 0 4rem; } }
  .carousel-block h2 {
    margin-bottom: 0; }
  .carousel-block .custom-owl-nav {
    display: flex; }
    .carousel-block .custom-owl-nav > div {
      width: 3.25rem;
      height: 3.25rem;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      transition: all 0.2s ease-in-out;
      color: rgba(26, 25, 25, 0.5);
      background-color: rgba(26, 25, 25, 0.1); }
      @media (max-width: 767.98px) {
        .carousel-block .custom-owl-nav > div {
          width: 2.5rem;
          height: 2.5rem;
          font-size: 1.25rem; } }
      @media (min-width: 768px) {
        .carousel-block .custom-owl-nav > div:hover {
          background-color: rgba(26, 25, 25, 0.3); } }
    .carousel-block .custom-owl-nav .customPrevBtn {
      border-radius: 1rem 0 0 1rem; }
      @media (max-width: 767.98px) {
        .carousel-block .custom-owl-nav .customPrevBtn {
          border-radius: 0.5rem 0 0 0.5rem; } }
    .carousel-block .custom-owl-nav .customNextBtn {
      border-radius: 0 1rem 1rem 0; }
      @media (max-width: 767.98px) {
        .carousel-block .custom-owl-nav .customNextBtn {
          border-radius: 0 0.5rem 0.5rem 0; } }

.item-list-wrapper .item {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 8px;
  position: relative; }
  .item-list-wrapper .item a {
    display: block;
    text-decoration: none;
    color: #ffffff; }
    @media (min-width: 768px) {
      .item-list-wrapper .item a:hover {
        text-decoration: underline; } }
    .item-list-wrapper .item a img {
      width: 100%; }
  .item-list-wrapper .item .item-inner {
    padding: 150px 20px 30px 20px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000000;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$black-color",endColorstr="$black-color",GradientType=1);*/
    text-shadow: 0 0 20px #000000; }
    .item-list-wrapper .item .item-inner .item-title {
      margin-bottom: 5px;
      color: #ffffff;
      font-weight: 700;
      font-size: 18px;
      line-height: 125%; }
    .item-list-wrapper .item .item-inner .item-desc {
      font-size: 13px;
      line-height: 125%; }
    .item-list-wrapper .item .item-inner .item-list a {
      margin-bottom: 2px;
      font-size: 13px;
      line-height: 125%;
      text-decoration: none; }
      @media (min-width: 768px) {
        .item-list-wrapper .item .item-inner .item-list a:hover {
          text-decoration: underline; } }
@media (max-width: 1199.98px) {
  .item-list-wrapper .swiper {
    margin: 0 -11px; } }
.item-list-wrapper .swiper-slide {
  padding: 10px;
  width: calc(100% - 50px);
  height: auto; }
  @media (min-width: 768px) {
    .item-list-wrapper .swiper-slide {
      width: calc(50% - 50px); } }
  @media (min-width: 992px) {
    .item-list-wrapper .swiper-slide {
      width: 25%; } }

.front .prod-category img {
  object-fit: cover;
  height: 360px; }
@media (min-width: 768px) {
  .front .prod-category.prod-category-01 img, .front .prod-category.prod-category-02 img {
    height: 370px; }
  .front .prod-category.prod-category-03 img, .front .prod-category.prod-category-04 img, .front .prod-category.prod-category-05 img {
    height: 420px; } }

.cta-block {
  padding-top: 60px; }
  .cta-block .cta-wrap {
    padding: 3rem;
    background-image: url("../images/cta_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .cta-block .cta-wrap {
        padding: 30px; }
        .cta-block .cta-wrap .modal-body {
          padding: 0; } }
    .cta-block .cta-wrap h3 {
      color: #ffffff;
      font-size: 2.125rem;
      line-height: 140%;
      margin-bottom: 1.25rem; }
      @media (max-width: 1199.98px) {
        .cta-block .cta-wrap h3 {
          font-size: 2rem; } }
      @media (max-width: 991.98px) {
        .cta-block .cta-wrap h3 {
          font-size: 1.75rem; } }
    .cta-block .cta-wrap .cta-contacts {
      margin-bottom: 1.75rem;
      font-weight: 500;
      font-size: 1.5rem; }
      @media (max-width: 767.98px) {
        .cta-block .cta-wrap .cta-contacts {
          font-size: 1.25rem;
          /* > div{
              margin-bottom: 1rem;
          } */ } }
      @media (max-width: 991.98px) {
        .cta-block .cta-wrap .cta-contacts {
          font-size: 1.25rem; } }
      @media (max-width: 1199.98px) {
        .cta-block .cta-wrap .cta-contacts {
          margin-bottom: 0; } }
      .cta-block .cta-wrap .cta-contacts .svg-inline--fa {
        margin-right: 0.5rem; }
      .cta-block .cta-wrap .cta-contacts span a {
        text-decoration: none;
        color: #ffffff; }
  .cta-block.cta-block-02 .cta-wrap {
    background: #134c86;
    text-align: left; }
    .cta-block.cta-block-02 .cta-wrap h3 {
      padding-bottom: 30px;
      margin: 0;
      line-height: 120%; }
    .cta-block.cta-block-02 .cta-wrap .cta-block-desc {
      padding-bottom: 40px; }
      @media (max-width: 1199.98px) {
        .cta-block.cta-block-02 .cta-wrap .cta-block-desc {
          padding-bottom: 20px; } }
  .cta-block.cta-block-02 form label {
    display: none; }
  .cta-block.cta-block-02 form input,
  .cta-block.cta-block-02 form textarea {
    color: #000000; }
  .cta-block.cta-block-02 form #edit-priloha label {
    display: block; }
  .cta-block.cta-block-02 form #edit-priloha input {
    background: #ffffff;
    color: #000000;
    border: none;
    height: auto;
    padding: 8px;
    border-radius: 10px;
    width: 100%; }
  .cta-block.cta-block-02 form .form-item-gdpr label,
  .cta-block.cta-block-02 form .form-item-na-splatky label {
    display: inline-block; }
  .cta-block.cta-block-02 .form-item-name,
  .cta-block.cta-block-02 .form-item-email,
  .cta-block.cta-block-02 .form-item-phone,
  .cta-block.cta-block-02 .form-item-mesto {
    display: inline-block;
    width: 100%; }
  .cta-block .about-company {
    background: #225a93;
    padding: 20px;
    border-radius: 10px; }
    .cta-block .about-company div {
      padding-bottom: 3px; }
    .cta-block .about-company strong {
      font-weight: 900; }
    .cta-block .about-company small {
      padding: 8px 10px;
      background: #26bd26;
      display: inline-block;
      line-height: 100%;
      margin-bottom: 10px;
      border-radius: 5px;
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase; }

.page-node-903 .cta-block {
  margin-top: 60px; }

.recommmended-products u.title-recom,
.recommended-products u.title-recom {
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  display: block;
  padding: 40px 0 10px 15px; }

.prod-recom-list {
  padding-bottom: 20px; }
  .prod-recom-list .inner {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #ffffff; }
  .prod-recom-list figure {
    max-width: 150px; }
  .prod-recom-list .desc {
    max-width: calc(100% - 150px);
    font-size: 14px;
    line-height: 140%; }
  .prod-recom-list strong.title {
    font-size: 18px;
    display: block;
    padding: 0 0 10px 0; }
  .prod-recom-list p {
    padding: 0;
    margin: 0; }

/*** Taxonomy ***/
.term-main-content h1 {
  font-size: 36px;
  color: #000000;
  margin: 0;
  padding: 0 0 10px 0; }
.term-main-content img {
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }

/*** Modal ***/
.modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.modal-backdrop.show {
  opacity: .95;
  background: #ffffff; }

/*** About us ***/
.page-node-1 #head-title {
  text-align: center; }
.page-node-1 #content .container {
  max-width: 900px; }

/*** How it works ***/
.page-node-18 #head-title {
  text-align: center; }
.page-node-18 #content .container {
  max-width: 900px; }
.page-node-18 .btgrid img {
  width: 100%;
  border-radius: 2rem;
  box-shadow: 0px 0px 2.5rem 1.25rem rgba(0, 0, 0, 0.07); }

/*** Benefit list ***/
.benefit-list {
  font-size: 13px;
  font-weight: 300;
  line-height: 140%; }
  .benefit-list strong.title {
    display: block;
    font-size: 17px;
    font-weight: 700;
    padding: 20px 0 10px 0; }

.messages .placeholder {
  background: none;
  opacity: 1;
  cursor: default;
  vertical-align: unset; }

.breadcrumb {
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 25px; }
  @media (max-width: 991.98px) {
    .breadcrumb ol {
      text-align: center;
      width: 100%; } }

.img-zaruka {
  padding: 0 0 10px 0;
  position: relative;
  margin-top: -10px; }
  .img-zaruka img {
    border-radius: 0 !important;
    box-shadow: none !important;
    max-width: 120px; }
    @media (min-width: 992px) {
      .img-zaruka img {
        max-width: 140px;
        position: absolute;
        right: 10px;
        top: -90px; } }

#included-price .inner {
  padding: 10px 20px; }
  #included-price .inner h3 {
    padding: 0 0 10px;
    margin: 0;
    font-size: 22px;
    color: #1a1919; }
  #included-price .inner small {
    font-size: 16px;
    display: block;
    padding-top: 15px;
    font-weight: 600;
    color: #0c800c; }
  #included-price .inner img {
    width: 30px; }
  #included-price .inner strong.title {
    display: inline-block;
    font-size: 16px;
    line-height: 120%;
    padding-top: 15px;
    padding-left: 10px;
    font-weight: 500; }

.lamel-item .inner {
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 20px;
  height: 100%; }
  @media (max-width: 1199.98px) {
    .lamel-item .inner {
      padding: 20px 15px; } }
.lamel-item .title {
  display: block;
  font-size: 18px;
  padding: 10px 0; }
.lamel-item p {
  font-weight: 300; }
.lamel-item img {
  width: 220px; }

.lamel-colors .desc {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-weight: 300; }

.tech-info {
  margin: 0 auto;
  max-width: 940px;
  background: #e3f1ff;
  border-radius: 12px;
  padding: 20px; }
  .tech-info .image-icon {
    width: 100px;
    flex: 1 0 100px;
    color: #246cb6;
    font-size: 100px; }
  .tech-info .desc {
    width: calc(100% - 100px);
    flex: 1 0 calc(100% - 100px);
    font-weight: 300; }
  .tech-info .title {
    font-size: 22px;
    color: #246cb6;
    display: block;
    padding-bottom: 8px; }

.highlight-label {
  background: #0fc246;
  color: #ffffff;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 20px;
  display: inline-block;
  font-weight: 600; }

.gallery .swiper-slide {
  width: 260px; }
  @media (min-width: 768px) {
    .gallery .swiper-slide {
      width: 33.333%; } }
  .gallery .swiper-slide .item {
    padding: 5px; }
    .gallery .swiper-slide .item a {
      display: block; }

@media (min-width: 768px) {
  .page-node-923 .gallery .swiper-slide {
    width: 50%; } }

.detail-product-calculation-02 {
  padding: 80px 0; }
  .detail-product-calculation-02 .container {
    max-width: 1100px; }
  .detail-product-calculation-02 h2 {
    font-weight: 600;
    text-align: center;
    padding-bottom: 40px;
    color: #000000;
    font-size: 32px; }
    .detail-product-calculation-02 h2 span {
      font-weight: 900;
      display: block;
      color: #246cb6;
      font-size: 36px;
      padding: 5px 0; }
  .detail-product-calculation-02 .calculation-list img {
    border-radius: 20px; }
  .detail-product-calculation-02 .calculation-list .inner {
    padding: 30px 20px 0 20px; }
  .detail-product-calculation-02 .calculation-list .title {
    display: block;
    font-size: 22px; }
  .detail-product-calculation-02 .calc-badge {
    display: inline-block;
    line-height: 100%;
    padding: 8px 14px;
    margin: 0 0 10px 0;
    background: #0fc246;
    border-radius: 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer; }
  .detail-product-calculation-02 .desc {
    min-height: 45px; }
  .detail-product-calculation-02 .list-check {
    flex-direction: column;
    gap: 0.25rem;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
    .detail-product-calculation-02 .list-check li {
      font-size: 1.125rem;
      gap: 0.625rem;
      align-items: center;
      display: flex;
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 10px;
      margin-bottom: 10px; }
      @media (max-width: 991.98px) {
        .detail-product-calculation-02 .list-check li {
          font-size: 1rem; } }
      .detail-product-calculation-02 .list-check li:before {
        content: '';
        background-image: url("../svg/fi-br-checkbox.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 1.25rem;
        height: 1.25rem; }
      .detail-product-calculation-02 .list-check li:nth-of-type(1):before {
        background-image: url("../svg/04-controler.svg");
        width: 35px;
        height: 35px; }
      .detail-product-calculation-02 .list-check li:nth-of-type(2):before {
        background-image: url("../svg/03-controler.svg");
        width: 35px;
        height: 35px; }
      .detail-product-calculation-02 .list-check li:nth-of-type(3):before {
        background-image: url("../svg/02-controler.svg");
        width: 35px;
        height: 35px; }
      .detail-product-calculation-02 .list-check li:nth-of-type(4):before {
        background-image: url("../svg/01-controler.svg");
        width: 35px;
        height: 35px; }
      .detail-product-calculation-02 .list-check li strong {
        margin-left: auto;
        line-height: 120%;
        text-align: right;
        min-width: 170px; }
        .detail-product-calculation-02 .list-check li strong small {
          font-weight: 400;
          font-size: 13px;
          display: inline-block;
          color: #246cb6;
          line-height: 100%;
          background: #edf1f7;
          padding: 5px 7px;
          border-radius: 4px;
          font-weight: 500;
          margin-top: 4px; }
          .detail-product-calculation-02 .list-check li strong small span {
            font-size: 10px; }
  .detail-product-calculation-02 .calculation-price-info {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    background: #edf1f7;
    margin-top: 40px; }

.swiper-gallery {
  position: relative; }
  .swiper-gallery:before, .swiper-gallery:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    width: 13.5vw;
    height: 100%;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .swiper-gallery:before, .swiper-gallery:after {
        width: 13.5vw; } }
  .swiper-gallery:before {
    left: 0; }
  .swiper-gallery:after {
    right: 0; }
  .swiper-gallery .swiper-button-prev:after,
  .swiper-gallery .swiper-button-next:after {
    font-weight: bold;
    color: #246cb6; }
  .swiper-gallery .swiper-button-prev {
    left: 4rem; }
    @media (max-width: 1399.98px) {
      .swiper-gallery .swiper-button-prev {
        left: 2rem; } }
    @media (max-width: 991.98px) {
      .swiper-gallery .swiper-button-prev {
        left: 1rem; } }
  .swiper-gallery .swiper-button-next {
    right: 4rem; }
    @media (max-width: 1399.98px) {
      .swiper-gallery .swiper-button-next {
        right: 2rem; } }
    @media (max-width: 767.98px) {
      .swiper-gallery .swiper-button-next {
        right: 1rem; } }
  .swiper-gallery .swiper-slide {
    width: 520px;
    height: 380px;
    padding: 0 10px; }
    @media (max-width: 991.98px) {
      .swiper-gallery .swiper-slide {
        width: 280px;
        height: 200px; } }
    .swiper-gallery .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 1.25rem; }

.cky-btn-revisit-wrapper {
  display: none !important; }

.search-result-item {
  padding-bottom: 20px;
  padding-top: 10px; }
  .search-result-item .inner {
    display: block;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    padding: 20px;
    text-decoration: none; }
  .search-result-item strong.title {
    font-weight: 600;
    display: block;
    padding-bottom: 5px;
    font-size: 18px; }
  .search-result-item small {
    color: #1a1919;
    font-size: 13px;
    display: block; }

.fancybox__container {
  z-index: 40000; }

.detail-product-top-title.with-subtitle {
  line-height: 110%;
  margin-bottom: 0; }

#detail-product-subtitle {
  padding: 10px 0 20px 0;
  line-height: 120%;
  font-size: 22px;
  font-weight: 700;
  color: #246cb6; }

#content-ref-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #ffffff;
  z-index: 1000;
  display: none; }
  #content-ref-overlay #content-ref {
    padding: 50px 0 0 0; }
  #content-ref-overlay .logo {
    padding: 20px 0 0 0; }
    #content-ref-overlay .logo img {
      width: 136px; }
  #content-ref-overlay button.close-ref {
    position: fixed;
    top: 10px;
    right: 10px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
    text-indent: -9999em;
    width: 40px;
    height: 40px; }
    #content-ref-overlay button.close-ref:before, #content-ref-overlay button.close-ref:after {
      content: "";
      display: block;
      border-left: 2px solid #1a1919;
      height: 40px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    #content-ref-overlay button.close-ref:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.ref-description {
  position: relative; }
  .ref-description .inner {
    position: sticky;
    top: 100px; }

#ref-detail h1 {
  font-size: 22px; }
#ref-detail .cta-button {
  padding: 20px 0; }
#ref-detail .basic-contact a {
  color: #1a1919;
  text-decoration: none;
  display: inline-block;
  margin-right: 30px; }
#ref-detail .ref-gallery .pb-4 {
  padding-bottom: 0 !important; }
#ref-detail .ref-gallery img {
  margin-bottom: 10px;
  width: 100%; }
#ref-detail .ref-gallery-wrapper {
  margin-left: -5px;
  margin-right: -5px; }
  #ref-detail .ref-gallery-wrapper > div {
    padding-left: 5px;
    padding-right: 5px; }

.form-type-select .bef-links,
.form-select.bef-links {
  border: none;
  background: none;
  padding: 20px 0 0 0;
  margin: 0; }
  .form-type-select .bef-links ul,
  .form-select.bef-links ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .form-type-select .bef-links ul li,
    .form-select.bef-links ul li {
      display: inline-block;
      padding: 0 5px 5px 0; }
    .form-type-select .bef-links ul a,
    .form-select.bef-links ul a {
      display: block;
      line-height: 120%;
      border: 1px solid #e2eeff;
      text-decoration: none;
      font-weight: 600;
      border-radius: 20px;
      padding: 5px 15px;
      font-size: .94rem; }
      @media (min-width: 768px) {
        .form-type-select .bef-links ul a:hover,
        .form-select.bef-links ul a:hover {
          background: #e2eeff; } }
      .form-type-select .bef-links ul a.bef-link--selected,
      .form-select.bef-links ul a.bef-link--selected {
        background: #e2eeff; }

#views-exposed-form-realizacie-page-1 #edit-actions {
  display: none; }

.page-type-rada-tip #content .container,
.page-type-clanok #content .container {
  max-width: 900px; }

.advice-detail h1, .advice-detail h2, .advice-detail h3, .advice-detail h4, .advice-detail h5, .advice-detail h6 {
  line-height: 140%; }
.advice-detail h2 {
  font-size: 32px; }
.advice-detail h3 {
  font-size: 28px; }
.advice-detail h4 {
  font-size: 24px; }
.advice-detail h5 {
  font-size: 20px; }
.advice-detail h6 {
  font-size: 18px; }
.advice-detail .perex {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 2px solid #e2eeff; }

* {
  outline: none !important; }

form .form-item {
  padding-bottom: 20px;
  margin: 0;
  position: relative; }
form .form-actions {
  margin: 0; }
form .form-required:after {
  background: none;
  content: "*";
  font-size: 12px;
  margin: 0; }
form label {
  display: block;
  margin: 0; }
form select, form input, form textarea {
  height: 44px;
  border: 1px solid #1a1919;
  outline: none;
  padding: 10px 15px; }
form input.form-text, form input.form-email, form input.form-tel {
  width: 100%;
  display: block;
  -webkit-appearance: none;
  border-radius: 10px;
  color: #000000; }
form input.button, form input.form-submit {
  color: #ffffff !important;
  border: none;
  text-decoration: none;
  text-align: center;
  min-width: 140px;
  line-height: 20px;
  display: inline-block;
  font-weight: 700;
  background: #0fc246;
  border-radius: 20px;
  -webkit-transition: 150ms ease-in-out;
  -moz-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out; }
  @media (min-width: 768px) {
    form input.button:hover, form input.form-submit:hover {
      background: #246cb6; } }
form textarea {
  width: 100%;
  height: 100px;
  border-radius: 10px; }
form select {
  border-radius: 10px !important;
  border: 1px solid #1a1919 !important; }
form .form-checkboxes {
  padding-top: 8px; }
  form .form-checkboxes .form-item {
    margin: 0;
    padding: 0; }

.form-item-referer {
  display: none; }

input[type=checkbox],
input[type=radio] {
  height: auto; }

.confirm-parent, .password-parent {
  overflow: unset; }

.password-suggestions {
  font-size: 12px;
  line-height: 130%;
  padding: 20px;
  margin: 0;
  border-radius: 10px; }

.form-text {
  margin-top: 0;
  font-size: 1rem; }

#konfigurator-pergoly.select-this {
  display: none; }
#konfigurator-pergoly h3 {
  font-size: 28px;
  color: #1a1919;
  padding: 20px 0;
  margin: 0; }
#konfigurator-pergoly img {
  border-radius: 10px; }
#konfigurator-pergoly .pergola-calc-image #pergola-calc-image-wrapper {
  position: relative; }
  #konfigurator-pergoly .pergola-calc-image #pergola-calc-image-wrapper img {
    width: 100%; }
  #konfigurator-pergoly .pergola-calc-image #pergola-calc-image-wrapper #sirka-pergoly,
  #konfigurator-pergoly .pergola-calc-image #pergola-calc-image-wrapper #hlbka-pergoly {
    position: absolute;
    font-weight: 700;
    font-size: 20px; }
  #konfigurator-pergoly .pergola-calc-image #pergola-calc-image-wrapper #sirka-pergoly {
    bottom: 20px;
    left: 21%;
    transform: rotate(18deg) skewX(21deg); }
  #konfigurator-pergoly .pergola-calc-image #pergola-calc-image-wrapper #hlbka-pergoly {
    right: 24%;
    bottom: 30px;
    transform: rotate(-10deg) skewX(-16deg); }
#konfigurator-pergoly #result-wrapper {
  padding: 10px 20px 0 20px; }
  #konfigurator-pergoly #result-wrapper #pergola-result {
    font-size: 26px;
    font-weight: 700; }
    #konfigurator-pergoly #result-wrapper #pergola-result span {
      display: inline-block;
      color: #0fc246;
      position: relative;
      padding-right: 70px; }
      #konfigurator-pergoly #result-wrapper #pergola-result span del {
        font-size: 20px;
        display: block;
        padding-right: 0;
        color: #000000;
        opacity: .3; }
    #konfigurator-pergoly #result-wrapper #pergola-result .percentage {
      position: absolute;
      color: #ffffff;
      right: 0;
      background: #0fc246;
      line-height: 100%;
      padding: 5px 10px;
      border-radius: 20px;
      display: block;
      text-align: center;
      font-size: 14px;
      top: 2px;
      transform: rotate(3deg); }
      #konfigurator-pergoly #result-wrapper #pergola-result .percentage small {
        display: block;
        font-size: 7px;
        line-height: 100%;
        padding: 0; }
  #konfigurator-pergoly #result-wrapper small {
    display: block;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 12px; }
#konfigurator-pergoly select {
  height: 44px;
  outline: none;
  padding: 10px 15px;
  border-radius: 10px !important;
  border: 1px solid #1a1919 !important;
  margin-bottom: 30px;
  width: 100%; }
#konfigurator-pergoly .form-item-pergola {
  display: none; }
#konfigurator-pergoly .position-sticky {
  position: sticky;
  top: 120px; }

#pergola-calc-desc,
#biokliematicka-pergola-desc {
  padding: 20px;
  font-size: 13px;
  background: #e2eeff;
  border-radius: 10px;
  max-width: 740px; }
  #pergola-calc-desc ul,
  #biokliematicka-pergola-desc ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    #pergola-calc-desc ul li,
    #biokliematicka-pergola-desc ul li {
      font-size: 13px;
      font-weight: 300;
      line-height: 140%;
      margin-bottom: 4px;
      padding-left: 1.25rem;
      position: relative; }
      @media (max-width: 1199.98px) {
        #pergola-calc-desc ul li,
        #biokliematicka-pergola-desc ul li {
          font-size: 1.125rem; } }
      #pergola-calc-desc ul li:before,
      #biokliematicka-pergola-desc ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 0.75rem;
        color: #246cb6;
        content: "\f00c"; }

#biokliematicka-pergola-rozpocet {
  display: none; }
  #biokliematicka-pergola-rozpocet img {
    border-radius: 10px; }

#bio-result-wrapper {
  padding: 10px 20px 0 20px; }
  #bio-result-wrapper #bio-pergola-result {
    font-size: 26px;
    font-weight: 700; }
    #bio-result-wrapper #bio-pergola-result span {
      display: block;
      color: #0fc246; }
      #bio-result-wrapper #bio-pergola-result span del {
        font-size: 20px;
        display: block;
        padding-right: 0;
        color: #000000;
        opacity: .3; }
  #bio-result-wrapper small {
    display: block;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 12px; }

input#pergolaS,
input#pergolaH {
  height: 34px;
  border: 1px solid #1a1919;
  outline: none;
  padding: 10px;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  border-radius: 10px;
  color: #000000; }

button#showPrice {
  border-radius: 10px; }

#pergola-price-list h3 {
  font-size: 28px;
  color: #1a1919;
  padding: 20px 0;
  margin: 0; }
#pergola-price-list img {
  border-radius: 10px; }
#pergola-price-list .position-sticky {
  position: sticky;
  top: 120px; }
#pergola-price-list #result-wrapper {
  padding: 10px 20px 0 20px; }
  #pergola-price-list #result-wrapper #pergola-result {
    font-size: 26px;
    font-weight: 700; }
    #pergola-price-list #result-wrapper #pergola-result span {
      display: inline-block;
      color: #0fc246;
      position: relative;
      padding-right: 70px; }
      #pergola-price-list #result-wrapper #pergola-result span del {
        font-size: 20px;
        display: block;
        padding-right: 0;
        color: #000000;
        opacity: .3; }
    #pergola-price-list #result-wrapper #pergola-result .percentage {
      position: absolute;
      color: #ffffff;
      right: 0;
      background: #0fc246;
      line-height: 100%;
      padding: 5px 10px;
      border-radius: 20px;
      display: block;
      text-align: center;
      font-size: 14px;
      top: 2px;
      transform: rotate(3deg); }
      #pergola-price-list #result-wrapper #pergola-result .percentage small {
        display: block;
        font-size: 7px;
        line-height: 100%;
        padding: 0; }
  #pergola-price-list #result-wrapper small {
    display: block;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 12px; }

.price-payment {
  background: #e2eeff;
  line-height: 120%;
  padding: 15px 20px;
  margin-top: 10px;
  font-weight: 600;
  color: #164f8a;
  border-radius: 10px;
  display: inline-block;
  font-size: 16px; }
  .price-payment span {
    font-size: .8em;
    font-weight: 500; }

.page-type-rada-tip #head-title,
.page-type-clanok #head-title {
  padding: 40px 0 20px 0; }
  .page-type-rada-tip #head-title h1,
  .page-type-clanok #head-title h1 {
    font-size: 36px; }
.page-type-rada-tip #content h2,
.page-type-clanok #content h2 {
  font-size: 26px;
  padding: 30px 0 20px 0;
  color: #000000; }
.page-type-rada-tip #content #block-kedsvietislnko-content h2:first-of-type, .page-type-rada-tip #content #block-kedsvietislnko-content h3:first-of-type, .page-type-rada-tip #content #block-kedsvietislnko-content h4:first-of-type, .page-type-rada-tip #content #block-kedsvietislnko-content h5:first-of-type, .page-type-rada-tip #content #block-kedsvietislnko-content h6:first-of-type,
.page-type-clanok #content #block-kedsvietislnko-content h2:first-of-type,
.page-type-clanok #content #block-kedsvietislnko-content h3:first-of-type,
.page-type-clanok #content #block-kedsvietislnko-content h4:first-of-type,
.page-type-clanok #content #block-kedsvietislnko-content h5:first-of-type,
.page-type-clanok #content #block-kedsvietislnko-content h6:first-of-type {
  padding-top: 0; }
.page-type-rada-tip #content img,
.page-type-clanok #content img {
  width: 720px; }

.mounting-options .container {
  max-width: 900px; }
.mounting-options .mounting-card {
  padding-bottom: 20px; }
  .mounting-options .mounting-card .inner {
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .mounting-options .mounting-card .inner video {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      border-radius: 6px; }
    .mounting-options .mounting-card .inner img {
      border-radius: 6px; }
    .mounting-options .mounting-card .inner h3 {
      padding: 0 0 10px 0;
      margin: 0;
      font-size: 26px;
      color: #000; }
    .mounting-options .mounting-card .inner p {
      padding: 0;
      margin: 0;
      font-size: 15px; }

.prod-example-calculation h2 {
  font-weight: 600;
  text-align: center;
  padding-bottom: 40px;
  color: #000000;
  font-size: 32px; }
  .prod-example-calculation h2 span {
    font-weight: 900;
    display: block;
    color: #246cb6;
    font-size: 36px;
    padding: 5px 0; }

.calculation-example {
  padding-bottom: 15px; }
  .calculation-example .inner {
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  .calculation-example .example-info img {
    border-radius: 6px; }
  .calculation-example .example-info i {
    color: #246cb6; }
  .calculation-example .title-desc {
    border-radius: 6px;
    background: #FAFAFC;
    padding: 10px;
    margin-top: 10px; }
    .calculation-example .title-desc .title {
      font-weight: 700;
      padding-bottom: 5px; }
  .calculation-example .example-prices {
    text-align: center; }
    .calculation-example .example-prices img {
      border-radius: 0;
      width: auto !important;
      height: 70px !important; }

.price-inner {
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #ececec; }
  .price-inner .price-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    padding: 20px 10px 15px 10px; }
  .price-inner .full-price,
  .price-inner .month-price {
    border-top: 1px solid #ececec;
    padding-top: 15px;
    font-size: 20px; }
  .price-inner .month-price {
    display: none; }

.promo-header {
  background: linear-gradient(110deg, #de1267 0%, #c40e32 100%);
  padding: 12px 0;
  line-height: 120%;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px; }
  .promo-header a {
    color: #ffffff;
    text-decoration: none; }

#promo-carousel {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  max-width: 100%;
  width: 500px; }
  #promo-carousel .promo-list {
    padding: 20px; }
    #promo-carousel .promo-list .inner {
      background: #0fc246;
      color: #ffffff;
      padding: 18px 20px;
      border-radius: 40px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      line-height: 120%; }
      #promo-carousel .promo-list .inner .row {
        font-weight: 600;
        text-decoration: none;
        color: #000000; }
      #promo-carousel .promo-list .inner .promo-icon {
        width: 45px;
        padding-right: 0; }
      #promo-carousel .promo-list .inner .promo-text {
        width: calc(100% - 80px); }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
.discount-wrappper {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media (max-width: 991.98px) {
    .discount-wrappper {
      transform: scale(0.7); } }
  .discount-wrappper .container {
    position: relative; }
  .discount-wrappper .discount-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    /*background-image: url("../images/gradient_circle.png");
    background-size: cover;
    background-repeat: no-repeat;*/
    background: #de1267;
    background: linear-gradient(110deg, #de1267 0%, #c40e32 100%);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    text-decoration: none;
    position: absolute;
    bottom: 60px;
    right: 0;
    cursor: pointer;
    animation: pulse 2s infinite; }
    @media (max-width: 991.98px) {
      .discount-wrappper .discount-circle {
        bottom: 120px;
        right: -50px;
        transform: translateX(-50%); } }
    .discount-wrappper .discount-circle span {
      color: #ffffff;
      transform: rotate(-15deg);
      display: block;
      font-size: 17px;
      line-height: 125%;
      font-weight: 600; }
      .discount-wrappper .discount-circle span strong {
        font-size: 25px;
        display: block;
        padding: 5px 0;
        font-weight: 800; }

#finance {
  background: #0fc246;
  color: #ffffff;
  font-size: 20px;
  padding: 20px;
  border-radius: 10px;
  font-weight: 500;
  margin: 30px auto 0 auto;
  max-width: 560px;
  text-align: center;
  line-height: 120%;
  display: block;
  text-decoration: none; }
  #finance:hover {
    opacity: .9; }
  #finance span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px; }

#popup-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: none; }

#event-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 85%;
  z-index: 20000;
  background: #ffffff;
  border-radius: 5px;
  display: none;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2); }

#event-popup p {
  padding: 0;
  margin: 0; }

#event-popup .event-content {
  padding: 15px; }

#event-popup .event-content .title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px;
  display: block; }

#event-popup a.btn {
  margin: 10px 0 0 0; }

#event-popup button {
  box-shadow: none;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  line-height: 100%;
  white-space: normal;
  display: inline-block;
  font-weight: 300;
  border: 0;
  padding: 0;
  position: absolute;
  right: -10px;
  top: -10px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 26px; }

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