@charset "UTF-8";
body {
  background: #fff;
  font-family: "Roboto", serif;
  font-size: 1.5em;
  color: #fff;
}

.wrapper {
  overflow: hidden;
  background: #0b2321;
}

.navigace .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col-md-20 {
  width: 100%;
}
@media (min-width: 550px) {
  .col-md-20 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-md-20 {
    width: 20%;
  }
}

.header {
  background: #091916;
}
.header .header-wrappper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 150rem;
  align-items: center;
  padding: 1rem 2rem;
}
.header .logo {
  max-width: 20rem;
}
.header .logo img {
  margin: 25px 0;
  width: 100%;
}
.header .menu {
  margin: 0 auto;
}
@media (min-width: 550px) {
  .header .menu {
    padding: 1rem 4rem 0;
  }
}
.header__buttons {
  display: flex;
  flex-wrap: wrap;
  display: none;
}
@media (min-width: 550px) {
  .header__buttons {
    display: flex;
  }
}
.header__buttons a {
  padding: 1rem 2rem;
  background: #d7ab54;
  color: #fff;
  border-radius: 0.4rem;
  margin: 0 0.5rem;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #d7ab54;
  transition: 0.3s;
}
.header__buttons a:hover {
  text-decoration: none;
  color: #fff;
  background: transparent;
}
.header__buttons a:nth-child(2) {
  display: none;
}
@media (min-width: 1350px) {
  .header__buttons a:nth-child(2) {
    display: block;
  }
}

@media (max-width: 768px) {
  .header .logo img {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  .header .needHelpText {
    margin: 15px 25px 0 0;
  }
}
.contact-responsive {
  padding: 0px 15px 10px 15px;
}

.contact-mob {
  color: #68a713;
  font-family: "Exo 2", sans-serif;
  display: none;
  text-align: right;
  font-weight: 600;
  font-size: 20px;
}

.banner {
  background: #000 url(images/banner.jpg) no-repeat center center;
  height: 345px;
}

@media (max-width: 768px) {
  .banner {
    background: #000 url(images/bannerSmall.jpg) no-repeat center center;
    height: 150px;
  }

  .contact-mob {
    display: block;
  }
}
/*#region search */
@media (min-width: 991px) {
  .header .search {
    height: 26px;
    float: left;
    margin: 8px 0px 0 0;
    position: relative;
    border: 1px solid #312e32;
    border-radius: 4px;
  }

  .header .search .inputSearch {
    float: left;
    width: 300px;
    height: 24px;
    line-height: 24px;
    border: none;
    padding: 0 10px;
    color: #fff;
    background: none;
  }

  .header .search .inputSearch:focus {
    outline: none;
    overflow: auto;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .header .search .inputSearch {
    width: 200px;
  }
}
@media (min-width: 991px) and (max-width: 768px) {
  .header .search .inputSearch {
    width: 185px;
    font-size: 0.8em;
  }
}
@media (min-width: 991px) {
  .header .search .buttonSearch {
    position: relative;
  }

  .header .search .buttonSearch input {
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    float: left;
    border: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    margin: 0;
    background: none;
  }

  .header .search .buttonSearch:hover {
    opacity: 0.8;
  }

  .header .search .buttonSearch:before {
    content: "";
    color: #fff;
    position: absolute;
    top: 4px;
    left: 7px;
    z-index: 100;
    pointer-events: none;
  }

  .header ::-webkit-input-placeholder {
    color: #fff;
    font-style: italic;
  }

  .header :-ms-input-placeholder {
    color: #fff;
    font-style: italic;
  }

  .header ::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-style: italic;
  }

  .header :-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-style: italic;
  }
}
@media (max-width: 991px) {
  .header .seachBox {
    top: 41px;
    right: 15px;
    position: absolute;
    z-index: 1000;
    background: #fff;
    width: calc(100% - 30px);
    display: none;
  }

  .header .seachBox .search {
    height: 42px;
    float: left;
    margin: 0;
    position: relative;
    border: 1px solid #000;
    border-radius: 0;
    width: 100%;
  }

  .header .seachBox .search .inputSearch {
    float: left;
    width: calc(100% - 42px);
    height: 42px;
    line-height: 42px;
    border: none;
    padding: 0 10px;
    color: #000;
    background: none;
  }

  .header .seachBox .search .inputSearch:focus {
    outline: none;
    overflow: auto;
  }

  .header .seachBox .search .buttonSearch {
    position: relative;
  }

  .header .seachBox .search .buttonSearch input {
    width: 42px;
    height: 42px;
    position: relative;
    cursor: pointer;
    float: left;
    border: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    margin: 0;
    background: none;
  }

  .header .seachBox .search .buttonSearch:hover {
    opacity: 0.8;
  }

  .header .seachBox .search .buttonSearch:before {
    content: "";
    color: #000;
    position: absolute;
    top: 11px;
    left: 16px;
    z-index: 100;
    pointer-events: none;
  }

  .header .seachBox ::-webkit-input-placeholder {
    color: #666;
    font-style: italic;
  }

  .header .seachBox :-ms-input-placeholder {
    color: #666;
    font-style: italic;
  }

  .header .seachBox ::-moz-placeholder {
    color: #666;
    opacity: 1;
    font-style: italic;
  }

  .header .seachBox :-moz-placeholder {
    color: #666;
    opacity: 1;
    font-style: italic;
  }
}
div.quickSearchSuggestionsBox.active {
  display: block;
}

div.quickSearchSuggestionsBox {
  position: absolute;
  display: none;
}

div.quickSearchSuggestionsBox div.frame {
  margin: -5px 0 0 -1px;
  background: #fff;
  width: calc(100% - 10px) !important;
}

div.quickSearchSuggestionsBox div.frame div.item > a {
  padding: 5px 2px 2px 11px;
  display: block;
  width: 100%;
  float: left;
  text-decoration: none;
  min-height: 32px;
  position: relative;
  color: #000;
  border-bottom: 1px solid #ededed;
}

div.quickSearchSuggestionsBox div.frame div.item > a div.text {
  float: left;
  width: calc(100% - 55px);
}

div.quickSearchSuggestionsBox div.frame div.item > a div.image {
  display: block;
  text-align: center;
  float: left;
  width: 45px;
  margin: 0 10px 0 0;
}

div.quickSearchSuggestionsBox div.frame div.item > a div.image img {
  padding: 0;
  max-width: 45px;
  max-height: 32px;
}

div.quickSearchSuggestionsBox div.frame div.item > a:hover {
  color: #68a713;
  text-decoration: none;
}

@media (max-width: 768px) {
  div.quickSearchSuggestionsBox div.frame div.item > a div.image {
    display: none;
  }

  div.quickSearchSuggestionsBox div.frame div.item > a div.text {
    width: 100%;
  }

  div.quickSearchSuggestionsBox div.frame div.item > a div.text span {
    font-size: 0.9em;
  }
}
div.quickSearchSuggestionsBox div.frame div.empty {
  padding: 4px 8px;
  text-align: center;
  color: #000;
}

div.quickSearchSuggestionsBox div.frame div.item.focused a {
  background-color: #e1e2e2;
  text-decoration: none;
}

/*#endregion search */
/*#region menu */
.navbar-collapse {
  padding: 0 !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none !important;
  color: #000 !important;
}

.imgLogoItem img {
  display: table;
  margin: 0 auto;
}

