@charset "UTF-8";
/* colors */
/* fonts */
body {
  color: #06173b;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-top: 80px; }

.opacity-hover{
  opacity: 1;
  transition: opacity .4s ease;
}

.opacity-hover:hover{
  opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0; }
body a{
  color: #083f88;
}
h3{margin-bottom: 15px;}

ul,
ol {
  padding: 0;
  list-style: none; }

.container {
  position: relative;
  min-width: 320px; }

.banner {
  color: #fff;
  background: url("../../web/images/hala.jpg") no-repeat center center;
  background-size: cover;
  min-height: 599px;
  max-width: 1920px;
  padding-top: 55px;
  padding: 30px 0 15px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 6px solid #ec9000; }
.banner.subpage {
  min-height: auto; }
.mainpage .banner {
  padding: 55px 0 0 0; }
  .banner .table-row {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .banner .cell-6 {
    vertical-align: bottom;
    display: table-cell;
    width: 50%; }
    .banner .cell-6.middle {
      vertical-align: middle; }
  .banner .portrait {
    border: 6px solid #ec9000;
    border-bottom: 0;
    margin-right: 0; }
  .banner .content {
    padding-right: 60px; }
    .banner .content h1, .banner .content .h1 {
      font-size: 3.75em;
      line-height: 1.2;
      text-transform: uppercase;
      position: relative;
      padding: 5px 35px;
      border-left: 4px solid #ec9000;
      margin-bottom: 15px;
      display: inline-block;
            color: #ffffff; }
    .banner .content h1.subpage {
      font-size: 2.8em;
    }
    .banner .content p {
      font-size: 1.125em;
      line-height: 1.5;
      color: #ffffff;
      padding-bottom: 25px; }

.ebook {
  color: #fff;
  background-color: #d1a549;
  padding: 45px 0; }
  .ebook h2 {
    font-weight: 700;
    font-size: 2.25em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff; }
  .ebook p {
    font-size: 1.125em;
    line-height: 1.5; }
  .ebook .button {
    color: #fff;
    background-color: #06173b;
    border: 5px solid #06173b;
    font-weight: 600;
    font-size: 1.125em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 7px 40px;
    margin-top: 15px;
    transition: all .3s ease; }
    .ebook .button > i {
      font-weight: 400;
      vertical-align: middle;
      display: inline-block;
      margin-right: 10px; }
    .ebook .button:hover {
      color: #06173b;
      background-color: #fff; }

.modal-ebook .modal-body {
    border: 5px solid #000;
    background: #fff;
    border-radius: 0;  }
  .modal-ebook p {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 23px;
    margin: 0;  }
  .modal-ebook input {
    display: block;
    width: 100%;
    background-color: #e0e0e0;
    font-size: 17px;
    color: #525252;
    padding: 10px;
    line-height: 1.3em;
    border: none;
    font-weight: normal;
    margin-bottom: 8px; }
  .modal-ebook .button-odeslat {
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px;
    line-height: 1.3em;
    border: none;
    font-weight: 700;
    transition: all .4s ease;
    color: #fff;
    background: #06173b;
    margin-bottom: 15px;
    font-size: 1.125em;
    border: 5px solid #06173b; }
  .modal-ebook .button-odeslat:hover {
    color: #06173b;
    background-color: #fff;  }
  .modal-ebook .button-close{
    position: absolute;
    top: 0px;
    border: none;
    right: 5px;
    display: block;
    background: url(../img/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px; }
  .modal-ebook .button-close:hover{
    background-position:bottom center;  }

.sber-emailu-full {
  color: #fff;
  background-color: #d1a549;
  padding: 45px 0; }
  .sber-emailu-full h2 {
    font-weight: 700;
    font-size: 2.25em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff; }
  .sber-emailu-full .sber-emailu-msg{
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    width: 100%; }
  .sber-emailu-full p {
    font-size: 1.125em;
    line-height: 1.5; }
    .sber-emailu-full .right {
      margin-top: 15px; }
    .sber-emailu-full .field {
      position: relative; }
    .sber-emailu-full input {
      color: #aaa;
      line-height: 20px;
      width: 100%;
      height: 40px;
      padding: 9px 40px 9px 12px;
      border: 1px solid #ddd; }
    .sber-emailu-full button {
      color: #ec9000;
      background-color: transparent;
      font-family: 'FontAwesome';
      line-height: 24px;
      text-align: center;
      position: absolute;
      top: 50%;
      right: 10px;
      width: 15px;
      height: 24px;
      padding: 0;
      border: 0;
      margin-top: -12px; }
      .sber-emailu-full button::before {
        content: '\f124';
        font-size: 18px; }

main h2, main h3, main h4, main h5{
  padding-bottom: 25px;}
main table{
    width: 100%;
    margin-bottom: 25px; }
  main table th, main table td{
    padding: 8px;
    line-height: 25px;
    text-align: left; }
  main table tbody>tr:nth-child(odd)>td, main table tbody>tr:nth-child(odd)>th{
    background-color: #f9f9f9; }

main ul {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 15px;
  padding-bottom: 35px; }

main ol {
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 15px;
  padding-bottom: 35px; }

main p {
  padding-bottom: 25px; }
main p:last-of-type {
  padding-bottom: 35px; }
  main p img{
    padding: 30px 0 4px 0; }
  main p img[style='float: left;']{
    padding-right: 10px; }
  main p img[style='float: right;']{
    padding-left: 10px; }
.cols {
  padding: 40px 0; }

.news {
  text-align: center; }
  .news .article {
    text-align: left;
    margin-bottom: 40px; }
  .news .image {
    float: left;
    margin-right: 20px;
    opacity: .9;
    transition: opacity .3s ease; }
    .news .image:hover {
      opacity: 1; }
  .news .content {
    overflow: hidden; }
    .news .content h2 {
      font-weight: 700;
      font-size: 1.5em;
      line-height: 1.2;
      text-transform: uppercase;
      margin-bottom: 10px; }
      .news .content h2 > a {
        color: #06173b;
        text-decoration: none;
        transition: color .3s ease; }
        .news .content h2 > a:hover {
          color: #d1a549; }
    .news .content p {
      font-size: 1.125em;
      line-height: 1.5;
      margin-bottom: 10px;
      color: #06173b; }
    .news .content .read {
      color: #d1a549;;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      transition: color .3s ease; }
      .news .content .read > i {
        font-weight: 400;
        display: inline-block;
        margin-right: 5px; }
      .news .content .read:hover {
        color: #06173b; }
  .news .button {
    color: #fff;
    background-color: #06173b;
    font-weight: 600;
    font-size: 1.125em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 7px 40px;
    border: 5px solid #06173b;
    margin-top: 15px;
    transition: background-color .3s ease; }
    .news .button:hover {
      background-color: #fff;
      color: #06173b; }

.references {
  background-color: #e7e7e7;
  padding: 40px 0; }
  .references h2 {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 50px;
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
    color: #06173b; }
    .references h2::before {
      content: '„';
      color: #fff;
      background-color: #d1a549;
      font-weight: 700;
      font-size: 36px;
      line-height: 25px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px; }
  .references .reference {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .references p {
    font-size: 1.125em;
    line-height: 1.5;
    color: #06173b; }

.header {
  background-color: #083f88;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 84px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25); }

a.logo {
  font-weight: 700;
  font-size: 2.25em;
  line-height: 60px;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  margin: 10px 0; }
  a.logo > span { }

.nav {
  float: right;
  margin-top: 14px; }
  .nav > ul > li {
    position: relative;
    float: left;
    margin-left: 55px; }
    .nav > ul > li:first-child {
      margin-left: 0; }
    .nav > ul > li > a {
      color: #ffffff;
      font-weight: 700;
      font-size: 1.125em;
      line-height: 46px;
      text-decoration: none;
      display: block;
      height: 52px;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      transition: all .3s ease; }
      .nav > ul > li > a > i {
        font-size: 12px;
        vertical-align: middle; }
    .nav > ul > li.active > a, .nav > ul > li:hover > a {
      border-bottom-color: #ec9000; }
    .nav > ul > li:hover > ul {
      display: block; }
    .nav > ul > li > ul {
      background-color: #ec9000;
      position: absolute;
      top: 100%;
      left: 0;
      display: none;
      width: 250px;
      padding: 10px 15px; }
      .nav > ul > li > ul > li {
        padding: 5px 0; }
        .nav > ul > li > ul > li > a {
          color: #ffffff;
          font-weight: 600;
          font-size: 1.125em;
          text-decoration: none;
          position: relative;
          padding-left: 18px;
          display: inline-block; }
        .nav > ul > li > ul > li > a:hover {
          text-decoration: underline; }
          .nav > ul > li > ul > li > a::before {
            content: '';
            position: absolute;
            top: 12px;
            left: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 0 4px 5px;
            border-color: transparent transparent transparent #ffffff;
            margin-top: -4px;
            transition: left .3s ease; }
          .nav > ul > li > ul > li > a:hover::before {
            left: 5px; }

.footer {
  color: #ffffff;;
  background-color: #083f88;
  padding: 10px 0 40px; }
  .footer .row > div {
    margin-top: 30px; }
    .footer .row > div .row > div {
      margin-top: 0; }
  .footer .menu {
    margin-bottom: 30px; }
    .footer .menu > li > a {
      color: #ffffff;
      font-weight: 300;
      font-size: 1.125em;
      text-decoration: none;
      position: relative;
      display: inline-block;
      padding-left: 18px; }
    .footer .menu > li > a:hover {
      text-decoration: underline; }
      .footer .menu > li > a::before {
        content: '';
        position: absolute;
        top: 12px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 5px;
        border-color: transparent transparent transparent #ec9000;
        margin-top: -4px;
        transition: left .3s ease; }
      .footer .menu > li > a:hover::before {
        left: 5px; }
  .footer .copy {
    text-align: right;
    padding-top: 30px; }
  .footer__contacts {
    font-size: 1.2em;
    padding: 30px;
    border: 1px solid #000000; }
    .footer__contacts a {
      color: #ffffff; }
    .footer__contacts i {
      color: #ec9000;
      display: inline-block;
      margin-right: 5px; }
    .footer__contacts .address {
      position: relative;
      padding-left: 35px; }
      .footer__contacts .address::before {
        content: "";
        color: #ec9000;
        font-family: 'FontAwesome';
        position: absolute;
        top: 0;
        left: 5px; }

.aside {
  position: relative; }
  .aside::before {
    content: '';
    background-color: #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 1px;
    height: 100%; }
  .aside > :last-child {
    /* margin-bottom: 0; */ }
  .aside p {
    color: #06173b; }
  .aside h2 {
    color: #06173b; }
  .aside a {
    color: #083f88; }

.contacts {
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px; }
  .contacts::before {
    content: '\f0e0';
    color: #ffffff;
    background-color: #ec9000;
    line-height: 50px;
    font-family: 'FontAwesome';
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px; }
  .contacts h2 {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .contacts p {
    font-size: 1.125em;
    line-height: 1.5; }
    .contacts p a {
      color: #083f88; }

.topics {
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px; }
  .topics::before {
    content: '\f0c9';
    color: #ffffff;
    background-color: #ec9000;
    line-height: 50px;
    font-family: 'FontAwesome';
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px; }
  .topics h2 {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .topics ul{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0; }
    .topics ul > li > a {
      color: #083f88;
      font-size: 1.125em;
      position: relative;
      display: block;
      padding-right: 40px; }
      .topics ul > li > a > span {
        color: #cccccc;
        position: absolute;
        top: 0;
        right: 0; }

.sber-emailu {
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px; }
  .sber-emailu::before {
    content: '\f1ea';
    color: #ffffff;
    background-color: #ec9000;
    line-height: 50px;
    font-family: 'FontAwesome';
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px; }
  .sber-emailu h2 {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .sber-emailu label {
    font-weight: 300;
    font-size: 1.125em;
    display: block;
    margin-bottom: 10px; }
  .sber-emailu .field {
    position: relative; }
  .sber-emailu input {
    color: #aaa;
    line-height: 20px;
    width: 100%;
    height: 40px;
    padding: 9px 40px 9px 12px;
    border: 1px solid #ddd; }
  .sber-emailu-msg {
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
    display: none;
    font-size: 0.9em;
    color: green; }
  .sber-emailu-msg.red{
    color: red; }
  .sber-emailu button {
    color: #ec9000;
    background-color: transparent;
    font-family: 'FontAwesome';
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 15px;
    height: 24px;
    padding: 0;
    border: 0;
    margin-top: -12px; }
    .sber-emailu button::before {
      content: '\f124';
      font-size: 18px; }

.facebook {
  margin-bottom: 30px; }
  .facebook > a {
    color: #083f88;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 50px;
    position: relative;
    display: block;
    padding-left: 70px; }
    .facebook > a::before {
      content: '\f09a';
      color: #ffffff;
      background-color: #4b6cb3;
      font-size: 16px;
      line-height: 50px;
      font-family: 'FontAwesome';
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px; }

.linkedin {
  margin-bottom: 30px; }
  .linkedin > a {
    color: #083f88;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 50px;
    position: relative;
    display: block;
    padding-left: 70px; }
    .linkedin > a::before {
      content: '\f0e1';
      color: #ffffff;
      background-color: #0077b5;
      font-size: 16px;
      line-height: 50px;
      font-family: 'FontAwesome';
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px; }

.twitter {
  margin-bottom: 30px; }
  .twitter > a {
    color: #083f88;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 50px;
    position: relative;
    display: block;
    padding-left: 70px; }
    .twitter > a::before {
      content: '\f099';
      color: #ffffff;
      background-color: #1da1f2;
      font-size: 16px;
      line-height: 50px;
      font-family: 'FontAwesome';
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px; }

.instagram {
  margin-bottom: 30px; }
  .instagram > a {
    color: #083f88;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 50px;
    position: relative;
    display: block;
    padding-left: 70px; }
    .instagram > a::before {
      content: '\f16d';
      color: #ffffff;
      background-color: #e54656;
      font-size: 16px;
      line-height: 50px;
      font-family: 'FontAwesome';
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px; }

.pinterest {
  margin-bottom: 30px; }
  .pinterest > a {
    color: #083f88;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 50px;
    position: relative;
    display: block;
    padding-left: 70px; }
    .pinterest > a::before {
      content: '\f231';
      color: #ffffff;
      background-color: #bd081c;
      font-size: 16px;
      line-height: 50px;
      font-family: 'FontAwesome';
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px; }

.youtube {
  margin-bottom: 30px; }
  .youtube > a {
    color: #083f88;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 50px;
    position: relative;
    display: block;
    padding-left: 70px; }
    .youtube > a::before {
      content: '\f166';
      color: #ffffff;
      background-color: #bd081c;
      font: normal normal normal 25px/1 FontAwesome;
      line-height: 50px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px; }

.damejidlo {
  margin-bottom: 30px; }
  .damejidlo > a {
    color: #083f88;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 50px;
    position: relative;
    display: block;
    padding-left: 70px; }
    .damejidlo > a::before {
      content: url('../img/icon-damejidlo.png');
      line-height: 50px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px; }

.zomato {
  margin-bottom: 30px; }
  .zomato > a {
    color: #083f88;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 50px;
    position: relative;
    display: block;
    padding-left: 70px; }
    .zomato > a::before {
      content: url('../img/icon-zomato.png');
      line-height: 50px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px; }

@media (max-width: 1200px) {
  .nav > ul > li {
    margin-left: 22px; }
  .banner{
    min-height: 35vw;
  }
}

@media (max-width: 992px) {
  .nav > ul > li {
    margin-left: 25px; }
  a.logo img {
      max-width: 100%;
      height: auto; }
}

@media (max-width: 767px) {
  body {
    padding-top: 70px; }
  .header {
    height: 70px; }
  a.logo {
    font-size: 1.5em;
    position: relative;
    z-index: 100;
    margin: 5px 0; }
    a.logo img {
      max-width: 85%;
      height: auto; }
  .nav {
    position: relative;
    z-index: 150;
    margin-top: 0; }
    .nav-opener {
      position: absolute;
      top: 25px;
      right: 0;
      z-index: 200;
      display: block;
      width: 30px;
      height: 26px;
      cursor: pointer; }
      .nav-opener > span {
        background: #ffffff;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        display: block;
        height: 2px;
        transition: background 0s 0.5s; }
        .nav-opener > span::before, .nav-opener > span::after {
          position: absolute;
          display: block;
          left: 0;
          width: 100%;
          height: 2px;
          background: #ffffff;
          content: "";
          transition-duration: 0.5s, 0.5s;
          transition-delay: 0.5s, 0s; }
        .nav-opener > span::before {
          top: -10px;
          transition-property: top, transform; }
        .nav-opener > span::after {
          bottom: -10px;
          transition-property: bottom, transform; }
      .nav-opener.is-active > span {
        background: none; }
        .nav-opener.is-active > span::before {
          top: 0;
          transform: rotate(45deg); }
        .nav-opener.is-active > span::after {
          bottom: 0;
          transform: rotate(-45deg); }
        .nav-opener.is-active > span::before, .nav-opener.is-active > span::after {
          transition-delay: 0s, 0.5s; }
    .nav > ul {
      background-color: #083f88;
      position: fixed;
      top: 0;
      left: -250px;
      z-index: 25;
      width: 250px;
      height: 100%;
      padding-top: 50px;
      overflow-y: scroll;
      transition: left .5s ease;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25); }
      .nav > ul.is-active {
        left: 0; }
      .nav > ul > li {
        float: none;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 10px;
        margin-left: 0; }
        .nav > ul > li > ul {
          position: static;
          top: auto;
          left: auto;
          width: 100%; }
  .banner .row-table,
  .banner .cell-6 {
    display: block;
    width: 100%; }
  .banner .content {
    padding-right: 0;
    padding-bottom: 30px; }
    .banner .content h1, .banner .content h1.subpage, .banner .content .h1 {
      font-size: 1.875em; }
  .banner .portrait {
    margin-right: auto; }
  .ebook h2 {
    font-size: 1.875em; }
  .cols {
    padding: 40px 0; }
  .aside {
    margin-top: 40px; }
  .footer .menu {
    line-height: 2.0; }
  .footer .copy {
    text-align: center; } }

@media (max-width: 600px) {
  a.logo{
    max-width: 75%;
  }
}

.galerie{
  margin-bottom: 25px;
}

.galerie img{
  margin-bottom: 30px;
  opacity: 1;
}

.galerie img:hover{
  opacity: 0.7;
}

.modul-formular{
  background-color: #ffffff;
  padding: 40px 0;  }
  .modul-formular input[type=submit], .modul-formular button{
    color: #ffffff;
    background-color: #06173b;
    border: 5px solid #06173b;
    font-weight: 600;
    font-size: 1.125em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 7px 40px;
    transition: all .3s ease; }
    .modul-formular input[type=submit]:hover, .modul-formular button:hover {
      color: #06173b;
      background-color: #ffffff; }
  .modul-formular .tooltip-element {
    color: #fff;
    background: #000;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin: 0 5px;
    font-size: 12px; }
  .modul-formular .povinne{
    color: #c10000; }
  .modul-formular .error input[type=text], .modul-formular .error textarea{
    border-color: #c10000; }
  .modul-formular .error label{
    color: #c10000; }
  .modul-formular h3{
    color: #06173b; }
  .modul-formular p, .modul-formular label {
    color: #06173b; }

#cookie-lista{
  font-size:85%;
}
#cookie-lista-in{
  position:fixed;
  bottom:0;
  left:0;
  z-index:10000;
  text-align:center;
  color:white;
  background:#4c4c4c;
  background:rgba(0,0,0,.60);
}
#cookie-lista p{
  padding:0 10px;
  margin:5px auto;
}
#cookie-lista a,#cookie-lista a:visited{
  color:white;
}
#cookie-lista a:hover{
  color:white;
}
.cookie-lista-accept{
  display:inline-block;
  text-decoration:none;
  padding:.3em 1em;
  margin-left:.5em;
  color:white;
  background:#2b8d00;
  -moz-border-radius:.4em;
  -webkit-border-radius:.4em;
  border-radius:.4em;
}
.cookie-lista-accept:hover{
  background-color:#1a5500;
}

@media (max-width: 1199px) {
  .modul-formular .text-right{
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav > ul > li {
    margin-left: 30px; }
    .nav > ul > li:first-child {
      margin-left: 0; }
  .banner .content {
    padding-right: 30px; }
    .banner .content h1, .banner .content .h1 {
      font-size: 2.5em;
      padding-left: 15px; }
  .aside {
    margin-top: 80px; }
  .footer__contacts {
    font-size: 1.125em; }
  .footer .copy {
    text-align: center; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .banner .content {
    padding-right: 30px; }
    .banner .content h1, .banner .content .h1 {
      font-size: 3.125em;
      padding-left: 15px; }
  .footer__contacts {
    font-size: 1.125em; } }

@media (min-width: 1200px) {
  .ebook .right {
    text-align: right; } }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}
