body {
  margin-top: 20px;
  background: #1f2024;
}
body.radialMenuOpened {
  overflow: hidden;
}
body.radialMenuOpened > .site-wrapper {
  filter: blur(6px);
  transition: all ease 0.3s;
}
body > #flashes {
  width: 80%;
  margin-left: 10%;
  margin-top: 15px;
  max-height: 210px;
  overflow: hidden;
  z-index: 1001;
}
body > #flashes-fixed {
  position: fixed;
  width: 50%;
  top: 50%;
  margin-left: 25%;
  margin-top: -15px;
  max-height: 210px;
  overflow: hidden;
  z-index: 1001;
  font-size: 123.5%;
  border-radius: 5px;
}
body > #flashes-fixed .alert:last-child {
  margin-bottom: 0;
  box-shadow: 0 0 15px #aaaaaa;
}
a.btn.btn-danger:visited {
  color: #fff;
}
.aspect-ratio-1-1 {
  height: 0;
  overflow: hidden;
  padding-top: 100px / 100px * 100%;
  background: white;
  position: relative;
}
.aspect-ratio-16-9 {
  height: 0;
  overflow: hidden;
  padding-top: 591.44px / 1127.34px * 100%;
  background: white;
  position: relative;
}
.aspect-ratio-4-3 {
  height: 0;
  overflow: hidden;
  padding-top: 3px / 4px * 100%;
  background: white;
  position: relative;
}
.aspect-ratio-277-470 {
  height: 0;
  overflow: hidden;
  padding-top: 470px / 277px * 100%;
  background: white;
  position: relative;
}
.aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#tracy-debug span,
.tracy-dump span {
  display: unset;
}
.table > tbody > tr > td {
  text-align: left;
}
.table {
  background: #fff;
  color: #333;
}
h1 {
  color: #3484D2;
}
a[href^="#error:"] {
  background: red;
  color: white;
}
form .required label {
  font-weight: bold;
}
nav.site-nav li.active > a {
  color: #333;
  text-decoration: underline;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.site-top-bar .admin-edit-btn i.fa {
  font-size: 16px;
  line-height: 24px;
  color: whitesmoke !important;
}
.admin-edit-btn {
  position: absolute;
  z-index: 10;
  opacity: 0.8;
  color: whitesmoke !important;
  transition: all 0.5s;
  height: 33px;
  width: 34px;
  font-size: 16px;
  line-height: 24px;
  background: #bf2778;
  border-radius: 0;
  border: 2px solid #009fb4;
  box-shadow: none;
  transition: 0.3s all ease;
}
.admin-edit-btn i,
.admin-edit-btn i.fa {
  font-size: 16px;
  line-height: 24px;
  color: white;
  transition: 0.3s all ease;
}
.admin-edit-btn:hover,
.admin-edit-btn:focus {
  transition: 0.3s all ease;
  transform: none !important;
  background: rgba(255, 255, 255, 0.8);
  color: #bf2778 !important;
  border: 3px solid #009fb4 !important;
  box-shadow: none !important;
  animation: none !important;
}
.admin-edit-btn:hover i,
.admin-edit-btn:focus i {
  color: #bf2778 !important;
  transition: 0.3s all ease;
}
.admin-edit-btn:active {
  background: #e7298e !important;
  border: none !important;
  transition: 0.3s all ease;
}
.ar .ar-content .ar-content-relative {
  position: relative;
  height: 100%;
}
.ar .ar-content .ar-content-relative .site-main-slider {
  height: 100%;
}
.ar .ar-content .ar-content-relative .site-main-slider #sequence {
  height: 100%;
}
.ar .ar-content .ar-content-relative .site-main-slider.slider-version-1 .seq-canvas {
  height: 100%;
}
@media (max-width: 992px) {
  .site-main-slider.slider-version-1 .sequence-slide .sequence-bg {
    background-size: cover !important;
  }
  .site-main-slider .seq-canvas {
    min-height: 840px;
  }
}
*[data-contenteditable] {
  outline: 2px dotted rgba(231, 41, 142, 0.9) !important;
}
span[data-contenteditable] {
  display: inline-block;
  line-height: 140% !important;
}
*[data-contenteditable]:hover {
  outline: 2px dotted rgba(0, 159, 180, 0.9) !important;
  animation: outlineanym 3s infinite;
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199 px) {
  .d-lg-none {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .d-md-none {
    display: none;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .d-sm-none {
    display: none;
  }
}
@media (max-width: 500px) {
  .d-xs-none {
    display: none;
  }
}
.small-hr {
  content: "";
  position: absolute;
  max-width: 40px;
  width: 100%;
  display: block;
  height: 2px;
  background: #8d8d8d;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 100%;
}
.red-btn {
  border: 3px solid #dfff4f;
  color: #333;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  transition: 400ms ease;
  transition-property: background, border-color, color;
  white-space: nowrap;
  padding: 14px 50px 10px 50px;
  display: inline-block;
  margin: 15px;
}
.red-btn:hover {
  background: #dfff4f;
}
.red-btn.inverted {
  background: #dfff4f;
  color: #333;
  transition: 0.3s all ease;
}
.red-btn.inverted:hover {
  background: #000;
  color: #fff;
}
.red-btn.outline {
  background: transparent;
}
.red-btn.outline:hover {
  background: #dfff4f;
  color: white;
}
.red-btn.disabled {
  pointer-events: none;
}
.red-btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.1;
  border-radius: 0;
}
.container.admin-content form .form-control[disabled],
.container.admin-content form .form-control[readonly],
.container.admin-content form fieldset[disabled] .form-control {
  background-color: #ccc;
}
.container.admin-content .admin-advantage-list.display_type_table .col-md-6 {
  width: 100% !important;
}
.container.admin-content .admin-advantage-list.display_type_table .col-md-6 > .advantage-wrapper {
  min-height: unset;
  padding: 5px;
}
.container.admin-content .admin-advantage-list.display_type_table .col-md-6 > .advantage-wrapper .advantage-icon > img {
  max-width: 370px;
  max-height: 200px;
}
@media (max-width: 992px) {
  .container.admin-content .admin-advantage-list.display_type_table .col-md-6 > .advantage-wrapper .advantage-icon > img {
    max-width: 180px;
    max-height: 90px;
  }
}
.container.admin-content .admin-advantage-list.display_type_table .sortable-placeholder {
  background: rgba(0, 0, 0, 0.34);
  min-height: 100px;
  width: 100%;
  margin-right: 30px;
  margin-left: 15px;
  margin-bottom: 20px;
  border: 3px dashed black;
}
.container.admin-content .admin-advantage-list .col-md-6:nth-child(2n+1) {
  clear: both;
}
.container.admin-content .admin-advantage-list .advantage-wrapper {
  display: grid;
  grid-template-columns: 2fr 3fr 1fr;
  grid-gap: 10px;
  border: 1px solid #353535;
  margin-bottom: 30px;
  padding: 15px;
  min-height: 200px;
  background: #3e3e3e;
}
.container.admin-content .admin-advantage-list .advantage-wrapper > .advantage-icon {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.container.admin-content .admin-advantage-list .advantage-wrapper > .advantage-icon > img {
  max-width: 100%;
  height: auto;
}
.container.admin-content .admin-advantage-list .advantage-wrapper > .advantage-content {
  padding-top: 5px;
}
.container.admin-content .admin-advantage-list .advantage-wrapper > .edit-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-end;
}
.container.admin-content .admin-advantage-list .advantage-wrapper > .edit-btn > .btn {
  width: 100%;
  text-align: center;
}
.container.admin-content .admin-advantage-list .advantage-wrapper > .white-link {
  color: white;
}
.container.admin-content .admin-advantage-list .advantage-wrapper > .white-link:hover {
  transition: 0.2s all;
  color: #dfff4f;
  text-shadow: 1px 1px 1px black;
  transform: scale(1.5);
}
.container.admin-content .attachments-table {
  background: #292929;
  border: 1px solid white;
}
.container.admin-content .attachments-table > thead {
  background: black;
}
.container.admin-content .attachments-table > thead > tr > th {
  text-align: center;
  color: whitesmoke;
}
.container.admin-content .attachments-table > tbody > tr > td {
  margin: 0;
  padding: 0;
  text-align: center;
  color: whitesmoke;
  height: 40px;
  line-height: 40px;
}
.container.admin-content .attachments-table > tbody > tr > td input[type=text] {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #292929;
  color: whitesmoke;
  border: none;
  box-shadow: none;
}
.container.admin-content .attachments-table > tbody > tr > td a.btn-danger {
  width: 100%;
  border-radius: 0;
  height: 40px;
}
.container.admin-content .attachments-table > tbody > tr > td .fa-sort {
  cursor: move;
}
.container.admin-content .attachments-table > tbody > tr:hover {
  background: #444444;
}
.container.admin-content .attachments-table > tbody > tr:hover input {
  background: #444444 !important;
}
.container.admin-content .attachments-table > tbody > tr:hover a.btn-danger {
  background: #bd2f2b;
  border-color: #bd2f2b;
}
.container.admin-content .attachments-table + input[type=file] {
  width: 100%;
  border: 1px solid white;
  background: #292929;
  height: 70px;
  text-align: center;
  padding: 21px;
}
.container.admin-content .attachments-table + input[type=file] + input[type=submit] {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  padding: 15px;
  font-size: 20px;
  border: none;
  box-shadow: none;
}
.container.admin-content .attachments-table + input[type=file] + input[type=submit]:hover {
  transition: 0.3s all;
  color: whitesmoke;
  background: black;
}
.container.admin-content #markdownModal > .modal-dialog {
  width: 80vw;
  min-height: 200px;
}
.container.admin-content #markdownModal > .modal-dialog > .modal-content {
  padding: 20px;
}
.container.admin-content #markdownModal > .modal-dialog > .modal-content > .modal-body {
  display: grid;
  grid-template-columns: 1fr 30px 1fr;
  grid-column-gap: 15px;
}
.container.admin-content #markdownModal > .modal-dialog > .modal-content > .modal-body > .left {
  background: lightgrey;
  color: black;
  padding: 0;
}
.container.admin-content #markdownModal > .modal-dialog > .modal-content > .modal-body > .left > textarea {
  margin: 0;
  width: 100%;
  min-height: 250px;
  max-height: 60vh;
}
.container.admin-content #markdownModal > .modal-dialog > .modal-content > .modal-body > .middle {
  display: flex;
  align-items: center;
}
.container.admin-content #markdownModal > .modal-dialog > .modal-content > .modal-body > .middle > a > .fa {
  font-size: 30px;
}
.container.admin-content #markdownModal > .modal-dialog > .modal-content > .modal-body > .right {
  background: #363a43;
  padding: 15px;
  color: #fff;
  @include 'markdown.less';
}
.site-preloader {
  display: none;
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(99, 110, 120, 0.95);
  z-index: 100000;
  text-align: center;
}
.site-preloader img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  max-height: 40px;
  max-width: 40px;
  margin: auto;
}
.site-preloader span {
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  max-height: 50px;
  max-width: 80%;
  margin: auto;
  line-height: 2;
  padding: 5px;
  border-radius: 15px;
  color: white;
  font-size: 120%;
}
input + span.maxLength,
textarea + span.maxLength {
  display: block;
  width: 100%;
  height: 7px;
  border: 1px solid black;
  border-radius: 5px;
}
input + span.maxLength > .inner,
textarea + span.maxLength > .inner {
  width: 0;
  background: #dfff4f;
  display: block;
  height: 5px;
  border-radius: 5px;
}
/*!
 * Aspect-Ratio.css v0.5.0
 * Copyright 2016 Tom Lutzenberger
 * Licensed under the MIT license
 */
@media (min-width: 992px) {
  .ar {
    height: 0;
    overflow: hidden;
    position: relative;
  }
  .ar-content {
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .ar-content > .ar-center {
    display: table-cell;
    vertical-align: middle;
  }
  /* Standard ratios */
  .ar-2-1 {
    padding-top: 1 / 2 * 100%;
  }
  .ar-1-2 {
    padding-top: 1 / 0.5 * 100%;
  }
  .ar-3-2 {
    padding-top: 1 / 1.5 * 100%;
  }
  .ar-2-3 {
    padding-top: 1 / 0.66666667 * 100%;
  }
  .ar-4-3 {
    padding-top: 1 / 1.33333333 * 100%;
  }
  .ar-3-4 {
    padding-top: 1 / 0.75 * 100%;
  }
  .ar-5-3 {
    padding-top: 1 / 1.66666667 * 100%;
  }
  .ar-3-5 {
    padding-top: 1 / 0.6 * 100%;
  }
  .ar-5-4 {
    padding-top: 1 / 1.25 * 100%;
  }
  .ar-4-5 {
    padding-top: 1 / 0.8 * 100%;
  }
  .ar-16-9 {
    padding-top: 1 / 1.77777778 * 100%;
  }
  .ar-9-16 {
    padding-top: 1 / 0.5625 * 100%;
  }
  .ar-16-10 {
    padding-top: 1 / 1.6 * 100%;
  }
  .ar-10-16 {
    padding-top: 1 / 0.625 * 100%;
  }
  .ar-21-9 {
    padding-top: 1 / 2.33333333 * 100%;
  }
  .ar-3-1 {
    padding-top: 1 / 3 * 100%;
  }
  .ar-4-1 {
    padding-top: 1 / 4 * 100%;
  }
  .ar-9-21 {
    padding-top: 1 / 0.42857143 * 100%;
  }
  /* Special ratios */
  .ar-1-1,
  .ar-square {
    padding-top: 1 / 1 * 100%;
  }
  .ar-golden {
    padding-top: 1 / 1.618 * 100%;
  }
  .ar-golden-v {
    padding-top: 1 / 0.61804697 * 100%;
  }
}
@media (max-width: 991px) {
  .blog-box {
    width: calc(100% - 50px);
    box-shadow: 0 0 0 2px #dfff4f;
  }
}
.blog-box .perex {
  padding: 0 25px;
  min-height: 60px;
}
@media (max-width: 991px) {
  .blog-box .perex {
    min-height: unset;
  }
}
.blog-box .perex > .markdown-content > p {
  text-align: left;
}
.site-blog-main.subpage .otherNews h4 {
  border-bottom: 2px solid white;
  margin-bottom: 20px;
}
.site-blog-main.subpage .otherNews > div {
  width: 100%;
}
.site-blog-main.subpage .otherNews > div h3 {
  padding: 0 25px;
  margin: 15px 0;
}
.site-blog-main.subpage .otherNews > div .perex > .markdown-content p {
  line-height: 1.4;
}
.site-blog-main.subpage .attachments .gallery.basic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.site-blog-main.subpage .attachments .gallery.basic > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  margin: 15px;
  padding: 10px;
  box-shadow: 0 0 9px 4px #000000;
  border: 2px solid #dfff4f;
  cursor: pointer;
  filter: grayscale(30%);
  overflow: hidden;
  transition: 0.3s all;
}
.site-blog-main.subpage .attachments .gallery.basic > a > img {
  max-width: 100%;
}
.site-blog-main.subpage .attachments .gallery.basic > a > span {
  display: block;
  color: #1f2229;
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.67);
  box-shadow: -3px 2px 9px 4px #00000057;
}
.site-blog-main.subpage .attachments .gallery.basic > a:hover {
  transition: 0.3s all;
  transform: translateY(-15px);
  filter: grayscale(0);
  box-shadow: 0 20px 9px 4px #000000;
  overflow: hidden;
}
.site-blog-main.subpage .attachments .gallery.basic > a:hover > span {
  color: #dfff4f;
  transition: 0.4s all;
}
.site-blog-main.subpage .attachments .gallery.tabbed .singlePhoto {
  float: left;
  width: 25%;
  padding: 10px;
}
.site-blog-main.subpage .attachments .gallery.tabbed .singlePhoto:first-child {
  padding-left: 0;
}
.site-blog-main.subpage .attachments .gallery.tabbed .singlePhoto:nth-child(4n) {
  padding-right: 0;
}
.site-blog-main.subpage .attachments .gallery.tabbed .singlePhoto > img {
  opacity: 0.8;
  cursor: pointer;
  border: 10px solid white;
  box-shadow: 0 0 0px 2px #cedc36;
}
.site-blog-main.subpage .attachments .gallery.tabbed .singlePhoto > img:hover {
  opacity: 1;
}
.site-blog-main.subpage .attachments .gallery.tabbed .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.site-blog-main.subpage .attachments .gallery.tabbed .bigPhoto {
  position: relative;
  display: none;
  clear: both;
  background: white;
  padding: 10px;
  border: 2px solid #cedc36;
  margin-top: -10em;
  box-shadow: 0 0 9px 4px #000000;
}
.site-blog-main.subpage .attachments .gallery.tabbed .bigPhoto > .closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}
.site-blog-main.subpage .attachments .gallery.tabbed .bigPhoto > #imgtext:not(:empty) {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
  background: #58575775;
  padding: 10px 20px;
}
@media (max-width: 576px) {
  #calculator {
    display: none;
  }
}
@media (min-width: 577px) {
  #calculator_mobile {
    display: none;
  }
}
.quantity {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 100%;
  max-height: 32px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.quantity input {
  position: relative;
  flex: 0 0 33%;
  max-width: 33% !important;
  text-align: center;
  background: #1f2024;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  color: white !important;
  width: 80px;
}
.quantity input:focus {
  outline: 0;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #27282d;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}
.quantity-button.quantity-up {
  position: relative;
  height: 100%;
  top: 0;
  flex: 0 0 33%;
  max-width: 33%;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.quantity-button.quantity-down {
  position: relative;
  height: 100%;
  top: 0;
  flex: 0 0 33%;
  max-width: 33%;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#calculator {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#calculator input[type=number]::-webkit-inner-spin-button,
#calculator input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
#calculator table {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  #calculator table {
    width: 100%;
  }
}
#calculator table > tbody > tr {
  line-height: 2;
  background: #27282d !important;
  display: flex;
  width: 100% !important;
  flex-direction: row;
  flex: auto;
  position: relative;
  max-width: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
#calculator table > tbody > tr:first-child,
#calculator table > tbody > tr:nth-child(2) {
  border-top: 0;
}
#calculator table > tbody > tr:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#calculator table > tbody > tr > th {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #dfff4f;
  color: #333;
  padding: 8px 10px;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 768px) {
  #calculator table > tbody > tr > th {
    font-size: 80%;
  }
}
#calculator table > tbody > tr > th:last-child {
  text-align: right;
}
#calculator table > tbody > tr > th:first-child {
  text-align: left;
}
#calculator table > tbody > tr > td {
  text-align: center;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#calculator table > tbody > tr > td label {
  margin: 0;
  display: flex;
  align-items: center;
}
#calculator table > tbody > tr > td label input[type="radio"] {
  margin: 0 15px 0 0;
}
#calculator table > tbody > tr > td:first-child {
  justify-content: start;
}
#calculator table > tbody > tr > td:last-child {
  justify-content: flex-end;
}
#calculator table > tbody > tr > td.line {
  border-bottom: 2px solid whitesmoke;
}
#calculator table > tbody > tr > td input {
  max-width: 50px;
  color: black;
  padding: 5px;
}
#calculator table > tbody > tr > td input[type=number]::-webkit-inner-spin-button,
#calculator table > tbody > tr > td input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
#calculator table > tbody > tr > td input[type=radio] {
  margin-right: 15px;
  height: 17px;
  width: 17px;
}
#calculator table > tbody > tr.sumRow {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#calculator table > tbody > tr.sumRow td {
  justify-content: start;
  margin-bottom: 0;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  flex: 1;
}
#calculator table > tbody > tr.sumRow td > br {
  display: none;
}
#calculator table > tbody > tr.sumRow td > span {
  margin: 0 0 0 auto;
  padding: 0;
  line-height: 1;
}
#calculator table > tbody > tr:first-child {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
#calculator table > tbody > tr:first-child th:first-child {
  flex: 0 0 55%;
  border-top-left-radius: 5px;
}
#calculator table > tbody > tr:first-child th:nth-child(2) {
  flex: 0 0 25%;
}
#calculator table > tbody > tr:first-child th:last-child {
  flex: 0 0 20%;
  border-top-right-radius: 5px;
}
#calculator table > tbody > tr:nth-child(5) th:first-child {
  flex: 0 0 30%;
}
#calculator table > tbody > tr:nth-child(5) th:nth-child(2) {
  flex: 0 0 25%;
}
#calculator table > tbody > tr:nth-child(5) th:nth-child(3) {
  flex: 0 0 25%;
}
#calculator table > tbody > tr:nth-child(5) th:last-child {
  flex: 0 0 20%;
}
#calculator table > tbody > tr:nth-child(8) th,
#calculator table > tbody > tr:nth-child(11) th {
  flex: 1;
}
#calculator table > tbody > tr:nth-child(2) td:first-child,
#calculator table > tbody > tr:nth-child(3) td:first-child,
#calculator table > tbody > tr:nth-child(4) td:first-child {
  flex: 0 0 55%;
}
#calculator table > tbody > tr:nth-child(2) td:nth-child(2),
#calculator table > tbody > tr:nth-child(3) td:nth-child(2),
#calculator table > tbody > tr:nth-child(4) td:nth-child(2) {
  flex: 0 0 25%;
}
#calculator table > tbody > tr:nth-child(2) td:last-child,
#calculator table > tbody > tr:nth-child(3) td:last-child,
#calculator table > tbody > tr:nth-child(4) td:last-child {
  flex: 0 0 20%;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
#calculator table > tbody > tr:nth-child(6) td:first-child {
  flex: 0 0 30%;
}
#calculator table > tbody > tr:nth-child(6) td:nth-child(2) {
  flex: 0 0 25%;
}
#calculator table > tbody > tr:nth-child(6) td:nth-child(3) {
  flex: 0 0 25%;
}
#calculator table > tbody > tr:nth-child(6) td:last-child {
  flex: 0 0 20%;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
#calculator table > tbody > tr:nth-child(6) td:last-child .badge {
  margin-right: 5px;
}
#calculator table > tbody > tr:nth-child(7),
#calculator table > tbody > tr:nth-child(10),
#calculator table > tbody > tr:nth-child(13) {
  display: none;
}
#calculator table > tbody > tr:nth-child(9) td:first-child,
#calculator table > tbody > tr:nth-child(12) td:first-child {
  flex: 0 0 50%;
}
#calculator table > tbody > tr:nth-child(9) td:last-child,
#calculator table > tbody > tr:nth-child(12) td:last-child {
  flex: 0 0 50%;
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  #calculator table > tbody > tr:nth-child(9) td:last-child,
  #calculator table > tbody > tr:nth-child(12) td:last-child {
    display: flex;
    gap: 0;
  }
}
@media (max-width: 768px) {
  #calculator table > tbody > tr:nth-child(9) td:last-child label,
  #calculator table > tbody > tr:nth-child(12) td:last-child label {
    transform: scale(0.8);
  }
}
#calculator_mobile {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (max-width: 576px) {
  #calculator_mobile {
    display: block !important;
  }
}
#calculator_mobile input[type=number]::-webkit-inner-spin-button,
#calculator_mobile input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
#calculator_mobile table {
  width: 100%;
  margin: 0 auto;
}
#calculator_mobile table > tbody > tr {
  line-height: 2;
  background: #27282d !important;
  display: flex;
  width: 100% !important;
  flex-direction: row;
  flex: auto;
  position: relative;
  max-width: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
#calculator_mobile table > tbody > tr > th {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #dfff4f;
  color: white;
  padding: 8px 10px;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 768px) {
  #calculator_mobile table > tbody > tr > th {
    font-size: 80%;
  }
}
#calculator_mobile table > tbody > tr > th:last-child {
  text-align: right;
}
#calculator_mobile table > tbody > tr > th:first-child {
  text-align: left;
}
#calculator_mobile table > tbody > tr > td {
  text-align: center;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#calculator_mobile table > tbody > tr > td label {
  margin: 0;
  display: flex;
  align-items: center;
}
#calculator_mobile table > tbody > tr > td label input[type="radio"] {
  margin: 0 15px 0 0;
}
#calculator_mobile table > tbody > tr > td:first-child {
  justify-content: start;
}
#calculator_mobile table > tbody > tr > td:last-child {
  justify-content: flex-end;
}
#calculator_mobile table > tbody > tr > td.line {
  border-bottom: 2px solid whitesmoke;
}
#calculator_mobile table > tbody > tr > td input {
  max-width: 50px;
  color: black;
  padding: 5px;
}
#calculator_mobile table > tbody > tr > td input[type=number]::-webkit-inner-spin-button,
#calculator_mobile table > tbody > tr > td input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
#calculator_mobile table > tbody > tr > td input[type=radio] {
  margin-right: 15px;
  height: 17px;
  width: 17px;
}
#calculator_mobile table > tbody > tr.sumRow {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#calculator_mobile table > tbody > tr.sumRow td {
  justify-content: start;
  margin-bottom: 0;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  flex: 1;
}
#calculator_mobile table > tbody > tr.sumRow td > br {
  display: none;
}
#calculator_mobile table > tbody > tr.sumRow td > span {
  margin: 0 0 0 auto;
  padding: 0;
  line-height: 1;
}
#calculator_mobile table > tbody > tr:nth-child(8),
#calculator_mobile table > tbody > tr:nth-child(12),
#calculator_mobile table > tbody > tr:nth-child(13),
#calculator_mobile table > tbody > tr:nth-child(16),
#calculator_mobile table > tbody > tr:nth-child(19) {
  display: none;
}
#calculator_mobile table > tbody > tr:first-child {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
#calculator_mobile table > tbody > tr:first-child th:first-child {
  flex: 0 0 50%;
  border-top-left-radius: 5px;
}
#calculator_mobile table > tbody > tr:first-child th:last-child {
  flex: 0 0 50%;
  border-top-right-radius: 5px;
}
#calculator_mobile table > tbody > tr:nth-child(9) th:first-child {
  flex: 0 0 50%;
}
#calculator_mobile table > tbody > tr:nth-child(9) th:last-child {
  flex: 0 0 50%;
}
#calculator_mobile table > tbody > tr:nth-child(14) th,
#calculator_mobile table > tbody > tr:nth-child(17) th {
  flex: 0 0 100%;
}
#calculator_mobile table > tbody > tr:nth-child(3) td:first-child,
#calculator_mobile table > tbody > tr:nth-child(5) td:first-child,
#calculator_mobile table > tbody > tr:nth-child(7) td:first-child {
  flex: auto;
}
#calculator_mobile table > tbody > tr:nth-child(3) td:last-child,
#calculator_mobile table > tbody > tr:nth-child(5) td:last-child,
#calculator_mobile table > tbody > tr:nth-child(7) td:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  width: 140px;
  width: -moz-fit-content;
}
#calculator_mobile table > tbody > tr:nth-child(15) td,
#calculator_mobile table > tbody > tr:nth-child(18) td {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 15px;
}
@media (max-width: 350px) {
  #calculator_mobile table > tbody > tr:nth-child(15) td,
  #calculator_mobile table > tbody > tr:nth-child(18) td {
    gap: 0;
  }
}
@media (max-width: 350px) {
  #calculator_mobile table > tbody > tr:nth-child(15) td label,
  #calculator_mobile table > tbody > tr:nth-child(18) td label {
    transform: scale(0.8);
  }
}
#calculator-member {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#calculator-member table {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 992px) {
  #calculator-member table {
    width: 100%;
  }
}
#calculator-member table > tbody {
  overflow: hidden;
  border-collapse: unset;
  border-radius: 5px;
}
#calculator-member table > tbody > tr {
  line-height: 2;
  background: #27282d !important;
  display: flex;
  width: 100% !important;
  flex-direction: row-reverse;
  flex: auto;
  position: relative;
  max-width: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