@media (min-width: 991px) {
  .navbarMenuMain {
    margin: 0;
  }

  .navbarMenuMain ul.navbar-nav {
    margin: 0px 0 !important;
  }

  .navbarMenuMain ul.navbar-nav li a {
    color: #fff !important;
    text-decoration: none;
    padding: 5px 14px;
    font-weight: 600;
    font-size: 1.4rem;
    transition: 0.3s;
  }

  .navbarMenuMain ul.navbar-nav li a:hover {
    color: #bbbbbb !important;
    background: none !important;
  }

  .navbarMenuMain ul.navbar-nav li a:focus {
    color: #bbbbbb !important;
    background: none !important;
  }

  .navbarMenuMain ul.navbar-nav li.selected a {
    color: #fff !important;
  }

  .navbarMenuMain ul.navbar-nav li > a .caret {
    color: #fff !important;
  }

  .navbarMenuMain ul.navbar-nav li:first-child a {
    border: none !important;
  }

  .navbarMenuMain ul.navbar-nav li:first-child a span {
    font-size: 0;
    line-height: 0;
  }

  .navbarMenuMain ul.navbar-nav li:first-child a:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
  }

  .navbarMenuMain ul.navbar-nav .dropdown-menu {
    background: #222;
    padding: 10px 0;
  }

  .navbarMenuMain ul.navbar-nav .dropdown-menu li a {
    color: #fff !important;
    text-decoration: none;
    padding: 5px 20px !important;
  }

  .navbarMenuMain ul.navbar-nav .dropdown-menu li a:hover {
    background: #000 !important;
    color: #fff;
    text-decoration: none;
  }

  .navbarMenuMain ul.navbar-nav .dropdown-menu li a:focus {
    background: #000 !important;
    color: #fff;
    text-decoration: none;
  }

  .navbarMenuMain ul.navbar-nav .dropdown-menu li:first-child a {
    border: none !important;
  }

  .navbarMenuMain ul.navbar-nav .dropdown-menu li:first-child a:before {
    content: none !important;
  }

  .navbarMenuMain ul.navbar-nav .dropdown-menu li:last-child a {
    padding: 5px 20px !important;
  }

  .navbarMenuMain ul.navbar-nav .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 10px;
  }
}
@media (max-width: 1200px) {
  .navbarMenuMain ul li a {
    font-size: 0.9em !important;
    padding: 8px 14px !important;
  }
}
@media (max-width: 550px) {
  .navbar-btn {
    margin: 0 0 0 auto !important;
  }
}
@media (max-width: 990px) {
  .navbar-btn {
    background: #fff;
    color: #000;
    padding: 10px 14px !important;
    border: 2px solid #fff !important;
    margin: 0 0 0 1rem;
    transition: 0.3s;
  }

  .navbar-btn i {
    margin: 0 10px 0 0;
  }

  .navbar-btn:hover {
    background: transparent !important;
    color: #fff;
  }

  .navbar-btn:focus {
    background: transparent !important;
    color: #fff;
  }

  .navbarMenuMain {
    margin: 0 !important;
    border-top: none;
    box-shadow: none;
    background: #fff;
    position: absolute;
    z-index: 1000;
    top: 102px;
    left: 0;
    width: 720px;
  }

  .navbarMenuMain ul.navbar-nav {
    margin: 0 !important;
    width: 100%;
    padding: 0;
    border-top: 1px solid #404040;
  }

  .navbarMenuMain ul.navbar-nav li {
    border-bottom: 1px solid #404040;
    display: block;
    position: relative;
    float: none !important;
  }

  .navbarMenuMain ul.navbar-nav li a {
    padding: 10px 20px !important;
    font-weight: 700;
    font-size: 1.1em !important;
    color: #000;
    display: block;
  }

  .navbarMenuMain ul.navbar-nav li a:hover {
    color: #fff !important;
    background: #000 !important;
  }

  .navbarMenuMain ul.navbar-nav li a:focus {
    color: #fff !important;
    background: #000 !important;
  }

  .navbarMenuMain ul.navbar-nav li.selected a {
    color: #000 !important;
    background: none !important;
  }

  .navbarMenuMain ul.navbar-nav li > a .caret {
    color: #fff !important;
  }

  .navbarMenuMain ul.navbar-nav li:last-child a {
    padding: 10px 20px !important;
  }

  .navbarMenuMain ul.navbar-nav li.open .dropdown-menu {
    background: #444;
    padding: 0;
  }

  .navbarMenuMain ul.navbar-nav li.open .dropdown-menu li {
    border-bottom: 1px solid #737373;
  }

  .navbarMenuMain ul.navbar-nav li.open .dropdown-menu li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 0.9em !important;
  }

  .navbarMenuMain ul.navbar-nav li.open .dropdown-menu li a:hover {
    background: #666 !important;
    color: #fff !important;
    text-decoration: none;
  }

  .navbarMenuMain ul.navbar-nav li.open .dropdown-menu li a:focus {
    background: #666 !important;
    color: #fff !important;
    text-decoration: none;
  }

  .navbarMenuMain ul.navbar-nav li.open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 10px;
  }
}
@media (max-width: 768px) {
  .navbarMenuMain {
    top: 102px;
    width: 100%;
  }
}
/*#endregion */
/*#region collapse menu earlier */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-header .collapse, .navbar-toggle {
    display: block !important;
  }

  .navbar-header {
    float: none;
  }
}
/*#endregion */
.footer {
  background: #091916;
  padding: 6rem 2rem;
}
.footer__wrapper {
  max-width: 140rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer .footer-box {
  color: #fff;
  background: #0b2321;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2rem 3rem;
  margin: 1rem;
  min-height: 15rem;
}
@media only screen and (min-width: 550px) {
  .footer .footer-box {
    width: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .footer-box {
    width: 20%;
  }
}
.footer .footer-box__title {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 0 1.5rem 0;
}
.footer .footer-box__content {
  line-height: 1.4;
  font-weight: 500;
  font-size: 1.4rem;
}
.footer .footer-box__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-box__content a {
  color: inherit;
}
.footer .footerLogo {
  margin: 0 auto 1rem 0;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .footer .footerLogo {
    width: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .footerLogo {
    width: 20%;
  }
}
.footer .footerLogo img {
  max-width: 100%;
}
.footer .copyright {
  margin: 30px 0 10px 0;
  font-size: 0.8em;
}
.footer .copyright a {
  color: #fff;
}

/*#region layout */
p {
  margin: 0 0 20px 0;
  line-height: 1.8em;
}

h1 {
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 2.2em;
  color: #fff;
}

h2 {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 1.6em;
  color: #d7ab54;
}

h3 {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 1.4em;
  color: #fff;
}

.h1cara {
  display: block;
  width: 60px;
  height: 4px;
  background: #548a10;
  margin: 0 0 20px 0;
}

a {
  color: #d7ab54;
  cursor: pointer;
}

a:hover {
  color: #9e772a;
}

p.vetsi-1 {
  font-size: 1.1em;
}

p.vetsi-2 {
  font-size: 1.2em;
}

p.vetsi-3 {
  font-size: 1.3em;
}

p.vetsi-4 {
  font-size: 1.4em;
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.5em;
  }

  h2 {
    font-size: 1.3em;
  }

  h3 {
    font-size: 1.1em;
  }
}
.spacer {
  height: 30px;
}

.cleaner {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

.hidden {
  display: none !important;
}

/*#endregion */
/*#region content */
.fa-icon, .boxOdrazky ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 20px;
}
ol li {
  padding: 0 0px 0 0px;
  margin: 0 0 7px 0;
  position: relative;
}

.boxOdrazky {
  margin: 30px 0;
}

.boxOdrazky ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}

.boxOdrazky ul li {
  list-style: none;
  padding: 0 0px 0 20px;
  margin: 0 0 7px 0;
  position: relative;
}

.boxOdrazky ul li:before {
  margin: 0 5px 0 0;
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  background: #d7ab54;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.6rem;
}

.boxOdrazky img {
  max-width: 100%;
}

.boxOdrazky .cornerImg {
  margin: 0 auto 2rem;
  display: block;
}

/*#endregion */
.contentCatalogue {
  /*background: url(images/background.jpg) repeat center center;*/
  margin: 30px 0;
}
.contentCatalogue .boxCatalogue {
  margin: 30px 0;
}

.content .container {
  position: relative;
}
.content .container .poptavkaButton {
  position: relative;
  top: -25px;
  text-decoration: none;
  display: inline-block;
  background: #053a4c;
  color: #fff;
  display: table;
  margin: 0 auto;
  padding: 8px 35px 12px 35px;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 22px;
  z-index: 900;
}
.content .container .poptavkaButton:hover {
  background: #085f7c;
}

@media (max-width: 991px) {
  .content .container .poptavkaButton {
    top: 15px;
  }
}
.subCats {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3rem 0;
}
.subCats a {
  display: block;
  color: #fff;
  background: #2a6bae;
  border-radius: 0.6rem;
  padding: 1rem 2rem;
  margin: 0 1rem 1rem 0;
}

/*#region slider NEW*/
@keyframes blur {
  0% {
    transform: translateX(-100%) scale(1.1) translateY(-50%);
    filter: blur(50px);
  }
  100% {
    transform: translateX(0%) scale(1) translateY(-50%);
    filter: blur(0);
  }
}
.home-slider {
  position: relative;
  margin: 0rem 0 0rem 0 !important;
}
@media only screen and (min-width: 1200px) {
  .home-slider {
    margin: 0 0 0rem 0 !important;
  }
}
@media only screen and (min-width: 1600px) {
  .home-slider {
    margin: 0 0 0rem 0 !important;
  }
}
.home-slider .slick-slide.slick-active .home-slider__text {
  animation: blur 1s ease 0s;
}
.home-slider .slick-slide.slick-active.slick-current .home-slider__text {
  opacity: 1 !important;
}
.home-slider__item {
  position: relative;
  height: 20rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 550px) {
  .home-slider__item {
    height: 31rem;
  }
}
@media only screen and (min-width: 768px) {
  .home-slider__item {
    height: 47rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-slider__item {
    height: 62rem;
  }
}
@media only screen and (min-width: 1500px) {
  .home-slider__item {
    height: 83rem;
  }
}
.home-slider__text {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  opacity: 0 !important;
  width: 100%;
  max-width: calc(100% - 4rem);
  transform: translateY(-50%);
  padding: 0 0 0 2rem;
  margin-top: 0px;
  background-color: rgba(136, 136, 136, 0.45);
}
@media only screen and (min-width: 768px) {
  .home-slider__text {
    padding: 0.5rem 0.5rem 0.5rem 3.5rem;
    max-width: 36rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-slider__text {
    padding: 0.5rem 0.5rem 0.5rem 4.5rem;
  }
}
@media only screen and (min-width: 1500px) {
  .home-slider__text {
    padding: 0.5rem 0.5rem 0.5rem 7.5rem;
  }
}
.home-slider__title {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  text-align: left;
  font-weight: 600;
  margin: 0 0 2.5rem 0;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .home-slider__title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-slider__title {
    font-size: 3.6rem;
  }
}
.home-slider__desc {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
  font-weight: normal;
  margin: 0 0 2.5rem 0;
}
@media only screen and (min-width: 1200px) {
  .home-slider__desc {
    font-size: 2.6rem;
  }
}
.home-slider__control {
  padding-top: 10px;
}
.home-slider__control a {
  position: relative;
  font-weight: 600;
  border: none;
  font-size: 1.2rem;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  white-space: nowrap;
  outline: none !important;
  cursor: pointer;
  padding: 1rem 2.5rem 1rem 4.5rem;
  width: 195px;
  height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 550px) {
  .home-slider__control a {
    font-size: 1.4rem;
    padding: 6px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-slider__control a {
    padding: 6px 20px;
  }
}
.home-slider__control a::after {
  content: "";
  width: 195px;
  height: 45px;
  border: 3px solid white;
  background: transparent;
  display: block;
  position: absolute;
  z-index: -1;
  top: 8px;
  left: 8px;
}
.home-slider__control a:before {
  /*
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 0.5rem;
  height: 1.1rem;
  background: url(../images/caret.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: filter.$white;*/
}
.home-slider__control a:hover {
  text-decoration: none;
  margin-left: 10px;
  margin-top: 10px;
}
.home-slider__control a:hover::after {
  top: 0px;
  left: 0px;
}
.home-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 3;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home-slider .slick-dots {
    bottom: 3.5rem;
  }
}
.home-slider .slick-dots li {
  margin: 0 0.2rem;
  width: 1.2rem;
  height: 1.2rem;
}
.home-slider .slick-dots li button {
  width: 1rem;
  height: 1rem;
  background: #e6e6e6;
  border-radius: 100%;
  opacity: 1 !important;
}
.home-slider .slick-dots li button:before {
  content: none;
}

/*#region copyright */
.copyright {
  text-align: center;
  font-size: 0.8em;
  color: #585458;
  padding: 0 0 5px 0;
  float: left;
  width: 100%;
}

.copyright a {
  color: #585458;
}

.copyright a:hover {
  color: #cacac9;
}

@media (max-width: 768px) {
  .copyright {
    font-size: 0.7em;
    text-align: left;
  }
}
/*#endregion */
/*#region galerie */
.imgGallItem {
  margin: 0 0 30px 0;
}

.imgGallItem img {
  width: 100%;
  margin: 0;
}

.imgGallItem .description {
  min-height: 44px;
  text-align: center;
}

/*#endregion */
/*#region pager */
.contentPager {
  width: 100%;
  margin: 0 0 15px 0;
  text-align: right;
  padding: 0 0 0 0;
}

.contentPagerIn {
  margin: 0 0 0 0;
}

.pagerTitle {
  float: left;
  margin: 0 0 0 0;
  color: #fff;
  height: 30px;
  line-height: 30px;
}

.cspager {
  position: relative;
  list-style: none;
  margin: 0 0;
  padding: 0 0 5px 0;
  float: right;
}

.cspager li {
  display: block;
  float: left;
  padding: 0 2px;
}
.cspager li:before {
  display: none !important;
}

.cspager li a {
  display: block;
  text-decoration: none;
  padding: 0 10px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #000;
}

.cspager li a:hover {
  color: #fff !important;
  background: #d7ab54;
  text-decoration: none;
}

.cspager li.separator > span {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}

.cspager li.prev a, .cspager li.next a {
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #d7ab54;
  color: #fff;
}

.cspager li.prev a:hover, .cspager li.next a:hover {
  background: #b3862e;
}

@media (max-width: 768px) {
  .cspager li.prev a, .cspager li.next a {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cspager li.prev, .cspager li.next {
    width: 100%;
    margin: 10px 0;
  }
}
.cspager li.next > a > i {
  margin: 0 0 0 7px;
}

.cspager li.prev > a > i {
  margin: 0 7px 0 0;
}

.cspager li:not(.separator) > span {
  display: block;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  text-align: center;
}

.cspager li.item > a {
  color: #fff;
}

.cspager li.first > a {
  color: #000;
}

.cspager li.prev-disabled > span {
  color: #77F;
}

.cspager li.current > span {
  background: #d7ab54;
  color: #fff;
}

.cspager li.next-disabled > span {
  color: #F7F;
}

.cspager li.last > a {
  color: #000;
}

.cspager li.step > a {
  background: #777;
}

/*#endregion */
/*#region page 404 */
#box404 {
  text-align: center;
  padding: 0;
}

#box404 h1 {
  font-size: 3em;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px 0;
}

#box404 .box404Title {
  font-size: 2em;
  color: #d7ab54;
  margin: 0 0 30px 0;
  padding: 0;
}

#box404 #box404A h2, #box404 #box404B h2 {
  font-size: 1.7em;
}

