* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block:before, ul:before, div:before,
section:before {
  content: " ";
  clear: both;
  display: table;
}
.block:after, ul:after, div:after,
section:after {
  content: " ";
  clear: both;
  display: table;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: auto;
  -webkit-text-size-adjust: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}

input:disabled:-webkit-autofill {
  -webkit-animation: autofillS 0s forwards;
  animation: autofillS 0s forwards;
}

@keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}
@-webkit-keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}
@keyframes autofillS {
  100% {
    background: red;
    color: inherit;
  }
}
@-webkit-keyframes autofillS {
  100% {
    background: red;
    color: inherit;
  }
}
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  font-family: "Trebuchet MS";
  font-size: 14px;
  color: #000;
  padding: 0;
  margin: 0;
}

button {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: inherit;
}
a:focus {
  outline-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

section {
  position: relative;
}

h1, .h2,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

hr {
  width: 100%;
  height: 2px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #000;
}

iframe {
  border: 0px;
}

img {
  display: block;
}

input,
textarea,
select {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}

table {
  padding: 0;
  margin: 0;
  border: none;
}
table td,
table th {
  text-align: left;
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: none;
}
table th {
  font-weight: 700;
}

textarea {
  resize: none;
}

ul {
  margin: 0px;
  padding: 0px;
  display: block;
}
ul li {
  padding: 0px;
  margin: 0px;
}

.container-xl, .container-xs-xl, .container-xs, .container, .container-limit-xl, .container-limit-lg, .container-fluid {
  position: relative;
  clear: both;
}

.container-fluid {
  width: 100%;
}

.container-limit-lg {
  width: 100%;
  margin: 0px auto;
}
@media (min-width: 1200px) {
  .container-limit-lg {
    width: 10000px;
  }
}

.container-limit-xl {
  width: 100%;
  margin: 0px auto;
}
@media (min-width: 10000px) {
  .container-limit-xl {
    width: 10000px;
  }
}

.container {
  width: 100%;
  margin: 0px auto;
  left: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 10000px) {
  .container {
    width: 1656px;
  }
}

.container-xs {
  width: 320px;
  margin: 0px auto;
  left: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-xs {
    width: 768px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-xs {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container-xs {
    width: 1200px;
  }
}
@media (min-width: 10000px) {
  .container-xs {
    width: 1200px;
  }
}

.container-xs-xl {
  width: 320px;
  margin: 0px auto;
  left: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-xs-xl {
    width: 768px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-xs-xl {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container-xs-xl {
    width: 1200px;
  }
}
@media (min-width: 10000px) {
  .container-xs-xl {
    width: 1600px;
  }
}

.container-xl {
  width: 100%;
  margin: 0px auto;
  left: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-xl {
    width: 768px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-xl {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container-xl {
    width: 1200px;
  }
}
@media (min-width: 10000px) {
  .container-xl {
    width: 1600px;
  }
}

.tab-xl-offset-10, .tab-xl-10, .tab-xl-offset-9, .tab-xl-9, .tab-xl-offset-8, .tab-xl-8, .tab-xl-offset-7, .tab-xl-7, .tab-xl-offset-6, .tab-xl-6, .tab-xl-offset-5, .tab-xl-5, .tab-xl-offset-4, .tab-xl-4, .tab-xl-offset-3, .tab-xl-3, .tab-xl-offset-2, .tab-xl-2, .tab-xl-offset-1, .tab-xl-1, .col-xl-offset-12, .col-xl-12, .col-xl-offset-11, .col-xl-11, .col-xl-offset-10, .col-xl-10, .col-xl-offset-9, .col-xl-9, .col-xl-offset-8, .col-xl-8, .col-xl-offset-7, .col-xl-7, .col-xl-offset-6, .col-xl-6, .col-xl-offset-5, .col-xl-5, .col-xl-offset-4, .col-xl-4, .col-xl-offset-3, .col-xl-3, .col-xl-offset-2, .col-xl-2, .col-xl-offset-1, .col-xl-1, .tab-lg-offset-10, .tab-lg-10, .tab-lg-offset-9, .tab-lg-9, .tab-lg-offset-8, .tab-lg-8, .tab-lg-offset-7, .tab-lg-7, .tab-lg-offset-6, .tab-lg-6, .tab-lg-offset-5, .tab-lg-5, .tab-lg-offset-4, .tab-lg-4, .tab-lg-offset-3, .tab-lg-3, .tab-lg-offset-2, .tab-lg-2, .tab-lg-offset-1, .tab-lg-1, .col-lg-offset-12, .col-lg-12, .col-lg-offset-11, .col-lg-11, .col-lg-offset-10, .col-lg-10, .col-lg-offset-9, .col-lg-9, .col-lg-offset-8, .col-lg-8, .col-lg-offset-7, .col-lg-7, .col-lg-offset-6, .col-lg-6, .col-lg-offset-5, .col-lg-5, .col-lg-offset-4, .col-lg-4, .col-lg-offset-3, .col-lg-3, .col-lg-offset-2, .col-lg-2, .col-lg-offset-1, .col-lg-1, .tab-md-offset-10, .tab-md-10, .tab-md-offset-9, .tab-md-9, .tab-md-offset-8, .tab-md-8, .tab-md-offset-7, .tab-md-7, .tab-md-offset-6, .tab-md-6, .tab-md-offset-5, .tab-md-5, .tab-md-offset-4, .tab-md-4, .tab-md-offset-3, .tab-md-3, .tab-md-offset-2, .tab-md-2, .tab-md-offset-1, .tab-md-1, .col-md-offset-12, .col-md-12, .col-md-offset-11, .col-md-11, .col-md-offset-10, .col-md-10, .col-md-offset-9, .col-md-9, .col-md-offset-8, .col-md-8, .col-md-offset-7, .col-md-7, .col-md-offset-6, .col-md-6, .col-md-offset-5, .col-md-5, .col-md-offset-4, .col-md-4, .col-md-offset-3, .col-md-3, .col-md-offset-2, .col-md-2, .col-md-offset-1, .col-md-1, .tab-sm-offset-10, .tab-sm-10, .tab-sm-offset-9, .tab-sm-9, .tab-sm-offset-8, .tab-sm-8, .tab-sm-offset-7, .tab-sm-7, .tab-sm-offset-6, .tab-sm-6, .tab-sm-offset-5, .tab-sm-5, .tab-sm-offset-4, .tab-sm-4, .tab-sm-offset-3, .tab-sm-3, .tab-sm-offset-2, .tab-sm-2, .tab-sm-offset-1, .tab-sm-1, .col-sm-offset-12, .col-sm-12, .col-sm-offset-11, .col-sm-11, .col-sm-offset-10, .col-sm-10, .col-sm-offset-9, .col-sm-9, .col-sm-offset-8, .col-sm-8, .col-sm-offset-7, .col-sm-7, .col-sm-offset-6, .col-sm-6, .col-sm-offset-5, .col-sm-5, .col-sm-offset-4, .col-sm-4, .col-sm-offset-3, .col-sm-3, .col-sm-offset-2, .col-sm-2, .col-sm-offset-1, .col-sm-1, .tab-xsl-offset-10, .tab-xsl-10, .tab-xsl-offset-9, .tab-xsl-9, .tab-xsl-offset-8, .tab-xsl-8, .tab-xsl-offset-7, .tab-xsl-7, .tab-xsl-offset-6, .tab-xsl-6, .tab-xsl-offset-5, .tab-xsl-5, .tab-xsl-offset-4, .tab-xsl-4, .tab-xsl-offset-3, .tab-xsl-3, .tab-xsl-offset-2, .tab-xsl-2, .tab-xsl-offset-1, .tab-xsl-1, .col-xsl-offset-12, .col-xsl-12, .col-xsl-offset-11, .col-xsl-11, .col-xsl-offset-10, .col-xsl-10, .col-xsl-offset-9, .col-xsl-9, .col-xsl-offset-8, .col-xsl-8, .col-xsl-offset-7, .col-xsl-7, .col-xsl-offset-6, .col-xsl-6, .col-xsl-offset-5, .col-xsl-5, .col-xsl-offset-4, .col-xsl-4, .col-xsl-offset-3, .col-xsl-3, .col-xsl-offset-2, .col-xsl-2, .col-xsl-offset-1, .col-xsl-1, .tab-xs-offset-10, .tab-xs-10, .tab-xs-offset-9, .tab-xs-9, .tab-xs-offset-8, .tab-xs-8, .tab-xs-offset-7, .tab-xs-7, .tab-xs-offset-6, .tab-xs-6, .tab-xs-offset-5, .tab-xs-5, .tab-xs-offset-4, .tab-xs-4, .tab-xs-offset-3, .tab-xs-3, .tab-xs-offset-2, .tab-xs-2, .tab-xs-offset-1, .tab-xs-1, .col-xs-offset-12, .col-xs-12, .col-xs-offset-11, .col-xs-11, .col-xs-offset-10, .col-xs-10, .col-xs-offset-9, .col-xs-9, .col-xs-offset-8, .col-xs-8, .col-xs-offset-7, .col-xs-7, .col-xs-offset-6, .col-xs-6, .col-xs-offset-5, .col-xs-5, .col-xs-offset-4, .col-xs-4, .col-xs-offset-3, .col-xs-3, .col-xs-offset-2, .col-xs-2, .col-xs-offset-1, .col-xs-1 {
  position: relative;
  float: left;
}

@media (min-width: 0px) {
  .col-xs-1 {
    width: 8.3333333333%;
  }

  .col-xs-offset-0 {
    margin-left: 0;
  }

  .tab-xs-1 {
    width: 10%;
  }

  .tab-xs-offset-0 {
    margin-left: 0;
  }

  .col-xs-2 {
    width: 16.6666666667%;
  }

  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }

  .tab-xs-2 {
    width: 20%;
  }

  .tab-xs-offset-1 {
    margin-left: 10%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }

  .tab-xs-3 {
    width: 30%;
  }

  .tab-xs-offset-2 {
    margin-left: 20%;
  }

  .col-xs-4 {
    width: 33.3333333333%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .tab-xs-4 {
    width: 40%;
  }

  .tab-xs-offset-3 {
    margin-left: 30%;
  }

  .col-xs-5 {
    width: 41.6666666667%;
  }

  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }

  .tab-xs-5 {
    width: 50%;
  }

  .tab-xs-offset-4 {
    margin-left: 40%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }

  .tab-xs-6 {
    width: 60%;
  }

  .tab-xs-offset-5 {
    margin-left: 50%;
  }

  .col-xs-7 {
    width: 58.3333333333%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .tab-xs-7 {
    width: 70%;
  }

  .tab-xs-offset-6 {
    margin-left: 60%;
  }

  .col-xs-8 {
    width: 66.6666666667%;
  }

  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }

  .tab-xs-8 {
    width: 80%;
  }

  .tab-xs-offset-7 {
    margin-left: 70%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }

  .tab-xs-9 {
    width: 90%;
  }

  .tab-xs-offset-8 {
    margin-left: 80%;
  }

  .col-xs-10 {
    width: 83.3333333333%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .tab-xs-10 {
    width: 100%;
  }

  .tab-xs-offset-9 {
    margin-left: 90%;
  }

  .col-xs-11 {
    width: 91.6666666667%;
  }

  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }

  .tab-xs-11 {
    width: 110%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 568px) {
  .col-xsl-1 {
    width: 8.3333333333%;
  }

  .col-xsl-offset-0 {
    margin-left: 0;
  }

  .tab-xsl-1 {
    width: 10%;
  }

  .tab-xsl-offset-0 {
    margin-left: 0;
  }

  .col-xsl-2 {
    width: 16.6666666667%;
  }

  .col-xsl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .tab-xsl-2 {
    width: 20%;
  }

  .tab-xsl-offset-1 {
    margin-left: 10%;
  }

  .col-xsl-3 {
    width: 25%;
  }

  .col-xsl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .tab-xsl-3 {
    width: 30%;
  }

  .tab-xsl-offset-2 {
    margin-left: 20%;
  }

  .col-xsl-4 {
    width: 33.3333333333%;
  }

  .col-xsl-offset-3 {
    margin-left: 25%;
  }

  .tab-xsl-4 {
    width: 40%;
  }

  .tab-xsl-offset-3 {
    margin-left: 30%;
  }

  .col-xsl-5 {
    width: 41.6666666667%;
  }

  .col-xsl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .tab-xsl-5 {
    width: 50%;
  }

  .tab-xsl-offset-4 {
    margin-left: 40%;
  }

  .col-xsl-6 {
    width: 50%;
  }

  .col-xsl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .tab-xsl-6 {
    width: 60%;
  }

  .tab-xsl-offset-5 {
    margin-left: 50%;
  }

  .col-xsl-7 {
    width: 58.3333333333%;
  }

  .col-xsl-offset-6 {
    margin-left: 50%;
  }

  .tab-xsl-7 {
    width: 70%;
  }

  .tab-xsl-offset-6 {
    margin-left: 60%;
  }

  .col-xsl-8 {
    width: 66.6666666667%;
  }

  .col-xsl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .tab-xsl-8 {
    width: 80%;
  }

  .tab-xsl-offset-7 {
    margin-left: 70%;
  }

  .col-xsl-9 {
    width: 75%;
  }

  .col-xsl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .tab-xsl-9 {
    width: 90%;
  }

  .tab-xsl-offset-8 {
    margin-left: 80%;
  }

  .col-xsl-10 {
    width: 83.3333333333%;
  }

  .col-xsl-offset-9 {
    margin-left: 75%;
  }

  .tab-xsl-10 {
    width: 100%;
  }

  .tab-xsl-offset-9 {
    margin-left: 90%;
  }

  .col-xsl-11 {
    width: 91.6666666667%;
  }

  .col-xsl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .tab-xsl-11 {
    width: 110%;
  }

  .col-xsl-12 {
    width: 100%;
  }

  .col-xsl-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .tab-sm-1 {
    width: 10%;
  }

  .tab-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .tab-sm-2 {
    width: 20%;
  }

  .tab-sm-offset-1 {
    margin-left: 10%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .tab-sm-3 {
    width: 30%;
  }

  .tab-sm-offset-2 {
    margin-left: 20%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .tab-sm-4 {
    width: 40%;
  }

  .tab-sm-offset-3 {
    margin-left: 30%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .tab-sm-5 {
    width: 50%;
  }

  .tab-sm-offset-4 {
    margin-left: 40%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .tab-sm-6 {
    width: 60%;
  }

  .tab-sm-offset-5 {
    margin-left: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .tab-sm-7 {
    width: 70%;
  }

  .tab-sm-offset-6 {
    margin-left: 60%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .tab-sm-8 {
    width: 80%;
  }

  .tab-sm-offset-7 {
    margin-left: 70%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .tab-sm-9 {
    width: 90%;
  }

  .tab-sm-offset-8 {
    margin-left: 80%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .tab-sm-10 {
    width: 100%;
  }

  .tab-sm-offset-9 {
    margin-left: 90%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .tab-sm-11 {
    width: 110%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .tab-md-1 {
    width: 10%;
  }

  .tab-md-offset-0 {
    margin-left: 0;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .tab-md-2 {
    width: 20%;
  }

  .tab-md-offset-1 {
    margin-left: 10%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .tab-md-3 {
    width: 30%;
  }

  .tab-md-offset-2 {
    margin-left: 20%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .tab-md-4 {
    width: 40%;
  }

  .tab-md-offset-3 {
    margin-left: 30%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .tab-md-5 {
    width: 50%;
  }

  .tab-md-offset-4 {
    margin-left: 40%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .tab-md-6 {
    width: 60%;
  }

  .tab-md-offset-5 {
    margin-left: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .tab-md-7 {
    width: 70%;
  }

  .tab-md-offset-6 {
    margin-left: 60%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .tab-md-8 {
    width: 80%;
  }

  .tab-md-offset-7 {
    margin-left: 70%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .tab-md-9 {
    width: 90%;
  }

  .tab-md-offset-8 {
    margin-left: 80%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .tab-md-10 {
    width: 100%;
  }

  .tab-md-offset-9 {
    margin-left: 90%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .tab-md-11 {
    width: 110%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .tab-lg-1 {
    width: 10%;
  }

  .tab-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .tab-lg-2 {
    width: 20%;
  }

  .tab-lg-offset-1 {
    margin-left: 10%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .tab-lg-3 {
    width: 30%;
  }

  .tab-lg-offset-2 {
    margin-left: 20%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .tab-lg-4 {
    width: 40%;
  }

  .tab-lg-offset-3 {
    margin-left: 30%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .tab-lg-5 {
    width: 50%;
  }

  .tab-lg-offset-4 {
    margin-left: 40%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .tab-lg-6 {
    width: 60%;
  }

  .tab-lg-offset-5 {
    margin-left: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .tab-lg-7 {
    width: 70%;
  }

  .tab-lg-offset-6 {
    margin-left: 60%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .tab-lg-8 {
    width: 80%;
  }

  .tab-lg-offset-7 {
    margin-left: 70%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .tab-lg-9 {
    width: 90%;
  }

  .tab-lg-offset-8 {
    margin-left: 80%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .tab-lg-10 {
    width: 100%;
  }

  .tab-lg-offset-9 {
    margin-left: 90%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .tab-lg-11 {
    width: 110%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 10000px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .tab-xl-1 {
    width: 10%;
  }

  .tab-xl-offset-0 {
    margin-left: 0;
  }

  .col-xl-2 {
    width: 16.6666666667%;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .tab-xl-2 {
    width: 20%;
  }

  .tab-xl-offset-1 {
    margin-left: 10%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .tab-xl-3 {
    width: 30%;
  }

  .tab-xl-offset-2 {
    margin-left: 20%;
  }

  .col-xl-4 {
    width: 33.3333333333%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .tab-xl-4 {
    width: 40%;
  }

  .tab-xl-offset-3 {
    margin-left: 30%;
  }

  .col-xl-5 {
    width: 41.6666666667%;
  }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .tab-xl-5 {
    width: 50%;
  }

  .tab-xl-offset-4 {
    margin-left: 40%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .tab-xl-6 {
    width: 60%;
  }

  .tab-xl-offset-5 {
    margin-left: 50%;
  }

  .col-xl-7 {
    width: 58.3333333333%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .tab-xl-7 {
    width: 70%;
  }

  .tab-xl-offset-6 {
    margin-left: 60%;
  }

  .col-xl-8 {
    width: 66.6666666667%;
  }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .tab-xl-8 {
    width: 80%;
  }

  .tab-xl-offset-7 {
    margin-left: 70%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .tab-xl-9 {
    width: 90%;
  }

  .tab-xl-offset-8 {
    margin-left: 80%;
  }

  .col-xl-10 {
    width: 83.3333333333%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .tab-xl-10 {
    width: 100%;
  }

  .tab-xl-offset-9 {
    margin-left: 90%;
  }

  .col-xl-11 {
    width: 91.6666666667%;
  }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .tab-xl-11 {
    width: 110%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
}
#mm--preloader {
  display: none;
}

input,
textarea,
select {
  display: block;
  margin: 0px;
  padding: 0px;
  border-radius: 0;
}
input:focus,
textarea:focus,
select:focus {
  outline-offset: 0px;
  outline: none;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: rgba(0, 0, 0, 0) !important;
}

#sysDialog {
  background: brown;
  position: fixed;
  color: white;
  padding: 9px;
  right: 0;
  bottom: 0;
}

.bckalert {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.bckalert .table {
  display: table;
  width: 100%;
  height: 100%;
}
.bckalert .table .cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.bckalert .table .cell .email-alert {
  color: #000;
  width: -webkit-max-content;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-fit-content;
  background: #FFF;
  margin: 0px auto;
  display: block;
  padding-bottom: 20px;
}
.bckalert .table .cell .email-alert span {
  font-size: 28px;
  text-align: left;
  display: block;
  padding: 20px;
}
.bckalert .table .cell .email-alert p {
  text-align: left;
  padding: 20px;
}

.popup {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 1.5em;
  overflow: auto;
}
.popup .contain {
  background: #fff;
  border-radius: 5px;
  border: 2px solid;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
  margin: 1.5em auto;
  padding: 1em;
  width: 32em;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup-open > :not(.popup) {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.carouselBlock {
  background: red;
  height: 360px;
  background-position: center;
  background-size: cover;
}
.carouselBlock .carouselPointer {
  text-align: center;
  position: absolute;
  bottom: 18px;
  width: 100%;
}
.carouselBlock .carouselPointer .point {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  display: inline-block;
  margin-left: 5px;
  border-radius: 8px;
  margin-right: 5px;
  cursor: pointer;
}
.carouselBlock .carouselPointer .point.active {
  background: #fff;
  cursor: auto;
}
.carouselBlock .carouselPointer .pointBlock {
  width: 100px;
  height: 12px;
  border: 2px solid #fff;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
}
.carouselBlock .carouselPointer .pointBlock.active {
  background: #fff;
  cursor: auto;
}
.carouselBlock .carouselPointer .pointBlock .pointBack {
  position: absolute;
  height: 3px;
  background: #fff;
  width: 100%;
  top: 3px;
}
.carouselBlock .carouselPointer .pointBlock .pointFill {
  position: absolute;
  height: 8px;
  background: #fff;
  transition: 0s;
  -webkit-transition: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.carouselBlock .carouselSource {
  min-width: 100px;
  min-height: 100px;
  background-position: center;
}

#lbox {
  display: none;
  position: fixed;
  background: rgba(72, 81, 86, 0.8);
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#lbox .tab {
  display: table;
  width: 100%;
  height: 100%;
}
#lbox .coll {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#lbox .col-xs-1 {
  width: unset;
  display: inline-block;
  float: none;
  vertical-align: middle;
  float: unset;
  text-align: center;
  padding-bottom: 54px;
}
#lbox .col-xs-1 img {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: inherit;
}
#lbox .col-xs-1.l {
  text-align: right;
}
#lbox .col-xs-1.l img {
  float: right;
}
#lbox .image {
  min-width: 500px;
  position: relative;
  display: table;
  margin: 0px auto;
  padding-top: 10px;
}
#lbox .image .info {
  position: absolute;
  bottom: 70px;
  background: #365058;
  color: #fff;
  text-align: left;
  padding: 12px 15px;
  font-size: 12px;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  #lbox .image .info {
    padding: 4px 7px;
    bottom: 81px;
  }
}
#lbox .image .close {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 30px;
  opacity: 1;
}
#lbox .image .close img {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  #lbox .image {
    min-width: auto;
    width: 100%;
  }
}
#lbox .pointer {
  display: inline-block;
  margin: 0px auto;
  padding: 20px 0px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
@media (min-width: 568px) and (max-width: 767px) {
  #lbox .pointer {
    padding: 5px 0px;
    bottom: 43px;
  }
}
#lbox .pointer .point {
  width: 12px;
  height: 10px;
  background: #a5a29d;
  float: none;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
}
@media (min-width: 0px) and (max-width: 767px) {
  #lbox .pointer .point {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #lbox .pointer .point {
    margin-right: 20px;
  }
}
#lbox .pointer .point.active {
  background: #ef7d00;
}
#lbox .pointer .point:last-child {
  margin-right: 0px;
}
#lbox .col-xs-10 {
  width: unset;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-align: center;
  float: none;
  padding: 0px 10px;
  max-width: 90%;
}
@media (min-width: 0px) and (max-width: 767px) {
  #lbox .col-xs-10 {
    padding: 0px;
    max-width: 78%;
  }
}
#lbox .col-xs-10 .screen {
  background: #fff;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 115px;
  min-width: 210px;
  min-height: 150px;
}
#lbox .col-xs-10 .screen img {
  margin: 0px auto;
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
}

.checkboxContain {
  padding: 0px;
  text-align: left;
  width: auto;
  margin: 0px;
  float: right;
}
.checkboxContain .my-checkbox {
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  float: left;
  margin: 1px 7px 0px 0px;
}
.checkboxContain .my-checkbox.checked {
  background: #000;
  border: 2px solid #000;
}
.checkboxContain input[type=checkbox] {
  display: none;
}

.bootstrap-datetimepicker-widget {
  clear: both;
  float: left;
  margin: 0px auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin-left: 90px;
}
.bootstrap-datetimepicker-widget li {
  list-style: none;
}
.bootstrap-datetimepicker-widget li .datepicker {
  margin: 0px auto;
  border: 1px solid black;
  border-radius: 10px;
}
.bootstrap-datetimepicker-widget li .datepicker table td,
.bootstrap-datetimepicker-widget li .datepicker table th {
  padding: 4px;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget li .datepicker .picker-switch {
  text-align: center;
}

input:disabled,
textarea:disabled,
button:disabled,
.btn:disabled {
  background: #efefef !important;
  background-color: #efefef !important;
  color: #909090 !important;
}
input:disabled:hover,
textarea:disabled:hover,
button:disabled:hover,
.btn:disabled:hover {
  background: #efefef !important;
  background-color: #efefef !important;
  color: #909090 !important;
}

.a7 {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.nowrap {
  white-space: nowrap;
}

.block {
  display: block;
}

.full {
  display: table;
  width: 100%;
  height: 100%;
}

.btn,
intup[type=button],
button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 0;
}
.btn:focus,
intup[type=button]:focus,
button:focus {
  outline-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

footer.footerFix {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.hidden {
  display: none !important;
}

.hide {
  display: none;
}

.middle {
  margin: 0px auto;
  display: block;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.bold {
  font-weight: 800;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.close {
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 0px) and (max-width: 567px) {
  .hidden-xss {
    display: none !important;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .hidden-xsl {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 10000px) {
  .hidden-xl {
    display: none !important;
  }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  display: none !important;
}

@media (min-width: 0px) and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 0px) and (max-width: 567px) {
  .visible-xss {
    display: block !important;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .visible-xsl {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

@media (min-width: 10000px) {
  .visible-xl {
    display: block !important;
  }
}

body {
  background-color: #fbfbfb;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #252525;
  font-size: 19px;
}
@media (min-width: 0px) and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

header {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 94px;
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  header {
    height: 65px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  header {
    height: 57px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header {
    height: 74px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header {
    height: 80px;
  }
}

h1, h2, .h2, .h1 {
  display: block;
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #002579;
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 0px) and (max-width: 767px) {
  h1, h2, .h2, .h1 {
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 19px;
    line-height: 25px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  h1, h2, .h2, .h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1, h2, .h2, .h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1, h2, .h2, .h1 {
    font-size: 30px;
  }
}

h3, .h3 {
  padding-bottom: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #CD117C;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  h3, .h3 {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
  }
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

input, textarea {
  margin-bottom: 30px;
  border: 3px solid #CD117C;
  border-radius: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #454545;
}
@media (min-width: 568px) and (max-width: 767px) {
  input, textarea {
    margin-bottom: 15px;
  }
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #7E7F7F;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #7E7F7F;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #7E7F7F;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #7E7F7F;
}
input::placeholder, textarea::placeholder {
  color: #7E7F7F;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #7E7F7F;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #7E7F7F;
}

input {
  height: 51px;
  padding-left: 21px;
}

textarea {
  padding: 12px;
}

button {
  border: none;
}

.pad {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .pad {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .fr-xs {
    float: right;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .fr-xsl {
    float: right;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .fl-xs {
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .fl-sm {
    float: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .fl-md {
    float: left;
  }
}

.gray-bck {
  background-color: #EFEFEF;
}

.clear {
  clear: both;
}

.wrap {
  white-space: nowrap;
}

.bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.inBlock {
  display: inline-block;
}

.magentaBold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.modraT {
  color: #002579;
}

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

.highlight {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #002579;
  font-size: 21px;
}

.centerTab {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.curpoint {
  cursor: pointer;
}

.mAuto {
  margin-right: auto;
  margin-left: auto;
}

.table {
  display: table;
}

.cell {
  display: table-cell;
}

.h198 {
  height: 198px;
}

.w185 {
  width: 185px;
}

.w277 {
  width: 277px;
}

.anchor {
  position: absolute;
  top: -100px;
}

.padb0 {
  padding-bottom: 0 !important;
}

.l-header {
  padding: 18px 20px 11px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-header {
    padding: 15px 15px 17px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .l-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.l-header-logo {
  float: left;
}
.l-header-logo img {
  height: 56px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-header-logo img {
    height: 35px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .l-header-logo img {
    height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-header-logo img {
    height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .l-header-logo img {
    height: 45px;
  }
}

footer {
  padding-top: 40px;
  padding-bottom: 28px;
  background-color: #252525;
  color: #fff;
}

.l-footer-prvni {
  padding-left: 85px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-footer-prvni {
    padding-left: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .l-footer-prvni {
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-footer-prvni {
    padding-left: 0;
  }
}

.l-footer-druhy {
  padding-left: 53px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-footer-druhy {
    padding-left: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .l-footer-druhy {
    width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-footer-druhy {
    padding-left: 0;
  }
}

.l-footer-treti {
  padding-left: 26px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-footer-treti {
    padding-left: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .l-footer-treti {
    width: 245px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-footer-treti {
    padding-left: 0;
  }
}

.l-cardsCheck {
  padding-top: 40px;
}

.l-nabizimeList {
  padding-top: 80px;
  padding-left: 55px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-nabizimeList {
    padding-top: 30px;
    padding-left: 10px;
  }
}

.l-formSection {
  padding-bottom: 70px;
  background-color: #D2CCCC;
}
.l-formSection p {
  padding-bottom: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.l-jobs {
  padding-top: 30px;
}

.l-kontaktBloky {
  float: right;
  padding-top: 76px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-kontaktBloky {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-kontaktBloky {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .l-kontaktBloky {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}

.l-formBlock {
  float: right;
  width: 461px;
  background-color: #D2CCCC;
  padding-right: 68px;
  padding-bottom: 29px;
  padding-left: 38px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-formBlock {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-formBlock {
    float: none;
    width: 651px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .l-formBlock {
    float: none;
    width: 651px;
    margin-right: auto;
    margin-left: auto;
  }
}

.l-pracVyhody {
  padding-left: 108px;
  padding-bottom: 45px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-pracVyhody {
    padding-left: 10px;
  }
}

.l-kontakt {
  float: left;
  width: 651px;
  margin-top: 76px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-kontakt {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-kontakt {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .l-kontakt {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}

.l-gridProps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
}
.l-gridProps::before {
  content: none;
}
.l-gridProps::after {
  content: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-gridProps {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .l-gridProps {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}

.btn {
  border-radius: 15px;
  padding: 11px 18px;
  background: #CD117C;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
}
.btn:hover {
  background: #860b51;
}

.btn2 {
  border: 2px solid #CD117C;
  border-radius: 13px;
  padding: 7px 12px;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #CD117C;
}
.btn2:hover {
  color: #860b51;
  border-color: #860b51;
}

.cookieBar {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 10;
  color: #002579;
}
.cookieBar .btn {
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookieBar .btn {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cookieBar .btn {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cookieBar .btn-sec {
  background: #ffffff;
  color: #002579;
}
.cookieBar .btn-sec:hover {
  background-color: #cd117c;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cookieBar .btn-safe {
    margin-left: 89px;
  }
}
@media (min-width: 1200px) {
  .cookieBar .btn-safe {
    margin-left: 298px;
  }
}
@media (min-width: 10000px) {
  .cookieBar .btn-safe {
    margin-left: 298px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookieBar {
    overflow-y: scroll;
  }
}
.cookieBar p {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.cookieBar p a {
  color: #df2f2a;
  text-decoration: underline;
}
.cookieBar h2,
.cookieBar h3,
.cookieBar h4 {
  padding: 0px;
  text-transform: uppercase;
}
.cookieBar h2 {
  margin-bottom: 30px;
  font-size: 28px;
  color: #170a76;
}
.cookieBar .container {
  display: -ms-grid;
  display: grid;
  padding: 0px 20px;
  height: 100%;
}
.cookieBar .container::before {
  display: none;
}
.cookieBar .container::after {
  display: none;
}
.cookieBar .simple {
  background-color: #002579;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 991px) {
  .cookieBar .simple {
    height: auto;
    bottom: 0px;
    position: fixed;
  }
}
.cookieBar .simple .container {
  -ms-grid-columns: 1fr 20px auto 20px auto 20px auto 20px 0px;
  grid-template-columns: 1fr auto auto auto 0px;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookieBar .simple .container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cookieBar .simple .container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.cookieBar .simple .container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.cookieBar .simple .container > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.cookieBar .simple .container > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookieBar .simple .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cookieBar .simple .container {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.cookieBar .simple .exit {
  color: #fff;
  background-color: #28478d;
  right: 0px;
  top: 0px;
  position: absolute;
  font-size: 24px;
  border: 0;
  width: 44px;
  height: 44px;
  font-weight: bold;
  line-height: 24px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .cookieBar .simple .exit {
    height: 35px;
  }
}
.cookieBar .simple p {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .cookieBar .simple p {
    width: auto;
    margin: 20px 0px;
  }
}
.cookieBar .simple .btn-decline {
  display: block;
  margin: 0;
  padding: 20px 7px;
  background-color: #002579;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.cookieBar .simple .btn-accept {
  display: block;
  margin: 0;
  padding: 20px 7px;
  background-color: #df2f2a;
  border: 1px solid #df2f2a;
  color: #ffffff;
}
.cookieBar .extended {
  max-height: 100vh;
  background-color: #002579;
  color: #ffffff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookieBar .extended {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cookieBar .extended {
    overflow-y: scroll;
  }
}
.cookieBar .extended .extended_top {
  padding: 40px 20px;
  -ms-grid-columns: 500px 60px 100px 60px 450px;
  grid-template-columns: 500px 100px 450px;
  gap: 60px;
  height: auto;
  background-color: #002579;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookieBar .extended .extended_top {
    padding: 20px 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    height: auto;
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cookieBar .extended .extended_top {
    padding: 40px 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cookieBar .extended .extended_top {
    -ms-grid-columns: 380px 10px 450px;
    grid-template-columns: 380px 10px 450px;
  }
}
.cookieBar .extended .extended_bottom {
  padding: 0px 20px 32px;
  -ms-grid-columns: 600px 60px 500px;
  grid-template-columns: 600px 500px;
  gap: 60px;
  background-color: #002579;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookieBar .extended .extended_bottom {
    padding: 0px 20px 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cookieBar .extended .extended_bottom {
    padding: 0px 50px 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    height: auto;
  }
}
.cookieBar .extended h3 {
  position: relative;
  padding-left: 29px;
  display: inline-block;
  font-size: 14px;
  margin: 0px 0px;
  font-weight: bold;
  color: #002579;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookieBar .extended h3 {
    padding-left: 0px;
  }
}
.cookieBar .extended h4 {
  position: relative;
}
.cookieBar .extended .tlacitka {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px auto 20px 1fr;
  grid-template-columns: auto auto 1fr;
  gap: 20px;
}
.cookieBar .extended .tlacitka::before {
  display: none;
}
.cookieBar .extended .tlacitka::after {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookieBar .extended .tlacitka {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cookieBar .extended .tlacitka {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px auto;
    grid-template-columns: auto auto;
    gap: 20px;
  }
}
.cookieBar .extended .btn-decline {
  color: #002579;
  background-color: #ffffff;
  border: 1px solid #002579;
}
.cookieBar .extended .btn-decline:hover {
  color: #df2f2a;
  border-color: #df2f2a;
}
.cookieBar .extended .btn-accept {
  color: #ffffff;
  background-color: #df2f2a;
  border: 1px solid #df2f2a;
}
.cookieBar .extended .btn-accept:hover {
  border-color: #b20a06;
  background-color: #b20a06;
}
.cookieBar .extended .btn-save {
  width: auto;
  float: left;
  background-color: #df2f2a;
  border: 1px solid #df2f2a;
  color: #ffffff;
}
.cookieBar .extended .btn-save:hover {
  background-color: #b20a06;
  border: 1px solid #b20a06;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookieBar .extended .btn-save {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cookieBar .extended .btn-save {
    float: right;
  }
}
.cookieBar .extended .exit {
  color: #fff;
  background-color: #28478d;
  right: 0px;
  top: 0px;
  position: absolute;
  font-size: 24px;
  border: 0;
  font-weight: bold;
  width: 44px;
  height: 44px;
}
.cookieBar .btn-adaptable {
  font-weight: 600px;
  padding: 15px 10px;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
}
.cookieBar .btn-adaptable:hover {
  color: #df2f2a;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookieBar .btn-adaptable {
    text-align: center;
    margin: 10px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cookieBar .btn-adaptable {
    padding: 15px 0px;
  }
}
.cookieBar .btn-decline, .cookieBar .btn-accept, .cookieBar .btn-save {
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookieBar .btn-decline, .cookieBar .btn-accept, .cookieBar .btn-save {
    text-align: center;
    margin: 10px 0px;
  }
}
.cookieBar .btn-decline:hover {
  color: #df2f2a;
  border-color: #df2f2a;
}
.cookieBar .btn-accept:hover {
  background-color: #b20a06;
  border-color: #b20a06;
}
.cookieBar .category {
  overflow-y: auto;
  max-height: 70vh;
  padding-right: 45px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .cookieBar .category {
    overflow-y: none;
    max-height: none;
    padding-right: 0px;
  }
}
.cookieBar .category .cat {
  border: #ffffff solid 1px;
  background: #ffffff;
  color: #002579;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookieBar .category .cat {
    padding: 0px 10px 0px 9px;
  }
}
.cookieBar .category .cat_header {
  position: relative;
  padding: 4px 0px;
  cursor: pointer;
}
.cookieBar .category .cat_header-p {
  display: inline-block;
  width: auto;
  margin-right: 0px;
  font-size: 12px;
  color: #cd117c;
  line-height: 29px;
  padding-bottom: 0;
  margin-bottom: 0px;
  font-weight: bold;
  float: right;
}
.cookieBar .category .cat_header::before {
  position: absolute;
  width: 14px;
  height: 40px;
  top: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/sipkaDolu.svg);
}
.cookieBar .category .cat_header.active::before {
  background-image: url(../img/sipkaNahoru.svg);
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookieBar .category .cat_header {
    padding-right: 0px;
  }
}
.cookieBar .category .cat_header_text {
  margin-bottom: 30px;
  margin-top: 5px;
}
.cookieBar .category .cookie {
  padding-bottom: 20px;
  position: relative;
}
.cookieBar .category .helpText {
  margin-top: 15px;
  padding-bottom: 20px;
  max-width: 390px;
  float: left;
}
.cookieBar .category .helpText p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  font-size: 14px;
}
.cookieBar .category .helpText p span.bold {
  display: block;
}
.cookieBar .category .dec-line {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  margin-bottom: 20px;
}
.cookieBar .category .cat_header .checkbox {
  top: 5px;
  right: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookieBar .category .cat_header .checkbox {
    right: 0px;
  }
}
.cookieBar .category .cookie .checkbox {
  top: 20px;
  right: 20px;
}
.cookieBar .category .checkbox {
  width: 40px;
  height: 24px;
  position: absolute;
  border-radius: 12px;
  border: #cccccc solid 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.cookieBar .category .checkbox.active {
  background: #cd117c;
  border-color: #cd117c;
}
.cookieBar .category .checkbox.active .checkbox-point {
  background: #ffffff;
  border-color: #ffffff;
  float: right;
  margin: 0px 3px 0px auto;
}
.cookieBar .category .checkbox-point {
  width: 18px;
  height: 18px;
  border: #cccccc solid 1px;
  border-radius: 12px;
  background: #cccccc;
  float: left;
  margin: 0px auto 0px 3px;
}

.groupBoxMaster {
  width: 100%;
}
@media (min-width: 1200px) {
  .groupBoxMaster {
    width: 1160px;
  }
}
@media (min-width: 10000px) {
  .groupBoxMaster {
    width: 1160px;
  }
}
.groupBoxMaster .groupBox {
  width: 1060px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .groupBoxMaster .groupBox {
    width: 320px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .groupBoxMaster .groupBox {
    width: 768px;
  }
}
.groupBoxMaster .nav {
  width: 45px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .groupBoxMaster .nav {
    width: 30px;
  }
}

.m {
  float: right;
}
.m button {
  float: right;
  padding: 3px 0 0;
  border: none;
  background: none;
  font-size: 20px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .m button {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m button {
    padding-top: 7px;
  }
}
.m button img {
  float: right;
  margin-top: 4px;
  margin-left: 10px;
  height: 19px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .m button img {
    margin-top: 7px;
    height: 19px;
  }
}

.m-ul1 {
  float: left;
}
@media (min-width: 0px) and (max-width: 991px) {
  .m-ul1 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m-ul1 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.m-ul1.menuRolled {
  display: block;
}

.m-li1 {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #7E7F7F;
}
@media (min-width: 0px) and (max-width: 991px) {
  .m-li1 {
    clear: both;
    display: block;
    text-align: right;
    font-size: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .m-li1 {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m-li1 {
    font-size: 14px;
  }
}
.m-li1:hover {
  color: #002579;
}
.m-li1:hover > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 991px) {
  .m-li1:hover {
    -webkit-transition: none;
    transition: none;
  }
}
.m-li1 a {
  display: inline-block;
  padding: 20px 9px;
  text-decoration: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .m-li1 a {
    padding: 4px 15px;
    overflow: auto;
    font-size: 16px;
    -webkit-transition: none;
    transition: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .m-li1 a {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-li1 a {
    padding: 10px 0;
    font-size: 16px;
    -webkit-transition: none;
    transition: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m-li1 a {
    padding: 13px 9px;
  }
}
.m-li1 a.btn2 {
  padding: 7px 12px;
  margin-top: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .m-li1 a.btn2 {
    margin-right: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m-li1 a.btn2 {
    margin-top: 1px;
  }
}

.m-dd {
  position: relative;
  padding-right: 25px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .m-dd {
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m-dd::after {
    top: 17px;
  }
}
@media (min-width: 992px) {
  .m-dd::after {
    content: "";
    position: absolute;
    right: 10px;
    width: 12px;
    height: 12px;
    background-image: url("../img/menu-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}
@media (min-width: 1200px) {
  .m-dd::after {
    top: 25px;
  }
}
@media (min-width: 992px) {
  .m-dd:hover::after {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
}
@media (min-width: 992px) {
  .m-dd:hover > ul {
    opacity: 1;
    visibility: visible;
  }
}
.m-dd:hover li {
  margin-top: 0;
}
.m-dd.globus {
  padding-top: 2px;
}
.m-dd.globus::after {
  display: none;
}
.m-dd.globus ul {
  margin-top: 38px;
  padding-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m-dd.globus ul {
    margin-top: 24px;
    padding-top: 2px;
  }
}

.m-ul2 {
  position: absolute;
  left: -20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  width: auto;
  padding: 20px;
  background-color: #FEF8FB;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 0px) and (max-width: 767px) {
  .m-ul2 {
    display: none;
  }
}

.m-li2 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-right: 20px;
  margin-top: -15px;
  -webkit-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
  font-size: 14px;
}
.m-li2:hover {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.m-li2 a {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.m-rolled {
  position: absolute;
  right: 0;
  left: 0;
  top: 65px;
  display: block;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #fff;
}
@media (min-width: 568px) and (max-width: 767px) {
  .m-rolled {
    top: 57px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-rolled {
    left: unset;
    top: 74px;
    width: 290px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-rolled .shadow {
    height: 3px;
  }
}

.mExt {
  float: right;
  margin-left: 25px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .mExt {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mExt {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mExt {
    margin-left: 15px;
  }
}
.mExt-langI {
  float: left;
  padding: 20px 9px;
  display: block;
}
@media (min-width: 0px) and (max-width: 991px) {
  .mExt-langI {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mExt-langI {
    padding-top: 13px;
  }
}
.mExt ul {
  padding-top: 0;
  padding-bottom: 0;
}
.mExt .item-prihlaseni {
  margin-left: 10px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .mExt .item-prihlaseni {
    clear: both;
    float: left;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .mExt .item-nahlasit-skodu {
    clear: none;
    float: left;
  }
}
.mExt .btn2 {
  margin: 15px 5px;
  width: 120px;
  padding: 3px 0px;
  font-size: 13px;
  text-transform: none;
  line-height: 21px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .mExt .btn2 {
    margin: 10px 15px -5px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .mExt .btn2 {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mExt .btn2 {
    margin: 7px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mExt .btn2 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
.mExt .btn3 {
  width: auto;
  padding: 3px 20px;
}

.mFixed {
  height: 96px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .mFixed {
    height: 65px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .mFixed {
    height: 57px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mFixed {
    height: 74px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mFixed {
    height: 80px;
  }
}

.globus ul.active {
  display: block;
  visibility: visible;
  position: relative;
  opacity: 1;
  width: 50%;
  float: right;
  margin-right: -43px;
  padding-bottom: 7px;
  padding-top: 8px;
}
.globus ul.active li {
  display: block;
  float: right;
}

.shadow {
  width: 100%;
  height: 15px;
  background: rgb(239, 239, 239);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(239, 239, 239)), to(rgb(220, 217, 217)));
  background: linear-gradient(0deg, rgb(239, 239, 239) 0%, rgb(220, 217, 217) 100%);
}
.shadow-inv {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 239, 239)), to(rgb(220, 217, 217)));
  background: linear-gradient(180deg, rgb(239, 239, 239) 0%, rgb(220, 217, 217) 100%);
}
.shadow-form {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 239, 239)), to(#c1bebe));
  background: linear-gradient(180deg, rgb(239, 239, 239) 0%, #c1bebe 100%);
}

.carousel {
  position: relative;
}
.carousel-view {
  overflow: hidden;
  height: 413px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .carousel-view {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
    height: 530px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .carousel-view {
    width: 567px;
    height: 290px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-view {
    height: 480px;
  }
}
.carousel .pad {
  padding-right: 0px;
  position: absolute;
  left: 100%;
  background: #EFEFEF;
}
.carousel .pad.active {
  left: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .carousel .pad {
    padding-right: 15px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel .pad {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel .pad {
    padding-bottom: 60px;
  }
}
.carousel-line {
  position: absolute;
  left: 0;
  width: 200%;
}
.carousel-item {
  float: left;
  width: 1196px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .carousel-item {
    width: 320px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .carousel-item {
    width: 568px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-item {
    width: 768px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-item {
    width: 992px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .carousel .h1 {
    padding-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }
}
.carousel-text {
  float: left;
  width: 554px;
  max-width: 100%;
}
@media (min-width: 568px) and (max-width: 767px) {
  .carousel-text {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-text {
    width: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-text {
    width: 60%;
  }
}
.carousel-text .btn {
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .carousel-text .btn {
    margin-bottom: 10px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .carousel-text .btn {
    float: left;
  }
}
.carousel-text p {
  padding-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  width: 640px;
  max-width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .carousel-text p {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .carousel-text p {
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-text p {
    font-size: 19px;
    line-height: 34px;
  }
}
.carousel-img {
  width: 46%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .carousel-img {
    width: 100%;
    padding-top: 5px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .carousel-img {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-img {
    padding-top: 80px;
    width: 40%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-img {
    width: 40%;
    margin-top: 50px;
  }
}
.carousel img {
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel img {
    width: 388px;
  }
}
.carousel-nav {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  text-align: center;
}
@media (min-width: 568px) and (max-width: 767px) {
  .carousel-nav {
    bottom: 10px;
  }
}
.carousel-nav .bck {
  display: inline-block;
  padding: 4px 8px;
  background-color: #252525;
  text-align: center;
  font-size: 0;
}
.carousel-nav .point {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  width: 9px;
  height: 9px;
  border-radius: 7px;
  background-color: #cbcbcb;
}
.carousel-nav .point.active {
  background-color: #fff;
}

.section {
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.section-img {
  margin-top: 50px;
  float: right;
}
@media (min-width: 0px) and (max-width: 767px) {
  .section-img {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-img {
    margin-top: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-img {
    margin-top: 60px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .section-img img {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 310px;
  }
}
.section p {
  padding-bottom: 20px;
}
.section .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hodnoty {
  margin-top: 50px;
  float: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .hodnoty {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hodnoty {
    margin-top: 70px;
  }
}
.hodnoty-item {
  float: left;
  width: 620px;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hodnoty-item {
    width: 75%;
    padding-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hodnoty-item {
    padding-left: 30px;
  }
}
.hodnoty img {
  margin-top: 12px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .hodnoty img {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hodnoty img {
    margin-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hodnoty img {
    margin-top: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .hodnoty .cestovatel {
    padding-right: 25px;
  }
}

.checkedList li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 40px;
  font-size: 16px;
}
.checkedList li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -40px;
  height: 15px;
  width: 20px;
  background-image: url("../img/check-icon.svg");
  background-repeat: no-repeat;
}

.multiCarousel {
  display: table;
  text-align: center;
  margin: 0px auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .multiCarousel {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .multiCarousel {
    padding-top: 10px;
  }
}
.multiCarousel .visible {
  position: relative;
  float: none;
  display: table-cell;
  overflow: hidden;
  height: 420px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .multiCarousel .visible {
    width: 220px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .multiCarousel .visible {
    width: 460px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .multiCarousel .visible {
    width: 642px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .multiCarousel .visible {
    width: 880px;
  }
}
@media (min-width: 1200px) {
  .multiCarousel .visible {
    width: 1052px;
  }
}
.multiCarousel .visibleLow {
  height: 170px;
}
.multiCarousel .visibleLow2 {
  height: 290px;
}
.multiCarousel .allContent {
  position: absolute;
  width: 3000px;
  height: 420px;
}
.multiCarousel .item {
  display: block;
  float: left;
  width: 263px;
  text-align: left;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .multiCarousel .item {
    width: 220px;
    padding: 15px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .multiCarousel .item {
    width: 230px;
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .multiCarousel .item {
    width: 214px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .multiCarousel .item {
    width: 220px;
  }
}
.multiCarousel .table {
  display: table;
  width: 100%;
}
.multiCarousel .logo {
  display: table-cell;
  vertical-align: middle;
  height: 170px;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .multiCarousel .logo {
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .multiCarousel .logo {
    height: 130px;
    padding-left: 19px;
    padding-right: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .multiCarousel .logo {
    height: 130px;
    padding-left: 19px;
    padding-right: 19px;
  }
}
.multiCarousel .logo.vertical {
  padding: 0;
  width: 130px;
}
.multiCarousel .stars {
  height: 24px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/stars.svg);
}
@media (min-width: 768px) and (max-width: 991px) {
  .multiCarousel .statement {
    font-size: 16px;
  }
}
.multiCarousel .logoImg {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
  max-height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .multiCarousel .logoImg {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .multiCarousel .logoImg {
    width: 100%;
  }
}
.multiCarousel .logoImg.pojisteni-pro-vas {
  max-height: 110px;
  width: 100%;
}
.multiCarousel .name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.multiCarousel .text {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .multiCarousel .text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .multiCarousel .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.multiCarousel .nav {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.multiCarousel .nav.left {
  padding-right: 17px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .multiCarousel .nav.left {
    padding: 0;
    padding-right: 5px;
    width: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .multiCarousel .nav.left {
    padding: 0;
    padding-right: 5px;
    width: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .multiCarousel .nav.left {
    padding: 0;
    padding-right: 5px;
    width: 45px;
  }
}
.multiCarousel .nav.right {
  padding-left: 17px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .multiCarousel .nav.right {
    padding: 0;
    padding-left: 5px;
    width: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .multiCarousel .nav.right {
    padding: 0;
    padding-left: 5px;
    width: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .multiCarousel .nav.right {
    padding: 0;
    padding-left: 5px;
    width: 45px;
  }
}
.multiCarousel .content {
  display: table-cell;
}
.multiCarousel .date {
  color: #CD117C;
  text-decoration: underline;
  text-align: center;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.multiCarousel.hp {
  margin-top: 85px;
  margin-bottom: 165px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .multiCarousel.hp {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.multiCarousel.hp .visible {
  height: 225px;
}
.multiCarousel.hp .item {
  height: 225px;
  position: relative;
  padding: 0px 22px 30px;
}
.multiCarousel.hp .stars {
  margin-bottom: 24px;
}
.multiCarousel.hp .textBlock p {
  padding: 0;
  font-size: 14px;
  color: #403F3F;
}
.multiCarousel.hp .textBlock a {
  position: absolute;
  bottom: 0;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  color: #403F3F;
}

.blogCarousel .logoImg {
  max-width: 225px;
  max-height: 150px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .blogCarousel .logoImg {
    max-width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blogCarousel .logoImg {
    max-width: 214px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blogCarousel .logoImg {
    max-width: 220px;
  }
}
.blogCarousel p {
  font-size: 13px;
}
.blogCarousel .text {
  padding-left: 19px;
  padding-right: 19px;
}

.simpleList .title {
  padding-bottom: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .simpleList .title {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.simpleList li {
  margin-bottom: 3px;
}
.simpleList a {
  text-decoration: none;
  font-size: 12px;
}

.socialIcons {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .socialIcons {
    padding-top: 60px;
  }
}
.socialIcons a {
  display: inline-block;
  margin-right: 11px;
  margin-left: 11px;
}

.card {
  position: relative;
  padding-top: 45px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .card {
    padding-top: 10px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card {
    float: left;
    max-width: 350px;
    min-width: 180px;
    padding: 30px 0 30px;
    padding-bottom: 0;
  }
}
.card > div {
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  .card > div {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .card > div {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card > div {
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card > div {
    text-align: left;
  }
}
.card .titulek {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 17px;
  padding-bottom: 5px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .card .titulek {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card .titulek {
    padding-bottom: 10px;
  }
}
.card .cislo {
  position: absolute;
  top: 100px;
  left: 15px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding-top: 7px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  background-color: #002579;
  color: #fff;
}
.card .table {
  width: 100%;
}
.card .cell {
  height: 160px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 568px) and (max-width: 767px) {
  .card .cell {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card .cell {
    padding-bottom: 10px;
  }
}
.card .card-img {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  max-height: 126px;
}
.card .text {
  line-height: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card .text {
    text-align: center;
  }
}
.card .odkaz {
  display: inline-block;
  vertical-align: top;
  color: #CD117C;
  font-size: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .card .odkaz {
    display: block;
    float: none;
    width: 100%;
    line-height: 28px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .card .odkaz {
    font-size: 13px;
    display: inline-block;
    float: none;
    width: auto;
    line-height: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card .odkaz {
    display: block;
    line-height: 30px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .card .odkaz:first-child {
    margin-right: 15px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .card .odkaz:last-child {
    margin-left: 15px;
  }
}
.card .longTerm {
  font-size: 12px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card .longTerm {
    text-align: center;
  }
}
.card .longTermLinks {
  line-height: 14px;
}
.card .pad10 {
  margin-top: 10px;
}
.card .transTop {
  -webkit-transform: translateY(-21px);
          transform: translateY(-21px);
}
@media (min-width: 0px) and (max-width: 767px) {
  .card .transTop {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .card .transTop {
    -webkit-transform: translateY(-26px);
            transform: translateY(-26px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card .linkBox a {
    text-align: center;
  }
}
.card .sipka {
  position: absolute;
  top: 130px;
  right: 0;
}
@media (min-width: 0px) and (max-width: 991px) {
  .card .sipka {
    right: 0;
    left: 0;
    top: unset;
    bottom: -25px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .card .sipka {
    bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card .sipka {
    bottom: 5px;
    display: none;
  }
}
.card .sipka.druha {
  right: -23px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .card .sipka.druha {
    right: 0;
  }
}
.card .sipka-img {
  width: 25px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .card .sipka-img {
    margin-right: auto;
    margin-left: auto;
    height: 25px;
    width: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .card_4 .sipka {
    top: 180px;
  }
}

.cardCheck .border {
  position: relative;
  border: 3px solid #CD117C;
  border-radius: 15px;
  width: 326px;
  padding: 36px 15px 0;
  font-size: 14px;
  line-height: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cardCheck .border {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .cardCheck .border {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cardCheck .border {
    margin-right: auto;
    margin-left: auto;
    width: 94%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cardCheck .border {
    width: 90%;
  }
}
.cardCheck .title {
  padding-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .cardCheck .title {
    padding-bottom: 10px;
  }
}
.cardCheck img {
  position: absolute;
  top: -11px;
  right: -14px;
}

@media (min-width: 568px) and (max-width: 767px) {
  .form {
    width: 412px;
    margin-left: auto;
    margin-right: auto;
  }
}
.form input {
  width: 412px;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .form input {
    width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .form input {
    width: 90%;
  }
}
.form textarea {
  width: 100%;
  height: 375px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .form textarea {
    height: 200px;
  }
}
.form button {
  float: right;
  border: none;
}
.form .povinne {
  font-size: 14px;
  padding-top: 13px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .form .povinne {
    padding-bottom: 20px;
  }
}

.form--reduced {
  padding-top: 12px;
}
.form--reduced textarea {
  margin-top: 64px;
  height: 174px;
}
.form--reduced input {
  width: 100%;
}
.form--reduced .btn {
  margin-top: 0;
  margin-bottom: 0;
}

.zakladatele {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
.zakladatele .vizitka {
  margin-right: auto;
  margin-left: auto;
  width: 350px;
  padding-top: 53px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .zakladatele .vizitka {
    width: 100%;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zakladatele .vizitka {
    padding-top: 3px;
  }
}
.zakladatele img {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .zakladatele img {
    padding-bottom: 10px;
  }
}
.zakladatele .jmeno {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 19px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .zakladatele .jmeno {
    padding-bottom: 0;
  }
}

.job {
  margin-bottom: 20px;
  width: 100%;
  padding: 22px 32px 36px;
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .job {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.job .pozice {
  float: left;
  color: #002579;
}
.job .lokace {
  float: right;
}
@media (min-width: 0px) and (max-width: 767px) {
  .job .lokace {
    clear: both;
    float: left;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .job .lokace {
    float: right;
  }
}
.job .popis {
  width: 75%;
  font-size: 16px;
  line-height: 30px;
}

.kontakt {
  background-color: #002579;
  color: #fff;
}
.kontakt .h2 {
  padding-left: 45px;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .kontakt .h2 {
    padding-left: 10px;
  }
}
.kontakt iframe {
  display: block;
  width: 100%;
  height: 269px;
}

.vcardMain {
  padding-left: 45px;
  padding-bottom: 80px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .vcardMain {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    padding-bottom: 10px;
  }
}
.vcardMain p {
  float: left;
  width: auto;
}
.vcardMain p:first-child {
  margin-right: 114px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .vcardMain p:first-child {
    margin-right: 60px;
  }
}
.vcardMain a {
  text-decoration: none;
}

.popup .inner {
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  width: 50%;
  max-width: 500px;
  padding: 40px;
  background-color: #fff;
  color: #000;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .popup .inner {
    width: 100%;
    max-width: 400px;
    padding: 20px 15px;
  }
}
.popup .title {
  padding-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #002579;
}
.popup .text {
  padding-bottom: 30px;
  font-size: 20px;
}

.article {
  padding-bottom: 80px;
}
.article h1, .article h2, .article .h2 {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
}
.article h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
}
.article ul {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 50px;
}
.article li {
  list-style: disc;
  padding-left: 10px;
  font-size: 14px;
}
.article p {
  padding-bottom: 20px;
  font-size: 14px;
}
.article a {
  color: #CD117C;
}
.article a:hover {
  color: #002579;
}

.custom-combobox {
  /* 

  jedna se o jquery ui komponentu kterou musime takto prestylovavat

      */
  display: block;
}
.custom-combobox input {
  display: inline-block;
  border-radius: 15px;
  border: 3px solid #CD117C !important;
  background: white;
}
.custom-combobox a {
  border-right: 3px solid #CD117C;
  border-bottom: 3px solid #CD117C;
  border-top: 3px solid #CD117C;
  background: white;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: white;
  height: 51px;
  vertical-align: top;
  border-left: 0;
  position: absolute;
  right: 0;
  margin-right: 0;
}
.custom-combobox a:hover {
  color: white;
  border: 0;
  border-right: 3px solid #CD117C !important;
  border-bottom: 3px solid #CD117C !important;
  border-top: 3px solid #CD117C !important;
  border-left: 0 !important;
  background: #860b51;
}

#form_nahlaseni ol li {
  min-height: 40px;
}

.reklamaceBlck {
  height: 320px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .reklamaceBlck .item {
    width: 190px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .reklamaceBlck .item {
    width: 211px;
  }
}
@media (min-width: 1200px) {
  .reklamaceBlck .item {
    width: 176px;
  }
}
.reklamaceBlck .nav {
  min-width: 50px;
}

.multiCarousel .reklamaceBlckVisible {
  height: 270px;
}
@media (min-width: 1200px) {
  .multiCarousel .reklamaceBlckVisible {
    width: 1160px;
  }
}
#js_f_select {
  max-width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  #js_f_select {
    width: 290px;
    margin: 0px auto;
  }
}

.formularTab {
  display: none;
}

.vicekrokovy_formular_nahlaseni {
  font-size: 15px;
}
.vicekrokovy_formular_nahlaseni p {
  font-size: 16px;
}

ul.ui-menu {
  max-height: 250px;
  overflow: hidden;
  overflow-y: scroll;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  width: 100%;
}

ol {
  padding-left: 0px;
}
ol li {
  margin-bottom: 16px;
  padding-left: 40px;
  height: 32px;
  padding-top: 5px;
  font-size: 16px;
}
@media (min-width: 0px) and (max-width: 767px) {
  ol li {
    height: auto;
  }
}

.form-ask-box {
  display: none;
  max-width: 884px;
}
.form-ask-box h2 {
  text-align: center;
  margin-bottom: 54px;
}

.f_textarea {
  width: 100%;
  min-height: 194px;
}

.box_select_type {
  vertical-align: top;
  display: inline-block;
  color: #403F3F;
  width: 210px;
  text-decoration: none;
  white-space: normal;
}
.box_select_type h3 {
  color: #403F3F;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
}

.box_select_type img {
  display: block;
  margin: auto;
}

.box_img_holder {
  min-height: 183px;
  padding: 30px;
}
.box_img_holder img {
  width: 155px;
}

.f_types {
  white-space: nowrap;
  position: relative;
  text-align: center;
}

.types_nav {
  /* width:45px;
  height:45px;*/
  color: white;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  border-radius: 100%;
  background: #CB187C;
  font-weight: bold;
}

.types_next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.types_prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.crocs {
  white-space: nowrap;
  display: none;
}

.crocs_nadpis {
  text-align: center;
  padding-bottom: 69px;
  padding-top: 69px;
}

.f_ul {
  padding-left: 28px;
}

.f_ul li {
  list-style-image: url("../img/check_sign_magenta.svg");
  margin-top: 21px;
  font-size: 16px;
  padding-left: 8px;
}

.croc {
  position: relative;
  white-space: normal;
  /*display: inline-block;*/
  float: left;
  background-image: url("../img/posun_R_Mag.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 17px 48px;
  width: 227px;
  height: 61px;
  margin-right: 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .croc {
    display: none;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .croc {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .croc {
    margin-bottom: 10px;
  }
}

.croc_last {
  background-image: none;
  margin-right: 0px;
  width: 191px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .croc_last {
    width: 100%;
  }
}

.complete_disabled {
  pointer-events: none;
  background: gray !important;
}

.croc_number {
  position: absolute;
  left: 14px;
  background: white;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  font-size: 17px;
  text-align: center;
  padding-top: 7px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .croc_number {
    display: none;
  }
}

.croc_btnCast {
  background: #595959;
  padding-left: 57px;
  border-radius: 10px;
  width: 191px;
  height: 61px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .croc_btnCast {
    padding-left: 0px;
    width: 100%;
    height: auto;
  }
}
.croc_btnCast p {
  max-width: 55%;
  font-weight: bold;
  font-size: 15px;
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 0px) and (max-width: 767px) {
  .croc_btnCast p {
    color: #252525;
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
  }
}

.croc_active .croc_btnCast {
  background: #002579;
}
@media (min-width: 0px) and (max-width: 767px) {
  .croc_active .croc_btnCast {
    background: transparent;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .croc_active {
    display: block !important;
  }
}

.inputGroup {
  position: relative;
  float: left;
  width: 412px;
  margin-top: 44px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .inputGroup {
    width: 100%;
  }
}
.inputGroup label {
  display: block;
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: bold;
  color: #002579;
}
@media (min-width: 0px) and (max-width: 767px) {
  .inputGroup label {
    word-break: break-word;
  }
}
.inputGroup input[type=text] {
  width: 100%;
}

.napoveda {
  position: absolute;
  right: -275px;
  top: 50px;
  background: #EFEFEF;
  padding: 9px 19px;
  width: 261px;
  font-size: 13px;
  display: none;
  z-index: 1000;
}
@media (min-width: 0px) and (max-width: 767px) {
  .napoveda {
    position: static;
    left: 0;
    width: 100%;
    margin-top: 10px;
  }
}
.napoveda .sip {
  position: absolute;
  left: -10px;
  top: 0px;
  background-image: url(../img/posun_napoveda.png);
  background-repeat: no-repeat;
  width: 8px;
  height: 21px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .napoveda .sip {
    /* bottom:-40px;
     left:50%;
     transform:translateX(50%);
     top:unset;*/
    display: none;
  }
}

.f_p {
  font-size: 16px;
}

.f_mar_t {
  margin-top: 24px;
}

.f_mar_b {
  margin-bottom: 24px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .js_file_name {
    display: block;
    word-break: break-word;
    margin-top: 15px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .js_percent {
    float: left;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .js_upload_reset {
    float: left;
    margin-left: 10px;
    display: block;
    margin-top: 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .js_upload_try_again {
    clear: both;
    float: left;
    display: block;
    margin-top: 10px;
  }
}

.js_file_upload_groupbox {
  margin-top: 30px;
  padding: 10px 20px;
  padding-left: 0px;
}

.f_last_margin {
  margin-bottom: 30px;
}

.js_file_upload_groupbox p {
  margin-bottom: 17px;
  font-size: 16px;
  color: #002579;
  font-weight: bold;
}

.js_upload_box {
  margin-top: 10px;
}
.js_upload_box .line {
  margin-bottom: 15px;
}

.inputGroup_one {
  clear: left;
}

.inputGroup input, .inputGroup textarea {
  margin-bottom: 0px;
}

.f_radio_group {
  margin-right: 53px;
}
.f_radio_group label {
  display: inline;
  font-size: 16px;
  color: #403F3F;
  padding-left: 10px;
  position: relative;
  top: 4px;
  vertical-align: top;
}
.f_radio_group input {
  height: auto;
  display: inline;
  width: 28px;
  height: 28px;
}

.f_inline {
  display: inline-block;
}

.inputGroup_full {
  width: 100%;
}

.inputGroup_nexted {
  margin-left: 58px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .inputGroup_nexted {
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inputGroup_nexted {
    margin-left: 0px;
  }
}

.custom-combobox-input {
  width: 100%;
}

.controlButtons {
  margin-top: 32px;
  margin-bottom: 32px;
}

.f_btn {
  background: #002579;
}

.page404 main {
  padding-top: 120px;
}
@media (min-width: 992px) {
  .page404 main {
    min-height: 800px;
  }
}
@media (min-width: 992px) {
  .page404 main h1, .page404 main h2, .page404 main .h2 {
    margin-top: 120px;
  }
}
.page404 main .btn {
  margin-top: 70px;
  margin-bottom: 70px;
}

.u-footerHcard {
  text-align: center;
  font-size: 12px;
  line-height: 25px;
}
.u-footerHcard .item {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.u-footerHcard a {
  text-decoration: none;
}