#calculator-member table > tbody > tr:first-child {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
#calculator-member table > tbody > tr:first-child,
#calculator-member table > tbody > tr:nth-child(2) {
  border-top: 0;
}
#calculator-member table > tbody > tr > th {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #dfff4f;
  color: #333;
  padding: 8px 10px;
  flex: 1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 768px) {
  #calculator-member table > tbody > tr > th {
    font-size: 80%;
  }
}
#calculator-member table > tbody > tr > td {
  text-align: right;
  padding: 8px 15px;
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#calculator-member table > tbody > tr > td:nth-child(2) {
  text-align: left;
  flex: 0 0 80%;
  justify-content: start;
}
#calculator-member table > tbody > tr > td label {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#calculator-member table > tbody > tr > td > input {
  margin: 0;
  height: 17px;
  width: 17px;
}
#calculator-member table > tbody > tr:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
#calculator-member table > tbody .sumRow {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#calculator-member table > tbody .sumRow td {
  justify-content: start;
  margin-bottom: 0;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
#calculator-member table > tbody .sumRow td > br {
  display: none;
}
#calculator-member table > tbody .sumRow td > span {
  padding: 0;
  margin: 0;
  line-height: 1;
}
#calculator-member table > tbody .sumRow td > strong {
  margin: 0 0 0 auto;
  padding: 0;
  line-height: 1;
}
@keyframes playload {
  from {
    background-position: 0;
  }
  to {
    background-position: -576px;
  }
}
/* ----- navigation ----- */
/* ------- inline window ------ */
/* ------- Video & iFrames window ------ */
/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
html {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 100%;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
* {
  outline: none !important;
}
a {
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
  color: #dfff4f;
}
a:hover {
  color: #8cab00;
  text-decoration: none;
}
a:active {
  color: #8cab00;
  text-decoration: none;
}
a:focus {
  color: #8cab00;
  text-decoration: none;
}
a:visited {
  color: #8cab00;
  text-decoration: none;
}
img {
  display: inline-block;
  max-width: 100%;
}
span {
  display: inline-block;
}
:-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
i {
  display: inline-block;
}
p {
  color: #777;
  font-size: 13px;
  font-weight: 400;
  line-height: 27px;
  font-family: 'Source Sans Pro', sans-serif;
}
hr {
  max-width: 70px;
  width: 100%;
  display: block;
  height: 0;
  clear: both;
  border: 2px solid #d7d7d7;
  margin: 0;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 500px) {
  .trainer-photo {
    margin: 0 20px;
  }
}
.site-white-section {
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
  display: block;
  text-align: center;
  background: white;
}
.site-white-section h1 a {
  color: #1a1e2a;
}
.site-white-section h1:before {
  content: "";
  position: absolute;
  max-width: 40px;
  width: 100%;
  display: block;
  height: 2px;
  background: #8d8d8d;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 100%;
}
.site-white-section h2 {
  font-family: inherit;
  font-size: 25px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  color: #1a1e2a;
}
.site-white-section h2 a {
  color: #1a1e2a;
}
.site-white-section h2 span {
  color: #dfff4f;
}
.site-white-section h3 a {
  color: #FFFFFF;
}
.site-white-section h4 a {
  color: #FFFFFF;
}
.site-white-section h5 a {
  color: #FFFFFF;
}
.site-white-section h6 a {
  color: #FFFFFF;
}
.site-team-social {
  width: 100%;
  display: block;
  clear: both;
  margin-top: 40px;
}
.site-team-social a {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #2a2b30;
  transition: 400ms ease;
  transition-property: background;
  overflow: hidden;
  height: min-content;
}
.site-team-social a:hover {
  background: #dfff4f;
}
.site-team-social a:hover > i {
  color: #333;
}
.site-team-social i.fa {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  color: white;
  font-family: FontAwesome, serif;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-content: center;
}
.site-dark-section-a {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-bottom: 75px !important;
  position: relative;
  background-color: #27282d;
  margin: 0;
  padding: 0 0 30px 0;
  width: 100%;
  clear: both;
  display: block;
  text-align: center;
  color: white;
}
.site-dark-section-a > .container {
  z-index: 1;
  position: relative;
}
.site-dark-section-a > div,
.site-dark-section-a > a {
  position: relative;
  z-index: 1;
}
.site-dark-section-a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000036;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .site-dark-section-a .site-trainers-main {
    width: 93% !important;
    margin: auto !important;
  }
}
@media (min-width: 991px) and (max-width: 1070px) {
  .site-dark-section-a .site-trainers-main {
    width: 92% !important;
    margin: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-dark-section-a .site-trainers-main {
    width: 88% !important;
    margin: auto !important;
  }
}
.site-dark-section-a.site-blog-default .cards.row > div:last-child .blog-box {
  margin-bottom: 0;
}
.site-dark-section-a.site-contact .vizitkar .single-vizitka .col-md-8 .site-team-social a:first-child {
  margin-left: 0;
}
.site-dark-section-a.site-services #sluzby-grid {
  padding-bottom: 0 !important;
}
.site-dark-section-a.site-services #sluzby-grid > a {
  display: none !important;
}
.site-dark-section-a.homepage {
  padding-bottom: 0px !important;
  display: block;
}
.site-dark-section-a.homepage.site-trainers {
  margin-top: -75px;
  padding-bottom: 20px !important;
}
.site-dark-section-a.homepage.site-about {
  padding-bottom: 65px !important;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-dark-section-a.homepage.site-loyalty-program {
  padding-bottom: 65px !important;
}
@media (max-width: 768px) {
  .site-dark-section-a.homepage.site-loyalty-program .container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .site-dark-section-a.homepage.site-loyalty-program .container .row .col-xs-12 {
    flex: 0 0 50%;
    width: 50%;
  }
}
.site-dark-section-a.homepage.site-loyalty-program .container .row .col-xs-12 .site-box {
  background: transparent;
  padding: 2em 0;
}
.site-dark-section-a.homepage.site-loyalty-program .container .row .col-xs-12 .site-box figure i::before {
  font-size: 3rem;
  font-family: "FontAwesome", serif;
  color: #dfff4f;
}
.site-dark-section-a.homepage.site-loyalty-program .container .row .col-xs-12 .site-box h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 20px;
}
.site-dark-section-a.homepage.site-loyalty-program .container-fluid {
  margin-top: 20px;
}
.site-dark-section-a.homepage.site-loyalty-program .container-fluid .row h2 {
  font-size: 24px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.site-dark-section-a.homepage.site-loyalty-program .container-fluid .row p {
  width: 40%;
  margin: auto;
  line-height: 18px;
}
@media (max-width: 768px) {
  .site-dark-section-a.homepage.site-loyalty-program .container-fluid .row p {
    width: 85%;
  }
}
.site-dark-section-a.homepage.site-loyalty-program .container-fluid .row a {
  padding: 10px 55px;
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 0;
  margin-top: 60px;
}
.site-dark-section-a.homepage.site-loyalty-program .container-fluid .row a.btn-success {
  margin-top: 0;
  padding: initial;
  margin-left: 15px;
}
.site-dark-section-a.homepage.site-blog {
  padding-bottom: 35px !important;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-dark-section-a.homepage.site-blog > .red-btn {
  padding: 10px 55px;
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .site-dark-section-a.homepage.site-blog .row {
    width: 100%;
  }
}
.site-dark-section-a.homepage.site-blog .site-blog-main .blog-box {
  width: 100%;
  border: 0;
  transition: all ease 0.5s;
}
.site-dark-section-a.homepage.site-blog .site-blog-main .blog-box:hover {
  -webkit-box-shadow: 11px 11px 0px -4px #cedc36;
  -moz-box-shadow: 11px 11px 0px -4px #cedc36;
  box-shadow: 11px 11px 0px -4px #cedc36;
  transition: all ease 0.5s;
}
.site-dark-section-a.homepage.site-blog .site-blog-main .blog-box .date {
  display: none;
}
.site-dark-section-a.homepage.site-blog .site-blog-main .blog-box h3 {
  text-align: center;
  margin: 0;
}
.site-dark-section-a.homepage.site-blog .site-blog-main .blog-box .perex {
  display: none;
}
.site-dark-section-a.homepage.site-blog .site-blog-main .blog-box a.red-btn {
  padding: 10px 20px;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  background: transparent;
  border: 2px solid white;
  color: white;
  transition: all ease 0.5s;
}
.site-dark-section-a.homepage.site-blog .site-blog-main .blog-box a.red-btn:hover {
  border-color: #dfff4f;
  background: #dfff4f;
  color: #333;
  transition: 0.3s all ease;
}
.site-dark-section-a.homepage .galleries-wrapper .gallery-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin: auto;
}
@media (max-width: 550px) {
  .site-dark-section-a.homepage .galleries-wrapper .gallery-content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
}
.site-dark-section-a.homepage .galleries-wrapper .gallery-content::before {
  content: none;
  display: none;
}
.site-dark-section-a.homepage .galleries-wrapper .gallery-content::after {
  content: none;
  display: none;
}
.site-dark-section-a.homepage .galleries-wrapper .gallery-content a {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  height: 100%;
  position: relative;
  height: auto;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: 0;
  transition: all ease 0.5s;
}
@media (max-width: 550px) {
}
.site-dark-section-a.homepage .galleries-wrapper .gallery-content a:nth-child(7) {
  order: 8;
}
@media (max-width: 550px) {
  .site-dark-section-a.homepage .galleries-wrapper .gallery-content a:nth-child(5) {
    order: 6;
  }
}
@media (max-width: 550px) {
  .site-dark-section-a.homepage .galleries-wrapper .gallery-content a:nth-child(6) {
    order: 7;
  }
}
.site-dark-section-a.homepage .galleries-wrapper .gallery-content a img {
  padding: 0;
  margin: 0;
  border: 0;
  object-fit: cover;
  height: 250px;
}
@media (max-width: 992px) {
  .site-dark-section-a.homepage .galleries-wrapper .gallery-content a img {
    height: 170px;
  }
}
.site-dark-section-a.homepage .galleries-wrapper .gallery-content a.btn.theme-btn-red {
  order: 7;
  background: #dfff4f;
  color: #333;
  display: flex;
  place-content: center;
  place-items: center;
  border-radius: 0;
  transition: all ease 0.5s;
  border: 2px solid #dfff4f;
}
@media (max-width: 550px) {
  .site-dark-section-a.homepage .galleries-wrapper .gallery-content a.btn.theme-btn-red {
    order: 5;
  }
}
.site-dark-section-a.homepage .galleries-wrapper .gallery-content a.btn.theme-btn-red:hover {
  background: #000;
  color: #fff;
  transition: all ease 0.5s;
}
.site-dark-section-a.homepage .galleries-wrapper .gallery-content a.btn.theme-btn-red:hover span {
  transition: all ease 0.5s;
  background: #181a1f;
  border: 2px solid white;
  color: white;
}
.site-dark-section-a.homepage .galleries-wrapper .gallery-content a.btn.theme-btn-red i {
  display: none;
}
.site-dark-section-a.homepage .galleries-wrapper .gallery-content a.btn.theme-btn-red span {
  border: 2px solid white;
  padding: 10px 20px;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  border-radius: 0;
  height: fit-content;
  width: fit-content;
  transition: all ease 0.5s;
}
@media (max-width: 650px) {
  .site-dark-section-a.homepage .galleries-wrapper .gallery-content a.btn.theme-btn-red span {
    font-size: 0.7rem;
  }
}
.site-dark-section-a .buttons {
  margin: 0 auto !important;
}
.site-dark-section-a .buttons .red-btn {
  margin: 0 0 55px 0 !important;
  padding: 10px 55px;
  font-size: 19px;
  margin-bottom: 45px;
  font-family: 'Source Sans Pro', sans-serif;
}
.site-dark-section-a:before {
  display: none;
  content: none;
}
.site-dark-section-a h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 66px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  display: block;
  color: #dfff4f;
  padding: 50px 0;
  font-style: italic;
  margin: 0;
}
.site-dark-section-a h1 a {
  color: #1a1e2a;
}
.site-dark-section-a h2 {
  color: #dfff4f;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 30px 0 5px 0;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  text-align: center;
  transition: 400ms ease;
  transition-property: color;
}
.site-dark-section-a h2 a {
  color: #1a1e2a;
}
.site-dark-section-a h2 span {
  color: #dfff4f;
}
.site-dark-section-a h3 a {
  color: #FFFFFF;
}
.site-dark-section-a h4 a {
  color: #FFFFFF;
}
.site-dark-section-a h5 a {
  color: #FFFFFF;
}
.site-dark-section-a h6 a {
  color: #FFFFFF;
}
.site-dark-section-a p {
  color: white;
  font-size: 16px;
  margin-bottom: 50px;
}
.site-dark-section-b {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
  display: block;
  text-align: center;
  background: #1f2229;
  color: white;
}
.site-dark-section-b#sluzby > h1 {
  color: white;
  position: relative;
  width: fit-content;
  margin: auto;
}
.site-dark-section-b#sluzby > h1::after {
  content: "";
  background: #dfff4f;
  position: absolute;
  height: 5px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
.site-dark-section-b#sluzby > #sluzby-grid .grid > .item {
  border: none !important;
}
.site-dark-section-b#sluzby > #sluzby-grid .grid > .item:nth-child(n+4) {
  display: none !important;
}
.site-dark-section-b h1 {
  font-size: 66px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  color: #dfff4f;
  font-style: italic;
  margin: 0;
  padding: 50px 0;
}
.site-dark-section-b h1 a {
  color: #1a1e2a;
}
.site-dark-section-b h1:before {
  display: none;
  content: "";
  position: absolute;
  max-width: 40px;
  width: 100%;
  height: 2px;
  background: #8d8d8d;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 100%;
}
.site-dark-section-b h2 {
  font-family: inherit;
  font-size: 25px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  color: #1a1e2a;
  color: #dfff4f;
}
.site-dark-section-b h2 a {
  color: #1a1e2a;
}
.site-dark-section-b h2 span {
  color: #dfff4f;
}
.section-align-center {
  display: inline-block;
}
.container-fluid.wide {
  max-width: 1400px;
}
a.theme-btn {
  border: 2px solid #fff;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 50px 10px 50px;
  position: relative;
  overflow: hidden;
  transition: 400ms ease;
  transition-property: color, background;
  cursor: pointer;
  z-index: 10;
  display: inline-block;
}
a.theme-btn:hover {
  color: #dfff4f;
  background: white;
}
a.theme-btn-red {
  border: 2px solid white;
  color: #fff;
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 50px 10px 50px;
  position: relative;
  overflow: hidden;
  transition: 400ms ease;
  transition-property: color, background;
  cursor: pointer;
  z-index: 10;
  display: inline-block;
}
a.theme-btn-red:hover {
  color: #333;
  background: #dfff4f;
  border: 2px solid #dfff4f;
}
.swiper-pagination {
  width: 100%;
  display: block;
  clear: both;
  padding: 0;
  position: relative;
  margin: 40px 0 0;
  overflow: hidden;
  left: 0;
  top: auto;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background-color: #636e78;
  transition: 400ms ease;
  transition-property: background-color;
  margin: 8px !important;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #dfff4f;
}
.swiper-button-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: white none;
  text-align: center;
  transition: 400ms ease;
  transition-property: background-color;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 10px;
  overflow: hidden;
  border-radius: 2px;
}
.swiper-button-prev:hover {
  background-color: #2E3F59;
}
.swiper-button-prev:hover:before {
  color: white;
}
.swiper-button-prev:before {
  content: "\e902";
  font-family: 'icomoon', serif;
  display: block;
  color: rgba(26, 30, 42, 0.4);
  transition: 400ms ease;
  transition-property: color;
  position: relative;
  left: -2px;
}
.swiper-button-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: white none;
  text-align: center;
  transition: 400ms ease;
  transition-property: background-color;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 10px;
  overflow: hidden;
  border-radius: 2px;
  right: 10px;
  left: auto;
}
.swiper-button-next:hover {
  background-color: #2E3F59;
}
.swiper-button-next:hover:before {
  color: white;
}
.swiper-button-next:before {
  content: "\e902";
  font-family: 'icomoon', serif;
  display: block;
  color: rgba(26, 30, 42, 0.4);
  transition: 400ms ease;
  transition-property: color;
  position: relative;
  left: -2px;
  content: "\e903";
  left: 2px;
}
header.site-header {
  margin: 0;
  padding: 8px 0;
  display: block;
  width: 100%;
  clear: both;
  background: #ECECEC;
  z-index: 999;
  box-shadow: 0px 4px 20px 0px #0000006e;
  position: sticky;
  top: 0;
}
@media (max-width: 768px) {
  header.site-header {
    position: fixed;
  }
}
header.site-header .row > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.site-logo {
  position: relative;
  float: left;
  max-width: 20%;
}
@media (max-width: 768px) {
  .site-logo {
    max-width: unset;
  }
}
.site-logo a {
  position: relative;
  padding-left: 0;
}
.site-logo a img {
  max-width: 100%;
  height: 60px;
  width: auto;
}
.site-logo h1 {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  color: #1a1e2a;
  font-size: 33px;
  font-weight: 500;
  line-height: 27px;
}
.site-logo small {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #989899;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.sticky-wrapper {
  height: 86px !important;
}
.site-nav {
  margin: 0;
  padding: 0;
  display: block;
  float: right;
}
.site-nav ul {
  margin: 0;
  padding: 0;
  display: block;
}
@media (max-width: 992px) {
  .site-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: auto;
    justify-content: center;
  }
}
.site-nav ul > li:nth-last-child(2) {
  display: none;
}
.site-nav li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  list-style: none;
}
.site-nav li:hover > a {
  color: #333;
  text-decoration: underline;
  transition: 0.3s all ease;
}
.site-nav li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.site-nav li:last-child > a {
  padding-right: 0;
}
.site-nav li.active > a {
  color: #dfff4f;
  transition: 0.3s all ease;
}
.site-nav a {
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  padding: 11px 16px;
  transition-property: color;
  font-family: 'Source Sans Pro', sans-serif;
  transition: 0.3s all ease;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .site-nav a {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .site-nav a {
    font-size: 13px;
  }
}
.site-nav a > i.fa {
  margin-left: 5px;
  display: inline-block;
}
.site-nav .indicator-mobile {
  display: none;
}
@media (max-width: 400px) {
  .site-nav .indicator-mobile {
    padding-right: 5px !important;
  }
}
.site-nav ul.sub-menu {
  margin: 0;
  padding: 30px 0 10px;
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  background: #ECECEC;
  min-width: 150px;
  visibility: hidden;
  opacity: 0;
  transition: 400ms ease;
  transition-property: opacity, visibility;
}
.site-nav ul.sub-menu .sub-menu {
  left: 100%;
  top: -10px;
  padding-top: 10px;
}
.site-nav ul.sub-menu .sub-menu > li > a {
  color: white;
}
.site-nav ul.sub-menu li {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  clear: both;
  position: relative;
}
.site-nav ul.sub-menu a {
  line-height: normal;
  width: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.site-nav ul.sub-menu a i.fa {
  margin-left: 6px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.site-nav-toggle {
  display: none;
  float: right;
  margin-top: 14px;
  cursor: pointer;
}
.site-nav-toggle span {
  width: 40px;
  display: block;
  clear: both;
  margin-bottom: 6px;
  height: 4px;
  background: #2b2c31;
  transition: 400ms ease;
  transition-property: opacity, transform;
  opacity: 1;
  transform-origin: top left;
  transform: rotate(0deg);
}
.site-nav-toggle span span:nth-child(3) {
  transform-origin: bottom left;
}
.site-nav-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  transition-delay: 200ms;
  margin-left: 2px;
}
.site-nav-toggle.active span:nth-child(2) {
  opacity: 0;
}
.site-nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
  transition-delay: 200ms;
  margin-top: 13px;
}
.langs {
  display: flex;
  gap: 10px;
  margin-left: 15px;
  margin-top: 2px;
  height: 35px;
}
.site-top-bar {
  margin: 0;
  padding: 2px 0;
  display: block;
  width: 100%;
  clear: both;
  background-color: #1F2024;
  min-height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 999;
}
.site-top-bar a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 5px;
  width: auto;
  max-width: 35px;
  transition: 0.8s all ease-in-out;
}
.site-top-bar a:hover,
.site-top-bar a.adminActive {
  transition: 0.8s all ease-in-out;
  width: auto;
  max-width: 200px;
  margin-right: 10px;
}
.site-top-bar a:hover i,
.site-top-bar a.adminActive i {
  transition: 0.5s all ease;
  background: white;
  color: #000000;
}
.site-top-bar a.flag,
.site-top-bar a.admin-edit-btn {
  margin: 0;
}
.site-top-bar a.flag {
  transition: 0.5s all ease;
  width: 30px;
  border: 2px solid transparent;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.site-top-bar a.flag:hover {
  transition: 0.5s all ease;
  border: 2px solid white;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  background: white;
}
.site-top-bar a.flag:hover img {
  transition: 0.5s all ease;
  width: 18px;
  height: 12px;
  box-shadow: 0 0 6px 1px black;
}
.site-top-bar a.flag img {
  width: 24px;
  height: 16px;
  object-fit: cover;
  transition: 0.5s all ease;
}
.site-top-bar a[href] span:after {
  display: block;
}
.site-top-bar span {
  font-size: 13px;
  color: #d3d3d3;
  line-height: 0;
  text-align: left;
  position: relative;
  white-space: nowrap;
  margin-top: 1px;
}
.site-top-bar span:after {
  content: "";
  height: 1px;
  background: white;
  position: relative;
  top: 7px;
  width: 0;
  transition: 400ms ease;
  transition-property: width;
  margin: 0 auto;
  display: none;
}
.site-top-bar span:hover:after {
  width: 100%;
}
.site-top-bar i.fa,
.site-top-bar i.fas {
  font-size: 13px;
  font-family: "FontAwesome", serif;
  color: white;
  margin-right: 6px;
  border-radius: 50px;
  width: 35px;
  min-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all ease;
  font-style: normal;
}
.site-top-bar .site-top-bar-left-section {
  text-align: left;
  float: left;
  display: block;
  margin-top: -1px;
}
.site-top-bar .site-top-bar-left-section > a {
  max-width: 500px;
}
.site-top-bar .site-top-bar-left-section > a > i {
  background: white;
  color: #1F2024;
}
.site-top-bar .site-top-bar-left-section > a > span {
  text-transform: uppercase;
}
.site-top-bar .site-top-bar-right-section {
  text-align: right;
  float: right;
  display: flex;
  gap: 5px;
  margin-top: 2px;
}
.site-top-bar .site-top-bar-right-section > a {
  border: 2px solid white;
  border-radius: 50px;
  padding-right: 15px;
  transition: 0.8s all ease-in-out;
  height: 35px;
}
.site-top-bar .site-top-bar-right-section > a > i {
  margin-left: -1.5px;
}
.site-main-slider {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  clear: both;
  background-color: #000000;
  background: url(../images/header-slider-bg.png) top center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100px;
  position: relative;
}
.site-main-slider .container-fluid {
  max-width: 1200px;
}
.site-main-slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 0;
  left: 0;
  transition: 400ms ease;
  transition-property: background-color;
}
.site-main-slider .swiper-button-prev:hover {
  background-color: #dfff4f;
}
.site-main-slider .swiper-button-prev:hover:before {
  color: white;
  opacity: 1;
}
.site-main-slider .swiper-button-prev:before {
  opacity: 0.4;
  color: #1e222e;
  transition: 400ms ease;
  transition-property: color, opacity;
}
.site-main-slider .swiper-button-next {
  left: 0;
  transition: 400ms ease;
  transition-property: background-color;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 0;
  right: 0;
  left: auto;
}
.site-main-slider .swiper-button-next:hover {
  background-color: #dfff4f;
}
.site-main-slider .swiper-button-next:hover:before {
  color: white;
  opacity: 1;
}
.site-main-slider .swiper-button-next:before {
  opacity: 0.4;
  color: #1e222e;
  transition: 400ms ease;
  transition-property: color, opacity;
}
.site-main-slider .swiper-container {
  width: 100%;
  height: 100%;
  background: #E8E8E9;
}
.site-main-slider .swiper-slide {
  background-position: center center;
  background-size: cover;
  padding: 140px 0 160px;
}
.site-main-slider .swiper-pagination {
  width: 100%;
  clear: both;
  padding: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 0 47px;
}
.site-main-slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #acafb5;
  border-radius: 100px;
}
.site-main-slider .swiper-pagination-bullet-active {
  background-color: #dfff4f;
}
.site-main-slider .sequence-caption {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  display: block;
  width: 100%;
  height: auto;
  padding-left: 80px;
  padding-right: 80px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 600ms ease;
}
.site-main-slider h1 {
  color: #FFFFFF;
  font-family: inherit;
  font-size: 78px;
  font-weight: normal;
  line-height: 78px;
  text-transform: uppercase;
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
}
.site-main-slider h2 {
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
  font-weight: normal;
}
.site-main-slider h2 u {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.site-main-slider h2 u:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 2px;
  background: #1a1e2a;
}
.site-main-slider h3 {
  color: #dfff4f;
  font-family: inherit;
  font-size: 25px;
  line-height: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
  font-weight: normal;
}
.site-main-slider p {
  color: #cacaca;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  margin-bottom: 0px;
}
.site-main-slider a.theme-btn {
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  transition: 400ms ease;
  transition-property: background, border-color, color;
  margin-right: 24px;
  white-space: nowrap;
}
.site-main-slider a.theme-btn:hover {
  background: #dfff4f;
  border-color: #e4ff69;
  color: white;
}
.site-main-slider .seq-canvas {
  padding: 0;
  display: block;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: no-repeat center right;
  max-width: 1400px;
  margin: 0 auto;
}
.site-main-slider .sequence-slide {
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.site-main-slider .sequence-slide.seq-in .sequence-bg {
  transform: translateX(0);
}
.site-main-slider .sequence-slide.seq-in .sequence-caption {
  opacity: 1;
  transition-delay: 1500ms;
}
.site-main-slider .sequence-slide.seq-out .sequence-bg {
  transform: translateX(2000px);
}
.site-main-slider .sequence-slide.seq-out .sequence-caption {
  opacity: 0;
}
.site-main-slider .sequence-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 100%;
  clear: both;
  transform: translateX(-2000px);
  transition: transform 2000ms ease;
  background: no-repeat center right 20px;
}
.site-main-slider .seq-pagination {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 75px;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.site-main-slider .seq-pagination li {
  width: 10px;
  height: 10px;
  background-color: white;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  transition: 400ms ease;
  transition-property: background-color;
  margin: 2px;
}
.site-main-slider .seq-pagination li.seq-current {
  background-color: #dfff4f;
}
.site-main-slider .seq-prev {
  display: none !important;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: white;
  z-index: 10;
  border: none;
  margin: auto 0;
  transition: 400ms ease;
  transition-property: background-color;
}
.site-main-slider .seq-prev:hover {
  background: #dfff4f;
}
.site-main-slider .seq-prev:hover span {
  opacity: 1;
  color: white;
}
.site-main-slider .seq-prev span {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 50px;
  color: #1e222e;
  transition: 400ms ease;
  transition-property: color, opacity;
}
.site-main-slider .seq-next {
  display: none !important;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: white;
  z-index: 10;
  border: none;
  margin: auto 0;
  transition: 400ms ease;
  transition-property: background-color;
  left: auto;
  right: 0;
}
.site-main-slider .seq-next:hover {
  background: #dfff4f;
}
.site-main-slider .seq-next:hover span {
  opacity: 1;
  color: white;
}
.site-main-slider .seq-next span {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 50px;
  color: #1e222e;
  transition: 400ms ease;
  transition-property: color, opacity;
}
.site-main-slider.slider-version-1 {
  background-color: #404040;
}
.site-main-slider.slider-version-1 .seq-canvas {
  max-width: 100%;
}
.site-main-slider.slider-version-1 .sequence-slide .sequence-bg {
  background: no-repeat center;
  background-size: 100%;
  opacity: 0;
  transform: scale(1);
  transition: transform 2000ms ease, opacity 2000ms ease;
}
.site-main-slider.slider-version-1 .sequence-caption {
  text-align: center;
  width: 100%;
  opacity: 1;
  transition: transform 2000ms ease;
  transition-delay: 0ms !important;
  top: 50%;
  transform: translate(-2000px, -50%);
}
.site-main-slider.slider-version-1 .sequence-caption * {
  color: white;
}
.site-main-slider.slider-version-1 .sequence-caption h2 {
  text-transform: none;
}
.site-main-slider.slider-version-1 .sequence-caption u:after {
  background-color: white;
}
.site-main-slider.slider-version-1 .sequence-caption h1 {
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
}
.site-main-slider.slider-version-1 .sequence-caption h1:before {
  display: none;
}
.site-main-slider.slider-version-1 .sequence-caption .red-btn.inverted {
  padding: 10px 55px;
  font-size: 19px;
  margin-top: 55px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
}
.site-main-slider.slider-version-1 .sequence-caption .red-btn.inverted:hover {
  color: #fff;
}
.site-main-slider.slider-version-1 p {
  color: white;
  padding: 0 100px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .site-main-slider.slider-version-1 p {
    padding: 0 30px;
  }
}
@media (max-width: 450px) {
  .site-main-slider.slider-version-1 p {
    padding: 0 30px;
  }
}
.site-main-slider.slider-version-1 .sequence-slide.seq-in .sequence-bg {
  transform: scale(1);
  opacity: 1;
}
.site-main-slider.slider-version-1 .sequence-slide.seq-in .sequence-caption {
  opacity: 1;
  transform: translate(0, -50%);
}
.site-main-slider.slider-version-1 .sequence-slide.seq-out .sequence-bg {
  transform: scale(1.2);
  opacity: 0;
}
.site-main-slider.slider-version-1 .sequence-slide.seq-out .sequence-caption {
  opacity: 1;
  transform: translate(2000px, -50%);
}
.site-main-slider.slider-version-2 {
  background-color: rgba(0, 0, 0, 0.6);
  background-image: none;
}
.site-main-slider.slider-version-2 .seq-canvas {
  max-width: 100%;
}
.site-main-slider.slider-version-2 .sequence-slide .sequence-bg {
  background: no-repeat center;
  background-size: cover;
  opacity: 0;
  transform: scale(1);
  transition: none;
}
.site-main-slider.slider-version-2 .sequence-caption {
  text-align: center;
  width: 100%;
  opacity: 1;
  transition: transform 2000ms ease;
  transition-delay: 0ms !important;
  top: 50%;
  transform: translate(-2000px, -50%);
}
.site-main-slider.slider-version-2 .sequence-caption * {
  color: white;
}
.site-main-slider.slider-version-2 .sequence-caption h2 {
  text-transform: none;
}
.site-main-slider.slider-version-2 .sequence-caption u:after {
  background-color: white;
}
.site-main-slider.slider-version-2 .sequence-caption h1 {
  color: #FFFFFF;
  font-size: 78px;
  font-weight: normal;
  line-height: 78px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
}
.site-main-slider.slider-version-2 .sequence-caption h1:before {
  display: none;
}
.site-main-slider.slider-version-2 .sequence-caption .theme-btn {
  margin-right: 12px;
  margin-left: 12px;
  border-color: #dfff4f;
  background: #dfff4f;
}
.site-main-slider.slider-version-2 .sequence-caption .theme-btn:hover {
  background: white;
  color: rgba(30, 34, 46, 0.6);
  border-color: #dfff4f;
}
.site-main-slider.slider-version-2 p {
  color: white;
  padding: 0 300px;
}
.site-main-slider.slider-version-2 .sequence-slide.seq-in .sequence-bg {
  transform: scale(1);
  opacity: 1;
}
.site-main-slider.slider-version-2 .sequence-slide.seq-in .sequence-caption {
  opacity: 1;
  transform: translate(0, -50%);
}
.site-main-slider.slider-version-2 .sequence-slide.seq-out .sequence-bg {
  transform: scale(1);
  opacity: 0;
}
.site-main-slider.slider-version-2 .sequence-slide.seq-out .sequence-caption {
  opacity: 1;
  transform: translate(2000px, -50%);
}
.site-top-services {
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  width: 100%;
}
.site-top-services .site-top-service-main {
  float: left;
  width: 100%;
  margin-top: -70px;
  position: relative;
  z-index: 1000;
}
.top-servic-box {
  float: left;
  width: 100%;
  border-right: #181a1f solid 2px;
  background: #0e0f13;
}
.top-servic-box .content {
  float: left;
  width: 100%;
  background: #dfff4f;
  position: relative;
  min-height: 170px;
}
.top-servic-box .content .price {
  float: left;
  width: 100%;
  font-size: 22px;
  font-weight: normal;
  line-height: 2;
  text-transform: uppercase;
  font-family: sans-serif;
  text-align: center;
  color: #FFFFFF;
  padding: 20px 0 0 0;
}
.top-servic-box .content h3 {
  float: left;
  width: 100%;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
}
.top-servic-box .content .site-permalink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  display: block;
  margin: 0 auto;
}
.top-servic-box .content .site-permalink span {
  opacity: 0;
  transition: 400ms ease;
  transition-property: opacity, color;
}
.top-servic-box .content .site-permalink i {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  font-size: 12px;
  transition: 400ms ease;
  transition-property: color, left;
  margin: 0 auto;
  color: #FFFFFF;
}
.top-servic-box:hover {
  -webkit-box-shadow: 0px 20px 0px -14px #e11819;
  -moz-box-shadow: 0px 20px 0px -14px #e11819;
  box-shadow: 0px 20px 0px -14px #e11819;
  transition: all ease 0.5s;
}
.top-servic-box:hover figure img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all ease 0.5s;
}
.top-servic-box:hover .content .site-permalink span {
  opacity: 1;
  color: white;
}
.top-servic-box:hover .content .site-permalink i {
  color: white;
  left: 90px;
  padding-left: 0px;
}
.top-servic-box figure {
  float: left;
  width: 100%;
  text-align: center;
}
.top-servic-box figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  float: left;
  width: 100%;
}
.site-about {
  overflow: hidden;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.site-about-main {
  float: left;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-about-main h1 {
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .site-about-main .col-vizitkar {
    width: 42%;
  }
}
@media (max-width: 768px) {
  .site-about-main > span {
    padding: 0 15px;
  }
}
.site-about-main .row.vizitkar .row.single-vizitka {
  margin: 0;
}
.site-about-main .row.vizitkar .row.single-vizitka .site-team-social {
  display: none;
}
.site-about-right {
  width: 945px;
  height: auto;
  position: absolute;
  top: 30px;
  right: -430px;
}
.site-about-left {
  float: left;
  width: 100%;
  padding: 0px;
}
.site-about-left span {
  font-family: 'Source Sans Pro', sans-serif;
  float: left;
  width: 100%;
  color: white;
  font-weight: normal;
  line-height: 1.5;
  font-size: 22px;
  padding-bottom: 3em;
  text-align: justify;
}
@media (max-width: 992px) {
  .site-about-left span {
    padding-bottom: 2em;
    text-align: center;
  }
}
.site-about-left p {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #a9a9a9;
  text-align: left;
  font-weight: normal;
  line-height: 1.7;
}
.site-about-left ul {
  float: left;
  width: 100%;
  padding: 0 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 100px;
}
@media (max-width: 1200px) {
  .site-about-left ul {
    gap: 22px;
  }
}
@media (max-width: 992px) {
  .site-about-left ul {
    margin-bottom: 35px;
  }
}
.site-about-left ul li {
  float: left;
  width: calc(100% / 1);
  list-style: none;
  padding: 0 15px 0 80px;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  color: white;
  text-align: left;
  text-transform: capitalize;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .site-about-left ul li {
    width: calc((100% / 2) - 11px);
  }
}
@media (max-width: 600px) {
  .site-about-left ul li {
    width: calc(100% / 1);
  }
}
.site-about-left ul li p.feture-perex {
  margin-bottom: 0;
  color: white;
}
.site-about-left ul li span.feture-title {
  float: left;
  width: 100%;
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  color: #dfff4f;
  text-align: left;
  text-transform: uppercase;
  padding: 0 0 5px 0;
}
.feature-1 {
  background: url(../images/feature1.png) left no-repeat;
}
.feature-2 {
  background: url(../images/feature2.png) left no-repeat;
}
.feature-3 {
  background: url(../images/feature3.png) left no-repeat;
}
.feature-4 {
  background: url(../images/feature3.png) left no-repeat;
}
.site-classes {
  background: url(../images/service-bg.jpg) top center;
  background-attachment: fixed;
  background-size: cover;
}
.site-classes .class-box {
  float: left;
  width: 100%;
  background: #181a1f;
}
.site-classes .class-box:Hover {
  -webkit-box-shadow: 8px 8px 0px -4px #e8ff82;
  -moz-box-shadow: 8px 8px 0px -4px #e8ff82;
  box-shadow: 8px 8px 0px -4px #e8ff82;
  transition: all ease 0.5s;
}
.site-classes .class-box figure {
  float: left;
  width: 100%;
  text-align: center;
}
.site-classes .class-box figure img {
  width: 100%;
  text-align: center;
}
.site-classes .class-box .content {
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  min-height: 375px;
  position: relative;
}
.site-classes .class-box .content .price {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #dfff4f;
}
.site-classes .class-box .content h3 {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.site-classes .class-box .content ul {
  float: left;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  margin: 20px 0;
  border-top: #303136 solid 1px;
  border-bottom: #303136 solid 1px;
}
.site-classes .class-box .content ul li {
  float: left;
  width: 100%;
  text-align: center;
  list-style: none;
  color: #cccccc;
  font-size: 15px;
  line-height: 2;
}
.site-classes .class-box .content ul li .classis-icon {
  color: #dfff4f;
  padding-right: 8px;
}
.site-classes .class-box .content p {
  float: left;
  width: 100%;
  text-align: center;
  list-style: none;
  color: #a9a9a9;
  font-size: 16px;
  line-height: 1.7;
  padding: 0 30px;
  margin: 0;
  letter-spacing: 1px;
}
.site-classes .class-box .content .site-permalink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  display: block;
  margin: 0 auto;
}
.site-classes .class-box .content .site-permalink span {
  opacity: 0;
  transition: 400ms ease;
  transition-property: opacity, color;
}
.site-classes .class-box .content .site-permalink i {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  font-size: 12px;
  transition: 400ms ease;
  transition-property: color, left;
  margin: 0 auto;
}
.site-classes .class-box:hover .site-permalink span {
  opacity: 1;
  color: white;
}
.site-classes .class-box:hover .site-permalink i {
  color: white;
  left: 90px;
  padding-left: 0px;
}
.site-offer {
  background: #dfff4f;
  padding-bottom: 0;
}
.site-offer .site-offer-main {
  float: left;
  width: 100%;
}
.site-offer .left-colom {
  float: left;
  width: 100%;
  text-align: center;
}
.site-offer .right-colom {
  float: left;
  width: 100%;
  text-align: left;
}
.site-offer .right-colom h1 {
  float: left;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 33px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
.site-offer .right-colom h1:before {
  background: inherit;
}
.site-offer .right-colom h2 {
  float: left;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 130px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: left;
  line-height: 1;
  text-transform: uppercase;
  padding: 20px 0;
  margin: 0;
}
.site-offer .right-colom .text-1 {
  float: left;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: left;
  line-height: 1;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.site-offer .right-colom .text-2 {
  float: left;
  background: #181a1f;
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 0;
}
.site-offer .right-colom p {
  float: left;
  width: 100%;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  text-transform: capitalize;
  padding: 30px 0;
  margin: 0;
}
.site-advantage {
  background: url(../images/advantage-bg.jpg) top center;
  background-attachment: fixed;
  background-size: cover;
}
.site-advantage ul {
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
}
.site-advantage ul li {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
  display: flex;
}
.site-advantage ul li:last-child {
  margin-bottom: 0px;
}
.site-advantage ul li:hover .advantage-icon {
  background: #FFFFFF;
  transition: all ease 0.5s;
  border: #FFFFFF solid 1px;
}
.site-advantage .advantage-content h4 {
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 1px;
}
.site-advantage .advantage-content p {
  float: left;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #a9a9a9;
  text-align: left;
  text-transform: capitalize;
  padding: 5px 0 0 0;
  margin: 0;
}
.advantage-content {
  float: left;
  flex: 8;
  padding: 0 0 0 20px;
  -webkit-flex: 8;
  -ms-flex: 8;
}
.advantage-icon {
  float: left;
  border: 1px solid #e8ff82;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 10px 0;
}
.site-statistic {
  float: left;
  width: 100%;
  text-align: center;
  background: rgba(223, 255, 79, 0.8);
}
.site-statistic::after {
  display: none;
}
.site-statistic h2 {
  color: white;
  font-family: inherit;
  font-size: 40px;
  line-height: 66px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0.625rem;
}
.site-statistic h2 strong {
  font-weight: 700;
}
.site-statistic .section-align-center {
  max-width: 600px;
}
.site-statistic-main {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.site-mission {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  max-width: 550px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  height: 332px;
  display: table-cell;
  vertical-align: middle;
}
.site-number {
  width: 100%;
  margin-right: 2%;
  margin-left: 2%;
  position: relative;
  padding: 0 10px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  white-space: nowrap;
  float: left;
}
.site-number h3 {
  float: left;
  width: 100%;
  text-align: center;
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.site-number p {
  float: left;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.site-number i.fa {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
}
.site-number figure {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  margin: auto 0;
  font-family: sans-serif;
  color: #FFFFFF;
  padding-bottom: 35px;
}
.site-number-inline {
  float: left;
  width: 100%;
}
.site-trainers {
  background: url(../images/trainer-bg.jpg) top center;
  background-attachment: fixed !important;
  background-size: cover !important;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  height: auto;
  float: none;
  display: flex;
}
.site-trainers#services {
  flex-direction: column;
}
.site-trainers#services .serviceDefaultBanner {
  background: #373a3f;
  padding: 20px 50px 22px 50px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  background-image: url("/images/articleDetailBanner.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media (max-width: 450px) {
  .site-trainers#services .serviceDefaultBanner {
    background-size: cover;
  }
}
.site-trainers#services .serviceDefaultBanner > h1 {
  color: white;
  font-style: normal;
  font-weight: 600;
  padding: 0;
  text-align: left;
  line-height: 1;
}
.site-trainers#services .serviceDefaultBanner > h1 > span {
  color: #dfff4f;
}
.site-trainers#services .serviceDefaultBanner > p {
  text-align: left;
  font-size: 27px;
  font-weight: 600;
  margin: 10px 0 17px 0;
  padding: 0;
}
.site-trainers#services .serviceDefaultBanner > a {
  margin: 0;
  width: fit-content;
  padding: 4px 30px 4px 30px;
}
@media (max-width: 768px) {
  .site-trainers#services {
    display: block;
  }
}
.site-trainers#services .site-services-main > h1 {
  color: white;
  position: relative;
  width: fit-content;
  margin: auto;
}
.site-trainers#services .site-services-main > h1::after {
  content: "";
  background: #dfff4f;
  position: absolute;
  height: 5px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