#box404 #box404A {
  margin: 0 0 40px 0;
}

#box404 #box404A p {
  font-size: 1.2em;
  color: #fff;
  background: #333333;
  padding: 5px 20px;
  margin: 0 auto;
  position: relative;
  display: table;
}

#box404 .box404Btn {
  display: table;
  font-size: 15px;
  padding: 0 50px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #d7ab54;
  border-radius: 0.6rem;
}

#box404 .box404Btn:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  #box404 h1 {
    font-size: 2em;
  }

  #box404 .box404Title {
    font-size: 1em;
  }

  #box404 #box404A h2, #box404 #box404B h2 {
    font-size: 1.2em;
  }

  #box404 #box404A p {
    font-size: 1em;
  }

  #box404 .box404Btn {
    font-size: 1em;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
  }
}
/*#endregion 404 */
/*faq styles*/
.faq-list {
  margin: 0 auto;
  padding: 3rem 2rem;
  /*background: #e6edf0;*/
}
.faq-list__title {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .faq-list__title {
    font-size: 2.4rem;
    margin: 0 0 3.5rem 0;
  }
}

.clanky-dropdown {
  display: block;
  max-width: 120rem;
  margin: 0 auto 1rem;
}
@media only screen and (min-width: 550px) {
  .clanky-dropdown {
    margin: 0 auto 1.5rem;
  }
}
.clanky-dropdown__title {
  position: relative;
  padding: 1.3rem 2rem 1.3rem 5rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #091916;
  border-radius: 0.8rem;
  line-height: 1.4;
  transition: all 0.3s ease;
}
.clanky-dropdown__title:hover {
  border-left: 3px solid #d7ab54;
  /*background-color: rgba(215, 171, 84, 0.1);*/
  /*transform: translateX(4px);*/
}
.clanky-dropdown__title:before {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  left: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
  /*border-top: 1rem solid #fff;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;*/
}
.clanky-dropdown__link {
  cursor: pointer;
}
.clanky-dropdown__link.open .clanky-dropdown__title {
  border-left: 3px solid #d7ab54;
  background-color: rgba(215, 171, 84, 0.1);
}
.clanky-dropdown__link.open .clanky-dropdown__title:before {
  font-family: FontAwesome;
  content: "";
  transform: translateY(-50%) rotate(180deg);
  /*border-bottom: 1rem solid #fff;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;*/
  border-top: none;
}
.clanky-dropdown__content {
  display: none;
  padding: 2rem 1.5rem;
  background-color: rgba(99, 86, 62, 0.1);
  color: #fff;
  font-style: italic;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0rem 0.5rem 1.5rem 0.5rem;
  border-radius: 0 0 0.8rem 0.8rem;
  /*p {
      color: #000;
      font-style: italic;
      font-weight: 500;
      font-size: 1.6rem;
      line-height: 1.8;
      margin: 0 0 1.5rem 0;
  }*/
}
@media only screen and (min-width: 550px) {
  .clanky-dropdown__content {
    padding: 2rem 2rem;
  }
}
.clanky-dropdown__content a {
  color: #d7ab54;
}

/*end faq styles*/
/*table styles*/
.table-wrapper {
  overflow-x: auto;
  margin: 2rem 0;
  border-radius: 12px;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 10px rgba(215, 171, 84, 0.15);
}
.table-wrapper .comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Poppins", sans-serif;
  background-color: #091916;
  color: #fefefe;
  min-width: 700px;
}
.table-wrapper .comparison-table thead {
  background: #d7ab54;
  color: #000;
}
.table-wrapper .comparison-table thead th {
  padding: 1rem 1.2rem;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.table-wrapper .comparison-table tbody tr {
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}
.table-wrapper .comparison-table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-wrapper .comparison-table tbody tr td {
  padding: 1rem 1.2rem;
  text-align: left;
  vertical-align: top;
}
.table-wrapper .comparison-table tbody tr td:first-child {
  font-weight: 600;
  color: #d7ab54;
  white-space: nowrap;
}
.table-wrapper .comparison-table tbody tr td strong {
  color: #d7ab54;
}
@media (max-width: 768px) {
  .table-wrapper .comparison-table th,
.table-wrapper .comparison-table td {
    padding: 0.8rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .table-wrapper .comparison-table {
    display: block;
    min-width: 100%;
    border: none;
  }
  .table-wrapper .comparison-table thead {
    display: none;
  }
  .table-wrapper .comparison-table thead th {
    display: none;
  }
  .table-wrapper .comparison-table tbody {
    display: block;
  }
  .table-wrapper .comparison-table tbody tr {
    display: block;
    margin-bottom: 1rem;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(215, 171, 84, 0.3);
    border-radius: 8px;
    overflow: hidden;
  }
  .table-wrapper .comparison-table tbody tr td {
    display: block;
    text-align: left;
    padding: 0.8rem 1rem;
    font-size: 1.1rem;
    border: none;
  }
  .table-wrapper .comparison-table tbody tr td:first-child {
    background-color: rgba(215, 171, 84, 0.1);
    color: #d7ab54;
    font-weight: 700;
    border-bottom: 1px solid rgba(215, 171, 84, 0.2);
  }
  .table-wrapper .comparison-table tbody tr td::before {
    content: attr(data-label);
    display: block;
    font-size: 1rem;
    color: #d7ab54;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
  }
}

/*end table styles*/
/*subpage about section styles*/
.about-section {
  /*background-color: #000;*/
  color: #fefefe;
  padding: 3rem 1.5rem;
}
.about-section .container {
  /*max-width: 900px;
  margin: 0 auto;*/
}
.about-section .intro-text {
  line-height: 1.7;
  margin-bottom: 2rem;
  text-align: justify;
}
.about-section .intro-text strong {
  color: #d7ab54;
}
.about-section .section-title {
  font-size: 1.8rem;
  color: #d7ab54;
  margin: 2.5rem 0 1rem;
  border-left: 4px solid #d7ab54;
  padding-left: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.about-section .service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
}
.about-section .service-list li {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 0.9rem 1.2rem;
  border-left: 3px solid transparent;
  margin-bottom: 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: #091916;
}
.about-section .service-list li:before {
  display: none;
}
.about-section .service-list li:hover {
  border-left: 3px solid #d7ab54;
  background-color: rgba(215, 171, 84, 0.1);
  transform: translateX(4px);
}
.about-section .service-list li strong {
  color: #d7ab54;
}
.about-section .consult-text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.about-section .button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.about-section .button-group .btn {
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  border: 2px solid #d7ab54;
}
.about-section .button-group .btn.gold {
  background-color: #d7ab54;
  color: #fff;
}
.about-section .button-group .btn.gold:hover {
  background-color: transparent;
  color: #d7ab54;
}
.about-section .button-group .btn.outline {
  background-color: transparent;
  border: 2px solid #d7ab54;
  color: #d7ab54;
}
.about-section .button-group .btn.outline:hover {
  background-color: #d7ab54;
  color: #fff;
}
@media (max-width: 768px) {
  .about-section .section-title {
    font-size: 1.4rem;
  }
  .about-section .service-list li {
    font-size: 0.95rem;
    padding: 0.8rem 1rem;
  }
  .about-section .button-group {
    flex-direction: column;
  }
  .about-section .button-group .btn {
    width: 100%;
    text-align: center;
  }
}

/*end subpage about section styles*/
/*subpage realestate section styles*/
.realestate-section {
  color: #fefefe;
  padding: 3rem 1.5rem;
}
.realestate-section .container {
  /*max-width: 900px;
  margin: 0 auto;*/
}
.realestate-section .highlight-text {
  text-align: center;
  color: #d7ab54;
  margin-bottom: 1.5rem;
}
.realestate-section .highlight-text strong {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.realestate-section .intro-text,
.realestate-section .text-block {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.realestate-section .intro-text strong,
.realestate-section .text-block strong {
  color: #d7ab54;
}
.realestate-section .section-title {
  font-size: 1.8rem;
  color: #d7ab54;
  margin: 2.5rem 0 1rem;
  border-left: 4px solid #d7ab54;
  padding-left: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.realestate-section .section-subtitle {
  color: #d7ab54;
  font-size: 1.3rem;
  margin: 1.5rem 0;
}
.realestate-section .step-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.realestate-section .step-group .step {
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  background-color: #091916;
}
.realestate-section .step-group .step:hover {
  background-color: rgba(215, 171, 84, 0.1);
  transform: translateY(-4px);
}
.realestate-section .step-group .step .step-title {
  color: #d7ab54;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.realestate-section .step-group .step .step-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.realestate-section .step-group .step .step-list li {
  margin-bottom: 0.4rem;
  position: relative;
  padding-left: 2rem;
}
.realestate-section .step-group .step .step-list li::before {
  content: "";
  position: absolute;
  left: 0;
  color: #d7ab54;
}
.realestate-section .service-list {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
}
.realestate-section .service-list li {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 0.9rem 1.2rem;
  border-left: 3px solid transparent;
  margin-bottom: 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: #091916;
}
.realestate-section .service-list li:before {
  display: none;
}
.realestate-section .service-list li:hover {
  border-left: 3px solid #d7ab54;
  background-color: rgba(215, 171, 84, 0.1);
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .realestate-section .section-title {
    font-size: 1.4rem;
  }
  .realestate-section .intro-text,
.realestate-section .text-block {
    font-size: 1rem;
  }
  .realestate-section .step-group {
    grid-template-columns: 1fr;
  }
}

/*end subpage realestate section styles*/
/*subpage finance section styles*/
.finance-section {
  color: #fefefe;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 3rem 1.5rem;
}
.finance-section .container {
  /*max-width: 1000px;
  margin: 0 auto;*/
}
.finance-section .section-title {
  font-size: 2rem;
  color: #d7ab54;
  margin: 2.5rem 0 1rem;
  border-left: 5px solid #d7ab54;
  padding-left: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.finance-section .section-subtitle {
  font-size: 1.6rem;
  color: #d7ab54;
  margin: 1.5rem 0 1rem;
}
.finance-section .intro-text,
.finance-section .text-block {
  margin-bottom: 2rem;
}
.finance-section .intro-text strong,
.finance-section .text-block strong {
  color: #d7ab54;
}
.finance-section .service-list,
.finance-section .advantages-list {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
}
.finance-section .service-list li,
.finance-section .advantages-list li {
  padding: 1rem 1.2rem;
  border-left: 3px solid transparent;
  border-radius: 8px;
  margin-bottom: 0.6rem;
  transition: all 0.3s ease;
  background-color: #091916;
}
.finance-section .service-list li:before,
.finance-section .advantages-list li:before {
  display: none;
}
.finance-section .service-list li:hover,
.finance-section .advantages-list li:hover {
  border-left: 3px solid #d7ab54;
  background-color: rgba(215, 171, 84, 0.1);
  transform: translateX(4px);
}
.finance-section .service-list li strong,
.finance-section .advantages-list li strong {
  color: #d7ab54;
}
.finance-section .service-list li ul,
.finance-section .advantages-list li ul {
  margin-top: 0.5rem;
  margin-left: 1.2rem;
}
.finance-section .service-list li ul li,
.finance-section .advantages-list li ul li {
  background: none;
  border: none;
  padding: 0.4rem 0;
  border-left: none;
  transform: none;
}
.finance-section .service-list li ul li:before,
.finance-section .advantages-list li ul li:before {
  display: none;
}
.finance-section .service-list li ul li:hover,
.finance-section .advantages-list li ul li:hover {
  background: none;
  transform: none;
  border-left: none;
}
.finance-section .table-wrapper {
  overflow-x: auto;
  margin: 2rem 0;
  border-radius: 12px;
}
.finance-section .table-wrapper .comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Poppins", sans-serif;
  background-color: #091916;
  color: #fefefe;
}
.finance-section .table-wrapper .comparison-table thead {
  background: #d7ab54;
  color: #000;
}
.finance-section .table-wrapper .comparison-table thead th {
  padding: 1rem 1.2rem;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.finance-section .table-wrapper .comparison-table tbody tr {
  border-bottom: 1px solid rgba(215, 171, 84, 0.2);
}
.finance-section .table-wrapper .comparison-table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}
.finance-section .table-wrapper .comparison-table tbody tr td {
  padding: 1rem 1.2rem;
  text-align: left;
  vertical-align: top;
}
.finance-section .table-wrapper .comparison-table tbody tr td:first-child {
  font-weight: 600;
  color: #d7ab54;
}
.finance-section .table-wrapper .comparison-table tbody tr td strong {
  color: #d7ab54;
}
.finance-section .button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.finance-section .button-group .btn {
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  border: 2px solid #d7ab54;
}
.finance-section .button-group .btn.gold {
  background-color: #d7ab54;
  color: #fff;
}
.finance-section .button-group .btn.gold:hover {
  background-color: transparent;
  color: #d7ab54;
}
.finance-section .button-group .btn.outline {
  background-color: transparent;
  border: 2px solid #d7ab54;
  color: #d7ab54;
}
.finance-section .button-group .btn.outline:hover {
  background-color: #d7ab54;
  color: #fff;
}
@media (max-width: 768px) {
  .finance-section .section-title {
    font-size: 1.6rem;
  }
  .finance-section .section-subtitle {
    font-size: 1.4rem;
  }
  .finance-section .intro-text,
.finance-section .text-block {
    font-size: 1.2rem;
  }
  .finance-section .service-list li,
.finance-section .advantages-list li {
    font-size: 1.2rem;
    padding: 0.9rem 1rem;
  }
  .finance-section .button-group {
    flex-direction: column;
  }
  .finance-section .button-group .btn {
    width: 100%;
    text-align: center;
  }
  .finance-section .table-wrapper {
    margin: 1.5rem 0;
  }
}

/*end subpage realestate section styles*/
/*subpage rental section styles*/
.rental-section {
  color: #fefefe;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 3rem 1.5rem;
}
.rental-section .section-title {
  font-size: 2rem;
  color: #d7ab54;
  margin: 2.5rem 0 1rem;
  border-left: 5px solid #d7ab54;
  padding-left: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.rental-section .section-subtitle {
  font-size: 1.6rem;
  color: #d7ab54;
  margin: 1.5rem 0 1rem;
}
.rental-section .intro-text,
.rental-section .text-block {
  margin-bottom: 2rem;
}
.rental-section .intro-text strong,
.rental-section .text-block strong {
  color: #d7ab54;
}
.rental-section .importance-list,
.rental-section .benefit-list,
.rental-section .process-list {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
}
.rental-section .importance-list li,
.rental-section .benefit-list li,
.rental-section .process-list li {
  padding: 1rem 1.2rem;
  border-left: 3px solid transparent;
  border-radius: 8px;
  margin-bottom: 0.6rem;
  transition: all 0.3s ease;
  background-color: #091916;
}
.rental-section .importance-list li:before,
.rental-section .benefit-list li:before,
.rental-section .process-list li:before {
  display: none;
}
.rental-section .importance-list li:hover,
.rental-section .benefit-list li:hover,
.rental-section .process-list li:hover {
  border-left: 3px solid #d7ab54;
  background-color: rgba(215, 171, 84, 0.1);
  transform: translateX(4px);
}
.rental-section .importance-list li strong,
.rental-section .benefit-list li strong,
.rental-section .process-list li strong {
  color: #d7ab54;
}
.rental-section .importance-list li ul,
.rental-section .benefit-list li ul,
.rental-section .process-list li ul {
  margin-top: 0.5rem;
  margin-left: 1.2rem;
}
.rental-section .importance-list li ul li,
.rental-section .benefit-list li ul li,
.rental-section .process-list li ul li {
  background: none;
  border: none;
  padding: 0.4rem 0;
  border-left: none;
  transform: none;
}
.rental-section .importance-list li ul li:before,
.rental-section .benefit-list li ul li:before,
.rental-section .process-list li ul li:before {
  display: none;
}
.rental-section .importance-list li ul li:hover,
.rental-section .benefit-list li ul li:hover,
.rental-section .process-list li ul li:hover {
  background: none;
  transform: none;
  border-left: none;
}
@media (max-width: 768px) {
  .rental-section .section-title {
    font-size: 1.6rem;
  }
  .rental-section .section-subtitle {
    font-size: 1.4rem;
  }
  .rental-section .intro-text,
.rental-section .text-block {
    font-size: 1.2rem;
  }
  .rental-section .importance-list li,
.rental-section .benefit-list li,
.rental-section .process-list li {
    font-size: 1.2rem;
    padding: 0.9rem 1rem;
  }
}

/*end subpage rental section styles*/
/*subpage financeschool section styles*/
.finance-school-section {
  color: #fefefe;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 3rem 1.5rem;
}
.finance-school-section .section-title {
  font-size: 2rem;
  color: #d7ab54;
  margin: 2.5rem 0 1rem;
  border-left: 5px solid #d7ab54;
  padding-left: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.finance-school-section .intro-text,
.finance-school-section .text-block {
  margin-bottom: 2rem;
}
.finance-school-section .intro-text strong,
.finance-school-section .text-block strong {
  color: #d7ab54;
}
.finance-school-section ul.learning-list,
.finance-school-section ul.audience-list,
.finance-school-section ul.process-list,
.finance-school-section ul.signup-list {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
}
.finance-school-section ul.learning-list li,
.finance-school-section ul.audience-list li,
.finance-school-section ul.process-list li,
.finance-school-section ul.signup-list li {
  padding: 1rem 1.2rem;
  border-left: 3px solid transparent;
  border-radius: 8px;
  margin-bottom: 0.6rem;
  transition: all 0.3s ease;
  background-color: #091916;
}
.finance-school-section ul.learning-list li:before,
.finance-school-section ul.audience-list li:before,
.finance-school-section ul.process-list li:before,
.finance-school-section ul.signup-list li:before {
  display: none;
}
.finance-school-section ul.learning-list li:hover,
.finance-school-section ul.audience-list li:hover,
.finance-school-section ul.process-list li:hover,
.finance-school-section ul.signup-list li:hover {
  border-left: 3px solid #d7ab54;
  background-color: rgba(215, 171, 84, 0.1);
  transform: translateX(4px);
}
.finance-school-section ul.learning-list li strong,
.finance-school-section ul.audience-list li strong,
.finance-school-section ul.process-list li strong,
.finance-school-section ul.signup-list li strong {
  color: #d7ab54;
}
.finance-school-section ul.learning-list li ul,
.finance-school-section ul.audience-list li ul,
.finance-school-section ul.process-list li ul,
.finance-school-section ul.signup-list li ul {
  margin-top: 0.5rem;
  margin-left: 1.2rem;
}
.finance-school-section ul.learning-list li ul li,
.finance-school-section ul.audience-list li ul li,
.finance-school-section ul.process-list li ul li,
.finance-school-section ul.signup-list li ul li {
  background: none;
  border: none;
  padding: 0.4rem 0;
  border-left: none;
  transform: none;
}
.finance-school-section ul.learning-list li ul li:before,
.finance-school-section ul.audience-list li ul li:before,
.finance-school-section ul.process-list li ul li:before,
.finance-school-section ul.signup-list li ul li:before {
  display: none;
}
.finance-school-section ul.learning-list li ul li:hover,
.finance-school-section ul.audience-list li ul li:hover,
.finance-school-section ul.process-list li ul li:hover,
.finance-school-section ul.signup-list li ul li:hover {
  background: none;
  transform: none;
  border-left: none;
}
.finance-school-section .button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.finance-school-section .button-group .btn {
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  border: 2px solid #d7ab54;
}
.finance-school-section .button-group .btn.gold {
  background-color: #d7ab54;
  color: #fff;
}
.finance-school-section .button-group .btn.gold:hover {
  background-color: transparent;
  color: #d7ab54;
}
.finance-school-section .button-group .btn.outline {
  background-color: transparent;
  border: 2px solid #d7ab54;
  color: #d7ab54;
}
.finance-school-section .button-group .btn.outline:hover {
  background-color: #d7ab54;
  color: #fff;
}
@media (max-width: 768px) {
  .finance-school-section .section-title {
    font-size: 1.6rem;
  }
  .finance-school-section .intro-text,
.finance-school-section .text-block {
    font-size: 1.2rem;
  }
  .finance-school-section ul.learning-list li,
.finance-school-section ul.audience-list li,
.finance-school-section ul.process-list li,
.finance-school-section ul.signup-list li {
    font-size: 1.2rem;
    padding: 0.9rem 1rem;
  }
  .finance-school-section .button-group {
    flex-direction: column;
  }
  .finance-school-section .button-group .btn {
    width: 100%;
    text-align: center;
  }
}

/*end subpage financeschool section styles*/
/*subpage insurance section styles*/
.insurance-section {
  color: #fefefe;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 3rem 1.5rem;
  font-family: "Poppins", sans-serif;
}
.insurance-section .anchor-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.insurance-section .anchor-section__item {
  width: 50%;
  padding: 1rem;
}
@media (min-width: 550px) {
  .insurance-section .anchor-section__item {
    width: 33.33%;
  }
}
.insurance-section .anchor-section__item a {
  display: block;
  background-color: #07110f;
  padding: 1rem;
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.15s ease;
  text-decoration: none;
  font-size: 2rem;
  text-transform: uppercase;
}
.insurance-section .anchor-section__item a:hover {
  background-color: rgba(215, 171, 84, 0.08);
  transform: translateY(-3px);
}
.insurance-section .highlight-text {
  text-align: center;
  color: #d7ab54;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.insurance-section .section-title {
  font-size: 2rem;
  color: #d7ab54;
  margin: 2.5rem 0 1rem;
  border-left: 5px solid #d7ab54;
  padding-left: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.insurance-section .section-subtitle {
  font-size: 1.6rem;
  color: #d7ab54;
  margin: 1.5rem 0 1rem;
}
.insurance-section .intro-text,
.insurance-section .text-block {
  margin-bottom: 2rem;
}
.insurance-section .intro-text strong,
.insurance-section .text-block strong {
  color: #d7ab54;
}
.insurance-section .icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.2rem;
  margin: 2rem 0;
}
.insurance-section .icon-grid .icon-item {
  background-color: #07110f;
  padding: 1rem;
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.15s ease;
}
.insurance-section .icon-grid .icon-item:hover {
  background-color: rgba(215, 171, 84, 0.08);
  transform: translateY(-3px);
}
.insurance-section .service-list,
.insurance-section .highlight-list {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
}
.insurance-section .service-list li,
.insurance-section .highlight-list li {
  padding: 1rem 1.2rem;
  border-left: 3px solid transparent;
  border-radius: 8px;
  margin-bottom: 0.6rem;
  transition: all 0.3s ease;
  background-color: #091916;
}
.insurance-section .service-list li:before,
.insurance-section .highlight-list li:before {
  display: none;
}
.insurance-section .service-list li:hover,
.insurance-section .highlight-list li:hover {
  border-left: 3px solid #d7ab54;
  background-color: rgba(215, 171, 84, 0.08);
  transform: translateX(4px);
}
.insurance-section .service-list li strong,
.insurance-section .highlight-list li strong {
  color: #d7ab54;
}
.insurance-section .service-list li ul,
.insurance-section .highlight-list li ul {
  margin-top: 0.5rem;
  margin-left: 1.2rem;
}
.insurance-section .service-list li ul li,
.insurance-section .highlight-list li ul li {
  background: none;
  border: none;
  padding: 0.4rem 0;
  border-left: none;
  transform: none;
}
.insurance-section .service-list li ul li:hover,
.insurance-section .highlight-list li ul li:hover {
  background: none;
  transform: none;
  border-left: none;
}
.insurance-section .cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}
.insurance-section .cta-group .primary-btn,
.insurance-section .cta-group .secondary-btn,
.insurance-section .cta-group .btn {
  border: 2px solid #d7ab54;
  padding: 0.8rem 1.5rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all 0.25s ease;
  font-weight: 600;
  background: transparent;
  color: #fefefe;
  text-transform: none;
  text-decoration: none;
}
.insurance-section .cta-group .primary-btn, .insurance-section .cta-group .btn.gold {
  background-color: #d7ab54;
  color: #fff;
}
.insurance-section .cta-group .primary-btn:hover, .insurance-section .cta-group .btn.gold:hover {
  background-color: transparent;
  color: #d7ab54;
}
.insurance-section .cta-group .secondary-btn, .insurance-section .cta-group .btn.outline {
  background-color: transparent;
  color: #d7ab54;
}
.insurance-section .cta-group .secondary-btn:hover, .insurance-section .cta-group .btn.outline:hover {
  background-color: #d7ab54;
  color: #fff;
}
.insurance-section .table-wrapper {
  overflow-x: auto;
  margin: 2rem 0;
  border-radius: 12px;
}
.insurance-section .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background-color: #091916;
  color: #fefefe;
}
.insurance-section .table-wrapper table thead {
  background: #d7ab54;
  color: #000;
}
.insurance-section .table-wrapper table thead th {
  padding: 1rem 1.2rem;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.insurance-section .table-wrapper table tbody tr {
  border-bottom: 1px solid rgba(215, 171, 84, 0.16);
}
.insurance-section .table-wrapper table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.03);
}
.insurance-section .table-wrapper table tbody tr:hover {
  background-color: rgba(215, 171, 84, 0.06);
}
.insurance-section .table-wrapper table tbody tr td {
  padding: 1rem 1.2rem;
  text-align: left;
  vertical-align: top;
}
.insurance-section .table-wrapper table tbody tr td:first-child {
  font-weight: 600;
  color: #d7ab54;
}
.insurance-section .table-wrapper table tbody tr td strong {
  color: #d7ab54;
}
@media (max-width: 992px) {
  .insurance-section .section-title {
    font-size: 1.7rem;
  }
  .insurance-section .icon-grid {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  }
}
@media (max-width: 768px) {
  .insurance-section {
    padding: 2.2rem 1rem;
  }
  .insurance-section .section-title {
    font-size: 1.6rem;
  }
  .insurance-section .section-subtitle {
    font-size: 1.4rem;
  }
  .insurance-section .intro-text, .insurance-section .text-block {
    font-size: 1.15rem;
  }
  .insurance-section .cta-group {
    flex-direction: column;
  }
  .insurance-section .cta-group .primary-btn,
.insurance-section .cta-group .secondary-btn,
.insurance-section .cta-group .btn {
    width: 100%;
    text-align: center;
  }
  .insurance-section .table-wrapper table th,
.insurance-section .table-wrapper table td {
    padding: 0.8rem;
    font-size: 0.95rem;
  }
}
@media (max-width: 480px) {
  .insurance-section .section-title {
    font-size: 1.4rem;
  }
  .insurance-section .icon-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }
  .insurance-section .intro-text {
    font-size: 1.05rem;
  }
}

/*end subpage insurance section styles*/
/*contact*/
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #091916;
  padding: 1.5rem;
}
.contact__left, .contact__right {
  width: 100%;
  padding: 0 0.5rem;
}
@media (min-width: 550px) {
  .contact__left, .contact__right {
    width: 50%;
  }
}
.contact__left img, .contact__right img {
  max-height: 40rem;
}
.contact__right {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*#region products tree vertical */
.leftBox {
  margin: 15px 0;
}

.leftTitle {
  text-decoration: none;
  display: block;
  padding: 5px;
  color: #fff;
  margin: 0;
  font-size: 1.2em;
  text-decoration: none;
  background: #000;
  text-align: center;
  display: none;
}

.leftTitle:hover {
  text-decoration: none;
  cursor: default;
}

.leftTitle:focus {
  text-decoration: none;
  cursor: default;
}

@media (max-width: 991px) {
  .leftTitle {
    display: block;
    margin: 0;
    border: none;
    text-align: center;
    font-size: 1.1em;
    padding: 10px 0;
  }

  .leftTitle:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
  }

  .leftTitle:focus {
    background: #000;
    color: #fff;
    cursor: pointer;
  }
}
@media (min-width: 991px) {
  .leftTitle {
    pointer-events: none;
  }
}
.treeNadpis {
  font-size: 2rem;
  font-weight: 500;
}

.treeBox ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  float: left;
}

.treeBox ul li {
  border-bottom: 1px solid #fff;
  float: left;
  width: 100%;
  background: #2a6bae;
  border-radius: 0.6rem;
}

.treeBox ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 8px 12px;
  font-size: 1em;
  display: block;
}