.site-trainers > .container::before {
  display: none;
  content: none;
}
.site-trainers > .container::after {
  display: none;
  content: none;
}
.site-trainers > .container > .row::before {
  display: none;
  content: none;
}
.site-trainers > .container > .row::after {
  display: none;
  content: none;
}
.site-trainers > .container > .row > .site-trainers-main::after {
  display: none;
  content: none;
}
.site-trainers .site-blog-main.subpage .row.cards > div .blog-box .date {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #333;
}
.site-trainers .site-blog-main.subpage .row.cards > div .blog-box h3 {
  margin: 0 0 0 0;
}
.site-trainers .site-blog-main.subpage .row.cards > div .blog-box .perex {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}
.site-trainers .site-blog-main.subpage .row.cards > div .blog-box a.red-btn {
  padding: 10px 20px;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  background: transparent;
  border: 2px solid white;
  color: white;
  transition: all ease 0.5s;
  margin-top: 35px;
}
.site-trainers .site-blog-main.subpage .row.cards > div .blog-box a.red-btn:hover {
  border-color: #dfff4f;
  background: #dfff4f;
  color: #333;
  transition: 0.3s all ease;
}
.site-trainers .site-blog-main.subpage .box .col-sm-3 {
  padding-top: 35px;
}
.site-trainers .instructors {
  margin-bottom: -30px;
}
.site-trainers .trainer-box {
  width: 100%;
  background: #181a1f;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  transition: all ease 0.5s;
}
@media (max-width: 576px) {
  .site-trainers .trainer-box {
    flex-direction: column;
  }
}
.site-trainers .trainer-box:Hover {
  -webkit-box-shadow: 11px 11px 0px -4px #cedc36;
  -moz-box-shadow: 11px 11px 0px -4px #cedc36;
  box-shadow: 11px 11px 0px -4px #cedc36;
  transition: all ease 0.5s;
}
.site-trainers .trainer-box figure {
  float: left;
  width: 50%;
}
.site-trainers .trainer-box figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
}
.site-trainers .trainer-box:hover figure img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all ease 0.5s;
}
.site-trainers .trainer-box:hover .trainer-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all ease 0.5s;
}
.site-trainers .trainer-box .trainer-box-content {
  width: 50%;
  padding: 45px 30px 20px 30px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0;
  justify-content: flex-end;
  height: 470px;
}
@media (max-width: 992px) {
  .site-trainers .trainer-box .trainer-box-content {
    max-width: 100%;
    width: auto;
    height: 300px;
    flex: 0 0 70%;
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .site-trainers .trainer-box .trainer-box-content {
    height: 350px;
    flex: auto;
  }
}
.site-trainers .trainer-box .trainer-box-content h4 {
  float: left;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
  color: #dfff4f;
  text-align: left;
  font-weight: normal;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}
.site-trainers .trainer-box .trainer-box-content h4 a {
  color: #dfff4f;
}
.site-trainers .trainer-box .trainer-box-content .trainer-degignation {
  float: left;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  text-align: left;
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .site-trainers .trainer-box .trainer-box-content .trainer-degignation .trainer-degignation-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .site-trainers .trainer-box .trainer-box-content .trainer-degignation .trainer-degignation-text {
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 576px) {
  .site-trainers .trainer-box .trainer-box-content .trainer-degignation .trainer-degignation-text {
    padding-bottom: 40px;
    -webkit-line-clamp: 2;
  }
}
.site-trainers .trainer-box .trainer-box-content .trainer-degignation .detail {
  margin-top: 17px;
  color: white;
  line-height: 1;
}
.site-trainers .trainer-box .trainer-box-content .trainer-degignation .detail a {
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  width: 100%;
}
.site-trainers .trainer-box .trainer-box-content .trainer-degignation .detail a:hover {
  color: #333;
}
.site-trainers .trainer-box .trainer-box-content .trainer-degignation .site-team-social {
  height: 39px;
  display: flex;
  gap: 4px;
  flex-grow: 0;
  margin-top: auto;
}
.site-trainers .trainer-box .trainer-box-content p {
  float: left;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #a9a9a9;
  text-align: left;
  font-weight: normal;
  line-height: 1.8;
  padding: 20px 0 30px 0;
  margin: 0;
  text-transform: initial;
}
.site-trainers .blog-articles .col-xs-12 {
  display: flex;
}
.site-trainers .blog-articles .col-xs-12 .blog-box {
  width: 100%;
  height: 450px;
}
@media (max-width: 992px) {
  .site-trainers .blog-articles .col-xs-12 .blog-box {
    height: auto;
  }
}
.site-trainers .blog-articles .col-xs-12 .blog-box .perex p {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.trainer-img-box {
  float: left;
  width: 50%;
}
.trainer-img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.trainer-img.trainer1 {
  background: url(../images/trainer1.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
}
.trainer-img.trainer2 {
  background: url(../images/trainer2.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
}
.trainer-img.trainer3 {
  background: url(../images/trainer3.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
}
.trainer-img.trainer4 {
  background: url(../images/trainer4.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
}
.site-portfolio {
  float: left;
  width: 100%;
  background: #181a1f;
}
.site-portfolio h1 {
  margin-bottom: 70px;
}
.site-portfolio .theme-btn {
  margin-top: 70px;
}
.site-portfolio-tabs {
  padding: 0;
  display: block;
  width: 100%;
  clear: both;
  list-style: none;
  font-size: 0;
  margin: 0 0 70px;
}
.site-portfolio-tabs li {
  display: inline-block;
  float: none;
  margin: 1px 1px;
  padding: 14px 32px 12px;
  line-height: normal;
  min-width: 130px;
  min-height: 41px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: 400ms ease;
  transition-property: background;
}
.site-portfolio-tabs li:hover {
  background: rgba(255, 255, 255, 0.2);
}
.site-portfolio-tabs li.active {
  background: #dfff4f;
}
.site-portfolio-tabs-content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
  clear: both;
}
.site-portfolio-tabs-content .portfolio-items {
  margin-bottom: 0;
}
.site-portfolio-tabs-content .portfolio-items .site-box {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.site-portfolio-tabs-content .portfolio-items .site-box:hover:before {
  opacity: 1;
}
.site-portfolio-tabs-content .portfolio-items .site-box:hover .portfolio-caption {
  opacity: 1;
}
.site-portfolio-tabs-content .portfolio-items .site-box img {
  min-height: 200px;
}
.site-portfolio-tabs-content .portfolio-items .site-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: block;
  border: 10px solid #dfff4f;
  background-color: rgba(24, 26, 31, 0.8);
  opacity: 0;
  transition: 400ms ease;
  transition-property: opacity;
}
.site-portfolio-tabs-content .portfolio-items .venobox {
  border: none;
}
.site-portfolio-tabs-content .portfolio-items .venobox:before {
  display: none;
}
.site-portfolio-tabs-content .portfolio-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translate3d(0, -50%, 0);
  bottom: auto;
  display: block;
  z-index: 1;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 20px;
  opacity: 0;
  transition: 400ms ease;
  transition-property: opacity;
}
.site-portfolio-tabs-content .portfolio-caption i {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: block;
  margin: 0 auto;
  background-color: #dfff4f;
  border: 1px solid #dfff4f;
  border-radius: 100px;
  color: #FFFFFF;
}
.site-portfolio-tabs-content .portfolio-caption h5 {
  color: white;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}
.site-portfolio-tabs-content .portfolio-caption h6 {
  color: white;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.site-tabs {
  margin: 0;
  padding: 85px 0 90px;
  display: block;
  width: 100%;
  clear: both;
  position: relative;
  text-align: left;
  min-height: 770px;
}
.site-tabs .site-tab-bg {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: -32px;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 38%;
  background: no-repeat bottom left;
  background-size: auto;
  opacity: 0;
  transition: 200ms opacity ease-in-out;
}
.site-tabs .site-tab-bg.active {
  opacity: 1;
}
.site-tabs h1 {
  margin-bottom: 70px;
}
.site-tabs-buttons {
  padding: 0;
  display: block;
  list-style: none;
  width: 100%;
  clear: both;
  overflow: hidden;
  margin: 0 0 40px;
  text-align: left;
}
.site-tabs-buttons li {
  display: block;
  margin: 0;
  list-style: none;
  float: left;
  padding: 0 5px 0 0;
}
.site-tabs-buttons li.active a {
  color: white;
  background: #dfff4f;
}
.site-tabs-buttons a {
  background: #f8f7f7;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  color: #1a1e2a;
  display: block;
  padding: 14px 40px;
  transition: 400ms ease;
  transition-property: color, background;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.site-tabs-buttons a:hover {
  background: #ece9e9;
}
.site-tabs-content {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  clear: both;
  color: #959595;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.site-tabs-content p {
  color: #959595;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}
.site-tabs-content ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  color: #1a1e2a;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
}
.site-tabs-content li {
  position: relative;
  list-style: none;
  width: 100%;
  display: block;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
}
.site-tabs-content li:before {
  content: "\f0da";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-family: "FontAwesome", serif;
}
.site-call-to-action {
  float: left;
  width: 100%;
  background: url(../images/statistic-bg.jpg) top center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.site-call-to-action .site-box {
  float: left;
  width: 100%;
  z-index: 1;
  padding: 50px 0;
}
.site-call-to-action h1 {
  color: white;
  font-family: inherit;
  font-size: 40px;
  font-weight: normal;
  text-transform: inherit;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
  display: block;
  line-height: 1;
  font-family: 'Source Sans Pro', sans-serif;
}
.site-call-to-action h1:before {
  background: none;
}
.site-call-to-action p {
  color: white;
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  font-family: sans-serif;
  padding: 0;
  margin: 0;
}
.site-call-to-action .theme-btn {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 45px;
}
.heading-big {
  text-transform: uppercase;
  font-size: 70px;
}
.site-team {
  margin: 0;
  padding: 170px 0;
  display: block;
  width: 100%;
  clear: both;
}
.site-team .swiper-wrapper {
  text-align: left;
  padding-top: 70px;
  padding-bottom: 20px;
  background: white;
}
.site-team .thumbnail {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  max-height: 480px;
  overflow: hidden;
  margin: 55px 0 auto;
  background: white;
  padding: 0 10px 0 0;
}
.site-team .thumbnail .swiper-slide-active:after {
  opacity: 0.3;
}
.site-team .thumbnail ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  clear: both;
}
.site-team .thumbnail li {
  width: 118px;
  height: 139px;
  border: 4px solid white;
  box-shadow: 0 0 3px rgba(2, 3, 3, 0.2);
  display: block;
  cursor: pointer;
  margin: 10px;
  clear: both;
  float: left;
  position: relative;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
}
.site-team .thumbnail li:hover:after {
  opacity: 0.3;
}
.site-team .thumbnail li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: white;
  opacity: 0;
  transition: 400ms ease;
  transition-property: opacity;
}
.site-team figure {
  max-width: 338px;
  width: 100%;
  border: 11px solid white;
  box-shadow: 0 0 7px rgba(2, 3, 3, 0.14);
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  background: grey;
}
.site-team h4 {
  color: #1a1e2a;
  font-family: inherit;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  padding: 0;
  display: block;
  width: 100%;
  clear: both;
  margin: 0 0 4px;
}
.site-team h5 {
  color: #6c6b6b;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  padding: 0;
  display: block;
  width: 100%;
  clear: both;
  margin: 0 0 30px;
}
.site-team p {
  color: #959595;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
  display: block;
  clear: both;
}
.site-team h6 {
  color: #1a1e2a;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  clear: both;
  margin: 40px 0 10px;
}
.site-team .site-team-progress {
  width: 100%;
  display: block;
  clear: both;
}
.site-team .site-team-progress span {
  color: #959595;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  width: 100%;
  clear: both;
  display: block;
  padding-top: 22px;
  padding-bottom: 10px;
}
.site-team .site-team-progress label {
  max-width: 540px;
  width: 100%;
  height: 4px;
  background-color: #dbdbdb;
  display: block;
  overflow: hidden;
  clear: both;
}
.site-team .site-team-progress label span {
  width: 100%;
  background: #dfff4f;
  height: 4px;
  display: block;
}
.site-team .site-team-social {
  width: 100%;
  display: block;
  clear: both;
  margin-top: 40px;
}
.site-team .site-team-social a {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #2e3f5a;
  transition: 400ms ease;
  transition-property: background;
  overflow: hidden;
}
.site-team .site-team-social a:hover {
  background: #dfff4f;
}
.site-team .site-team-social i.fa {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  color: white;
  font-family: FontAwesome, serif;
  font-size: 13px;
  font-weight: 400;
}
.site-team .team-section-slider {
  padding-left: 10px;
  padding-right: 10px;
}
.site-team .team-section-arrow {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 160px;
  margin: 70px auto 0;
  display: block;
  z-index: 100;
}
.site-team .swiper-button-prev {
  background: none;
}
.site-team .swiper-button-prev:hover:before {
  color: #dfff4f;
}
.site-team .swiper-button-prev:before {
  content: "\e905";
  font-family: 'icomoon', serif;
  display: block;
  color: #a5a7ab;
  transition: 400ms ease;
  transition-property: color;
}
.site-team .swiper-button-next {
  background: none;
}
.site-team .swiper-button-next:hover:before {
  color: #dfff4f;
}
.site-team .swiper-button-next:before {
  content: "\e905";
  font-family: 'icomoon', serif;
  display: block;
  color: #a5a7ab;
  transition: 400ms ease;
  transition-property: color;
  content: "\e906";
}
.site-testimonial {
  margin: 0;
  display: block;
  width: 100%;
  clear: both;
  background: #181a1f;
}
.site-testimonial h1 {
  margin-bottom: 60px;
}
.site-testimonial .swiper-slide {
  background-color: #2a2b30;
  border-radius: 2px;
  text-align: center;
  padding: 30px;
}
.site-testimonial p {
  color: #a9a9a9;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  padding: 25px 0;
  display: block;
  width: 100%;
  clear: both;
  margin: 0;
  letter-spacing: 1px;
}
.site-testimonial h5 {
  color: #dfff4f;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  padding: 0;
  display: block;
  width: 100%;
  clear: both;
  margin: 0 0 6px;
  text-transform: uppercase;
}
.site-testimonial h6 {
  color: #FFFFFF;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: 0;
  display: block;
  width: 100%;
  clear: both;
  margin: 0 0 10px;
}
.site-testimonial figure {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background-color: white;
  border-radius: 200px;
  overflow: hidden;
}
.site-testimonial .swiper-container {
  max-width: 1280px;
  padding: 0 80px;
}
.site-testimonial .swiper-pagination {
  margin-top: 50px;
}
.site-testimonial .swiper-arrow-container {
  margin-top: 150px;
}
.site-packages {
  margin: 0;
  padding: 0px 0 0px;
  display: block;
  width: 100%;
  clear: both;
}
.site-packages > .container > .row > .col-xs-12 > .row > .col-xs-12 > .site-package.prefered {
  transition: all ease 0.5s;
}
.site-packages > .container > .row > .col-xs-12 > .row > .col-xs-12 > .site-package.prefered:hover {
  -webkit-box-shadow: 11px 11px 0px -4px #cedc36;
  -moz-box-shadow: 11px 11px 0px -4px #cedc36;
  box-shadow: 11px 11px 0px -4px #cedc36;
  transition: all ease 0.5s;
}
.site-packages .site-package {
  max-width: 365px;
  width: 100%;
  background-color: #27282d !important;
  text-align: center;
  margin: 20px auto 50px;
}
.site-packages .site-package > .row {
  margin-top: -20px;
}
.site-packages .site-package:hover h4 {
  color: #dfff4f;
}
.site-packages .site-package:hover .price-info {
  background-color: #dfff4f;
}
.site-packages .site-package > p {
  display: flex;
  align-items: center;
  background: #dfff4f;
  color: #333;
  font-weight: 500;
  text-align: center;
  padding: 30px 30px;
  min-height: unset;
  height: 100px;
  justify-content: center;
}
.site-packages .site-package > ul.price-options {
  min-height: unset;
  margin-top: 0;
  padding-top: 10px;
  min-height: 200px;
}
.site-packages .site-package.prefered {
  border: 0;
  outline: unset;
  background: #222329;
  transition: all ease 0.5s;
}
.site-packages .site-package.prefered:hover {
  -webkit-box-shadow: 11px 11px 0px -4px #cedc36;
  -moz-box-shadow: 11px 11px 0px -4px #cedc36;
  box-shadow: 11px 11px 0px -4px #cedc36;
  transition: all ease 0.5s;
}
.site-packages h2 {
  color: #dfff4f;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 35px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 30px 0 5px 0;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  text-align: center;
  transition: 400ms ease;
  transition-property: color;
}
.site-packages h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  transition: 400ms ease;
  transition-property: color;
  color: white;
  font-style: italic;
  padding: 12px 0px;
  text-align: center;
}
.site-packages p {
  color: #a9a9a9;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  display: block;
  width: 100%;
  clear: both;
  padding: 0 30px 20px 30px;
  text-align: left;
}
.site-packages .price-info {
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 14px;
  position: relative;
  transition: 400ms ease;
  transition-property: background-color;
  height: auto;
  min-height: unset;
  background: #dfff4f;
  text-align: center;
  font-style: italic;
  padding: 0 0 30px 0;
}
.site-packages .site-dollar {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  top: -12px;
  left: 0;
}
.site-packages .site-value {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  top: -2px;
}
.site-packages .site-month {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  left: 6px;
  top: -2px;
}
.site-packages .price-options {
  display: block;
  clear: both;
  text-align: center;
  width: 70%;
  margin: auto;
  padding: 0 0 10px 0;
}
.site-packages .price-options li {
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  display: block;
  width: 100%;
  clear: both;
  position: relative;
  border-bottom: 1px solid gray;
  padding: 10px 0 10px 0;
}
.site-packages .price-options li:nth-child(1) {
  border-bottom: 1px solid white;
}
.site-packages .price-options i.fa {
  width: 14px;
  height: 10px;
  color: #2dc100;
  font-family: FontAwesome, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
  top: 11px;
  left: 30px;
  display: none;
}
.site-packages .price-options i.fa.fa-close {
  color: red;
}
.site-packages .theme-btn {
  text-transform: uppercase;
  background: #222329;
  border: 2px solid white;
  color: white;
  margin: 12px 0;
  transition: all ease 0.3s;
  padding: 10px 20px;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  font-weight: 600;
}
.site-packages .theme-btn:hover {
  color: #333;
  background: #dfff4f;
  border: 2px solid #dfff4f;
}
.lang-select button {
  background: #2d2d2d;
  border: 1px solid #dfff4f;
  padding: 4px;
  border-radius: 0;
}
.lang-select button:hover {
  background: #dfff4f;
  border: 1px solid #dfff4f;
}
.lang-select button.active {
  background: #edffa1;
  border: 1px solid #dfff4f;
}
.articleDetail {
  background: #1f2024;
  margin-top: 15px;
  border: 5px solid #ececec;
}
@media (max-width: 768px) {
  .articleDetail {
    width: 100%;
    margin: auto;
  }
}
.articleDetail .row {
  height: 100%;
}
.articleDetail .row .site-blog-main {
  height: 100%;
}
.articleDetail .row .site-blog-main .box {
  height: 100%;
}
.articleDetail .row .site-blog-main .box .col-sm-9 {
  height: 100%;
  background: #1f2024;
  border-right: 1px solid #ffffff21;
}
@media (max-width: 992px) {
  .articleDetail .row .site-blog-main .box .col-sm-9 {
    border-right: none;
    border-bottom: 1px solid #ffffff21;
    width: 100%;
    height: auto;
  }
}
.articleDetail .row .site-blog-main .box .col-sm-9 h4 {
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
}
.articleDetail .row .site-blog-main .box .col-sm-9 .files {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
}
.articleDetail .row .site-blog-main .box .col-sm-9 .files table tbody tr td {
  vertical-align: middle !important;
}
.articleDetail .row .site-blog-main .box .col-sm-9 .markdown-content p {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 992px) {
  .articleDetail .row .site-blog-main .box .col-sm-3 {
    width: 100%;
  }
}
.articleDetail .row .site-blog-main .box .col-sm-3 .preview .date {
  padding-top: 5px;
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
}
.articleDetail .row .site-blog-main .box .col-sm-3 .otherNews h4 {
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .articleDetail .row .site-blog-main .box .col-sm-3 .otherNews > div {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .articleDetail .row .site-blog-main .box .col-sm-3 .otherNews > div .blog-box {
    width: 100%;
    box-shadow: none;
  }
}
.articleDetail .row .site-blog-main .box .col-sm-3 .otherNews > div .blog-box .date {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #333;
}
.articleDetail .row .site-blog-main .box .col-sm-3 .otherNews > div .blog-box .perex {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}
.articleDetail .row .site-blog-main .box .col-sm-3 .otherNews > div .blog-box a.red-btn {
  padding: 10px 20px;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  background: transparent;
  border: 2px solid white;
  color: white;
  transition: all ease 0.5s;
  margin-top: 35px;
}
.articleDetail .row .site-blog-main .box .col-sm-3 .otherNews > div .blog-box a.red-btn:hover {
  background: #dfff4f;
  color: #333;
  transition: 0.3s all ease;
  border-color: #dfff4f;
}
@media (max-width: 992px) {
  .site-blog-main {
    padding: 0 15px 0 15px;
  }
}
@media (max-width: 1200px) {
  .site-blog-main .cards {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
@media (max-width: 1200px) {
  .site-blog-main .cards > div {
    flex: 0 0 33%;
  }
}
@media (max-width: 992px) {
  .site-blog-main .cards > div {
    flex: 0 0 50%;
  }
}
@media (max-width: 550px) {
  .site-blog-main .cards > div {
    flex: 0 0 100%;
  }
}
@media (max-width: 1200px) {
  .site-blog-main .cards > div .blog-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .site-blog-main .cards > div .blog-box {
    width: 100%;
    box-shadow: none;
  }
}
@media (max-width: 1200px) {
  .site-blog-main .cards > div .blog-box .text-center {
    margin-top: auto;
  }
}
@media (max-width: 1200px) {
  .site-blog-main .cards > div .blog-box .perex p {
    margin-bottom: 0;
  }
}
.site-blog {
  margin: 0;
  display: block;
  clear: both;
  width: 100%;
}
.site-blog .site-blog-main {
  float: left;
  width: 100%;
  padding-top: 30px;
}
.site-blog .blog-box ul {
  float: left;
  width: 100%;
  text-align: left;
  padding: 0 0 0 25px;
  margin: 15px 0 0 0;
}
.site-blog .blog-box ul li {
  float: left;
  width: 100%;
  text-align: left;
  list-style: none;
  color: #a9a9a9;
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
}
.site-blog .blog-box ul li span {
  padding-left: 30px;
}
.site-blog .blog-box .site-permalink {
  position: absolute;
  left: 25px;
  right: 0;
  bottom: 0px;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}
.site-blog .blog-box .site-permalink span {
  opacity: 0;
  transition: 400ms ease;
  transition-property: opacity, color;
}
.site-blog .blog-box .site-permalink i {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  font-size: 12px;
  transition: 400ms ease;
  transition-property: color, left;
  margin: 0 auto;
}
.site-blog .blog-box:hover .site-permalink span {
  opacity: 1;
  color: white;
}
.site-blog .blog-box:hover .site-permalink i {
  color: white;
  left: 60px;
  padding-left: 0px;
}
.blog-box {
  float: left;
  background-color: #181a1f !important;
  text-align: left;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  min-width: 100%;
  max-width: 100%;
}
.blog-box:Hover {
  -webkit-box-shadow: 8px 8px 0px -4px #dfff4f;
  -moz-box-shadow: 8px 8px 0px -4px #dfff4f;
  box-shadow: 8px 8px 0px -4px #dfff4f;
  transition: all ease 0.5s;
}
.blog-box figure {
  float: left;
  width: 100%;
  text-align: center;
}
.blog-box figure a,
.blog-box figure img {
  width: 100%;
}
.blog-box:hover figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.blog-box .date {
  float: left;
  background: #dfff4f;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  font-family: sans-serif;
  text-align: center;
  color: #1a1e2a;
  padding: 8px 10px;
  position: relative;
  margin-top: -13px;
  margin-left: 25px;
}
.blog-box h3 {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: left;
  padding: 25px;
  margin: 0 0 25px 0;
}
.blog-box .theme-btn {
  margin: 0 0 25px 25px;
  padding: 8px 26px;
}
.blog-box .btn-default {
  margin-left: 25px;
}
.blog-icon {
  color: #dfff4f;
  padding-right: 5px;
}
.site-tweets {
  margin: 0;
  padding: 0 0 10px;
  display: block;
  width: 100%;
  clear: both;
  background: #dfff4f;
  text-align: center;
  color: white;
  position: relative;
}
.site-tweets .container {
  position: relative;
}
.site-tweets .swiper-wrapper {
  padding: 0;
  margin: 50px 0 0;
}
.site-tweets .swiper-wrapper > span {
  display: block;
  width: 100%;
  text-align: center;
}
.site-tweets .swiper-slide {
  margin: 0;
  padding: 0;
  display: block;
}
.site-tweets p {
  color: white;
  font-family: inherit;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.site-tweets a {
  color: white;
  font-family: inherit;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.site-tweets .date {
  color: white;
  font-family: inherit;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: 700;
  margin-top: 5px;
  display: block;
}
.site-tweets i.fa {
  color: white;
  font-size: 45px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 100px;
}
.site-tweets .swiper-pagination {
  margin-top: 60px;
  margin-bottom: 60px;
}
.site-tweets .swiper-pagination-bullet {
  opacity: 0.3;
  background-color: white;
  transition: 400ms ease;
  transition-property: opacity;
  margin: 20px;
}
.site-tweets .swiper-pagination-bullet-active {
  opacity: 1;
}
.site-clients {
  margin: 0;
  display: block;
  clear: both;
  text-align: center;
}
.site-clients figure {
  display: inline-block;
  float: none;
  overflow: hidden;
  margin: 0 10px;
  padding: 20px 0;
  transition: 400ms ease;
  transition-property: opacity;
  background: #181a1f;
}
.site-clients figure:Hover {
  -webkit-box-shadow: 8px 8px 0px -4px #dfff4f;
  -moz-box-shadow: 8px 8px 0px -4px #dfff4f;
  box-shadow: 8px 8px 0px -4px #dfff4f;
  transition: all ease 0.5s;
}
.site-clients figure:hover {
  opacity: 1;
}
.site-clients figure.active {
  opacity: 1;
}
.site-quick-support {
  margin: 0;
  display: block;
  clear: both;
  background: url(../images/contact-bg.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.site-quick-support h1 {
  margin-bottom: 70px;
}
.site-quick-support .map-and-form-container {
  overflow: hidden;
}
.site-quick-support .site-google-map {
  background: grey;
  min-height: 522px;
  position: relative;
}
.site-quick-support .site-contact-form {
  margin: 0;
  display: block;
  clear: both;
  width: 100%;
  padding: 0;
  float: left;
}
.site-quick-support label {
  padding: 0;
  display: block;
  clear: both;
  width: 100%;
  margin: 0 0 30px;
}
.site-quick-support input[type=text] {
  width: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  display: block;
  clear: both;
  border: none;
  box-shadow: none;
  height: 45px;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border: 2px solid #FFFFFF;
  transition: 400ms ease;
  transition-property: border-color;
  background: #000000;
}
.site-quick-support input[type=text]:focus {
  border-color: #dfff4f;
}
.site-quick-support input[type=tel] {
  width: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  display: block;
  clear: both;
  border: none;
  box-shadow: none;
  height: 45px;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border: 2px solid #FFFFFF;
  transition: 400ms ease;
  transition-property: border-color;
  background: #000000;
}
.site-quick-support input[type=tel]:focus {
  border-color: #dfff4f;
}
.site-quick-support input[type=number] {
  width: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  display: block;
  clear: both;
  border: none;
  box-shadow: none;
  height: 45px;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border: 2px solid #FFFFFF;
  transition: 400ms ease;
  transition-property: border-color;
  background: #000000;
  -moz-appearance: textfield;
}
.site-quick-support input[type=number]:focus {
  border-color: #dfff4f;
}
.site-quick-support input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.site-quick-support input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.site-quick-support input[type=url] {
  width: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  display: block;
  clear: both;
  border: none;
  box-shadow: none;
  height: 45px;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border: 2px solid #FFFFFF;
  transition: 400ms ease;
  transition-property: border-color;
  background: #000000;
}
.site-quick-support input[type=url]:focus {
  border-color: #dfff4f;
}
.site-quick-support input[type=email] {
  width: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  display: block;
  clear: both;
  border: none;
  box-shadow: none;
  height: 45px;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border: 2px solid #FFFFFF;
  transition: 400ms ease;
  transition-property: border-color;
  background: #000000;
}
.site-quick-support input[type=email]:focus {
  border-color: #dfff4f;
}
.site-quick-support textarea {
  width: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  display: block;
  clear: both;
  border: none;
  box-shadow: none;
  height: 45px;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border: 2px solid #FFFFFF;
  transition: 400ms ease;
  transition-property: border-color;
  background: #000000;
  resize: none;
  height: 105px;
}
.site-quick-support textarea:focus {
  border-color: #dfff4f;
}
.site-quick-support button[type=submit] {
  background-color: #dfff4f;
  box-shadow: none;
  padding: 10px 55px 6px;
  display: block;
  color: white;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  border: 2px solid #dfff4f;
  transition: 400ms ease;
  transition-property: background, color;
  margin: 0 auto;
}
.site-quick-support button[type=submit]:hover {
  background: none;
  color: #dfff4f;
}
.site-quick-support button[type=submit] i.fa {
  display: none;
}
.site-quick-support .site-contact-info table {
  width: 100%;
}
.site-fotogalerie .gallery-categories {
  margin: 0;
}
.site-fotogalerie .galleries-wrapper a.red-btn {
  margin-bottom: 20px;
  padding: 10px 55px;
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 550px) {
  .site-fotogalerie .galleries-wrapper a.red-btn {
    padding: 10px 20px;
    display: flex;
    text-align: center;
    justify-content: center;
  }
}
.site-fotogalerie .galleries-wrapper .gallery-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 75px;
}
.site-fotogalerie .galleries-wrapper .gallery-content .single-img {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 250px;
  height: 250px;
  border: none;
  box-shadow: none;
  background: none;
  transition: 0.5s all;
  filter: grayscale(0);
  overflow: hidden;
}
.site-fotogalerie .galleries-wrapper .gallery-content .single-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  padding: 0;
  transition: 0.5s all;
}
.site-fotogalerie .galleries-wrapper .gallery-content .single-img:hover {
  transition: 0.5s all;
  filter: grayscale(1);
}
.site-fotogalerie .galleries-wrapper .gallery-content .single-img:hover img {
  transform: scale(1.1);
  transition: 0.5s all;
}
.site-contact .container .row.subpageContent,
.site-contact .container-fluid .row.subpageContent,
.site-contact .container .row-fluid.subpageContent,
.site-contact .container-fluid .row-fluid.subpageContent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .site-contact .container .row.subpageContent > div,
  .site-contact .container-fluid .row.subpageContent > div,
  .site-contact .container .row-fluid.subpageContent > div,
  .site-contact .container-fluid .row-fluid.subpageContent > div {
    flex: 0 0 100%;
    width: 100%;
  }
}
.site-contact .container .row.subpageContent::after,
.site-contact .container-fluid .row.subpageContent::after,
.site-contact .container .row-fluid.subpageContent::after,
.site-contact .container-fluid .row-fluid.subpageContent::after,
.site-contact .container .row.subpageContent::before,
.site-contact .container-fluid .row.subpageContent::before,
.site-contact .container .row-fluid.subpageContent::before,
.site-contact .container-fluid .row-fluid.subpageContent::before {
  display: none;
}
@media (max-width: 992px) {
}
.site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka,
.site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka,
.site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka,
.site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka {
  margin: 0;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka,
  .site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka,
  .site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka,
  .site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka {
    display: flex;
    justify-content: center;
    padding: 15px 0;
  }
}
@media (max-width: 350px) {
  .site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka,
  .site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka,
  .site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka,
  .site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka {
    display: flex;
    flex-direction: column;
  }
}
.site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka:hover img,
.site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka:hover img,
.site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka:hover img,
.site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka:hover img {
  filter: grayscale(0) !important;
  -webkit-box-shadow: 11px 11px 0px -4px #dfff4f;
  -moz-box-shadow: 11px 11px 0px -4px #dfff4f;
  box-shadow: 11px 11px 0px -4px #dfff4f;
  transition: all ease 0.5s;
}
@media (min-width: 991px) {
  .site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5 {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5 {
    width: fit-content;
  }
}
@media (max-width: 991px) {
  .site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5 {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5 {
    width: 25%;
  }
}
@media (max-width: 600px) {
  .site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5 {
    width: 45%;
  }
}
@media (max-width: 500px) {
  .site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5 {
    width: 65%;
  }
}
@media (max-width: 400px) {
  .site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5,
  .site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .col-md-5 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .foto,
  .site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .foto,
  .site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .foto,
  .site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .foto {
    width: fit-content;
  }
}
.site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .foto img,
.site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .foto img,
.site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .foto img,
.site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .foto img {
  margin-bottom: 0;
  filter: grayscale(1);
  transition: all ease 0.5s;
}
@media (min-width: 1200px) {
  .site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .foto img,
  .site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .foto img,
  .site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .foto img,
  .site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .foto img {
    height: 320px;
    margin: 0;
    width: auto;
    object-fit: contain;
  }
}
@media (max-width: 350px) {
  .site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .foto img,
  .site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .foto img,
  .site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .foto img,
  .site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .foto img {
    margin-bottom: 1rem;
  }
}
.site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .site-team-social,
.site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .site-team-social,
.site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .site-team-social,
.site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .site-team-social {
  margin-top: 0;
}
.site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .site-team-social a,
.site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .site-team-social a,
.site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .site-team-social a,
.site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .site-team-social a {
  padding: 2px;
  margin: 5px;
}
.site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info,
.site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info,
.site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info,
.site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info {
  margin-top: -1rem;
  font-family: 'Source Sans Pro', sans-serif;
}
.site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info > h3,
.site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info > h3,
.site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info > h3,
.site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info > h3 {
  text-transform: uppercase;
  color: #dfff4f;
  font-weight: 700;
  font-size: 19px;
}
.site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info > h5,
.site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info > h5,
.site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info > h5,
.site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info > h5 {
  margin-bottom: 1.5em;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info > h5,
  .site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info > h5,
  .site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info > h5,
  .site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info > h5 {
    margin-bottom: 0.5em;
  }
}
.site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info > p,
.site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info > p,
.site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info > p,
.site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info > p {
  line-height: 22px;
  font-size: 17px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
}
.site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info .mail,
.site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info .mail,
.site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info .mail,
.site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info .mail,
.site-contact .container .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info .tel,
.site-contact .container-fluid .row.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info .tel,
.site-contact .container .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info .tel,
.site-contact .container-fluid .row-fluid.subpageContent > div.vizitkar-wrapper .vizitkar.contact div .single-vizitka .info .tel {
  padding: 2px 0;
  font-size: 16px;
}
.site-contact .container .row.subpageContent > div.openTime,
.site-contact .container-fluid .row.subpageContent > div.openTime,
.site-contact .container .row-fluid.subpageContent > div.openTime,
.site-contact .container-fluid .row-fluid.subpageContent > div.openTime {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .site-contact .container .row.subpageContent > div.openTime,
  .site-contact .container-fluid .row.subpageContent > div.openTime,
  .site-contact .container .row-fluid.subpageContent > div.openTime,
  .site-contact .container-fluid .row-fluid.subpageContent > div.openTime {
    padding-bottom: 50px;
  }
}
.site-contact .container .row > div > h2,
.site-contact .container-fluid .row > div > h2,
.site-contact .container .row-fluid > div > h2,
.site-contact .container-fluid .row-fluid > div > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  position: relative;
  display: block;
  color: #dfff4f;
  padding: 0 0 10px 0;
  font-style: normal;
  margin: 0;
  width: 100%;
  text-align: left;
}
@media (max-width: 992px) {
  .site-contact .container .row > div > h2,
  .site-contact .container-fluid .row > div > h2,
  .site-contact .container .row-fluid > div > h2,
  .site-contact .container-fluid .row-fluid > div > h2 {
    text-align: center;
  }
}
.site-contact .container .row > div > p,
.site-contact .container-fluid .row > div > p,
.site-contact .container .row-fluid > div > p,
.site-contact .container-fluid .row-fluid > div > p {
  font-size: 16px;
}
.site-contact .container .row > div table,
.site-contact .container-fluid .row > div table,
.site-contact .container .row-fluid > div table,
.site-contact .container-fluid .row-fluid > div table {
  max-height: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #27282d;
  place-content: start;
  border: 1px solid rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 0;
}
.site-contact .container .row > div table thead,
.site-contact .container-fluid .row > div table thead,
.site-contact .container .row-fluid > div table thead,
.site-contact .container-fluid .row-fluid > div table thead {
  flex: 0 0 100%;
  display: flex;
  height: calc((100% / 8) * 1);
}
@media (max-width: 992px) {
  .site-contact .container .row > div table thead,
  .site-contact .container-fluid .row > div table thead,
  .site-contact .container .row-fluid > div table thead,
  .site-contact .container-fluid .row-fluid > div table thead {
    height: fit-content;
  }
}
.site-contact .container .row > div table thead tr,
.site-contact .container-fluid .row > div table thead tr,
.site-contact .container .row-fluid > div table thead tr,
.site-contact .container-fluid .row-fluid > div table thead tr {
  flex: 0 0 100%;
  background: #dfff4f;
  color: #333;
  display: flex;
}
.site-contact .container .row > div table thead tr th,
.site-contact .container-fluid .row > div table thead tr th,
.site-contact .container .row-fluid > div table thead tr th,
.site-contact .container-fluid .row-fluid > div table thead tr th {
  border-bottom: none;
  display: flex;
  align-items: center;
}
.site-contact .container .row > div table thead tr th:first-child,
.site-contact .container-fluid .row > div table thead tr th:first-child,
.site-contact .container .row-fluid > div table thead tr th:first-child,
.site-contact .container-fluid .row-fluid > div table thead tr th:first-child {
  flex: 0 0 60%;
  justify-content: start;
  padding-left: 15px;
}
@media (max-width: 400px) {
  .site-contact .container .row > div table thead tr th:first-child,
  .site-contact .container-fluid .row > div table thead tr th:first-child,
  .site-contact .container .row-fluid > div table thead tr th:first-child,
  .site-contact .container-fluid .row-fluid > div table thead tr th:first-child {
    flex: 0 0 50%;
  }
}
.site-contact .container .row > div table thead tr th:nth-child(2),
.site-contact .container-fluid .row > div table thead tr th:nth-child(2),
.site-contact .container .row-fluid > div table thead tr th:nth-child(2),
.site-contact .container-fluid .row-fluid > div table thead tr th:nth-child(2) {
  flex: 0 0 20%;
  justify-content: center;
}
@media (max-width: 400px) {
  .site-contact .container .row > div table thead tr th:nth-child(2),
  .site-contact .container-fluid .row > div table thead tr th:nth-child(2),
  .site-contact .container .row-fluid > div table thead tr th:nth-child(2),
  .site-contact .container-fluid .row-fluid > div table thead tr th:nth-child(2) {
    flex: 0 0 25%;
  }
}
.site-contact .container .row > div table thead tr th:last-child,
.site-contact .container-fluid .row > div table thead tr th:last-child,
.site-contact .container .row-fluid > div table thead tr th:last-child,
.site-contact .container-fluid .row-fluid > div table thead tr th:last-child {
  flex: 0 0 20%;
  justify-content: center;
  padding-right: 15px;
}
@media (max-width: 400px) {
  .site-contact .container .row > div table thead tr th:last-child,
  .site-contact .container-fluid .row > div table thead tr th:last-child,
  .site-contact .container .row-fluid > div table thead tr th:last-child,
  .site-contact .container-fluid .row-fluid > div table thead tr th:last-child {
    flex: 0 0 25%;
  }
}
.site-contact .container .row > div table tbody,
.site-contact .container-fluid .row > div table tbody,
.site-contact .container .row-fluid > div table tbody,
.site-contact .container-fluid .row-fluid > div table tbody {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  height: calc((100% / 8) * 7);
}
@media (max-width: 992px) {
  .site-contact .container .row > div table tbody,
  .site-contact .container-fluid .row > div table tbody,
  .site-contact .container .row-fluid > div table tbody,
  .site-contact .container-fluid .row-fluid > div table tbody {
    height: fit-content;
  }
}
.site-contact .container .row > div table tbody tr,
.site-contact .container-fluid .row > div table tbody tr,
.site-contact .container .row-fluid > div table tbody tr,
.site-contact .container-fluid .row-fluid > div table tbody tr {
  flex: 0 0 100%;
  color: white;
  display: flex;
  height: calc(100% / 7);
}
.site-contact .container .row > div table tbody tr td,
.site-contact .container-fluid .row > div table tbody tr td,
.site-contact .container .row-fluid > div table tbody tr td,
.site-contact .container-fluid .row-fluid > div table tbody tr td {
  border-bottom: none;
  display: flex;
  align-items: center;
}
.site-contact .container .row > div table tbody tr td:first-child,
.site-contact .container-fluid .row > div table tbody tr td:first-child,
.site-contact .container .row-fluid > div table tbody tr td:first-child,
.site-contact .container-fluid .row-fluid > div table tbody tr td:first-child {
  flex: 0 0 60%;
  justify-content: start;
  padding-left: 15px;
}
@media (max-width: 400px) {
  .site-contact .container .row > div table tbody tr td:first-child,
  .site-contact .container-fluid .row > div table tbody tr td:first-child,
  .site-contact .container .row-fluid > div table tbody tr td:first-child,
  .site-contact .container-fluid .row-fluid > div table tbody tr td:first-child {
    flex: 0 0 50%;
  }
}
.site-contact .container .row > div table tbody tr td:nth-child(2),
.site-contact .container-fluid .row > div table tbody tr td:nth-child(2),
.site-contact .container .row-fluid > div table tbody tr td:nth-child(2),
.site-contact .container-fluid .row-fluid > div table tbody tr td:nth-child(2) {
  flex: 0 0 20%;
  justify-content: center;
}
@media (max-width: 400px) {
  .site-contact .container .row > div table tbody tr td:nth-child(2),
  .site-contact .container-fluid .row > div table tbody tr td:nth-child(2),
  .site-contact .container .row-fluid > div table tbody tr td:nth-child(2),
  .site-contact .container-fluid .row-fluid > div table tbody tr td:nth-child(2) {
    flex: 0 0 25%;
  }
}
.site-contact .container .row > div table tbody tr td:last-child,
.site-contact .container-fluid .row > div table tbody tr td:last-child,
.site-contact .container .row-fluid > div table tbody tr td:last-child,
.site-contact .container-fluid .row-fluid > div table tbody tr td:last-child {
  flex: 0 0 20%;
  justify-content: center;
  padding-right: 15px;
}
@media (max-width: 400px) {
  .site-contact .container .row > div table tbody tr td:last-child,
  .site-contact .container-fluid .row > div table tbody tr td:last-child,
  .site-contact .container .row-fluid > div table tbody tr td:last-child,
  .site-contact .container-fluid .row-fluid > div table tbody tr td:last-child {
    flex: 0 0 25%;
  }
}
.site-pricing-main .site-package {
  padding: 0 0 50px 0;
}
.site-pricing-main .site-package > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  position: relative;
  display: block;
  color: #dfff4f;
  padding: 0 0 10px 0;
  font-style: normal;
  margin: 0;
  width: 100%;
  clear: both;
  text-align: center;
  transition: 400ms ease;
  transition-property: color;
}
.site-pricing-main .site-package ul.price-options {
  padding-inline-start: 0;
  width: 50%;
  margin: auto;
}
@media (max-width: 1200px) {
  .site-pricing-main .site-package ul.price-options {
    width: 60%;
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .site-pricing-main .site-package ul.price-options {
    width: 80%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .site-pricing-main .site-package ul.price-options {
    width: 80%;
    padding: 0 15px;
  }
}
@media (max-width: 576px) {
  .site-pricing-main .site-package ul.price-options {
    width: 100%;
    padding: 0 15px;
  }
}
.site-pricing-main .site-package ul.price-options:nth-child(2) {
  margin-bottom: 0;
}
.site-pricing-main .site-package ul.price-options:nth-child(2) li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
.site-pricing-main .site-package ul.price-options li {
  list-style: none;
  line-height: 2;
  background: #27282d !important;
  width: 100% !important;
  flex-direction: row;
  flex: auto;
  position: relative;
  max-width: unset;
  text-align: center;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
.site-pricing-main .site-package ul.price-options li span {
  flex: 1;
  padding-right: 10%;
}
.site-pricing-main .site-package ul.price-options li .fa {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 10%;
}
.site-pricing-main .site-package ul.price-options li .fa.fa-close {
  color: #dfff4f;
}
.site-pricing-main .site-package ul.price-options li .fa.fa-check {
  color: #2dc100;
}
.site-pricing-main .site-package ul.price-options li .fa::before {
  font-size: 150%;
}
.site-pricing-main .vyhody {
  padding: 0 0 100px 0;
}
.site-pricing-main .vyhody > div > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  position: relative;
  display: block;
  color: #dfff4f;
  padding: 0 0 10px 0;
  font-style: normal;
  margin: 0;
  width: 100%;
  clear: both;
  text-align: center;
  transition: 400ms ease;
  transition-property: color;
}
.site-pricing-main .vyhody > div .markdown-content > h4 {
  display: none;
}
.site-pricing-main .vyhody > div .markdown-content ul,
.site-pricing-main .vyhody > div .markdown-content ol {
  padding-inline-start: 0;
  width: 50%;
  margin: auto;
}
@media (max-width: 1200px) {
  .site-pricing-main .vyhody > div .markdown-content ul,
  .site-pricing-main .vyhody > div .markdown-content ol {
    width: 60%;
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .site-pricing-main .vyhody > div .markdown-content ul,
  .site-pricing-main .vyhody > div .markdown-content ol {
    width: 80%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .site-pricing-main .vyhody > div .markdown-content ul,
  .site-pricing-main .vyhody > div .markdown-content ol {
    width: 80%;
    padding: 0 15px;
  }
}
@media (max-width: 576px) {
  .site-pricing-main .vyhody > div .markdown-content ul,
  .site-pricing-main .vyhody > div .markdown-content ol {
    width: 100%;
    padding: 0 15px;
  }
}
.site-pricing-main .vyhody > div .markdown-content ul:nth-child(2),
.site-pricing-main .vyhody > div .markdown-content ol:nth-child(2) {
  margin-bottom: 0;
}
.site-pricing-main .vyhody > div .markdown-content ul:nth-child(2) li:first-child,
.site-pricing-main .vyhody > div .markdown-content ol:nth-child(2) li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
.site-pricing-main .vyhody > div .markdown-content ul li,
.site-pricing-main .vyhody > div .markdown-content ol li {
  list-style: none;
  line-height: 2;
  background: #27282d !important;
  display: flex;
  width: 100% !important;
  flex-direction: row;
  flex: auto;
  position: relative;
  max-width: unset;
  text-align: center;
  padding: 8px 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
.site-pricing-main .vyhody > div .markdown-content ul li span,
.site-pricing-main .vyhody > div .markdown-content ol li span {
  flex: 1;
  padding-right: 10%;
}
.site-pricing-main .vyhody > div .markdown-content ul li .fa,
.site-pricing-main .vyhody > div .markdown-content ol li .fa {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 10%;
}
.site-pricing-main .vyhody > div .markdown-content ul li .fa.fa-close,
.site-pricing-main .vyhody > div .markdown-content ol li .fa.fa-close {
  color: #dfff4f;
}
.site-pricing-main .vyhody > div .markdown-content ul li .fa.fa-check,
.site-pricing-main .vyhody > div .markdown-content ol li .fa.fa-check {
  color: #2dc100;
}
.site-pricing-main .vyhody > div .markdown-content ul li .fa::before,
.site-pricing-main .vyhody > div .markdown-content ol li .fa::before {
  font-size: 150%;
}
.site-pricing-main .vyhody > div .markdown-content ul li {
  position: relative;
}
.site-pricing-main .vyhody > div .markdown-content ul li::before {
  left: 15px;
  position: absolute;
  font-size: 150%;
  color: #2dc100;
  content: "\f00c";
  font-family: 'FontAwesome';
  display: flex;
  height: 25px;
  justify-content: center;
  align-items: center;
  width: 10%;
}
.site-pricing-main .vyhody > div .markdown-content ol li {
  position: relative;
}
.site-pricing-main .vyhody > div .markdown-content ol li::before {
  left: 15px;
  position: absolute;
  font-size: 150%;
  color: #2dc100;
  content: "\f00c";
  font-family: 'FontAwesome';
  display: flex;
  height: 25px;
  justify-content: center;
  align-items: center;
  width: 10%;
}
.site-pricing-main .more.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media (max-width: 768px) {
  .site-pricing-main .more.row .moreBox {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 576px) {
  .site-pricing-main .more.row .moreBox {
    flex: 0 0 100%;
    width: 100%;
  }
}
.site-pricing-main .more.row .moreBox .price-add-info {
  background: #dfff4f;
  display: flex;
  flex-direction: column;
}
.site-pricing-main .more.row .moreBox .price-add-info h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  transition: 400ms ease;
  transition-property: color;
  color: #fff;
  font-style: italic;
  padding: 12px 0;
  text-align: center;
  background: #27282d;
}
.site-pricing-main .more.row .moreBox .price-add-info strong {
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 14px;
  position: relative;
  text-align: center;
  font-style: italic;
  font-size: 30px;
  padding: 30px 0 0 0;
}
.site-pricing-main .more.row .moreBox .price-add-info p {
  color: #333;
  font-weight: 500;
  text-align: center;
  padding: 20px 30px 0 30px;
  min-height: unset;
  height: 85px;
  justify-content: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  display: block;
  width: 100%;
  clear: both;
}
.site-pricing-main .more.row .moreBox .price-add-info .theme-btn {
  margin: 0 auto 30px auto;
  transition: all ease 0.3s;
  padding: 10px 20px;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  font-weight: 600;
  width: fit-content;
  color: #333;
  border-color: #333;
}
.site-pricing-main .more.row .moreBox .price-add-info .theme-btn:hover {
  color: #dfff4f;
  background: #000;
}
.site-footer {
  width: 100%;
  clear: both;
  display: block;
  margin: 0;
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  padding: 4em 0;
}
.site-footer::after {
  display: none;
}
.site-footer h1 {
  font-size: 45px;
  color: #FFFFFF;
}
.site-footer .site-contact-info {
  margin: 0;
  padding: 0 15px;
  width: 100%;
  clear: both;
}
@media (min-width: 768px) {
  .site-footer .site-contact-info {
    display: flex;
  }
}
@media (max-width: 768px) and (min-width: 500px) {
}
.site-footer .site-contact-info td {
  width: 25%;
}
.site-footer .site-box {
  display: block;
  width: 100%;
  height: 100%;
  clear: both;
  margin: 0;
  padding: 30px 0;
  color: white;
  position: relative;
  z-index: 1;
  transition: 400ms ease;
  transition-property: background;
  text-align: center;
  font-size: 16px;
}
.site-footer .site-box:hover {
  background: #111317;
}
.site-footer .site-box i.fa {
  color: #dfff4f;
  font-size: 45px;
  font-weight: 400;
  line-height: 41px;
  padding: 0;
  width: 61px;
  height: 61px;
  border: 1px solid #dfff4f;
  border-radius: 50px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .site-box i.fa.fa-envelope {
  font-size: 32px;
}
.site-footer .site-box i.fa.fa-map-marker {
  font-size: 42px;
}
.site-footer .site-box a {
  color: #a9a9a9;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 23px;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.site-footer .site-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.site-footer .widget {
  display: block;
  clear: both;
  width: 100%;
  padding: 0;
  margin: 60px 0;
}
.site-footer .site-logo {
  width: 100%;
  clear: both;
  display: block;
  margin-bottom: 30px;
}
.site-footer .site-logo a {
  margin-bottom: 0;
}
.site-footer .site-logo h1 {
  color: white;
  font-family: inherit;
  font-size: 33px;
  font-weight: 500;
}
.site-footer .site-logo small {
  color: #989899;
  font-family: inherit;
  font-size: 11px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 10px;
  text-transform: uppercase;
}
.site-footer h4 {
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  padding: 20px 0;
  margin: 0;
  display: block;
}
.site-footer p {
  color: #a9a9a9;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 27px;
  margin: 0 0 25px;
  padding: 0;
  display: block;
}
.site-footer a {
  color: #9c9c9c;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 15px;
  transition: 400ms ease;
  transition-property: color;
}
.site-footer a:hover {
  color: #dfff4f;
}
.site-footer h3 {
  color: white;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  display: block;
  padding: 0 0 24px;
  margin: 0 0 38px;
}
.site-footer h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #dfff4f;
  display: block;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  width: 100%;
}
.site-footer ul li {
  display: block;
  padding: 0;
  width: 100%;
  clear: both;
  color: white;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}
.site-footer ul a {
  margin-bottom: 12px;
}
.site-footer .widget-news {
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
}
.site-footer .widget-news a {
  display: block;
  width: 100%;
  padding-left: 61px;
}
.site-footer .widget-news li {
  position: relative;
  margin: 0 0 36px;
  padding: 0;
}
.site-footer .widget-news li:hover p {
  color: #dfff4f;
}
.site-footer .widget-news figure {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
.site-footer .widget-news p {
  color: white;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  padding: 0;
  display: block;
  clear: both;
  margin: 0 0 4px;
  transition: 400ms ease;
  transition-property: color;
}
.site-footer .widget-news span {
  color: #a2a3a5;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
}
.site-footer .site-subscribe {
  margin: 0 auto;
  padding: 0;
  display: block;
  clear: both;
  position: relative;
  max-width: 600px;
}
.site-footer .site-subscribe input[type=email] {
  height: 43px;
  border: 1px solid #cecece;
  background: none;
  color: #a2a3a5;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  padding: 0 63px 0 13px;
  width: 100%;
  margin: 0;
  display: block;
}
.site-footer .site-subscribe button[type=submit] {
  width: 50px;
  height: 43px;
  background-color: #dfff4f;
  border: none;
  color: white;
  font-size: 13px;
  font-weight: 400;
  line-height: 41px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 400ms ease;
  transition-property: color, background-color;
}
.site-footer .site-subscribe button[type=submit]:hover {
  background-color: white;
  color: #dfff4f;
}
.site-footer hr {
  padding: 0;
  display: block;
  clear: both;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #50627d;
  max-width: 100%;
  margin: 0 0 40px;
}
.site-footer .site-copyright {
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  color: #a2a3a5;
  padding-top: 4em;
}
.site-footer .site-copyright a {
  color: #dfff4f;
  transition: 400ms ease;
  transition-property: color;
}
.site-footer .site-copyright a:hover {
  color: white;
}
.site-footer .site-social-icons {
  text-align: center;
  margin-top: 14px;
}
.site-footer .site-social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #434448;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  margin: 4px;
  transition: 400ms ease;
  transition-property: border-color, background;
}
.site-footer .site-social-icons a:hover {
  border-color: #dfff4f;
  background: #dfff4f;
}
.site-footer .site-social-icons i.fa {
  color: #a8a8a8;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 36px;
  text-align: center;
}
#ThemeScrollUp {
  bottom: 20px;
  left: 20px;
  color: #333;
  background: #dfff4f;
  width: 45px;
  height: 44px;
  line-height: 45px;
  text-align: center;
  display: block;
  font-size: 14px;
  border-radius: 2px;
  transition: 400ms ease;
  transition-property: background;
}
#ThemeScrollUp:hover {
  background: #000;
  color: #dfff4f;
  transition: 0.3s all ease;
}
.site-preloader {
  margin: 0;
  padding: 0;
  display: none;
  clear: both;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(99, 110, 120, 0.95);
  z-index: 100000;
  text-align: center;
}
.site-preloader img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  max-height: 40px;
  max-width: 40px;
  margin: auto;
}
.site-preloader span {
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  max-height: 50px;
  max-width: 80%;
  margin: auto;
  line-height: 2;
  padding: 5px;
  border-radius: 15px;
  color: white;
  font-size: 120%;
}
.vbox-overlay {
  background: #fdfdfd;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.vbox-overlay * {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}
.vbox-overlay *:before {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}
.vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}
.vbox-preloader {
  position: fixed;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background-image: url(../images/preload-circle.png);
  text-indent: -100px;
  overflow: hidden;
  animation: playload 1.4s steps(18) infinite;
}
.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 46px;
  height: 40px;
  padding: 10px 20px 10px 0;
  display: block;
  background: #161617 url(../images/close.gif) no-repeat 10px center;
  color: #fff;
  text-indent: -100px;
  overflow: hidden;
}
.vbox-next {
  box-sizing: content-box;
  cursor: pointer;
  position: fixed;
  top: 50%;
  color: #fff;
  width: 30px;
  height: 170px;
  margin-top: -85px;
  text-indent: -100px;
  border: solid transparent;
  overflow: hidden;
  right: 0;
  border-width: 0 10px 0 30px;
  background: url(../images/next.gif) center center no-repeat;
}
.vbox-prev {
  box-sizing: content-box;
  cursor: pointer;
  position: fixed;
  top: 50%;
  color: #fff;
  width: 30px;
  height: 170px;
  margin-top: -85px;
  text-indent: -100px;
  border: solid transparent;
  overflow: hidden;
  left: 0;
  border-width: 0 30px 0 10px;
  background: url(../images/prev.gif) center center no-repeat;
}
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  padding: 6px 40px;
  overflow: hidden;
  background: #161617;
  position: fixed;
  display: none;
  top: -1px;
  left: 0;
}
.vbox-num {
  cursor: pointer;
  position: fixed;
  top: -1px;
  left: 0;
  height: 40px;
  color: #fff;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  background: #161617;
  display: none;
}
.vbox-inline {
  width: 420px;
  height: 315px;
  padding: 10px;
  background: #fff;
  text-align: left;
  margin: 0 auto;
  overflow: auto;
}
.venoframe {
  border: none;
  width: 960px;
  height: 720px;
}
.vbox-open {
  overflow: hidden;
}
.vbox-container {
  overflow: hidden;
}
.vbox-container img {
  max-width: 100%;
  height: auto;
}
.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .site-dark-section-a h1 {
    font-size: 32px;
    line-height: 44px;
    padding: 50px 15px;
  }
  .site-dark-section-a p {
    padding: 0 15px;
  }
  .site-dark-section-b h1 {
    font-size: 32px;
    line-height: 44px;
  }
  .swiper-button-prev {
    margin: 0;
  }
  .swiper-button-next {
    margin: 0;
  }
  .site-nav-toggle {
    margin-right: 10px;
  }
  .site-top-bar {
    line-height: 16px;
    padding: 10px 0;
    display: none;
  }
  .site-top-bar .site-top-bar-left-section {
    display: inline-block;
    float: none;
  }
  .site-top-bar i.fa {
    line-height: 1.7;
  }
  .site-top-bar .site-top-bar-right-section {
    text-align: left;
    display: inline-block;
    float: none;
  }
  .site-main-slider .swiper-button-prev {
    top: 20px;
    left: 20px;
  }
  .site-main-slider .swiper-button-next {
    top: 20px;
    left: 20px;
    right: 20px;
  }
  .site-main-slider .sequence-caption {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-top: 80px;
  }
  .site-main-slider h1 {
    font-size: 42px;
    line-height: 2;
  }
  .site-main-slider h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .site-main-slider .sequence-bg {
    background-size: 40%;
  }
  .site-main-slider .seq-prev {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .site-main-slider .seq-next {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .site-main-slider.slider-version-2 .sequence-caption h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .site-mission {
    max-width: 100%;
  }
  .site-number {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    white-space: normal;
  }
  .site-trainers .trainer-box figure {
    float: left;
    width: 100%;
  }
  .site-trainers .trainer-box .trainer-box-content {
    float: left;
    width: 100%;
  }
  .site-portfolio {
    padding-top: 50px;
  }
  .site-portfolio-tabs li {
    width: 100%;
    display: block;
  }
  .site-portfolio-tabs-content .portfolio-caption h5 {
    font-size: 14px;
  }
  .site-portfolio-tabs-content .portfolio-items .site-box img {
    min-height: inherit;
  }
  .site-tabs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .site-tabs h1 {
    margin-bottom: 70px;
  }
  .site-tabs-buttons li {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
  }
  .site-tabs-buttons a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-call-to-action h1 {
    font-size: 32px;
  }
  .site-team {
    padding-bottom: 130px;
  }
  .site-team .swiper-wrapper {
    text-align: center;
    padding-top: 50px;
  }
  .site-team figure {
    margin: 0 auto 40px;
  }
  .site-team .site-team-progress label {
    margin: 0 auto;
    max-width: 400px;
  }
  .site-team .team-section-arrow {
    margin-top: 25px;
  }
  .site-testimonial {
    background-image: none;
    padding-bottom: 40px;
  }
  .site-testimonial h1 {
    margin-bottom: 40px;
  }
  .site-testimonial .swiper-slide {
    margin-top: 10px;
    text-align: center;
    padding: 80px 20px 30px;
  }
  .site-testimonial figure {
    left: 0;
    top: -60px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .site-testimonial .swiper-container {
    padding: 0;
  }
  .site-testimonial .swiper-pagination {
    margin-top: 50px;
  }
  .site-tweets {
    padding-top: 10px;
  }
  .site-clients figure {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    display: block;
    clear: both;
  }
  .site-quick-support button[type=submit] {
    display: inline-block;
    float: none;
    padding-left: 60px;
    padding-right: 60px;
  }
  .site-footer .site-contact-info {
    padding-left: 0;
    padding-right: 0;
  }
  .site-footer .widget {
    max-width: 100%;
  }
  .site-footer .site-copyright {
    text-align: center;
    margin-bottom: 20px;
  }
  .site-footer .site-social-icons {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .sticky-wrapper.is-sticky .site-nav {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
  }
  .site-nav {
    position: relative;
    width: 100%;
    transition: 400ms ease;
    transition-property: transform;
    z-index: 100;
    border-top: 1px solid #d7d7d7;
    margin-top: 5px;
    padding: 25px 0 20px 0;
    flex: 0 0 100%;
    display: none;
  }
  .site-nav li {
    position: relative;
    width: calc((100% / 2) - 10px);
    background: #2b2c31;
    text-align: center;
    transition: 0.3s all ease;
  }
  .site-nav li.sub-menuOpened {
    border: 2px solid #dfff4f;
    transition: 0.3s all ease;
  }
  .site-nav li.active {
    background: #dfff4f;
  }
  .site-nav li.active > a {
    color: white !important;
  }
  .site-nav a {
    display: flex;
    line-height: 18px;
    z-index: 1;
    position: relative;
    color: white;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .site-nav a > i.fa {
    display: none;
  }
  .site-nav .indicator-desktop {
    display: none !important;
  }
  .site-nav .indicator-mobile {
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 15px;
    cursor: pointer;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: 0.3s all ease;
  }
  .site-nav .indicator-mobile.sub-menuOpened {
    color: #dfff4f;
    transition: 0.3s all ease;
  }
  .site-nav ul.sub-menu {
    position: absolute;
    z-index: -1;
    opacity: 1;
    visibility: visible;
    width: 100% !important;
    display: flex !important;
    height: 100% !important;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s all ease;
  }
  .site-nav ul.sub-menu.sub-menuPrepared {
    position: relative;
    height: 100%;
    max-height: 0;
    transition: 0.3s all ease;
    padding: 0;
    margin: 0;
    opacity: 0;
  }
  .site-nav ul.sub-menu.sub-menuOpened {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    height: 100% !important;
    position: relative;
    z-index: 9;
    max-height: 125px;
    transition: 0.3s all ease;
    padding: 22px 15px 0 15px !important;
    margin: 15px 0 0 0 !important;
    opacity: 1;
  }
  .site-nav ul.sub-menu > li {
    background: transparent;
    flex: auto;
    width: fit-content;
    border: 2px solid #2b2c31;
  }
  .site-nav ul.sub-menu > li:first-child {
    order: 5;
  }
  .site-nav ul.sub-menu > li > a {
    color: black;
    width: 100%;
    height: 100%;
    transition: 0.3s all ease;
    padding: 10px 5px;
  }
  .site-nav ul.sub-menu > li > a:hover {
    color: #dfff4f;
    transition: 0.3s all ease;
  }
  .site-nav-toggle {
    display: block;
  }
  .site-main-slider .swiper-slide {
    background-position: center left;
  }
  .site-main-slider .sequence-caption {
    transform: translateY(0);
    top: 0;
    padding-top: 40px;
    text-align: center;
  }
  .site-main-slider h1 {
    font-size: 42px;
    text-align: center;
  }
  .site-main-slider h1:before {
    display: none;
  }
  .site-main-slider h2 {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .site-main-slider p {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .site-main-slider a.theme-btn {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .site-main-slider .sequence-bg {
    background-size: 35%;
    background-position: center bottom;
  }
  .site-about-right {
    display: none;
  }
  .site-offer .right-colom {
    text-align: center;
    padding-bottom: 60px;
  }
  .site-offer .right-colom h1 {
    text-align: center;
    padding-top: 30px;
  }
  .site-offer .right-colom h2 {
    text-align: center;
  }
  .site-offer .right-colom .text-1 {
    text-align: center;
  }
  .site-offer .right-colom .text-2 {
    text-align: center;
    width: 100%;
  }
  .site-offer .right-colom p {
    text-align: center;
  }
  .trainer-img-box {
    width: 100%;
  }
  .trainer-img {
    height: 500px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .site-portfolio {
    padding-bottom: 80px;
  }
  .site-tabs {
    text-align: center;
    min-height: 10px;
  }
  .site-tabs .site-tab-bg {
    display: none;
  }
  .site-tabs h1 {
    margin-bottom: 100px;
  }
  .site-call-to-action {
    background-color: #dfff4f;
  }
  .site-call-to-action .site-box {
    padding-bottom: 40px;
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .site-call-to-action .site-box:before {
    display: none;
  }
  .site-call-to-action h1 {
    text-align: center;
  }
  .site-call-to-action p {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .site-team {
    padding-top: 50px;
  }
  .site-team .thumbnail {
    width: 100%;
    display: none;
  }
  .site-testimonial .swiper-container {
    max-width: 800px;
  }
  .site-packages h4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-packages p {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 70px;
  }
  .site-packages .price-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-packages .price-options {
    min-height: 200px;
  }
  .site-packages .price-options i.fa {
    left: 20px;
  }
  .site-quick-support .site-google-map:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: none;
  }
}
@media screen and (min-width: 992px) {
  .site-nav {
    display: block !important;
  }
  .site-nav ul.sub-menu {
    display: block !important;
  }
  .site-nav ul.sub-menu .sub-menu {
    display: block !important;
  }
  .site-tabs h1:before {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  .site-nav a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-nav ul.sub-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-main-slider h1 {
    font-size: 54px;
  }
  .site-main-slider .sequence-bg {
    background-size: 40%;
    background-position: right bottom;
  }
  .site-offer .right-colom h2 {
    font-size: 90px;
  }
  .site-mission {
    height: auto;
    display: block;
    margin-bottom: 30px;
    max-width: 575px;
  }
  .site-portfolio-tabs li {
    min-width: 10px;
  }
  .site-call-to-action .site-box {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .site-top-bar .site-top-bar-left-section a:first-child {
    margin-left: 0;
  }
  .site-top-bar .site-top-bar-right-section a:last-child {
    margin-right: 0;
  }
  .site-quick-support .no-space {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .site-main-slider h1 {
    font-size: 32px;
    line-height: 2;
  }
  .site-main-slider p {
    font-size: 13px;
    line-height: 1.5;
  }
  .site-main-slider .sequence-bg {
    background-size: 50%;
  }
  .site-main-slider .seq-canvas {
    min-height: 800px;
  }
}
@media screen and (max-width: 320px) {
  .site-main-slider h1 {
    font-size: 32px;
    line-height: 2;
  }
  .site-main-slider p {
    font-size: 13px;
    line-height: 1.5;
  }
  .site-main-slider .sequence-bg {
    background-size: 70%;
  }
}
@media screen and (max-width: 1199px) {
  .site-main-slider.slider-version-2 p {
    color: white;
    padding: 0px;
  }
}
@media screen and (max-width: 992px) {
  .top-servic-box {
    margin-bottom: 40px;
  }
  .site-classes .class-box {
    margin-bottom: 40px;
  }
  .blog-box {
    margin-bottom: 40px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .feature-1 {
    background: url(../images/feature1@2x.png) left no-repeat;
    background-size: 56px 56px;
  }
  .feature-2 {
    background: url(../images/feature2@2x.png) left no-repeat;
    background-size: 56px 56px;
  }
  .feature-3 {
    background: url(../images/feature3@2x.png) left no-repeat;
    background-size: 56px 56px;
  }
  .trainer-img.trainer1 {
    background: url(../images/trainer1@2x.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .trainer-img.trainer2 {
    background: url(../images/trainer2@2x.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .trainer-img.trainer3 {
    background: url(../images/trainer3@2x.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .trainer-img.trainer4 {
    background: url(../images/trainer4@2x.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
}
@media (-moz-device-pixel-ratio: 2) {
  .feature-1 {
    background: url(../images/feature1@2x.png) left no-repeat;
    background-size: 56px 56px;
  }
  .feature-2 {
    background: url(../images/feature2@2x.png) left no-repeat;
    background-size: 56px 56px;
  }
  .feature-3 {
    background: url(../images/feature3@2x.png) left no-repeat;
    background-size: 56px 56px;
  }
  .trainer-img.trainer1 {
    background: url(../images/trainer1@2x.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .trainer-img.trainer2 {
    background: url(../images/trainer2@2x.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .trainer-img.trainer3 {
    background: url(../images/trainer3@2x.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .trainer-img.trainer4 {
    background: url(../images/trainer4@2x.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
}
@media (min-resolution: 192dppx) {
  .feature-1 {
    background: url(../images/feature1@2x.png) left no-repeat;
    background-size: 56px 56px;
  }
  .feature-2 {
    background: url(../images/feature2@2x.png) left no-repeat;
    background-size: 56px 56px;
  }
  .feature-3 {
    background: url(../images/feature3@2x.png) left no-repeat;
    background-size: 56px 56px;
  }
  .trainer-img.trainer1 {
    background: url(../images/trainer1@2x.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .trainer-img.trainer2 {
    background: url(../images/trainer2@2x.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .trainer-img.trainer3 {
    background: url(../images/trainer3@2x.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .trainer-img.trainer4 {
    background: url(../images/trainer4@2x.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
}
@media screen and (max-width: 375px) {
  .site-offer .right-colom h1 {
    font-size: 25px;
  }
  .site-offer .right-colom h2 {
    font-size: 50px;
    padding: 10px 0;
  }
  .heading-big {
    font-size: 50px;
  }
  .site-footer h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 412px) {
  .site-offer .right-colom h2 {
    font-size: 50px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 300px) {
  .site-quick-support .site-contact-form {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .venoframe {
    width: 640px;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .venoframe {
    width: 420px;
    height: 315px;
  }
}
@media (max-width: 460px) {
  .vbox-inline {
    width: 100%;
  }
  .venoframe {
    width: 100%;
    height: 260px;
  }
}
@keyframes hue-rotate {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(3600deg);
  }
}
.twoblocks_homepage .btn-special {
  left: 50%;
}
.twoblocks_homepage .site-dark-section-a.site-statistic .site-statistic-main > div .site-number .site-number-inline h3 span {
  font-style: italic;
}
.twoblocks_homepage .site-dark-section-a.site-statistic .site-statistic-main > div .site-number .site-number-inline p {
  font-weight: 700;
  margin-top: 24px;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
}
.twoblocks_homepage .site-dark-section-a.site-blog .site-blog-main {
  padding: 0;
}
.homepage-wrapper {
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.homepage-wrapper #pricing {
  top: -75px;
}
.homepage-wrapper > .ar-16-9 {
  padding-top: 43%;
}
@media (max-width: 992px) {
  .homepage-wrapper > .ar-16-9 {
    padding-top: 0;
  }
}
.site-trainers.subpage .site-trainers-main.subpage {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.site-trainers.subpage .site-trainers-main.subpage h1 {
  flex: 0 0 100%;
}
.site-trainers.subpage .site-trainers-main.subpage > p {
  flex: 0 0 100%;
}
.site-trainers.subpage .site-trainers-main.subpage h2 {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  position: relative;
  display: block;
  color: #dfff4f;
  padding: 0 0 20px 0;
  font-style: normal;
  margin: 0;
  width: 100%;
  text-align: center;
}
.site-trainers.subpage .site-trainers-main.subpage .instructorsWrapper {
  padding: 0;
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  background: #282b33;
}
.site-trainers.subpage .site-trainers-main.subpage .instructorsWrapper .instructors {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .site-trainers.subpage .site-trainers-main.subpage .instructorsWrapper .instructors {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .site-trainers.subpage .site-trainers-main.subpage .instructorsWrapper .instructors {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .site-trainers.subpage .site-trainers-main.subpage .instructorsWrapper .instructors {
    width: 1170px;
  }
}
.profile .container .row .site-blog-main.subpage > h1 {
  padding-top: 110px;
}
.profile .container .row .site-blog-main.subpage > h1 small {
  font-size: 35px;
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .nav-tabs-wrapper {
  position: absolute;
  border-bottom: 0;
  top: 0;
  background: #dfff4f;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .nav-tabs-wrapper ul.nav.nav-tabs {
  display: flex;
  border-bottom: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .profile .container .row .site-blog-main.subpage .widget-tabs-list .nav-tabs-wrapper ul.nav.nav-tabs {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .profile .container .row .site-blog-main.subpage .widget-tabs-list .nav-tabs-wrapper ul.nav.nav-tabs {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .profile .container .row .site-blog-main.subpage .widget-tabs-list .nav-tabs-wrapper ul.nav.nav-tabs {
    width: 1170px;
  }
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .nav-tabs-wrapper ul.nav.nav-tabs li {
  border-radius: 0;
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .nav-tabs-wrapper ul.nav.nav-tabs li:last-child {
  margin-left: auto;
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .nav-tabs-wrapper ul.nav.nav-tabs li.active a {
  background: #ececec;
  color: #dfff4f;
  border-radius: 0;
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .nav-tabs-wrapper ul.nav.nav-tabs li a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: 0.3s all ease;
}
@media (max-width: 450px) {
  .profile .container .row .site-blog-main.subpage .widget-tabs-list .nav-tabs-wrapper ul.nav.nav-tabs li a {
    font-size: 13px;
    padding: 10px;
  }
}
@media (max-width: 360px) {
  .profile .container .row .site-blog-main.subpage .widget-tabs-list .nav-tabs-wrapper ul.nav.nav-tabs li a {
    padding: 8px;
  }
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .nav-tabs-wrapper ul.nav.nav-tabs li a:hover,
.profile .container .row .site-blog-main.subpage .widget-tabs-list .nav-tabs-wrapper ul.nav.nav-tabs li a:focus {
  transition: 0.3s all ease;
  color: #dfff4f;
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved {
  margin-bottom: 0;
  color: #a0a0a0;
  background: #000000cf;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > thead > tr {
  line-height: 2;
  background: #27282d !important;
  display: flex;
  width: 100% !important;
  flex-direction: row;
  flex: auto;
  position: relative;
  max-width: unset;
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > thead > tr > th {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #dfff4f;
  color: white;
  padding: 8px 10px;
  flex: 1;
  font-family: 'Source Sans Pro', sans-serif;
  border-bottom: none;
}
@media (max-width: 992px) {
  .profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > thead > tr > th {
    font-size: 13px !important;
  }
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > thead > tr > th:nth-child(1) {
  flex: 0 0 10%;
  border-top-left-radius: 5px;
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > thead > tr > th:nth-child(2) {
  flex: 0 0 20%;
}
@media (max-width: 992px) {
  .profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > thead > tr > th:nth-child(2) {
    flex: 1;
  }
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > thead > tr > th:nth-child(3) {
  flex: 0 0 10%;
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > thead > tr > th:nth-child(4) {
  flex: 0 0 20%;
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > thead > tr > th:nth-child(5) {
  flex: 0 0 20%;
}
@media (max-width: 992px) {
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > thead > tr > th:nth-child(6) {
  flex: 0 0 20%;
  border-top-right-radius: 5px;
}
@media (max-width: 992px) {
  .profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > thead > tr > th:nth-child(6) {
    flex: 0 0 10%;
  }
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr {
  line-height: 2;
  background: #27282d !important;
  display: flex;
  width: 100% !important;
  flex-direction: row;
  flex: auto;
  position: relative;
  max-width: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
@media (max-width: 992px) {
  .profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr {
    padding: 20px 0;
  }
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr > td {
  text-align: center;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-top: none;
}
@media (max-width: 992px) {
  .profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr > td {
    font-size: 13px;
  }
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr > td > b {
  font-weight: 400;
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr > td:nth-child(1) {
  flex: 0 0 10%;
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr > td:nth-child(1)[colspan="6"] {
  flex: 0 0 100%;
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr > td:nth-child(2) {
  flex: 0 0 20%;
}
@media (max-width: 992px) {
  .profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr > td:nth-child(2) {
    flex: 1;
  }
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr > td:nth-child(3) {
  flex: 0 0 10%;
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr > td:nth-child(4) {
  flex: 0 0 20%;
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr > td:nth-child(5) {
  flex: 0 0 20%;
}
@media (max-width: 992px) {
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr > td:nth-child(6) {
  flex: 0 0 20%;
  justify-content: flex-end;
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr > td:nth-child(6) small {
  position: absolute;
  bottom: 0;
}
@media (max-width: 992px) {
  .profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr > td:nth-child(6) {
    flex: 0 0 10%;
  }
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr > td:nth-child(6) .red-btn {
  margin: 0;
  font-size: 13px;
}
@media (max-width: 991px) {
  .profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr > td {
    padding: 0 5px;
  }
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr:nth-child(odd) {
  background: #6f6f6f1c;
}
.profile .container .row .site-blog-main.subpage .widget-tabs-list .tab-content .tab-pane.active .tab-ctn table.reserved > tbody > tr.reserved {
  background: #dfff4f;
  color: white;
}
.site-top-bar > .container > .row > .col-xs-12 {
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 768px) {
  .site-top-bar > .container > .row > .col-xs-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
}
.site-top-bar > .container > .row > .col-xs-12 .langs {
  display: none;
}
@media (max-width: 768px) {
  .site-top-bar > .container > .row > .col-xs-12 .langs {
    height: 35px;
    position: absolute;
    right: 15px;
    top: -5px;
    margin: 0 !important;
  }
}
@media (max-width: 400px) {
  .site-top-bar > .container > .row > .col-xs-12 .langs {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .site-top-bar > .container > .row > .col-xs-12 .site-top-bar-left-section > a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
  }
}
.site-top-bar > .container > .row > .col-xs-12 .site-top-bar-left-section > a > span {
  line-height: 1;
}
@media (max-width: 768px) {
  .site-top-bar > .container > .row > .col-xs-12 .site-top-bar-left-section > a > span:nth-child(3) {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .site-top-bar > .container > .row > .col-xs-12 .site-top-bar-right-section {
    text-align: left;
    float: none;
    order: -1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding: 0 100px;
  }
  .site-top-bar > .container > .row > .col-xs-12 .site-top-bar-right-section > a {
    width: auto;
    max-width: 200px;
    margin-right: 10px;
  }
  .site-top-bar > .container > .row > .col-xs-12 .site-top-bar-right-section > a > i {
    transition: 0.5s all ease;
    background: white;
    color: #000000;
  }
}
.noBackgroundImage {
  background: #1f2024 !important;
}
.noBackgroundImage::after {
  display: none !important;
}
.col-vizitkar p {
  margin: 0 0 10px !important;
}
.select2-container > .select2-dropdown {
  background: #1f2024;
}
.select2-container > .select2-dropdown > .select2-search {
  display: none;
}
.select2-container > .select2-dropdown > .select2-results > .select2-results__options > .select2-results__option {
  color: white;
}
.select2-container > .select2-dropdown > .select2-results > .select2-results__options > .select2-results__option.select2-results__option--highlighted {
  background-color: #dfff4f;
  color: white;
  font-weight: 600;
}
.select2-container > .select2-dropdown > .select2-results > .select2-results__options > .select2-results__option.select2-results__option--selected {
  color: #dfff4f;
  background: white;
  font-weight: 600;
}
.helpButtonWrapper {
  width: 100%;
}
#helpButton {
  margin-top: 60px;
}
@media (max-width: 500px) {
  #helpButton {
    padding: 14px 30px 10px 30px;
  }
}
@media (max-width: 410px) {
  #helpButton {
    padding: 14px 20px 10px 20px;
    font-size: 12px;
  }
}
.fas {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome !important;
}
#trainerButtonEdit {
  margin-left: 215px;
  margin-bottom: 50px;
}
#trainerButtonEdit2 {
  margin-left: 215px;
  margin-bottom: 50px;
}
.admin-edit-background {
  position: absolute !important;
  box-shadow: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  transition: 0.3s all ease;
  animation: none !important;
  background: #bf2778;
  width: fit-content;
  height: fit-content;
  right: 15px;
  left: unset;
  top: 70px;
  outline: none;
  border: 3px solid #009fb4;
  font-size: 16px;
  padding: 5px 15px;
}
.admin-edit-background:hover,
.admin-edit-background:focus {
  transition: 0.3s all ease;
  transform: none !important;
  background: rgba(255, 255, 255, 0.8);
  color: #bf2778 !important;
  border: 3px solid #009fb4 !important;
  box-shadow: none !important;
  animation: none !important;
}
.admin-edit-background:active {
  background: #e7298e !important;
  border: none !important;
  transition: 0.3s all ease;
}
.admin-edit-background > .adminBtnContainer {
  display: flex;
  width: fit-content;
  height: fit-content;
  gap: 5px;
}
.admin-edit-background > .adminBtnContainer > i {
  font-size: 16px;
}
.admin-goto-section {
  position: absolute !important;
  box-shadow: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  transition: 0.3s all ease;
  animation: none !important;
  background: #bf2778;
  gap: 5px;
  width: fit-content;
  height: fit-content;
  right: 15px;
  left: unset;
  top: 15px;
  outline: none;
  border: 3px solid #009fb4;
  font-size: 16px;
  padding: 5px 15px;
}
.admin-goto-section:hover,
.admin-goto-section:focus {
  transition: 0.3s all ease;
  transform: none !important;
  background: rgba(255, 255, 255, 0.8);
  color: #bf2778 !important;
  border: 3px solid #009fb4 !important;
  box-shadow: none !important;
  animation: none !important;
}
.admin-goto-section:active {
  background: #e7298e !important;
  border: none !important;
  transition: 0.3s all ease;
}
.admin-goto-section > .adminBtnContainer {
  display: flex;
  width: fit-content;
  height: fit-content;
  gap: 5px;
}
.admin-goto-section > .adminBtnContainer > i {
  font-size: 16px;
}
.admin-edit-trainer {
  position: absolute !important;
  box-shadow: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  transition: 0.3s all ease;
  animation: none !important;
  background: #bf2778;
  gap: 5px;
  margin: 0 !important;
  width: fit-content;
  height: fit-content;
  left: 30px;
  top: 15px;
  outline: none;
  border: 3px solid #009fb4;
  font-size: 16px;
  padding: 5px 15px;
}
.admin-edit-trainer:hover,
.admin-edit-trainer:focus {
  transition: 0.3s all ease;
  transform: none !important;
  background: rgba(255, 255, 255, 0.8);
  color: #bf2778 !important;
  border: 3px solid #009fb4 !important;
  box-shadow: none !important;
  animation: none !important;
}
.admin-edit-trainer:active {
  background: #e7298e !important;
  border: none !important;
  transition: 0.3s all ease;
}
.admin-edit-trainer > .adminBtnContainer {
  display: flex;
  width: fit-content;
  height: fit-content;
  gap: 5px;
}
.admin-edit-trainer > .adminBtnContainer > i {
  font-size: 16px;
}
@media (max-width: 768px) {
  .site-wrapper {
    padding-top: 75px;
  }
}
.sidebar-fixed {
  position: fixed;
  right: -95px;
  top: 20%;
  background: white;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 0;
  margin: 0;
  line-height: 50px;
  z-index: 999;
  transition: all ease 0.5s;
  display: none;
}
.sidebar-fixed ul {
  margin: 0;
  padding: 0;
}
.sidebar-fixed ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(223, 255, 79, 0.1);
}
.sidebar-fixed ul li:first-child a:hover {
  border-top-left-radius: 15px;
}
.sidebar-fixed ul li:last-child a:hover {
  border-bottom-left-radius: 15px;
}
.sidebar-fixed ul li a {
  position: relative;
  display: block;
  padding: 0 25px;
  transition: all ease 0.5s;
}
.sidebar-fixed ul li a span {
  opacity: 0;
  transition: all ease 0.3s;
}
.sidebar-fixed ul li a span.unread {
  display: none;
}
.sidebar-fixed ul li a span.unread.visible {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  color: black;
  font-size: 15px;
  left: 30px;
  bottom: 0;
  text-align: center;
  line-height: 20px;
}
.sidebar-fixed ul li a:hover {
  color: white;
  background: #dfff4f;
}
.sidebar-fixed ul li a .fa::before {
  font-size: 140%;
  padding-right: 15px;
  position: relative;
  top: 0;
  transition: all ease 0.3s;
}
.sidebar-fixed ul li a .fa-newspaper-o::before {
  left: -5px;
}
.sidebar-fixed ul li:last-child {
  border: none;
}
.sidebar-fixed ul li.active {
  color: white;
  background: #dfff4f;
}
.sidebar-fixed ul li.active a {
  color: white;
  background: #dfff4f;
}
.sidebar-fixed.open,
.sidebar-fixed:hover {
  right: 0;
  transition: all ease 0.5s;
}
.sidebar-fixed.open ul li a span,
.sidebar-fixed:hover ul li a span {
  opacity: 1;
  transition: all ease 0.3s;
}
.sidebar-fixed.open ul li a .fa::before,
.sidebar-fixed:hover ul li a .fa::before {
  font-size: 140%;
  padding-right: 15px;
  position: relative;
  top: 5px;
  transition: all ease 0.3s;
}
.sidebar-fixed.open ul li a span.unread,
.sidebar-fixed:hover ul li a span.unread {
  display: none;
}
.sidebar-fixed.open ul li a span.unread.visible,
.sidebar-fixed:hover ul li a span.unread.visible {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  color: black;
  font-size: 15px;
  left: 40px;
  bottom: 0;
  text-align: center;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .sidebar-fixed {
    left: 0;
    right: 0;
    bottom: 0;
    top: unset;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .sidebar-fixed > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .sidebar-fixed > ul > li > a {
    padding: 40px 20px;
    line-height: 0;
  }
  .sidebar-fixed > ul > li > a > i {
    font-size: 200%;
  }
}
@media (max-width: 500px) {
  .sidebar-fixed {
    left: 0;
    right: 0;
    bottom: 0;
    top: unset;
    border-radius: 0 !important;
    padding-bottom: 20px;
  }
  .sidebar-fixed > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .sidebar-fixed > ul > li > a {
    padding: 10px;
    line-height: 0;
  }
  .sidebar-fixed > ul > li > a > i {
    font-size: 150%;
  }
}
@media (max-width: 400px) {
  .sidebar-fixed {
    left: 0;
    right: 0;
    bottom: 0;
    top: unset;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .sidebar-fixed > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .sidebar-fixed > ul > li {
    border: none;
  }
  .sidebar-fixed > ul > li > a {
    padding: 10px;
    line-height: 0;
  }
  .sidebar-fixed > ul > li > a > i {
    width: 30px;
    font-size: 150%;
  }
}
#pricing {
  position: relative;
  top: 0;
  z-index: 13;
  background: transparent;
}
#pricing > .container .row .row.pricing-table > div .site-package {
  margin-top: 0;
}
@media (max-width: 768px) {
  #pricing > .container .row .row.pricing-table > div:nth-child(2) .site-package {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  #pricing > .container .row .row.pricing-table > div:nth-child(3) .site-package {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  #pricing > .container .row .row.pricing-table > div:nth-child(4) .site-package {
    margin-top: 20px;
  }
}
#pricing > .container .row > #calculator,
#pricing > .container .row #calculator-member,
#pricing > .container .row #calculator_mobile {
  padding: 50px 0;
}
#pricing > .container .row > #calculator,
#pricing > .container .row #calculator_mobile {
  padding-bottom: 0;
}
#pricing > .container .row > #calculator-member {
  padding-bottom: 0;
}
#pricing > .container .row h2 {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  position: relative;
  display: block;
  color: #cedc36;
  padding: 0 0 10px 0;
  font-style: normal;
  margin: 0;
}
#pricing > .container:nth-child(2) .row > h1 {
  padding-bottom: 0;
  padding-top: 100px;
}
#pricing > .container:nth-child(2) .row > h4 {
  font-style: normal;
  font-size: 19px;
}
.vizitkar div .single-vizitka {
  margin-bottom: 4rem;
  margin-top: -1rem;
}
@media (max-width: 991px) {
  .vizitkar div .single-vizitka {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 350px) {
  .vizitkar div .single-vizitka {
    display: flex;
    flex-direction: column;
  }
}
.vizitkar div .single-vizitka:hover img {
  filter: grayscale(0) !important;
  box-shadow: 11px 11px 0px -4px #dfff4f;
  transition: all ease 0.5s;
}
@media (max-width: 991px) {
  .vizitkar div .single-vizitka .col-md-5 {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .vizitkar div .single-vizitka .col-md-5 {
    width: 25%;
  }
}
@media (max-width: 600px) {
  .vizitkar div .single-vizitka .col-md-5 {
    width: 45%;
  }
}
@media (max-width: 500px) {
  .vizitkar div .single-vizitka .col-md-5 {
    width: 65%;
  }
}
@media (max-width: 400px) {
  .vizitkar div .single-vizitka .col-md-5 {
    width: 100%;
  }
}
.vizitkar div .single-vizitka .foto img {
  margin-bottom: 4rem;
  filter: grayscale(1);
  transition: all ease 0.5s;
}
@media (max-width: 350px) {
  .vizitkar div .single-vizitka .foto img {
    margin-bottom: 1rem;
  }
}
.vizitkar div .single-vizitka .site-team-social {
  margin-top: 0;
}
.vizitkar div .single-vizitka .site-team-social a {
  padding: 2px;
  margin: 5px;
}
.vizitkar div .single-vizitka .info {
  margin-top: -1rem;
  font-family: 'Source Sans Pro', sans-serif;
}
.vizitkar div .single-vizitka .info > h3 {
  text-transform: uppercase;
  color: #dfff4f;
  font-weight: 700;
  font-size: 19px;
}
.vizitkar div .single-vizitka .info > h5 {
  margin-bottom: 1.5em;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .vizitkar div .single-vizitka .info > h5 {
    margin-bottom: 0.5em;
  }
}
.vizitkar div .single-vizitka .info > p {
  line-height: 22px;
  font-size: 17px;
}
@media (max-width: 768px) {
  .vizitkar div .single-vizitka .info > p {
    margin-bottom: 50px;
  }
}
.vizitkar div .single-vizitka .info .mail,
.vizitkar div .single-vizitka .info .tel {
  padding: 2px 0;
  font-size: 16px;
}
.homepage-wrapper #hp-lessons-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .homepage-wrapper #hp-lessons-wrapper {
    margin-top: -50px;
    font-size: 90%;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table {
  color: #a0a0a0;
  background: #000000cf;
  width: 1100px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table {
    width: 100vw;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr {
  line-height: 2;
  background: #27282d !important;
  display: flex;
  width: 100% !important;
  flex-direction: row;
  flex: auto;
  position: relative;
  max-width: unset;
}
.homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr > th {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #cedc36;
  color: white;
  padding: 8px 10px;
  flex: 1;
  font-family: 'Source Sans Pro', sans-serif;
}
.homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr > th:nth-child(1) {
  flex: 0 0 10%;
  border-top-left-radius: 5px;
}
@media (max-width: 500px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr > th:nth-child(1) {
    display: none;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr > th:nth-child(2) {
  flex: 0 0 10%;
}
@media (max-width: 500px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr > th:nth-child(2) {
    flex: 0 0 40%;
    border-top-left-radius: 5px;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr > th:nth-child(3) {
  flex: 0 0 10%;
}
@media (max-width: 500px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr > th:nth-child(3) {
    display: none;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr > th:nth-child(4) {
  flex: 0 0 20%;
}
@media (max-width: 500px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr > th:nth-child(4) {
    flex: 0 0 40%;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr > th:nth-child(5) {
  flex: 0 0 20%;
}
@media (max-width: 500px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr > th:nth-child(5) {
    display: none;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr > th:nth-child(6) {
  flex: 0 0 10%;
  border-top-right-radius: 0;
}
@media (max-width: 992px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr > th:nth-child(6) {
    flex: 0 0 20%;
  }
}
@media (max-width: 500px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr > th:nth-child(6) {
    display: none;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr > th:nth-child(7) {
  flex: 0 0 20%;
  border-top-right-radius: 5px;
}
@media (max-width: 992px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr > th:nth-child(7) {
    flex: 0 0 10%;
  }
}
@media (max-width: 500px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > thead > tr > th:nth-child(7) {
    flex: 0 0 20%;
    border-top-right-radius: 5px;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr {
  line-height: 2;
  background: #27282d !important;
  display: flex;
  width: 100% !important;
  flex-direction: row;
  flex: auto;
  position: relative;
  max-width: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
@media (max-width: 992px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr {
    padding: 10px 0;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td {
  text-align: center;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td > b {
  font-weight: 400;
}
.homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(1) {
  flex: 0 0 10%;
}
@media (max-width: 500px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(1) {
    display: none;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(2) {
  flex: 0 0 10%;
}
@media (max-width: 500px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(2) {
    flex: 0 0 40%;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(3) {
  flex: 0 0 10%;
}
@media (max-width: 500px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(3) {
    display: none;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(4) {
  flex: 0 0 20%;
}
@media (max-width: 500px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(4) {
    flex: 0 0 40%;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(5) {
  flex: 0 0 20%;
}
@media (max-width: 500px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(5) {
    display: none;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(6) {
  flex: 0 0 10%;
  justify-content: center;
}
@media (max-width: 992px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(6) {
    flex: 0 0 20%;
  }
}
@media (max-width: 500px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(6) {
    display: none;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(7) {
  flex: 0 0 20%;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(7) {
    flex: 0 0 10%;
  }
}
@media (max-width: 500px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(7) {
    flex: 0 0 20%;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(7) .red-btn {
  margin: 0;
  font-size: 13px;
}
@media (max-width: 991px) {
  .homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr > td {
    padding: 0 5px;
  }
}
.homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr:nth-child(odd) {
  background: #6f6f6f1c;
}
.homepage-wrapper #hp-lessons-wrapper .black-table > tbody > tr.reserved {
  background: #dfff4f;
  color: white;
}
#hp-lessons-wrapper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
@media (max-width: 991px) {
  #hp-lessons-wrapper {
    margin-top: -50px;
    font-size: 90%;
  }
}
#hp-lessons-wrapper .black-table {
  color: #a0a0a0;
  background: #000000cf;
  width: 1100px;
}
@media (max-width: 1200px) {
  #hp-lessons-wrapper .black-table {
    transform: scale(0.94);
  }
}
@media (max-width: 1050px) {
  #hp-lessons-wrapper .black-table {
    transform: scale(0.88);
  }
}
@media (max-width: 991px) {
  #hp-lessons-wrapper .black-table {
    width: auto;
  }
}
#hp-lessons-wrapper .black-table > thead > tr {
  line-height: 2;
  background: #27282d !important;
  width: 100% !important;
  flex-direction: row;
  flex: auto;
  position: relative;
  max-width: unset;
}
#hp-lessons-wrapper .black-table > thead > tr > th {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #cedc36;
  color: white;
  padding: 8px 10px;
  flex: 1;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 992px) {
  #hp-lessons-wrapper .black-table > thead > tr > th {
    font-size: 13px !important;
  }
}
#hp-lessons-wrapper .black-table > thead > tr > th:nth-child(1) {
  flex: 0 0 5%;
  border-top-left-radius: 5px;
}
#hp-lessons-wrapper .black-table > thead > tr > th:nth-child(2) {
  flex: 0 0 20%;
}
#hp-lessons-wrapper .black-table > thead > tr > th:nth-child(3) {
  flex: 0 0 10%;
}
#hp-lessons-wrapper .black-table > thead > tr > th:nth-child(4) {
  flex: 0 0 20%;
}
#hp-lessons-wrapper .black-table > thead > tr > th:nth-child(5) {
  flex: 0 0 20%;
}
@media (max-width: 992px) {
}
#hp-lessons-wrapper .black-table > thead > tr > th:nth-child(6) {
  flex: 0 0 10%;
  border-top-right-radius: 5px;
}
@media (max-width: 992px) {
  #hp-lessons-wrapper .black-table > thead > tr > th:nth-child(6) {
    flex: 0 0 10%;
  }
}
#hp-lessons-wrapper .black-table > tbody > tr {
  line-height: 2;
  background: #27282d !important;
  width: 100% !important;
  flex-direction: row;
  flex: auto;
  position: relative;
  max-width: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
@media (max-width: 992px) {
  #hp-lessons-wrapper .black-table > tbody > tr {
    padding: 10px 0;
  }
}
#hp-lessons-wrapper .black-table > tbody > tr > td {
  text-align: center;
  padding: 8px 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 992px) {
  #hp-lessons-wrapper .black-table > tbody > tr > td {
    font-size: 13px;
  }
}
#hp-lessons-wrapper .black-table > tbody > tr > td > b {
  font-weight: 400;
}
#hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(1) {
  flex: 0 0 5%;
}
#hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(2) {
  flex: 0 0 20%;
}
#hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(3) {
  flex: 0 0 10%;
}
#hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(4) {
  flex: 0 0 20%;
}
#hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(5) {
  flex: 0 0 20%;
}
@media (max-width: 992px) {
}
#hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(6) {
  text-align: center;
}
@media (max-width: 992px) {
  #hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(6) {
    flex: 0 0 10%;
  }
}
#hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(6) .red-btn {
  margin: 0;
  font-size: 13px;
  color: white;
}
#hp-lessons-wrapper .black-table > tbody > tr > td:nth-child(6) .red-btn:hover {
  color: black;
}
@media (max-width: 991px) {
  #hp-lessons-wrapper .black-table > tbody > tr > td {
    padding: 0 5px;
  }
}
#hp-lessons-wrapper .black-table > tbody > tr:nth-child(odd) {
  background: #6f6f6f1c;
}
#hp-lessons-wrapper .black-table > tbody > tr.reserved {
  background: #dfff4f;
  color: white;
}
#sluzby-grid {
  padding-bottom: 0;
}
#sluzby-grid > a {
  margin: 55px 0 60px 0;
}
#sluzby-grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: none;
  grid-column-gap: 0;
  grid-row-gap: 25px;
}
@media (max-width: 992px) {
  #sluzby-grid .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 767px) {
  #sluzby-grid .grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
#sluzby-grid .grid .item {
  position: relative;
  background: #7b7878;
  width: 100%;
  padding-top: 180%;
  /* 1:1 Aspect Ratio */
  overflow: hidden;
  transition: all ease 0.5s;
  border-bottom: 8px solid #dfff4f;
  /* If you want text inside of the container */
}
#sluzby-grid .grid .item:hover {
  transition: all ease 0.5s;
}
@media (min-width: 992px) {
  #sluzby-grid .grid .item:hover img {
    filter: brightness(0.3);
    transition: all ease 0.5s;
  }
}
#sluzby-grid .grid .item .text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#sluzby-grid .grid .item:nth-child(odd) {
  background: #505050;
}
#sluzby-grid .grid .item img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  filter: brightness(0.7);
  transition: all ease 0.5s;
  object-fit: cover;
}
#sluzby-grid .grid .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#sluzby-grid .grid .item a > .grid-item-inner {
  transition: 0.5s all ease;
  height: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-items: center;
  border: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
#sluzby-grid .grid .item a > .grid-item-inner > h4 {
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  background: transparent;
  width: 100%;
  max-width: 100%;
  padding: 25px 15px 20px 15px;
  font-size: 50px;
  font-style: normal;
  order: 1;
  margin: 0;
  transition: all ease 0.5s;
  border-bottom: 0;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  height: -webkit-fill-available;
  line-height: 1;
  max-height: 684px;
  height: 100%;
}
@media (max-width: 1200px) {
  #sluzby-grid .grid .item a > .grid-item-inner > h4 {
    font-size: 35px;
  }
}
@media (max-width: 550px) {
  #sluzby-grid .grid .item a > .grid-item-inner > h4 {
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  #sluzby-grid .grid .item a > .grid-item-inner > h4 {
    font-size: 25px;
    padding: 15px 0 10px 0;
  }
}
@media (max-width: 350px) {
  #sluzby-grid .grid .item a > .grid-item-inner > h4 {
    font-size: 20px;
    padding: 15px 0 10px 0;
  }
}
#sluzby-grid .grid .item a > .grid-item-inner > p {
  color: transparent;
  margin: 0;
  position: relative;
  padding: 0 30px;
  display: flex;
  align-items: center;
  transition: all ease 0.5s;
  width: 100%;
  justify-content: center;
  border-top: 0;
  order: 2;
  overflow: hidden;
  max-height: 0;
  height: 100%;
}
#sluzby-grid .grid .item a > .grid-item-inner > p span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: -5px;
}
#sluzby-grid .grid .item a > .grid-item-inner > button {
  position: relative;
  overflow: hidden;
  order: 3;
  height: 100%;
  max-height: 0;
  padding: 0;
  margin: 0;
  border: none;
  transition: all ease 0.5s;
  line-height: 1;
}
@media (min-width: 992px) {
  #sluzby-grid .grid .item a:hover > .grid-item-inner > h4 {
    background: transparent;
    transition: all ease 0.5s;
    border-bottom: 0;
    color: #dfff4f;
    height: 100%;
    max-height: 90px;
  }
  #sluzby-grid .grid .item a:hover > .grid-item-inner > p {
    background: transparent;
    color: white;
    transition: all ease 0.5s;
    border-top: 0;
    max-height: 150px;
    height: 100%;
  }
  #sluzby-grid .grid .item a:hover > .grid-item-inner > button {
    opacity: 100%;
    transition: all ease 0.5s;
    max-height: 50px;
    height: 100%;
    padding: 14px 50px 10px 50px;
    background: #dfff4f !important;
    border: 2px solid #dfff4f;
    color: #333 !important;
  }
  #sluzby-grid .grid .item a:hover > .grid-item-inner > button:hover {
    background: #000 !important;
    color: #fff !important;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  #sluzby-grid .grid .item a:hover > .grid-item-inner > button {
    display: none;
  }
}
@keyframes service-item-hover {
  0% {
    background-color: #dfff4f;
    color: white;
  }
  15% {
    height: 50%;
    background-color: rgba(0, 0, 0, 0.15);
  }
  60% {
    height: 100%;
    grid-template-rows: 2fr 3fr;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    grid-template-rows: 2fr 3fr;
  }
}
@keyframes service-item-h4-hover {
  0% {
    opacity: 0;
  }
  25% {
    color: white;
    opacity: 80%;
  }
  100% {
    color: white;
  }
}
@keyframes service-item-p-hover {
  0% {
    opacity: 0;
  }
  50% {
    color: white;
    display: block;
    opacity: 75%;
  }
  100% {
    display: block;
    opacity: 100%;
    color: white;
  }
}
#trainers .slider .slick-arrow,
#testimonial .slider .slick-arrow,
#trainers .swiper-wrapper .slick-arrow,
#testimonial .swiper-wrapper .slick-arrow {
  position: absolute;
  top: calc(50% - 50px);
}
#trainers .slider .slick-arrow.slick-prev,
#testimonial .slider .slick-arrow.slick-prev,
#trainers .swiper-wrapper .slick-arrow.slick-prev,
#testimonial .swiper-wrapper .slick-arrow.slick-prev {
  left: -4%;
  display: flex;
  height: 45px;
  width: 45px;
  border: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  transition: 0.3s all;
}
@media (min-width: 768px) and (max-width: 991px) {
  #trainers .slider .slick-arrow.slick-prev,
  #testimonial .slider .slick-arrow.slick-prev,
  #trainers .swiper-wrapper .slick-arrow.slick-prev,
  #testimonial .swiper-wrapper .slick-arrow.slick-prev {
    left: -6%;
  }
}
@media (max-width: 768px) {
  #trainers .slider .slick-arrow.slick-prev,
  #testimonial .slider .slick-arrow.slick-prev,
  #trainers .swiper-wrapper .slick-arrow.slick-prev,
  #testimonial .swiper-wrapper .slick-arrow.slick-prev {
    display: none !important;
  }
}
#trainers .slider .slick-arrow.slick-prev::before,
#testimonial .slider .slick-arrow.slick-prev::before,
#trainers .swiper-wrapper .slick-arrow.slick-prev::before,
#testimonial .swiper-wrapper .slick-arrow.slick-prev::before {
  content: "\f0d9";
  visibility: visible;
  font-family: 'FontAwesome';
  font-size: 40px;
  color: #333;
  border: 0;
  height: 45px;
  width: 45px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  background: #dfff4f;
  transition: 0.3s all;
}
#trainers .slider .slick-arrow.slick-next,
#testimonial .slider .slick-arrow.slick-next,
#trainers .swiper-wrapper .slick-arrow.slick-next,
#testimonial .swiper-wrapper .slick-arrow.slick-next {
  right: -4%;
  display: flex;
  height: 45px;
  width: 45px;
  border: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  transition: 0.3s all;
}
@media (min-width: 768px) and (max-width: 991px) {
  #trainers .slider .slick-arrow.slick-next,
  #testimonial .slider .slick-arrow.slick-next,
  #trainers .swiper-wrapper .slick-arrow.slick-next,
  #testimonial .swiper-wrapper .slick-arrow.slick-next {
    right: -6%;
  }
}
@media (max-width: 768px) {
  #trainers .slider .slick-arrow.slick-next,
  #testimonial .slider .slick-arrow.slick-next,
  #trainers .swiper-wrapper .slick-arrow.slick-next,
  #testimonial .swiper-wrapper .slick-arrow.slick-next {
    display: none !important;
  }
}
#trainers .slider .slick-arrow.slick-next::before,
#testimonial .slider .slick-arrow.slick-next::before,
#trainers .swiper-wrapper .slick-arrow.slick-next::before,
#testimonial .swiper-wrapper .slick-arrow.slick-next::before {
  content: "\f0da";
  visibility: visible;
  font-family: 'FontAwesome';
  font-size: 40px;
  color: #333;
  border: 0;
  height: 45px;
  width: 45px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  background: #dfff4f;
  transition: 0.3s all;
}
#trainers .slider .slick-arrow:hover,
#testimonial .slider .slick-arrow:hover,
#trainers .swiper-wrapper .slick-arrow:hover,
#testimonial .swiper-wrapper .slick-arrow:hover {
  transition: 0.3s all;
}
#trainers .slider .slick-arrow:hover::before,
#testimonial .slider .slick-arrow:hover::before,
#trainers .swiper-wrapper .slick-arrow:hover::before,
#testimonial .swiper-wrapper .slick-arrow:hover::before {
  transition: 0.3s all;
  background: #000;
  color: #dfff4f;
}
@media (max-width: 767px) {
  #trainers .slider .slick-arrow,
  #testimonial .slider .slick-arrow,
  #trainers .swiper-wrapper .slick-arrow,
  #testimonial .swiper-wrapper .slick-arrow {
    display: none !important;
  }
}
#trainers .slider ul.slick-dots,
#testimonial .slider ul.slick-dots,
#trainers .swiper-wrapper ul.slick-dots,
#testimonial .swiper-wrapper ul.slick-dots {
  text-align: center;
  padding: 0;
  position: relative;
  margin-top: -5px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #trainers .slider ul.slick-dots,
  #testimonial .slider ul.slick-dots,
  #trainers .swiper-wrapper ul.slick-dots,
  #testimonial .swiper-wrapper ul.slick-dots {
    padding: 0 18px;
  }
}
#trainers .slider ul.slick-dots li,
#testimonial .slider ul.slick-dots li,
#trainers .swiper-wrapper ul.slick-dots li,
#testimonial .swiper-wrapper ul.slick-dots li {
  list-style: none;
  display: inline-block;
  position: relative;
}
#trainers .slider ul.slick-dots li button,
#testimonial .slider ul.slick-dots li button,
#trainers .swiper-wrapper ul.slick-dots li button,
#testimonial .swiper-wrapper ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#trainers .slider ul.slick-dots li button::before,
#testimonial .slider ul.slick-dots li button::before,
#trainers .swiper-wrapper ul.slick-dots li button::before,
#testimonial .swiper-wrapper ul.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  background: whitesmoke;
}
#trainers .slider ul.slick-dots li.slick-active > button::before,
#testimonial .slider ul.slick-dots li.slick-active > button::before,
#trainers .swiper-wrapper ul.slick-dots li.slick-active > button::before,
#testimonial .swiper-wrapper ul.slick-dots li.slick-active > button::before {
  content: '•';
  opacity: 0.75;
  color: black;
  background: #dfff4f;
}
.subpage.site-trainers-main .trainer-box .trainer-box-content .detail {
  margin-left: 0;
}
.subpage.site-trainers-main .trainer-box .trainer-box-content .detail a {
  margin: 0;
  margin-top: 0;
}
.mapaWrapper {
  background: url(../images/trainer-bg.jpg) top center;
  background-attachment: fixed;
  background-size: cover;
}
.mapaWrapper .mapa {
  margin-bottom: -10px;
}
@media (max-width: 991px) {
  .mapaWrapper .mapa {
    margin-top: 0;
  }
}
.subpage.site-trainer-detail .right-col {
  background: #00000069;
  text-align: left;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .subpage.site-trainer-detail .right-col {
    margin: 0 15px;
  }
}
@media (min-width: 1200px) {
  .subpage.site-trainer-detail .right-col .trainer-photo .col-md-4 {
    width: 28%;
  }
}
.subpage.site-trainer-detail .right-col .trainer-photo .col-md-4 .aspect-ratio-277-470 {
  height: 100%;
  overflow: hidden;
  padding-top: 0 !important;
  position: relative;
  background-color: #222325;
}
.subpage.site-trainer-detail .right-col .trainer-photo .col-md-4 .aspect-ratio-277-470 img {
  position: relative;
  max-width: 350px;
}
.subpage.site-trainer-detail .right-col h2 {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  position: relative;
  display: block;
  color: #cedc36;
  padding: 25px 0 35px 0;
  font-style: normal;
  margin: 0;
  width: 100%;
  clear: both;
  transition: 400ms ease;
  transition-property: color;
  text-align: left;
}
.subpage.site-trainer-detail .right-col .markdown-content > p {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
}
.subpage.site-trainer-detail .right-col .icons-info {
  text-align: center;
}
.subpage.site-trainer-detail .right-col .icons-info span {
  text-align: center;
  display: inline-block;
  background: #dfff4f;
  padding: 15px 5px;
  width: 100px;
  height: 100px;
  margin: 15px;
  color: #333;
}
.subpage.site-trainer-detail .right-col .icons-info span .fa {
  margin-top: -8px;
  margin-bottom: 5px;
  display: block;
  font-size: 250%;
  color: #333;
}
.subpage.site-trainer-detail .right-col .icons-info span b {
  font-size: 100%;
}
.subpage.site-trainer-detail .right-col .workout-plan ul {
  margin: 0;
  padding: 0;
}
.subpage.site-trainer-detail .right-col .workout-plan ul li {
  list-style: none;
  line-height: 2.5;
  font-size: 120%;
  background: #ffffffab;
  color: black;
  border: 1px solid white;
  cursor: pointer;
}
.subpage.site-trainer-detail .right-col .workout-plan ul li b {
  font-family: 'DejaVu Sans Mono';
  padding: 5px 5px;
  background: #00000054;
  color: white;
  min-width: 180px;
  font-size: 85%;
  display: inline-block;
  text-align: center;
}
.subpage.site-trainer-detail .right-col .workout-plan ul li::before {
  font-family: FontAwesome;
  content: '\f21e';
  padding-right: 15px;
  margin-left: 13px;
}
.subpage.site-trainer-detail .right-col .workout-plan ul li:hover {
  transition: 0.3s all;
  background: #dfff4f;
  color: white;
}
.subpage.site-trainer-detail .right-col .workout-plan ul li:hover::before {
  color: white;
}
.subpage.site-trainer-detail .right-col .workout-plan ul li .btn {
  margin: 10px;
}
.subpage.site-trainer-detail .right-col .workout-plan ul li .btn:hover {
  background: transparent;
  color: white;
}
.subpage.site-trainer-detail .right-col .blog-articles ul {
  margin: 0;
  padding: 0;
}
.subpage.site-trainer-detail .right-col .blog-articles ul li {
  list-style: none;
  line-height: 2.5;
  font-size: 120%;
  background: #ffffffab;
  color: black;
  border: 1px solid white;
  cursor: pointer;
}
.subpage.site-trainer-detail .right-col .blog-articles ul li b {
  font-family: 'DejaVu Sans Mono';
  padding: 5px 5px;
  background: #00000054;
  color: white;
  min-width: 180px;
  font-size: 85%;
  display: inline-block;
  text-align: center;
}
.subpage.site-trainer-detail .right-col .blog-articles ul li::before {
  font-family: FontAwesome;
  content: '\f086';
  padding-right: 15px;
  margin-left: 13px;
}
.subpage.site-trainer-detail .right-col .blog-articles ul li:hover {
  transition: 0.3s all;
  background: #dfff4f;
  color: white;
}
.subpage.site-trainer-detail .right-col .blog-articles ul li:hover::before {
  color: white;
}
.subpage.site-trainer-detail .right-col .blog-articles ul li .btn {
  margin: 0 10px;
  padding-top: 13px;
}
.subpage.site-trainer-detail .right-col .blog-articles ul li .btn:hover {
  background: transparent;
  color: white;
}
.lessons-wrapper {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .lessons-wrapper .lessons-outer > #hp-lessons-wrapper {
    margin-top: 0 !important;
  }
}
@media (max-width: 992px) {
  .lessons-wrapper .lessons-outer > #hp-lessons-wrapper > .black-table {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .lessons-wrapper .lessons-outer > #hp-lessons-wrapper > .black-table > thead > tr > th:nth-child(2) {
    flex: 1 !important;
  }
}
@media (max-width: 992px) {
  .lessons-wrapper .lessons-outer > #hp-lessons-wrapper > .black-table > tbody > tr td:nth-child(2) {
    flex: 1 !important;
  }
}
.lessons-wrapper h2 {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  position: relative;
  display: block;
  color: #cedc36;
  padding: 0 0 10px 0;
  font-style: normal;
  margin: 0;
  width: 100%;
  clear: both;
  text-align: center;
  transition: 400ms ease;
  transition-property: color;
}
.blogList-wrapper {
  padding-top: 30px;
  padding-bottom: 20px;
}
.site-profile .client-info .user-profile {
  background: #0000004f;
}
.site-profile .client-info .user-profile > .row {
  display: flex;
  flex-wrap: wrap;
}
.site-profile .client-info .user-profile > .row > .left {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ffffff40;
  padding: 15px;
}
@media (max-width: 620px) {
  .site-profile .client-info .user-profile > .row > .left {
    flex: 0 0 100%;
    border-right: none;
    border-bottom: 1px solid #ffffff40;
  }
}
.site-profile .client-info .user-profile > .row > .left .profile-img {
  min-height: 250px;
  position: relative;
  cursor: pointer;
}
.site-profile .client-info .user-profile > .row > .left .profile-img:hover .file {
  transition: 0.3s all ease;
  opacity: 1;
}
.site-profile .client-info .user-profile > .row > .left .profile-img img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.site-profile .client-info .user-profile > .row > .left .profile-img .file {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(223, 255, 79, 0.3);
  transition: 0.3s all ease;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
}
.site-profile .client-info .user-profile > .row > .left .profile-img .file input {
  display: none;
}
.site-profile .client-info .user-profile > .row > .left .profile-head h2 {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  position: relative;
  display: block;
  font-style: normal;
  margin: 15px 0 0 0;
  color: #1e1e22;
  background: #ececec;
  padding: 50px 15px;
}
.site-profile .client-info .user-profile > .row > .left .profile-kredit {
  display: flex;
  margin: 15px 0 0 0;
  padding: 15px 15px;
  flex-direction: column;
  background: #ececec;
  color: #1e1e22;
}
.site-profile .client-info .user-profile > .row > .left .profile-kredit h4 {
  display: flex;
  border-bottom: 1px solid #00000029;
  justify-content: space-between;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
}
.site-profile .client-info .user-profile > .row > .left .profile-kredit h4 small {
  font-size: 13px;
  color: #1e1e22d9;
}
.site-profile .client-info .user-profile > .row > .right {
  flex: 0 0 60%;
  padding: 15px;
}
@media (max-width: 620px) {
  .site-profile .client-info .user-profile > .row > .right {
    flex: 0 0 100%;
  }
}
.site-profile .client-info .user-profile > .row > .right .profile-data {
  height: 100%;
  width: 100%;
}
.site-profile .client-info .user-profile > .row > .right .profile-data .profile-texts {
  height: 100%;
  width: 100%;
}
.site-profile .client-info .user-profile > .row > .right .profile-data .profile-texts .row {
  height: calc(100% / 6);
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
}
@media (max-width: 620px) {
  .site-profile .client-info .user-profile > .row > .right .profile-data .profile-texts .row {
    height: fit-content;
    padding: 15px 0;
  }
}
.site-profile .client-info .user-profile > .row > .right .profile-data .profile-texts .row .col-md-6 {
  border-bottom: 1px solid #ffffff30;
  width: 50%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  padding: 0;
  line-height: 21px;
}
@media (max-width: 385px) {
  .site-profile .client-info .user-profile > .row > .right .profile-data .profile-texts .row .col-md-6 {
    font-size: 13px;
  }
}
.site-profile .client-info .user-profile > .row > .right .profile-data .profile-texts .row .col-md-6 p {
  margin-bottom: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}
@media (max-width: 385px) {
  .site-profile .client-info .user-profile > .row > .right .profile-data .profile-texts .row .col-md-6 p {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .site-profile .client-info .user-profile > .row > .right .profile-data .profile-texts .row .col-md-6:first-child {
    width: 60%;
  }
}
.site-profile .client-info .user-profile > .row > .right .profile-data .profile-texts .row .col-md-6:last-child {
  text-align: end;
}
@media (max-width: 768px) {
  .site-profile .client-info .user-profile > .row > .right .profile-data .profile-texts .row .col-md-6:last-child {
    width: 40%;
  }
}
.site-loyalty-program .more.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 50px 0 0 0;
}
@media (max-width: 768px) {
  .site-loyalty-program .more.row .moreBox {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 576px) {
  .site-loyalty-program .more.row .moreBox {
    flex: 0 0 100%;
    width: 100%;
  }
}
.site-loyalty-program .more.row .moreBox .price-add-info {
  background: #27282d;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.site-loyalty-program .more.row .moreBox .price-add-info h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  transition: 400ms ease;
  transition-property: color;
  color: white;
  font-style: italic;
  padding: 12px 0;
  text-align: center;
  background: #dfff4f;
}
.site-loyalty-program .more.row .moreBox .price-add-info strong {
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 14px;
  position: relative;
  text-align: center;
  font-style: italic;
  font-size: 30px;
  padding: 30px 0 0 0;
}
.site-loyalty-program .more.row .moreBox .price-add-info p {
  color: white;
  font-weight: 500;
  text-align: center;
  padding: 20px 30px 0 30px;
  min-height: unset;
  height: 85px;
  justify-content: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  display: block;
  width: 100%;
  clear: both;
}
.site-loyalty-program .more.row .moreBox .price-add-info .theme-btn {
  margin: 0 auto 30px auto;
  transition: all ease 0.3s;
  padding: 10px 20px;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  font-weight: 600;
  width: fit-content;
  margin-top: auto;
}
.site-loyalty-program .more.row .moreBox .price-add-info .theme-btn:hover {
  background: #dfff4f;
  color: white;
  border-color: #dfff4f;
}
.site-loyalty-program p {
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .site-loyalty-program p {
    width: 60%;
    margin: auto;
    margin-bottom: 50px;
  }
}
.site-loyalty-program h2 {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  position: relative;
  display: block;
  color: #cedc36;
  padding: 0 0 10px 0;
  font-style: normal;
  margin: 0;
}
.site-loyalty-program .card {
  padding-bottom: 100px;
}
.site-loyalty-program .card h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 20px;
}
.site-loyalty-program .card i.fa {
  font-size: 3rem;
  font-family: "FontAwesome", serif;
  color: #cedc36;
}
.otherServices .item {
  position: relative;
  background: #7b7878;
  width: 100%;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
  overflow: hidden;
  transition: all ease 0.5s;
  margin-bottom: 1em;
  /* If you want text inside of the container */
}
.otherServices .item:hover {
  transition: all ease 0.5s;
}
.otherServices .item:hover img {
  filter: grayscale(0);
  transition: all ease 0.5s;
}
.otherServices .item .text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.otherServices .item:nth-child(odd) {
  background: #505050;
}
.otherServices .item img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  filter: grayscale(1);
  transition: all ease 0.5s;
  object-fit: cover;
}
.otherServices .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.otherServices .item a > .grid-item-inner {
  transition: 0.5s all ease;
  height: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-items: center;
  border: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
}
.otherServices .item a > .grid-item-inner > h4 {
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  background: #cedc36;
  width: 100%;
  padding: 25px 0 20px 0;
  font-size: 27px;
  font-style: italic;
  order: 3;
  margin: 0;
  transition: all ease 0.5s;
  border-bottom: 5px solid transparent;
}
@media (max-width: 1200px) {
  .otherServices .item a > .grid-item-inner > h4 {
    font-size: 19px;
  }
}
@media (max-width: 550px) {
  .otherServices .item a > .grid-item-inner > h4 {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .otherServices .item a > .grid-item-inner > h4 {
    font-size: 12px;
    padding: 15px 0 10px 0;
  }
}
@media (max-width: 350px) {
  .otherServices .item a > .grid-item-inner > h4 {
    font-size: 11px;
    padding: 15px 0 10px 0;
  }
}
.otherServices .item a > .grid-item-inner > p {
  color: transparent;
  margin: 0;
  position: relative;
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all ease 0.5s;
  width: 100%;
  justify-content: center;
  border-top: 5px solid transparent;
}
.otherServices .item a > .grid-item-inner > p span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 15px;
}
.otherServices .item a > .grid-item-inner > button {
  border-color: #dfff4f;
  color: #dfff4f;
  position: absolute;
  top: 11px;
  right: 2%;
  opacity: 0;
  border-radius: 0;
  background: #222329d9;
}
.otherServices .item a > .grid-item-inner > button:hover {
  background: #dfff4f;
  color: white;
}
@media (max-width: 1100px) {
  .otherServices .item a > .grid-item-inner > button {
    display: none;
  }
}
.otherServices .item a:hover > .grid-item-inner > h4 {
  background: #1f2229;
  transition: all ease 0.5s;
  border-bottom: 5px solid #dfff4f;
  color: #dfff4f;
}
.otherServices .item a:hover > .grid-item-inner > p {
  background: #000000ad;
  color: white;
  transition: all ease 0.5s;
  border-top: 5px solid #cedc36;
}
.otherServices .item a:hover > .grid-item-inner > button {
  opacity: 100%;
  transition: 1.2s all;
}
@media (max-width: 1100px) {
  .otherServices .item a:hover > .grid-item-inner > button {
    display: none;
  }
}
@keyframes service-item-hover {
  0% {
    background-color: #dfff4f;
    color: white;
  }
  15% {
    height: 50%;
    background-color: rgba(0, 0, 0, 0.15);
  }
  60% {
    height: 100%;
    grid-template-rows: 2fr 3fr;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    grid-template-rows: 2fr 3fr;
  }
}
@keyframes service-item-h4-hover {
  0% {
    opacity: 0;
  }
  25% {
    color: white;
    opacity: 80%;
  }
  100% {
    color: white;
  }
}
@keyframes service-item-p-hover {
  0% {
    opacity: 0;
  }
  50% {
    color: white;
    display: block;
    opacity: 75%;
  }
  100% {
    display: block;
    opacity: 100%;
    color: white;
  }
}
.serviceDetail {
  margin-bottom: -75px;
}
.serviceDetail > h1 {
  color: white;
  position: relative;
  width: fit-content;
  margin: auto;
}
.serviceDetail > h1::after {
  content: "";
  background: #dfff4f;
  position: absolute;
  height: 8px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
.serviceDetail > .row > .site-blog-main > .preview > figure {
  border-bottom: 8px solid #dfff4f;
}
.serviceDetail > .row > .site-blog-main > .box > .top {
  background: #373a3f;
}
.serviceDetail > .row > .site-blog-main > .box > .top > .topWrapper {
  padding: 50px;
}
.serviceDetail > .row > .site-blog-main > .box > .top > .topWrapper ol {
  padding-left: 20px;
  margin-bottom: 10px;
}
.serviceDetail > .row > .site-blog-main > .box > .top > .topWrapper ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.serviceDetail > .row > .site-blog-main > .box > .top > .topWrapper li {
  padding-bottom: 8px;
}
.serviceDetail > .row > .site-blog-main > .box > .top > .topWrapper li::marker {
  font-size: 25px;
}
.serviceDetail > .row > .site-blog-main > .box > .top > .topWrapper h3 {
  margin-top: 0px !important;
}
.serviceDetail > .row > .site-blog-main > .box > .top > .topWrapper h2 {
  color: white !important;
  position: relative;
  width: fit-content;
  margin-bottom: 25px !important;
}
.serviceDetail > .row > .site-blog-main > .box > .top > .topWrapper h2::after {
  content: "";
  background: #dfff4f;
  position: absolute;
  height: 8px;
  width: 100%;
  left: 0;
  bottom: -14px;
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > a {
  margin: 30px 0 40px 0;
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .serviceDetailBanner {
  background: #373a3f;
  padding: 20px 50px 22px 50px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  background-image: url("/images/articleDetailBanner.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media (max-width: 450px) {
  .serviceDetail > .row > .site-blog-main > .box > .bottom > .serviceDetailBanner {
    background-size: cover;
  }
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .serviceDetailBanner > h1 {
  color: white;
  font-style: normal;
  font-weight: 600;
  padding: 0;
  text-align: left;
  line-height: 1;
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .serviceDetailBanner > h1 > span {
  color: #dfff4f;
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .serviceDetailBanner > p {
  text-align: left;
  font-size: 27px;
  font-weight: 600;
  margin: 10px 0 17px 0;
  padding: 0;
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .serviceDetailBanner > a {
  margin: 0;
  width: fit-content;
  padding: 4px 30px 4px 30px;
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > h1 {
  color: white;
  position: relative;
  width: fit-content;
  margin: auto;
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > h1::after {
  content: "";
  background: #dfff4f;
  position: absolute;
  height: 8px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: none;
  grid-column-gap: 0;
  grid-row-gap: 25px;
  width: 100%;
}
@media (max-width: 992px) {
  .serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 767px) {
  .serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices > .item {
  border: none !important;
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices > .item:nth-child(n+4) {
  display: none !important;
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item {
  position: relative;
  background: #7b7878;
  width: 100%;
  padding-top: 180%;
  /* 1:1 Aspect Ratio */
  overflow: hidden;
  transition: all ease 0.5s;
  border-bottom: 8px solid #dfff4f;
  /* If you want text inside of the container */
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item:hover {
  transition: all ease 0.5s;
}
@media (min-width: 992px) {
  .serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item:hover img {
    filter: brightness(0.3);
    transition: all ease 0.5s;
  }
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item .text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item:nth-child(odd) {
  background: #505050;
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  filter: brightness(0.7);
  transition: all ease 0.5s;
  object-fit: cover;
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item a > .grid-item-inner {
  transition: 0.5s all ease;
  height: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-items: center;
  border: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item a > .grid-item-inner > h4 {
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  background: transparent;
  width: 100%;
  max-width: 100%;
  padding: 25px 15px 20px 15px;
  font-size: 50px;
  font-style: normal;
  order: 1;
  margin: 0;
  transition: all ease 0.5s;
  border-bottom: 0;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  height: -webkit-fill-available;
  line-height: 1;
  max-height: 684px;
  height: 100%;
}
@media (max-width: 1200px) {
  .serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item a > .grid-item-inner > h4 {
    font-size: 35px;
  }
}
@media (max-width: 550px) {
  .serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item a > .grid-item-inner > h4 {
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  .serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item a > .grid-item-inner > h4 {
    font-size: 25px;
    padding: 15px 0 10px 0;
  }
}
@media (max-width: 350px) {
  .serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item a > .grid-item-inner > h4 {
    font-size: 20px;
    padding: 15px 0 10px 0;
  }
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item a > .grid-item-inner > p {
  color: transparent;
  margin: 0;
  position: relative;
  padding: 0 30px;
  display: flex;
  align-items: center;
  transition: all ease 0.5s;
  width: 100%;
  justify-content: center;
  border-top: 0;
  order: 2;
  overflow: hidden;
  max-height: 0;
  height: 100%;
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item a > .grid-item-inner > p span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: -5px;
}
.serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item a > .grid-item-inner > button {
  position: relative;
  overflow: hidden;
  order: 3;
  height: 100%;
  max-height: 0;
  padding: 0;
  margin: 0;
  border: none;
  transition: all ease 0.5s;
  line-height: 1;
}
@media (min-width: 992px) {
  .serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item a:hover > .grid-item-inner > h4 {
    background: transparent;
    transition: all ease 0.5s;
    border-bottom: 0;
    color: #dfff4f;
    height: 100%;
    max-height: 90px;
  }
  .serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item a:hover > .grid-item-inner > p {
    background: transparent;
    color: white;
    transition: all ease 0.5s;
    border-top: 0;
    max-height: 150px;
    height: 100%;
  }
  .serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item a:hover > .grid-item-inner > button {
    opacity: 100%;
    transition: all ease 0.5s;
    max-height: 50px;
    height: 100%;
    padding: 14px 50px 10px 50px;
    background: #dfff4f !important;
    border: 2px solid #dfff4f;
    color: white !important;
  }
  .serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item a:hover > .grid-item-inner > button:hover {
    border: 2px solid #dfff4f !important;
    color: #dfff4f !important;
    background: transparent !important;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .serviceDetail > .row > .site-blog-main > .box > .bottom > .otherServices .item a:hover > .grid-item-inner > button {
    display: none;
  }
}
#flashes.loginBox {
  position: fixed;
}
#login-box {
  display: flex;
  height: 100vh;
  width: 100vw;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#login-box > .inner {
  display: flex;
  padding: 15px;
}
@media (max-width: 560px) {
  #login-box > .inner {
    flex-direction: column;
  }
}
#login-box > .inner > .header {
  background: #cedc36;
  text-align: center;
  flex: 0 0 50%;
  margin: 0;
  vertical-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-shadow: 20px 0 10px 0 #00000026;
  z-index: 1;
}
#login-box > .inner > .body {
  background: #27282d;
  color: white;
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 10px solid #1f2024;
  border-bottom: 10px solid #1f2024;
  padding: 15px;
  position: relative;
}
#login-box > .inner > .body > .hrefContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#login-box > .inner > .body > form > table {
  width: 100%;
}
#login-box > .inner > .body > form > table > tbody {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 170px 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 560px) {
  #login-box > .inner > .body > form > table > tbody {
    padding: 50px 0 80px 0;
  }
}
#login-box > .inner > .body > form > table > tbody > tr {
  position: relative;
}
#login-box > .inner > .body > form > table > tbody > tr > th {
  display: none;
  position: absolute;
  left: 8px;
  bottom: 8px;
}
#login-box > .inner > .body > form > table > tbody > tr > th > label {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
#login-box > .inner > .body input[type=text],
#login-box > .inner > .body input[type=password] {
  padding: 7px 10px;
  border: none;
  color: white;
  background: transparent;
  border-bottom: 2px solid white;
}
#login-box > .inner > .body input[type=submit] {
  background: transparent;
  border: 2px solid white;
  padding: 10px 30px;
  margin-top: 20px;
  text-transform: uppercase;
  color: white;
  line-height: 1;
}
#login-box > .inner > .body input[type=submit]:hover {
  transition: 0.3s all;
  transform: translateY(-5px);
  box-shadow: 6px 7px 20px 2px #10040499;
}
#login-box > .inner > .footer {
  text-align: center;
  margin-top: 50px;
}
#login-box > .inner > .footer a {
  color: white;
}
#login-box > .inner > .footer a:hover {
  transition: 0.3s all;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.advantage-list .inner-advantage-wrapper {
  display: grid;
  grid-template-columns: 1fr 6fr 1fr;
}
.advantage-list .inner-advantage-wrapper .texts {
  text-align: left;
}
.advantage-list .inner-advantage-wrapper .texts h4 {
  font-family: 'Jockey One', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 1px;
}
.advantage-list .inner-advantage-wrapper .texts span {
  font-family: 'Verdana', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #a9a9a9;
  text-align: left;
  padding: 5px 0 0 0;
  margin: 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paginator ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 767px) {
  .paginator ul {
    flex-wrap: wrap;
  }
}
.paginator ul > a,
.paginator ul > span {
  text-align: center;
  display: inline-block;
  width: 100%;
  background: transparent;
  color: white;
  font-weight: bold;
  border: 1px solid white;
}
@media (max-width: 767px) {
  .paginator ul > a,
  .paginator ul > span {
    width: calc(100% / 3);
  }
}
.paginator ul > a > li {
  cursor: pointer;
  background: black;
  color: white;
}
.paginator ul > a > li span {
  display: block;
}
.paginator ul > a > li:hover {
  background: #bee800;
}
.paginator ul li {
  text-align: center;
  display: inline-block;
  width: 100%;
  color: white;
  font-weight: bold;
  padding: 15px;
}
.paginator ul li span {
  display: block;
}
.paginator ul li.active {
  background: #dfff4f;
}
#schedule p.textAfterSchedule {
  margin-bottom: 0;
  margin-top: 75px;
}
@media (max-width: 768px) {
  #schedule > .container {
    width: 100%;
  }
}
#schedule .schedule {
  overflow: hidden;
}
@media (max-width: 768px) {
  #schedule .schedule {
    display: none;
  }
}
#schedule .schedule .header ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
#schedule .schedule .header ul > a {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: calc(100% / 6);
  background: transparent;
  color: white;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s all ease;
}
#schedule .schedule .header ul > a:nth-child(n+13) {
  display: none;
}
@media (max-width: 767px) {
  #schedule .schedule .header ul > a {
    display: none;
  }
}
#schedule .schedule .header ul > a:hover {
  transition: 0.3s all ease;
  border: 1px solid #dfff4f;
}
#schedule .schedule .header ul > a:hover li {
  color: #dfff4f;
  transition: 0.3s all ease;
}
#schedule .schedule .header ul > a li {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 100%;
  background: #1f2024;
  color: white;
  font-weight: 700;
  padding: 15px;
  font-size: 27px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  transition: 0.3s all ease;
}
#schedule .schedule .header ul > a li.active {
  background: #dfff4f;
  transition: 0.3s all ease;
  color: #333;
}
#schedule .schedule .header ul > a li span {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}
#schedule .schedule .content {
  background-image: url(/images/rozvrh2.svg);
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  height: 2800px;
  position: relative;
  border-left: 10px solid #24252a;
  border-right: 10px solid #24252a;
}
#schedule .schedule .content .thin-red-line {
  border: 0;
  border-top: 3px dotted #ff0000;
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
}
#schedule .schedule .content .times > .room1 > h3,
#schedule .schedule .content .times .room2 > h3,
#schedule .schedule .content .times .room3 > h3 {
  padding: 13px 0;
  margin: 0;
  background: #1f2024;
  font-size: 27px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #ffffff4f;
}
#schedule .schedule .content .times .room1 .hour {
  margin-left: -3px;
}
#schedule .schedule .content .times .room1 h3 {
  border-right: none;
  width: calc(100% + 10px);
  margin-left: -10px;
}
#schedule .schedule .content .times .room2 {
  border-right: 1px solid #ffffff4f;
  border-left: 1px solid #ffffff4f;
}
#schedule .schedule .content .times .room2 .hour {
  width: calc(100% - 8px);
  margin: auto;
}
#schedule .schedule .content .times .room2 h3 {
  border-right: none;
  border-left: none;
}
#schedule .schedule .content .times .room3 .hour {
  margin-left: 3px;
}
#schedule .schedule .content .times .room3 h3 {
  border-left: none;
  width: calc(100% + 10px);
}
#schedule .schedule .content .times .hour {
  min-height: 50px;
  width: 100%;
  background: #1f2024 !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  display: flex !important;
  transition: 0.3s all ease;
}
#schedule .schedule .content .times .hour.disabled {
  background: #000;
  color: #555;
  text-decoration: line-through;
}
#schedule .schedule .content .times .hour .training {
  width: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
}
#schedule .schedule .content .times .hour .training .name {
  font-size: 19px !important;
}
@media (min-width: 991px) {
  #schedule .schedule .content .times .hour .training {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  #schedule .schedule .content .times .hour .training .name {
    font-size: 120%;
    font-weight: bolder;
    padding: 5px;
  }
}
@media (max-width: 990px) {
  #schedule .schedule .content .times .hour .training {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  #schedule .schedule .content .times .hour .training {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  #schedule .schedule .content .times .hour .training .trainer {
    display: none;
  }
}
@media (max-width: 420px) {
  #schedule .schedule .content .times .hour .training {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  #schedule .schedule .content .times .hour .training .trainer,
  #schedule .schedule .content .times .hour .training .toggle {
    display: none;
  }
}
#schedule .schedule .content .times .hour .training .description {
  text-align: left;
  padding: 15px;
  display: none;
  line-height: 1.2;
  width: 100%;
  background: black;
}
#schedule .schedule .content .times .hour .training .description.active {
  opacity: 100% !important;
  display: block;
  position: absolute;
  padding: 30px;
  left: 0;
  width: 100%;
  z-index: 99;
}
#schedule .schedule .content .times .hour .training .action {
  display: none;
  width: 100%;
  padding-bottom: 1rem;
  background: black;
}
#schedule .schedule .content .times .hour .training .action a {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#schedule .schedule .content .times .hour .training .action.active {
  opacity: 100% !important;
  display: block;
  position: absolute;
  padding: 30px;
  left: 0;
  margin-top: 150px;
  z-index: 99;
}
#schedule .schedule .content .times .hour:nth-child(odd) {
  background: rgba(255, 255, 255, 0.04);
}
#schedule .schedule .content .times .hour:hover {
  transition: 0.3s all ease;
  background: #dfff4f !important;
  box-shadow: 0 0 12px 2px #ffffff40;
  cursor: pointer;
  color: #333;
}
#schedule .schedule .content .times .hour:hover.disabled {
  background: #1f2024 !important;
  box-shadow: none;
  cursor: default;
}
#schedule .schedule .content .times .hour:hover .toggle a {
  color: white;
}
#schedule .schedule .content .times .hour:hover .description {
  background: black;
}
#schedule .schedule .content .times .hour:hover .action {
  background: black;
}
#schedule .schedule .content .times .hour:hover .action a {
  background: white;
  color: #dfff4f !important;
}
#schedule .scheduleMobile {
  overflow: hidden;
  display: none;
  width: 100%;
}
#schedule .scheduleMobile > .header > .select2 > .selection > .select2-selection {
  background: #1f2024;
}
#schedule .scheduleMobile > .header > .select2 > .selection > .select2-selection > .select2-selection__rendered {
  color: #dfff4f;
  font-weight: 600;
}
#schedule .scheduleMobile > .header > select {
  color: black;
}
#schedule .scheduleMobile > .header > select > option {
  color: black;
}
#schedule .scheduleMobile .card {
  overflow: hidden;
}
#schedule .scheduleMobile .card:first-child .card-header h2 {
  padding-top: 0;
}
#schedule .scheduleMobile .card .card-header h2 {
  width: 98%;
  margin: auto;
}
#schedule .scheduleMobile .card .card-header h2 button {
  padding: 13px 0;
  margin: 0;
  background: #1f2024;
  font-size: 27px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #ffffff4f;
  color: white;
  transition: 0.3s all ease;
  z-index: 99999;
  position: relative;
}
#schedule .scheduleMobile .card .card-header h2 button:hover {
  transition: 0.3s all ease;
  color: #dfff4f;
  border-color: #dfff4f;
  text-decoration: none;
}
#schedule .scheduleMobile .card .card-header h2 button:focus {
  text-decoration: none;
}
#schedule .scheduleMobile .card .collapse.show:not(.in) {
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  #schedule .scheduleMobile {
    display: block;
  }
}
#schedule .scheduleMobile .header ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
#schedule .scheduleMobile .header ul > a {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: calc(100% / 6);
  background: transparent;
  color: white;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s all ease;
}
#schedule .scheduleMobile .header ul > a:nth-child(n+7) {
  display: none;
}
@media (max-width: 767px) {
  #schedule .scheduleMobile .header ul > a {
    display: none;
  }
}
#schedule .scheduleMobile .header ul > a:hover {
  transition: 0.3s all ease;
  border: 1px solid #dfff4f;
}
#schedule .scheduleMobile .header ul > a:hover li {
  color: #dfff4f;
  transition: 0.3s all ease;
}
#schedule .scheduleMobile .header ul > a li {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 100%;
  background: #1f2024;
  color: white;
  font-weight: 700;
  padding: 15px;
  font-size: 27px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  transition: 0.3s all ease;
}
#schedule .scheduleMobile .header ul > a li.active {
  background: #dfff4f;
  transition: 0.3s all ease;
}
#schedule .scheduleMobile .header ul > a li span {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}
#schedule .scheduleMobile .content {
  background-image: url(/images/rozvrh2.svg);
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  height: 2800px;
  position: relative;
  border-left: 10px solid #24272d;
  border-right: 10px solid #24272d;
  margin: 0 15px;
}
#schedule .scheduleMobile .content .thin-red-line {
  border: 0;
  border-top: 3px dotted #ff0000;
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
}
#schedule .scheduleMobile .content .times > .room1 > h3,
#schedule .scheduleMobile .content .times .room2 > h3,
#schedule .scheduleMobile .content .times .room3 > h3 {
  padding: 13px 0;
  margin: 0;
  background: #1f2024;
  font-size: 27px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #ffffff4f;
}
#schedule .scheduleMobile .content .times .room1 .hour,
#schedule .scheduleMobile .content .times .room2 .hour,
#schedule .scheduleMobile .content .times .room3 .hour {
  width: calc(100% - 8px);
  margin: auto;
}
#schedule .scheduleMobile .content .times .hour {
  min-height: 50px;
  width: 100%;
  background: #1f2024 !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  display: flex !important;
  transition: 0.3s all ease;
}
#schedule .scheduleMobile .content .times .hour.disabled {
  background: #000;
  color: #555;
  text-decoration: line-through;
}
#schedule .scheduleMobile .content .times .hour .training {
  width: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
}
#schedule .scheduleMobile .content .times .hour .training .name {
  font-size: 19px !important;
}
@media (min-width: 991px) {
  #schedule .scheduleMobile .content .times .hour .training {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  #schedule .scheduleMobile .content .times .hour .training .name {
    font-size: 120%;
    font-weight: bolder;
    padding: 5px;
  }
}
@media (max-width: 990px) {
  #schedule .scheduleMobile .content .times .hour .training {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  #schedule .scheduleMobile .content .times .hour .training {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  #schedule .scheduleMobile .content .times .hour .training .trainer {
    display: none;
  }
}
@media (max-width: 420px) {
  #schedule .scheduleMobile .content .times .hour .training {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  #schedule .scheduleMobile .content .times .hour .training .trainer,
  #schedule .scheduleMobile .content .times .hour .training .toggle {
    display: none;
  }
}
#schedule .scheduleMobile .content .times .hour .training .description {
  text-align: left;
  padding: 15px;
  display: none;
  line-height: 1.2;
  width: 100%;
  background: black;
}
#schedule .scheduleMobile .content .times .hour .training .description.active {
  opacity: 100% !important;
  display: block;
  position: absolute;
  padding: 30px;
  left: 0;
  width: 100%;
  z-index: 99;
}
#schedule .scheduleMobile .content .times .hour .training .action {
  display: none;
  width: 100%;
  padding-bottom: 1rem;
  background: black;
}
#schedule .scheduleMobile .content .times .hour .training .action a {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#schedule .scheduleMobile .content .times .hour .training .action.active {
  opacity: 100% !important;
  display: block;
  position: absolute;
  padding: 30px;
  left: 0;
  margin-top: 150px;
  z-index: 99;
}
#schedule .scheduleMobile .content .times .hour:nth-child(odd) {
  background: rgba(255, 255, 255, 0.04);
}
#schedule .scheduleMobile .content .times .hour:hover {
  transition: 0.3s all ease;
  background: #dfff4f !important;
  box-shadow: 0 0 12px 2px #ffffff40;
  cursor: pointer;
}
#schedule .scheduleMobile .content .times .hour:hover.disabled {
  background: #1f2024 !important;
  box-shadow: none;
  cursor: default;
}
#schedule .scheduleMobile .content .times .hour:hover .toggle a {
  color: white;
}
#schedule .scheduleMobile .content .times .hour:hover .description {
  background: black;
}
#schedule .scheduleMobile .content .times .hour:hover .action {
  background: black;
}
#schedule .scheduleMobile .content .times .hour:hover .action a {
  background: white;
  color: #dfff4f !important;
}
.modal#trainigDetail {
  background: #353535ba;
  padding: 0;
}
.modal#trainigDetail .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-70%);
  margin: 0;
}
.modal#trainigDetail .modal-content {
  line-height: 1.5;
  color: #d6d6d6;
  background: #1f2024;
  box-shadow: 8px 6px 18px 7px #00000063;
}
.modal#trainigDetail .modal-content > .modal-header {
  text-align: center;
}
.modal#trainigDetail .modal-content > .modal-header > h4 {
  font-size: 27px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
}
.modal#trainigDetail .modal-content > .modal-header > button.close {
  color: #dfff4f;
  opacity: 0.5;
  position: absolute;
  right: 20px;
  top: 22px;
  font-size: 180%;
}
.modal#trainigDetail .modal-content > .modal-header > button.close:hover {
  opacity: 1;
}
.modal#trainigDetail .modal-content > .modal-footer {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
}
.modal#trainigDetail .modal-content > .modal-footer .alert {
  margin-top: 30px;
}
.modal#trainigDetail .modal-content > .modal-footer a {
  padding: 10px 55px;
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 22px;
  color: #dfff4f;
}
.modal#trainigDetail .modal-content > .modal-footer > button {
  border-radius: 0;
  color: #dfff4f;
  background: black;
}
.markdown-content {
  text-align: left !important;
  color: white !important;
}
.markdown-content h1 {
  text-align: left;
  font-size: 50px !important;
  line-height: 1.5 !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  position: relative !important;
  display: block !important;
  font-family: 'Jockey One', sans-serif !important;
  color: #dfff4f !important;
  margin-bottom: 0 !important;
  margin-top: 30px !important;
}
.markdown-content h2 {
  text-align: left;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  text-transform: uppercase !important;
  color: #dfff4f !important;
  margin-bottom: 5px !important;
  margin-top: 30px !important;
  font-family: 'Jockey One', sans-serif !important;
}
.markdown-content h3 {
  text-align: left;
  font-size: 24px !important;
  margin-bottom: 5px;
  margin-top: 30px;
  font-family: 'Jockey One', sans-serif !important;
}
.markdown-content h4 {
  text-align: left;
  font-size: 18px !important;
  margin-bottom: 5px;
  margin-top: 30px;
  font-family: 'Jockey One', sans-serif !important;
}
.markdown-content h5 {
  text-align: left;
  font-size: 16px !important;
  margin-bottom: 5px;
  margin-top: 30px;
  font-family: 'Jockey One', sans-serif !important;
}
.markdown-content h6 {
  text-align: left;
  font-size: 15px !important;
  margin-bottom: 5px;
  margin-top: 30px;
  font-family: 'Jockey One', sans-serif !important;
}
.markdown-content p {
  font-size: 15px;
  text-align: left;
  color: whitesmoke;
}
.markdown-content ol {
  padding-left: 40px;
  margin-bottom: 20px;
}
.markdown-content ul {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 20px;
}
.markdown-content hr {
  max-width: 70px;
  width: 100%;
  display: block;
  height: 0;
  clear: both;
  border: 2px solid #d7d7d7;
  margin: 0;
}
.markdown-content table {
  margin: 20px;
  border: 1px solid whitesmoke;
}
.markdown-content table > thead > tr > th {
  border: 1px solid whitesmoke;
  background: #3e3e3e;
  color: whitesmoke;
  padding: 15px 5px;
}
.markdown-content table > tbody > tr > td {
  border: 1px solid whitesmoke;
  color: whitesmoke;
  padding: 15px 5px;
}
.markdown-content a {
  color: #dfff4f;
  text-decoration: underline;
}
.markdown-content a:hover {
  text-decoration: none;
}
.text-center .markdown-content h1,
.text-center .markdown-content h2,
.text-center .markdown-content h3,
.text-center .markdown-content h4,
.text-center .markdown-content p {
  text-align: center;
}
.markdown.slide .markdown-content h1,
.markdown.slide .markdown-content h2,
.markdown.slide .markdown-content h3,
.markdown.slide .markdown-content h4,
.markdown.slide .markdown-content p {
  color: #fff !important;
}
.markdown.slide .markdown-content h1 {
  font-size: 78px !important;
  font-style: italic;
}
.markdown.slide .markdown-content p {
  line-height: 32px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 27px;
  text-transform: uppercase;
}
.markdown.slide .markdown-content p strong {
  font-size: 28px;
}
.markdown.slide .markdown-content .theme-btn {
  margin-top: 30px;
}
svg.icons {
  display: none;
}
#icons {
  display: none;
}
.radialMenu-menu {
  position: fixed;
  z-index: 9999;
  width: 50px;
  height: 50px;
  right: 25px;
  bottom: 20px;
}
@media (max-width: 768px) {
  .radialMenu-menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 20px 5px #00000045;
    border-radius: 50px;
  }
}
.radialMenu-menu button {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #cedc36;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  border: none;
  padding: 0;
  transition: 0.3s all ease;
}
.radialMenu-menu button:hover {
  background: #000;
  color: #fff;
  transition: 0.3s all ease;
}
.radialMenu-menu button:hover i::before {
  color: #dfff4f;
  transition: 0.3s all ease;
}
.radialMenu-menu button i {
  display: flex;
  width: 100%;
  height: 100%;
}
.radialMenu-menu button i::before {
  font-family: 'FontAwesome';
  font-style: normal;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 25px;
  transition: 0.3s all ease;
}
.radialMenu-menu button.radialMenuClose {
  display: none;
}
.menuHolder {
  user-select: none;
  -moz-user-select: none;
  display: none;
  position: fixed;
  z-index: 999;
  width: 100vw !important;
  height: 100vh !important;
  top: 0;
  left: 0;
  background: transparent;
  margin: 0;
}
.menuHolder::after {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #0000009c;
  left: 0;
  top: 0;
}
.menuHolder .menu {
  position: absolute;
  overflow: visible;
  transition: 0.2s;
  transition-timing-function: ease-out;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media (max-width: 420px) {
  .menuHolder .menu {
    width: 90%;
  }
}
.menuHolder .menu.inner {
  transform: scale(0.66) rotate(-10deg);
  opacity: 0;
  visibility: hidden;
}
.menuHolder .menu.outer {
  transform: scale(1.5) rotate(10deg);
  opacity: 0;
  visibility: hidden;
}
.menuHolder .menu > g.sector:hover > path {
  fill: #dfff4f;
  transition: 0.3s all ease;
}
.menuHolder .menu > g.sector.selected > path {
  fill: #dfff4f !important;
}
.menuHolder .menu > g.sector > path {
  cursor: pointer;
}
.menuHolder .menu > g.sector > text {
  cursor: pointer;
  fill: black;
  font-family: 'Source Sans Pro';
  font-size: 5px;
  text-transform: uppercase;
  font-weight: 600;
}
.menuHolder .menu > g.sector > use {
  cursor: pointer;
  fill: black;
  font-family: 'Source Sans Pro';
  font-size: 5px;
  text-transform: uppercase;
  font-weight: 600;
}
.menuHolder .menu > g.center:hover > circle {
  fill: #dfff4f;
  transition: 0.3s all ease;
}
.menuHolder .menu > g.center > circle {
  cursor: pointer;
  fill: #00000080;
  transition: 0.3s all ease;
}
.menuHolder .menu > g.center > text {
  cursor: pointer;
  fill: white;
}
.menuHolder .menu > g.center > use {
  cursor: pointer;
  fill: white;
}
.menuHolder .menu > g > path {
  fill: #ececec;
  transition: 0.3s all ease;
}
/*# sourceMappingURL=style.css.map */