.treeBox ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

@media (max-width: 991px) {
  .treeBox ul li a {
    padding: 5px 10px;
  }
}
@media (max-width: 768px) {
  .treeBox ul li a {
    padding: 3px 10px;
  }
}
.treeBox ul li.expanded a {
  text-decoration: none;
  color: #fff;
  background: #2a6bae;
  border-radius: 0.6rem;
}

.treeBox ul li.expanded ul {
  background: #233B6F;
  font-size: 0.9em;
  padding: 10px 0;
}

.treeBox ul li.expanded ul li {
  border-bottom: none;
}

.treeBox ul li.expanded ul li a {
  background: #233B6F;
  color: #fff;
  padding: 5px 10px;
}

.treeBox ul li.expanded ul li a:hover {
  text-decoration: none;
  background: #414141;
}

.treeBox ul li.expanded ul li.selected a {
  text-decoration: none;
  color: #fff;
  background: #414141;
}

.treeBox ul li.selected a {
  background: #233B6F;
  color: #fff;
  border-radius: 0.6rem;
}

/*#endregion */
.tProduktBox {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px 0;
  color: #000;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 991px) {
  .tProduktBox {
    margin: 0 0 15px 0;
  }
}
.tProduktBox .tProduktImg {
  float: left;
  width: 100%;
  height: 200px;
  text-align: center;
  background: #fff;
}

.tProduktBox .tProduktImg img {
  max-width: 100%;
  max-height: 200px;
}

.tProduktBox .tProduktContent {
  float: left;
  width: 100%;
  padding: 20px;
  position: relative;
  background: #fff;
}

@media (max-width: 768px) {
  .tProduktBox .tProduktContent {
    padding: 10px;
  }
}
.tProduktBox .tProduktContent .tProduktTitle {
  margin: 0 0 10px 0;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.2em;
  height: 38px;
  text-align: center;
}

@media (max-width: 768px) {
  .tProduktBox .tProduktContent .tProduktTitle {
    font-size: 1em;
    margin: 0;
  }
}
.tProduktBox .tProduktContent .tProduktText {
  margin: 0;
  font-size: 0.9em;
  height: 98px;
  overflow: hidden;
}

.tProduktBox:hover {
  color: #000;
}

.tProduktBox:hover img {
  opacity: 0.8;
}

.tProduktBox:hover .tProduktTitle {
  color: #2a6bae;
}

.ui-widget-header {
  background: #f5f5f5 !important;
}

.ui-widget-content {
  background: #F0F0F0;
  border: 1px solid #d9d9d9 !important;
}

.ui-corner-all {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.ui-tabs {
  margin: 1rem 0 2rem 0;
}
.ui-tabs li:before {
  display: none !important;
}
.ui-tabs .ui-tabs-tab {
  background: #2a6bae !important;
  color: #fff !important;
}
.ui-tabs .ui-tabs-tab a {
  color: #fff !important;
}
.ui-tabs .ui-state-active {
  background: #233B6F !important;
}

.content__homepage-form {
  padding: 5rem;
  background: #323232;
  background-image: url(/templates/styles/images/menu-bg-min.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.content__homepage-form #contactForm {
  max-width: 75rem;
  margin: 0 auto;
  color: #fff;
}
.content__homepage-form #contactForm .formField .label label {
  color: #fff;
}
.content__homepage-form #contactForm .formField .edit input, .content__homepage-form #contactForm .formField .edit textarea, .content__homepage-form #contactForm .formField .edit .uploader {
  background: #fff;
  border-radius: 0.4rem;
  color: #000;
}
.content__homepage-form #contactForm .formField .edit input .uploader-file, .content__homepage-form #contactForm .formField .edit textarea .uploader-file, .content__homepage-form #contactForm .formField .edit .uploader .uploader-file {
  color: #000;
}
.content__homepage-form #contactForm .editButton input {
  border-radius: 0.4rem;
}

/*#region dialogove okno */
.jqifade {
  position: absolute;
  background-color: #000;
}

div.jqi {
  width: 100%;
  max-width: 400px;
  position: absolute;
  text-align: center;
  background: #fff;
  padding: 20px;
  border: none;
  border-top: 25px solid #A60000;
}

div.jqi .jqiclose {
  color: #fff !important;
  font-size: 1.8em;
  line-height: 1.2em;
  top: -28px;
  right: 3px;
  position: absolute;
  font-family: Arial;
  cursor: pointer;
}

div.jqi .jqititle {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  border-bottom: solid 1px #eeeeee;
}

div.jqi .jqimessage {
  padding: 0 15px 15px 15px;
  line-height: 20px;
}

div.jqi .jqibuttons button {
  margin: 0;
  padding: 5px 20px;
  color: #fff;
  outline: none;
  background: #025b84;
  border: none;
}

div.jqi .jqibuttons button:hover {
  background: #037eb6;
  color: #fff;
  cursor: pointer;
}

/* sub states */
div.jqi .jqiparentstate::after {
  background-color: #777;
  opacity: 0.6;
  filter: alpha(opacity=60);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

div.jqi .jqisubstate {
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  padding: 7px;
  border: solid 1px #eeeeee;
  border-top: none;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqisubstate .jqibuttons button {
  padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow {
  position: absolute;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
  border: solid 10px transparent;
}

.jqi .jqiarrowtl {
  left: 10px;
  top: -20px;
  border-bottom-color: #ffffff;
}

.jqi .jqiarrowtc {
  left: 50%;
  top: -20px;
  border-bottom-color: #ffffff;
  margin-left: -10px;
}

.jqi .jqiarrowtr {
  right: 10px;
  top: -20px;
  border-bottom-color: #ffffff;
}

.jqi .jqiarrowbl {
  left: 10px;
  bottom: -20px;
  border-top-color: #ffffff;
}

.jqi .jqiarrowbc {
  left: 50%;
  bottom: -20px;
  border-top-color: #ffffff;
  margin-left: -10px;
}

.jqi .jqiarrowbr {
  right: 10px;
  bottom: -20px;
  border-top-color: #ffffff;
}

.jqi .jqiarrowlt {
  left: -20px;
  top: 10px;
  border-right-color: #ffffff;
}

.jqi .jqiarrowlm {
  left: -20px;
  top: 50%;
  border-right-color: #ffffff;
  margin-top: -10px;
}

.jqi .jqiarrowlb {
  left: -20px;
  bottom: 10px;
  border-right-color: #ffffff;
}

.jqi .jqiarrowrt {
  right: -20px;
  top: 10px;
  border-left-color: #ffffff;
}

.jqi .jqiarrowrm {
  right: -20px;
  top: 50%;
  border-left-color: #ffffff;
  margin-top: -10px;
}

.jqi .jqiarrowrb {
  right: -20px;
  bottom: 10px;
  border-left-color: #ffffff;
}

/*#endregion */
/*#region formulare */
.formSkinDefault .formField {
  position: relative;
  min-height: 40px;
}

.formSkinDefault .formField div.label {
  float: left;
  width: 30%;
  text-align: left;
}

.formSkinDefault .formField div.label label {
  display: block;
  padding: 8px 0 0 0;
  font-size: 1.2em;
  color: #fff;
  white-space: pre-wrap;
}

.formSkinDefault .formField .edit {
  position: relative;
  float: left;
  width: 70%;
}

.formSkinDefault .formField .edit input {
  display: block;
  padding: 5px;
  border: none;
  border: 1px solid #ccc;
  background: none;
  margin: 0px;
  width: 100%;
  color: #fff;
}

.formSkinDefault .formField .edit input:focus {
  background-color: #fffef4;
  color: #000;
}

.formSkinDefault .formField .edit input.error {
  border-color: red;
}

.formSkinDefault .formField .edit textarea {
  resize: none;
  border: 1px solid #ccc;
  background: none;
  margin: 0px;
  width: 100%;
  height: 100px;
  padding: 5px;
  color: #000;
}

.formSkinDefault .formField .edit textarea:focus {
  background-color: #fffef4;
  color: #000;
}

.formSkinDefault .formField .edit textarea.error {
  border-color: red;
}

.formSkinDefault .formField .edit select {
  display: block;
  padding: 5px;
  border: 1px solid #d1cfcf;
  background: #fff;
  margin: 0px;
  width: 100%;
}

.formSkinDefault .formField [data-label-for].val_required::after {
  content: " *";
  color: red;
}

.formSkinDefault .formField span.error {
  position: absolute;
  left: 10px;
  top: 34px;
  color: white;
  padding: 5px 10px 5px 5px;
  z-index: 100;
  border: 1px solid #ccc;
  background-color: #333;
  display: none;
}

.formSkinDefault .formField:hover span.error {
  display: block;
}

.formSkinDefault .checkBoxField input {
  text-align: left;
  width: auto !important;
  margin: 11px 0 0 0 !important;
}

.formSkinDefault .editButton input {
  background: #fff;
  padding: 10px 30px;
  display: block;
  font-weight: bold;
  font-size: 1em;
  margin: 10px 0 0 0;
  cursor: pointer;
  color: #000;
  border: none;
  text-align: center;
  width: auto;
  float: right;
  border-radius: 0.4rem;
  transition: 0.3s;
  border: 2px solid #fff;
}

.formSkinDefault .editButton input:hover {
  background: transparent;
  color: #fff;
}

.formSkinDefault .formField-checkBox {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  font-family: "Exo 2", sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
  justify-content: center;
  align-items: center;
}

.formSkinDefault .formField-checkBox .label {
  display: block;
  width: calc(100% - 24px) !important;
  padding: 0 0 0 1rem;
}

.formSkinDefault .formField-checkBox .edit {
  width: 1.4rem !important;
  order: -1;
}

.formSkinDefault .formField-checkBox .edit input {
  cursor: pointer;
}

.formSkinDefault .formField-checkBox .label label {
  white-space: normal !important;
  color: #fff;
  font-size: 1.4rem !important;
}

.formSkinDefault .formField-checkBox .label label a {
  color: #000;
  text-decoration: underline;
}

.formSkinDefault .formField-checkBox .label label a:hover {
  text-decoration: none;
}

.formSkinDefault .formField-fileUpload {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
}
.formSkinDefault .formField-fileUpload .label {
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.formSkinDefault .formField-fileUpload .label label {
  display: block;
  font-size: 1.2em;
  color: #fff;
  padding: 5px 0;
  white-space: pre-wrap;
}
.formSkinDefault .formField-fileUpload .edit {
  width: 100%;
}
.formSkinDefault .formField-fileUpload .edit .uploader {
  position: relative;
  border: 1px solid #ccc;
  padding: 8px 12px 16px 12px;
  border-radius: 4px;
  color: #000;
}
.formSkinDefault .formField-fileUpload .edit .uploader .uploader-header {
  margin-bottom: 10px;
}
.formSkinDefault .formField-fileUpload .edit .uploader .uploader-header .uploader-header-caption {
  font-size: 1em;
  color: #ccc;
}
.formSkinDefault .formField-fileUpload .edit .uploader .uploader-progress-header {
  background: #eee;
  border-radius: 3px;
  height: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.formSkinDefault .formField-fileUpload .edit .uploader .uploader-progress-header .uploader-progress-inner {
  background: #5cb85c;
  height: 10px;
  width: 0%;
  transition: width 0.3s ease;
}
.formSkinDefault .formField-fileUpload .edit .uploader .uploader-progress-header .uploader-progress-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9em;
  color: #333;
  margin-top: 5px;
}
.formSkinDefault .formField-fileUpload .edit .uploader .uploader-progress-header .uploader-progress-header-inner .uploader-percents,
.formSkinDefault .formField-fileUpload .edit .uploader .uploader-progress-header .uploader-progress-header-inner .uploader-upload-speed,
.formSkinDefault .formField-fileUpload .edit .uploader .uploader-progress-header .uploader-progress-header-inner .uploader-estimated-time,
.formSkinDefault .formField-fileUpload .edit .uploader .uploader-progress-header .uploader-progress-header-inner .uploader-sizes {
  margin-right: 10px;
}
.formSkinDefault .formField-fileUpload .edit .uploader .uploader-files {
  margin-bottom: 10px;
}
.formSkinDefault .formField-fileUpload .edit .uploader .uploader-files .uploader-file {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.formSkinDefault .formField-fileUpload .edit .uploader .uploader-files .uploader-file span {
  color: #fff;
  font-size: 0.95em;
}
.formSkinDefault .formField-fileUpload .edit .uploader .uploader-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.formSkinDefault .formField-fileUpload .edit .uploader .uploader-footer .uploader-btn-add {
  position: relative;
  cursor: pointer;
}
.formSkinDefault .formField-fileUpload .edit .uploader .uploader-footer .uploader-btn-add .uploader-input-button {
  display: inline-block;
  padding: 6px 14px;
  font-size: 0.95em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f2f2f2;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease;
}
.formSkinDefault .formField-fileUpload .edit .uploader .uploader-footer .uploader-btn-add .uploader-input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.formSkinDefault .formField-fileUpload .edit .uploader .uploader-footer .uploader-btn-clear-wrap .uploader-btn-clear {
  display: inline-block;
  padding: 6px 14px;
  font-size: 0.95em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f2f2f2;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease;
}
.formSkinDefault .formField-fileUpload .edit span[data-val-message-for] {
  display: block;
  margin-top: 6px;
  font-size: 0.9em;
  color: #f88;
}
.formSkinDefault .formField-fileUpload .cleaner {
  clear: both;
}

.formSkinDefaultPopup {
  background: #fff;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.formSkinDefaultPopup div.headerPopup {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  color: #fff;
  background: #053A4C;
  padding: 11px 15px;
}

.formSkinDefaultPopup .formSkinDefaultPopupIn {
  padding: 20px;
}

.wideLabels .label {
  width: 100% !important;
  padding: 0.2em 0em 0.3em;
}

.wideLabels .edit {
  width: 100% !important;
}

.success {
  color: #fff;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
}

#propertyValuationForm {
  background: #091916;
  border-radius: 0.4rem;
  padding: 2rem;
}
#propertyValuationForm .italic {
  font-size: 1.2rem;
  font-style: italic;
  width: 70%;
  margin-left: auto;
}
#propertyValuationForm .formField {
  margin: 0 0 2rem 0;
}
#propertyValuationForm .formField textarea, #propertyValuationForm .formField input {
  background: #fff;
  border-radius: 0.4rem;
  max-height: 7rem;
  color: #000;
}
#propertyValuationForm .formField-checkBox .label label a {
  color: #fff;
}
#propertyValuationForm .list-wrapper {
  display: flex;
  margin: 0 0 2rem 0;
}
#propertyValuationForm .list-wrapper .list-header {
  width: 30%;
  text-align: left;
  padding: 0.2em 0.4em 0.3em;
  font-weight: bold;
}
#propertyValuationForm .list-wrapper ul {
  position: relative;
  width: 70%;
  display: flex;
}
#propertyValuationForm .list-wrapper ul li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  min-width: 20%;
}
#propertyValuationForm .list-wrapper ul li input, #propertyValuationForm .list-wrapper ul li label {
  margin: 0;
  padding: 0;
}
#propertyValuationForm .list-wrapper ul li label {
  margin: 0 15px 0 5px;
}
#propertyValuationForm .list-wrapper ul li:before {
  display: none;
}

/*#endregion */
.content__main-nav {
  background-image: url(/templates/styles/images/menu-bg-min.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: -0.7rem 0 0 0;
}
.content__main-nav .poptavka-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content__main-nav .poptavka-btn.gold {
  background: #d7ab54;
  color: #fff;
  border: 3px solid #d7ab54;
  transition: 0.3s;
}
.content__main-nav .poptavka-btn.gold:hover {
  text-decoration: none;
  background: #fff;
  color: #d7ab54;
}
.content__main-nav .poptavka-btn {
  font-size: 2rem;
  padding: 1.4rem 2rem;
  background: #fff;
  color: #000;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 25rem;
  display: block;
  bottom: -2rem;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 0.4rem;
  transition: 0.3s;
  margin: 0 1rem;
}
.content__main-nav .poptavka-btn:hover {
  text-decoration: none;
  background: #091916;
  color: #fff;
}

.navigace {
  padding: 0 0 30px 0;
  max-width: 123rem;
  margin: 0 auto;
  position: relative;
  padding: 0 2rem;
  top: 0rem;
}
@media only screen and (min-width: 550px) {
  .navigace {
    top: -3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .navigace {
    top: -8rem;
  }
}
.navigace__title {
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
}
.navigace a.allservices {
  text-align: center;
  display: block;
  color: #fff;
  margin: 3rem 0 0.5rem 0;
  font-size: 1.8rem;
  text-decoration: underline;
  font-weight: 700;
}

.navItem {
  background: #d7ab54;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 100%;
  margin: 30px 0 0 0;
  transition: 0.3s;
  border-radius: 0.4rem;
}
.navItem .navName {
  display: table;
  width: 100%;
}
.navItem .navName span, .navItem .navName h2 {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  padding: 0 15px;
}
.navItem .navImg img {
  max-width: 100%;
  border-radius: 0 0 0.4rem 0.4rem;
}
.navItem:hover {
  text-decoration: none;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .navItem {
    margin: 30px auto 0 auto;
    display: table;
    max-width: 300px;
  }
}
.menu .container {
  position: relative;
}

.hp-boxes {
  max-width: 123rem;
  margin: 0 auto;
  position: relative;
  top: 0rem;
  padding: 1rem 0 0 0;
}
@media only screen and (min-width: 550px) {
  .hp-boxes {
    top: -5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hp-boxes {
    top: -14rem;
  }
}
.hp-boxes__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hp-boxes__item {
  padding: 0 1.5rem 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .hp-boxes__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .hp-boxes__item {
    width: 33.33%;
  }
}

.hp-box-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #091916;
  border-radius: 0.4rem;
  height: 100%;
  padding: 2rem;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
}
.hp-box-card:hover {
  text-decoration: none;
}
.hp-box-card__image {
  margin: 0 0 2rem 0;
  min-height: 7rem;
}
.hp-box-card__image img {
  width: 100%;
  max-width: 8rem;
}
.hp-box-card__title {
  color: #fff;
}

.content__blog {
  margin: 0 auto;
  max-width: 156rem;
  padding: 0 1rem;
}
@media only screen and (min-width: 1200px) {
  .content__blog {
    padding: 0 2rem;
  }
}
.content__blog h1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 3rem;
}
.content__home-blog {
  max-width: unset !important;
}
.content__home-blog .blog {
  max-width: 156rem;
  margin: 0 auto;
}

.blog {
  padding: 4rem 0;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .blog {
    padding: 4rem 0 6rem;
  }
}
.blog__title {
  width: 100%;
  padding: 0;
  margin: 0 0 3rem 0;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .blog__title {
    margin: 0 0 4rem 0;
  }
}
.blog__action {
  padding: 2rem 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .blog__action {
    padding: 4rem 0 0 0;
  }
}
.blog__action a {
  display: inline-block;
  text-decoration: underline;
  color: #fff;
  position: relative;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 500;
  transition: 0.3s;
}
.blog__action a:hover {
  text-decoration: none;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
  justify-content: center;
}
@media only screen and (min-width: 1400px) {
  .blog-list {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-list {
    width: calc(100% + 8rem);
    margin: 0 -4rem;
  }
}
.blog-list__item {
  width: 100%;
  padding: 0 1rem;
  margin: 0 0 2.5rem 0;
}
@media only screen and (min-width: 550px) {
  .blog-list__item {
    width: 50%;
    margin: 0 0 2rem 0;
  }
}
@media only screen and (min-width: 990px) {
  .blog-list__item {
    width: 25%;
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-list__item {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-list__item {
    padding: 0 1rem;
  }
}

.blog-card {
  text-decoration: none;
  background: #091916;
  color: #fff;
  display: block;
  transition: 0.3s;
  padding: 1rem;
  border-radius: 0.4rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blog-card:hover {
  text-decoration: none;
  color: #fff;
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
}
.blog-card:hover .blog-card__btn {
  color: #fff;
  background: transparent;
}
.blog-card__image {
  display: block;
  overflow: hidden;
}
.blog-card__image img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.3s;
}
.blog-card__info {
  position: relative;
  z-index: 2;
  padding: 1.5rem 1rem 1rem 1rem;
}
.blog-card__name {
  padding: 0;
  margin: 0;
  color: inherit;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 4.1rem;
  color: #fff;
}
.blog-card__desc {
  padding: 0;
  margin: 0;
  color: inherit;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 6.3rem;
}
.blog-card__date {
  font-size: 1.2rem;
  padding: 0 0 0 0.7rem;
  margin: 2rem 0 0rem 0;
}
.blog-card__btn {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  padding: 0.4rem 1.5rem;
  border: 1px solid #fff;
  border-radius: 0.4rem;
  transition: 0.3s;
  margin: 0 auto;
  width: 100%;
  max-width: 7rem;
  text-align: center;
}
.blog-card__btn:hover {
  color: #fff;
  background: transparent;
}

.blog-detail {
  width: 100%;
  margin: 0 auto;
  max-width: 76rem;
  padding: 2rem 0 0 0;
}
@media only screen and (min-width: 991px) {
  .blog-detail {
    padding: 7rem 0 0 0;
  }
}
.blog-detail h1 {
  margin: 0 0 3rem 0 !important;
}
.blog-detail__date {
  font-size: 1.2rem;
  margin: 0 0 3.5rem 0;
}

.siroky-obrazek-wrapper {
  display: block;
  margin: 0;
}

.content__about {
  padding: 4rem 2rem;
}

.about {
  display: flex;
  flex-wrap: wrap;
  max-width: 120rem;
  margin: 0 auto;
  color: #fff;
}
.about__left {
  width: 100%;
  padding: 1rem;
}
@media only screen and (min-width: 550px) {
  .about__left {
    width: 50%;
  }
}
.about__left p {
  line-height: 1.4;
  font-size: 1.4rem;
}
@media only screen and (min-width: 550px) {
  .about__left p {
    font-size: 1.6rem;
  }
}
.about__left img {
  max-width: 100%;
}
.about__left img.cech {
  margin: 0 auto;
  display: block;
}
.about__left img.logo {
  margin: 0 0 3rem 0;
  display: block;
}
.about__right {
  width: 100%;
  padding: 1rem;
}
@media only screen and (min-width: 550px) {
  .about__right {
    width: 50%;
  }
}
.about__right img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.content__blue-box {
  padding: 1rem;
}

.blue-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  margin: 0 auto 3rem;
  max-width: 120rem;
  color: #000;
  padding: 1rem 2rem;
  position: relative;
  top: -4rem;
  border-radius: 0.4rem;
}
.blue-box img {
  width: 100%;
  max-width: 14rem;
}
.blue-box__content {
  padding: 0.5rem 3rem;
}
.blue-box__content h2 {
  color: inherit;
  font-size: 3rem;
}
.blue-box__content p {
  font-size: 1.6rem;
}
.blue-box .poptavka-btn {
  font-size: 2rem;
  padding: 1.4rem 2rem;
  background: #d7ab54;
  color: #fff;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  max-width: 25rem;
  display: block;
  bottom: -3rem;
  text-align: center;
  border: 3px solid #d7ab54;
  border-radius: 0.4rem;
  transition: 0.3s;
  transform: translate(-50%, 0);
  left: 50%;
}
.blue-box .poptavka-btn:hover {
  text-decoration: none;
  background: #fff;
  color: #d7ab54;
}

.content__reference {
  margin: 0 auto;
  max-width: 156rem;
  padding: 0 1rem;
}
@media only screen and (min-width: 1200px) {
  .content__reference {
    padding: 0 2rem;
  }
}
.content__reference h1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 3rem;
}
.content__home-reference {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8rem 2rem;
  background-image: url(/templates/styles/images/reference-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.reference-slider__title {
  width: 100%;
  padding: 0;
  margin: 2rem 0 1rem 0;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 600;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .reference-slider__title {
    margin: 2rem 0 2rem 0;
  }
}

/*home slider*/
.reference-slider {
  max-width: 98rem;
  margin: 0 auto;
  padding: 5rem 3rem;
  position: relative;
  width: 100%;
  color: #fff;
  background: #091916;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 550px) {
  .reference-slider {
    padding: 5rem 5rem;
  }
}
.reference-slider__title {
  color: #fff;
}
.reference-slider__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reference-slider__text h3 {
  font-size: 2.4rem;
  margin: 4rem 0 1rem 0;
  text-align: center;
  color: #d7ab54;
}
.reference-slider__text p {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
@media only screen and (min-width: 550px) {
  .reference-slider__text p {
    font-size: 2rem;
  }
}
.reference-slider__text span {
  font-size: 2rem;
}
.reference-slider .slick-track {
  background: transparent;
  display: flex;
  align-items: center;
}
.reference-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 3;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .reference-slider .slick-dots {
    bottom: 2.5rem;
  }
}
.reference-slider .slick-dots li {
  margin: 0 0.3rem;
  width: 1rem;
  height: 1rem;
}
@media only screen and (min-width: 550px) {
  .reference-slider .slick-dots li {
    margin: 0 0.6rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.reference-slider .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.reference-slider .slick-dots li button {
  background: #323232;
  border-radius: 0;
  padding: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  border: 2px solid #323232;
}
@media only screen and (min-width: 550px) {
  .reference-slider .slick-dots li button {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.reference-slider .slick-dots li button:before {
  content: none;
}

/*end region*/
/*horni cast*/
.subpage-entry {
  display: flex;
  flex-wrap: wrap;
}
.subpage-entry__left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .subpage-entry__left {
    width: 50%;
  }
}
.subpage-entry__right {
  display: none;
}
@media only screen and (min-width: 768px) {
  .subpage-entry__right {
    display: block;
    width: 50%;
    text-align: center;
  }
}
.subpage-entry__right img {
  border-radius: 100%;
  max-width: 45rem;
  width: 100%;
}
.subpage-entry__title {
  font-size: 3em;
}
.subpage-entry__text {
  font-size: 1.8em;
}
.subpage-entry__cta {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2rem 0;
}
.subpage-entry__cta a {
  display: inline-block;
  padding: 1rem 2rem;
  background: #d7ab54;
  color: #fff;
  border: 2px solid #d7ab54;
  transition: 0.3s;
  border-radius: 0.4rem;
  margin: 0 0.5rem 0.5rem 0;
  text-decoration: none;
}
.subpage-entry__cta a:hover {
  background: #fff;
  color: #d7ab54;
}
.subpage-entry .header-stats-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.subpage-entry .header-stats-wrapper .header-stats {
  width: auto;
  margin-right: 20px;
}
.subpage-entry .header-stats-wrapper .header-stats h2 {
  letter-spacing: normal;
  text-indent: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2;
}
/*styly benefitu*/
.subpage-benefits {
  padding: 2rem 0;
  margin: 2rem 0;
  position: relative;
}
.subpage-benefits:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
  min-width: 1920px;
  height: 100%;
  background: #091916;
  top: 50%;
  left: 50%;
  z-index: 0;
}
.subpage-benefits__title {
  text-align: center;
  color: #fff;
  font-size: 2.2em;
  margin: 0 0 4rem 0;
  position: relative;
  z-index: 1;
}
.subpage-benefits__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1rem);
  margin: 0 0 0 -1rem;
  position: relative;
  z-index: 1;
}
.subpage-benefits__item {
  width: 100%;
  padding: 0 1.5rem 2.5rem;
}
@media only screen and (min-width: 550px) {
  .subpage-benefits__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .subpage-benefits__item {
    width: 33.33%;
  }
}
.subpage-benefits .subpage-benefits-card i {
  font-size: 2em;
  margin: 0 0 2rem 0;
}
.subpage-benefits .subpage-benefits-card h3 {
  color: #d7ab54;
  font-size: 1.8em;
}
.subpage-benefits .subpage-benefits-card p {
  font-size: 1.2em;
}

/*styly listu bytu*/
.subpage-flats {
  padding: 2rem 0;
}
.subpage-flats__title {
  text-align: center;
  color: #fff;
  font-size: 2.2em;
  margin: 0 0 3rem 0;
}
.subpage-flats__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1rem);
  margin: 0 0 0 -1rem;
}
.subpage-flats__item {
  width: 100%;
  padding: 0 1rem 2.5rem;
}
@media only screen and (min-width: 550px) {
  .subpage-flats__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .subpage-flats__item {
    width: 33.33%;
  }
}
.subpage-flats .subpage-flats-card {
  background: #091916;
  display: flex;
  flex-direction: column;
  border-radius: 0.4rem;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
}
.subpage-flats .subpage-flats-card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: scale(1.03);
}
.subpage-flats .subpage-flats-card .tags {
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 0;
  padding: 0;
}
.subpage-flats .subpage-flats-card .tags .tag__volne {
  background: #d7ab54;
}
.subpage-flats .subpage-flats-card .tags .tag__novinka {
  background: #000;
}
.subpage-flats .subpage-flats-card .tags li {
  margin: 0 0 0.3rem 0;
  padding: 0.4rem 0.8rem 0.2rem;
  border-radius: 0.4rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
}
.subpage-flats .subpage-flats-card .tags li:before {
  display: none;
}
.subpage-flats .subpage-flats-card img {
  width: 100%;
  height: 100%;
}
.subpage-flats .subpage-flats-card__content {
  padding: 2rem;
  position: relative;
}
.subpage-flats .subpage-flats-card__content:after {
  font-family: FontAwesome;
  content: "";
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  right: 1rem;
  bottom: 1rem;
}
.subpage-flats .subpage-flats-card__price {
  color: #d7ab54;
  font-size: 1.8em;
  font-weight: 700;
}
.subpage-flats .subpage-flats-card__place i {
  margin: 0 1.5rem 0 0;
  min-width: 2rem;
  text-align: center;
}
.subpage-flats .subpage-flats-card__space i {
  margin: 0 1.5rem 0 0;
  min-width: 2rem;
  text-align: center;
}

.najem-detail {
  display: flex;
  flex-wrap: wrap;
}
.najem-detail__left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .najem-detail__left {
    width: 50%;
    margin: 0 2rem 0 0;
  }
}
.najem-detail__right {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
}
.najem-detail__right .tags {
  margin: 0 0 1rem 0;
  padding: 0;
}
.najem-detail__right .tags .tag__volne {
  background: #d7ab54;
}
.najem-detail__right .tags .tag__novinka {
  background: #000;
}
.najem-detail__right .tags li {
  margin: 0 0 0.3rem 0;
  padding: 0.4rem 0.8rem 0.2rem;
  border-radius: 0.4rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
  display: inline-block;
}
.najem-detail__right .tags li:before {
  display: none;
}
.najem-detail__right p {
  font-size: inherit;
}
@media only screen and (min-width: 768px) {
  .najem-detail__right {
    width: calc(50% - 4rem);
  }
}

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