*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.page {
  overflow: hidden;
}
.page.locked {
  height: 100vh;
  width: 100vw;
}

/* open-sans-italic - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/open-sans-v20-latin-ext_latin-italic.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-ext_latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/open-sans-v20-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/open-sans-v20-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-ext_latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600italic - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: local(""), url("../fonts/open-sans-v20-latin-ext_latin-600italic.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-ext_latin-600italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/open-sans-v20-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("../fonts/open-sans-v20-latin-ext_latin-700italic.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-ext_latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local(""), url("../fonts/open-sans-v20-latin-ext_latin-800.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-ext_latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800italic - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: local(""), url("../fonts/open-sans-v20-latin-ext_latin-800italic.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-ext_latin-800italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.footer {
  background: #f3fbff;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 4rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .footer-content {
    padding: 7rem 0 0 0;
  }
}
.footer-content__texts {
  width: 100%;
  padding: 0 0 5rem 0;
}
@media only screen and (min-width: 991px) {
  .footer-content__texts {
    width: calc(45% - 2rem);
    padding: 0 0 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-content__texts {
    width: calc(50% - 3.5rem);
  }
}
.footer-content__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 3rem 0;
}
@media only screen and (min-width: 550px) {
  .footer-content__head {
    padding: 0 0 5rem 0;
  }
}
.footer-content__logo img {
  max-height: 4.5rem;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .footer-content__logo img {
    max-height: 6.8rem;
  }
}
.footer-content__sites {
  display: flex;
  align-items: center;
}
.footer-content__sites a {
  margin: 0 0 0 1rem;
}
.footer-content__sites a img {
  width: 3.5rem;
  height: 3.5rem;
  opacity: 0.5;
  transition: 0.3s;
}
.footer-content__sites a:hover img {
  opacity: 1;
}
.footer-content__desc {
  margin: 0 0 4.5rem 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #6e7273;
}
@media only screen and (min-width: 550px) {
  .footer-content__desc {
    font-size: 1.6rem;
  }
}
.footer-content__desc p {
  margin: 0;
}
.footer-content__desc p a {
  color: #3258a2;
}
.footer-content__desc p a:hover {
  text-decoration: none;
}
.footer-content a.footer-content__address-item {
  text-decoration: none;
}
.footer-content a.footer-content__address-item:hover {
  text-decoration: underline;
}
.footer-content__address-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.1;
  color: #8c8b89;
  margin: 0 0 1rem 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 0.5px;
  word-break: break-all;
}
@media only screen and (min-width: 550px) {
  .footer-content__address-item {
    font-size: 1.6rem;
  }
}
.footer-content__address-item span {
  max-width: calc(100% - 5.2rem);
}
.footer-content__address-item .text-bold {
  color: #000;
  font-weight: bold;
}
.footer-content__address-item img {
  margin: 0 1.2rem 0 0;
  max-width: 3.9rem;
}
.footer-content__reference {
  width: 100%;
  padding: 0 0 5rem 0;
}
@media only screen and (min-width: 991px) {
  .footer-content__reference {
    width: calc(55% - 2rem);
    padding: 0 0 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-content__reference {
    width: calc(50% - 3.5rem);
  }
}
.footer-content__title {
  font-size: 2rem;
  line-height: 1.4;
  color: #000;
  margin: 1.5rem 0 5rem 0;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .footer-content__title {
    text-align: left;
    margin: 1.5rem 0 8rem 0;
  }
}
.footer-content__title strong {
  color: #3258a2;
  font-weight: bold;
  font-size: 2.4rem;
}

.copyright {
  border-top: 0.1rem solid #92a9d0;
  padding: 1.5rem 0;
  text-align: center;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
  width: 100%;
  font-size: 1.4rem;
}
.copyright .container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 549px) {
  .copyright .container .copyright-left {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 550px) {
  .copyright .container {
    justify-content: space-between;
    flex-flow: row;
  }
}
.copyright a {
  text-decoration: none;
  color: inherit;
}
.copyright a:hover {
  text-decoration: underline;
}
.copyright a:hover img {
  filter: none;
}
.copyright img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(12%) saturate(2820%) hue-rotate(181deg) brightness(94%) contrast(99%);
  transform: translateY(2px);
}

.content {
  position: relative;
  z-index: 101;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 143rem;
  padding: 0 1.5rem;
}

.header {
  position: relative;
  z-index: 105;
  padding: 0;
}
.header .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 991px) {
  .header .header-main {
    padding: 3rem 0;
  }
}
.header__logo img {
  display: block;
  max-height: 4.5rem;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .header__logo img {
    max-height: 6.8rem;
  }
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 990px) {
  .header__nav {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 1rem 0 3rem rgba(0, 0, 0, 0.2);
    display: none;
  }
}
.header__btn {
  display: none;
  padding: 1.2rem 2.8rem 1.1rem 3.2rem;
  background: #3258a2;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.5px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0.6rem;
}
@media only screen and (min-width: 991px) {
  .header__btn {
    display: flex;
    align-items: center;
  }
}
.header__btn img {
  max-width: 2.7rem;
  margin: 0 1.8rem 0 0;
}
.header__btn:hover {
  background: #1ab6ff;
  color: #fff;
}
.header__btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
@media only screen and (min-width: 991px) {
  .header-toggle {
    display: none;
  }
}

.header-toggle {
  border: none;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0 1.2rem;
  margin: 0 0 0 2.5rem;
  display: flex;
  align-items: center;
  background: transparent;
  position: relative;
  transition: 0.3s;
  height: 3.6rem;
  border-radius: 0.5rem;
  background: #3258a2;
}
@media only screen and (min-width: 550px) {
  .header-toggle {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle__label {
  margin: 0 0 0 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  transform: translateY(-0.1rem);
  min-width: 5.3rem;
  display: none;
}
@media only screen and (min-width: 550px) {
  .header-toggle__label {
    display: block;
  }
}
.header-toggle__label .toggle-lbl-1 {
  display: block;
}
.header-toggle__label .toggle-lbl-2 {
  display: none;
}
.header-toggle__label.open .toggle-lbl-1 {
  display: none;
}
.header-toggle__label.open .toggle-lbl-2 {
  display: block;
}
.header-toggle__icon {
  position: relative;
  height: 1rem;
  width: 1.2rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 1.2rem;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.4rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.4rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 0.8rem;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.content__intro {
  background: #00aef7;
  background: linear-gradient(0deg, #00aef7 0%, #4dcaff 100%);
}
.content__subheader {
  background: #00aef7;
  background: linear-gradient(0deg, #00aef7 0%, #4dcaff 100%);
}

.subheader {
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .subheader {
    padding: 6rem 0;
  }
}
.subheader__title {
  text-align: center;
  font-size: 3rem;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .subheader__title {
    font-size: 4rem;
  }
}
.subheader__title strong {
  color: #fbd89f;
  font-weight: bold;
}

.intro {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.intro__image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .intro__image {
    min-height: 36rem;
  }
}
@media only screen and (min-width: 991px) {
  .intro__image {
    min-height: 56rem;
  }
}
.intro__image img {
  max-width: 100%;
  display: none;
}
@media only screen and (min-width: 768px) {
  .intro__image img {
    display: block;
  }
}
.intro__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .intro__content {
    width: 50%;
  }
}
.intro__text {
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .intro__text {
    padding: 4rem 0 4rem 3rem;
  }
}
.intro__title {
  text-align: center;
  font-size: 3rem;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 2rem 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .intro__title {
    margin: 0 0 2rem 0;
    font-size: 4rem;
    text-align: left;
  }
}
@media only screen and (min-width: 991px) {
  .intro__title {
    font-size: 5.5rem;
  }
}
.intro__title strong {
  color: #fbd89f;
  font-weight: bold;
}
.intro__description {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .intro__description {
    text-align: left;
  }
}

.home-aukce {
  position: relative;
  padding: 7rem 0 4rem 0;
}
@media only screen and (min-width: 768px) {
  .home-aukce {
    padding: 9rem 0 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-aukce {
    padding: 11rem 0 8rem 0;
  }
}
.home-aukce__title {
  text-align: center;
  font-size: 3rem;
  line-height: 1.1;
  color: #000;
  margin: 0 0 3.5rem 0;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 991px) {
  .home-aukce__title {
    margin: 0 0 7rem 0;
    font-size: 3.6rem;
  }
}
.home-aukce__title strong {
  color: #3258a2;
  font-weight: bold;
}
.home-aukce__btns {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .home-aukce__btns {
    top: 9rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-aukce__btns {
    top: 10.5rem;
  }
}
.home-aukce__btns .home-aukce__btn {
  position: relative;
  padding: 1.5rem 4rem;
  font-size: 1.6rem;
  line-height: 1.1;
  border: 0.1rem solid #3258a2;
  color: #3258a2;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 0.8rem;
  display: none;
}
@media only screen and (min-width: 991px) {
  .home-aukce__btns .home-aukce__btn {
    display: inline-block;
  }
}
.home-aukce__btns .home-aukce__btn:hover {
  background: #3258a2;
  color: #fff;
}
.home-aukce__btns .home-aukce__btn__normal {
  border: 0;
  padding: 1.5rem 2rem;
}
.home-aukce__btns .home-aukce__btn__normal:hover {
  text-decoration: underline;
  background-color: #fff;
  color: #3258a2;
}
.home-aukce__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100 + 2rem);
  margin: 0 -1rem;
}
@media only screen and (min-width: 1200px) {
  .home-aukce__list {
    width: calc(100 + 4rem);
    margin: 0 -2rem;
  }
}
.home-aukce__item {
  width: 100%;
  padding: 0 1rem;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 550px) {
  .home-aukce__item {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .home-aukce__item {
    width: 25%;
    margin: 0 0 3rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-aukce__item {
    padding: 0 2rem;
  }
}

.list-aukce {
  position: relative;
  padding: 6rem 0 4rem 0;
}
@media only screen and (min-width: 768px) {
  .list-aukce {
    padding: 6rem 0 4rem 0;
  }
}
.list-aukce__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100 + 2rem);
  margin: 0 -1rem;
}
@media only screen and (min-width: 1200px) {
  .list-aukce__list {
    width: calc(100 + 4rem);
    margin: 0 -2rem;
  }
}
.list-aukce__item {
  width: 100%;
  padding: 0 1rem;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 550px) {
  .list-aukce__item {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .list-aukce__item {
    width: 25%;
    margin: 0 0 3rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .list-aukce__item {
    padding: 0 2rem;
  }
}

.aukce-card {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000;
  box-shadow: 0.4rem 2rem 2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  overflow: hidden;
  transition: 0.5s;
}
.aukce-card:hover {
  box-shadow: 0.4rem 2rem 2rem rgba(0, 0, 0, 0.2);
}
.aukce-card:hover .aukce-card__image img {
  transform: scale(1.1);
}
.aukce-card__image {
  overflow: hidden;
  position: relative;
  height: 250px;
}
@media only screen and (min-width: 550px) {
  .aukce-card__image {
    height: 200px;
  }
}
@media only screen and (min-width: 991px) {
  .aukce-card__image {
    height: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .aukce-card__image {
    height: 210px;
  }
}
.aukce-card__image img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.aukce-card__date {
  background: #d64646;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.4rem;
  line-height: 1.1;
  padding: 1rem 1.5rem;
  border-top-left-radius: 0.8rem;
}
@media only screen and (min-width: 550px) {
  .aukce-card__date {
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .aukce-card__date {
    font-size: 1.6rem;
    padding: 1.5rem 3.5rem;
  }
}
.aukce-card__content {
  padding: 3rem 1rem 2rem 1rem;
}
.aukce-card__title {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #000;
  margin: 0 0 1rem 0;
  padding: 0;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .aukce-card__title {
    font-size: 1.8rem;
  }
}
.aukce-card__title strong {
  color: #3258a2;
}
.aukce-card__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.aukce-card__data {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.1;
  color: #3258a2;
}
@media only screen and (min-width: 768px) {
  .aukce-card__data {
    font-size: 1.8rem;
  }
}
.aukce-card__data img {
  margin: 0 1.2rem 0 0;
}
.aukce-card__price {
  background: #3258a2;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.1;
  padding: 1.8rem 1rem;
}
@media only screen and (min-width: 768px) {
  .aukce-card__price {
    font-size: 2.4rem;
  }
}

.about {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 10;
}
.about__left {
  width: 100%;
  background: #1ab6ff;
  color: #fff;
  position: relative;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 5rem 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .about__left {
    width: 50%;
    text-align: left;
    padding: 9rem 2rem 9rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .about__left {
    padding: 9rem 9rem 9rem 0;
  }
}
.about__left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 9999rem;
  height: 100%;
  z-index: -1;
  background: #1ab6ff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (min-width: 991px) {
  .about__left::before {
    right: 0;
    transform: none;
  }
}
.about__left h2 {
  font-size: 3.6rem;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 3rem;
  padding: 0;
  font-weight: normal;
}
.about__left h2 strong {
  color: #fbd89f;
  font-weight: bold;
}
.about__left p {
  margin: 0 0 2rem 0;
}
.about__left a {
  color: #fbd89f;
  text-decoration: underline;
}
.about__left a:hover {
  text-decoration: none;
}
.about__right {
  width: 100%;
  padding: 2rem 0 0 0;
}
@media only screen and (min-width: 991px) {
  .about__right {
    width: 50%;
    padding: 0 0 0 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .about__right {
    padding: 0 0 0 4rem;
  }
}
.about__icons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.about__item {
  width: 50%;
  text-align: center;
  padding: 3rem 1.5rem;
}
@media only screen and (min-width: 550px) {
  .about__item {
    width: 33.33%;
  }
}
.about__item h3 {
  font-size: 1.6rem;
  line-height: 1.1;
  color: #000;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
@media only screen and (min-width: 550px) {
  .about__item h3 {
    font-size: 1.8rem;
  }
}
.about__item a {
  text-decoration: none;
}
.about__item a:hover {
  text-decoration: underline;
}
.about__ico {
  position: relative;
  height: 6rem;
  width: 100%;
  margin: 0 0 1.5rem 0;
}
.about__ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.reference-slider .slick-dots {
  bottom: 0;
}
.reference-slider .slick-dots li {
  margin: 0;
}
.reference-slider .slick-dots li button:before {
  content: none;
}
.reference-slider .slick-dots li button:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #7f7e7e;
  display: block;
}
.reference-slider .slick-dots .slick-active button:after {
  background: #3258a2;
}
.reference-slider__item {
  padding: 2.5rem 0 4rem 0;
  position: relative;
}
@media only screen and (min-width: 550px) {
  .reference-slider__item {
    padding: 4.5rem 0 4rem 4.5rem;
  }
}
.reference-slider__item::before {
  content: "";
  width: 9.5rem;
  height: 8.3rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/quota.png) no-repeat center center;
  background-size: contain;
}
.reference-slider__name {
  font-size: 1.6rem;
  line-height: 1.1;
  color: #6e7273;
  margin: 0;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .reference-slider__name {
    text-align: left;
  }
}
.reference-slider__name strong {
  color: #3258a2;
  font-weight: bold;
}
.reference-slider__name a {
  color: inherit;
}
.reference-slider__name a:hover {
  text-decoration: none;
}
.reference-slider__text {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #6e7273;
  margin: 0 0 2rem 0;
  padding: 0;
  font-weight: normal;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .reference-slider__text {
    text-align: left;
  }
}
.reference-slider__text p {
  margin: 0;
}

.contact {
  padding: 7rem 0 4rem 0;
}
@media only screen and (min-width: 768px) {
  .contact {
    padding: 9rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contact {
    padding: 11rem 0;
  }
}
.contact__title {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.1;
  color: #000;
  margin: 0 0 3rem 0;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .contact__title {
    margin: 0 0 6rem 0;
  }
}
.contact__title strong {
  color: #3258a2;
  font-weight: bold;
}

.contact-form {
  width: 100%;
  max-width: 87rem;
  margin: 0 auto;
}
.contact-form__succes {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  color: #06d057;
  font-weight: bold;
  padding: 2rem 0 2.5rem 0;
}
.contact-form__data {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 1rem 1rem 4rem rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 1.6rem);
  margin: 0 -0.8rem;
  padding: 3rem 1.5rem 3rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .contact-form__data {
    padding: 7rem 10rem 6rem 10rem;
  }
}
.contact-form__data .form-field {
  margin: 0 0 2rem 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0.8rem;
}
@media only screen and (min-width: 550px) {
  .contact-form__data .form-field {
    width: calc(50% - 0.8rem);
  }
}
.contact-form__data .form-field__lbl {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #000;
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.contact-form__data .form-field__inp {
  border: 0.1rem solid #f3fbff;
  background: #f3fbff;
  border-radius: 0.7rem;
  outline: none !important;
  padding: 0 1.5rem;
  height: 5rem;
  margin: 0;
  width: 100%;
  color: #000;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
}
.contact-form__data .form-field__inp::placeholder {
  font-style: italic;
  color: #6e7273;
}
.contact-form__data .form-field__textarea {
  border: 0.1rem solid #f3fbff;
  background: #f3fbff;
  border-radius: 0.7rem;
  outline: none !important;
  padding: 1rem 1.5rem;
  height: 12rem;
  resize: none;
  margin: 0;
  width: 100%;
  color: #000;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
}
.contact-form__data .form-field__textarea::placeholder {
  font-style: italic;
  color: #6e7273;
}
.contact-form__data .form-field__select {
  border: 0.1rem solid #f3fbff;
  background: #f3fbff;
  border-radius: 0.7rem;
  outline: none !important;
  padding: 0 1.5rem;
  height: 5rem;
  margin: 0;
  width: 100%;
  color: #000;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
}
.contact-form__data .form-field__select::placeholder {
  font-style: italic;
  color: #6e7273;
}
.contact-form .form-agreement {
  width: 100%;
  text-align: center;
  padding: 3rem 0 0;
}
.contact-form .form-agreement .form-field {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  border-radius: 0;
  overflow: unset;
}
.contact-form .form-agreement .form-field__checkbox {
  margin: 0;
  display: block;
  color: #8c8b89;
  font-weight: 500;
  font-size: 1.2rem;
  position: relative;
  padding: 0 0 0 3rem;
  cursor: pointer;
  min-height: 2rem;
  line-height: 2.2rem;
  outline: none;
  max-width: 100%;
  font-style: italic;
}
.contact-form .form-agreement .form-field__checkbox:hover {
  text-decoration: none;
}
.contact-form .form-agreement .form-field__checkbox a {
  color: inherit;
}
.contact-form .form-agreement .form-field__checkbox a:hover {
  color: #000;
}
.contact-form .form-agreement .form-field__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.contact-form .form-agreement .form-field__checkbox input:checked ~ .form-field__indicator {
  background-color: #3258a2;
  border-color: #3258a2;
}
.contact-form .form-agreement .form-field__checkbox input:checked ~ .form-field__indicator {
  background-color: #3258a2;
  border-color: #3258a2;
}
.contact-form .form-agreement .form-field__checkbox input:checked ~ .form-field__indicator {
  background: #3258a2;
}
.contact-form .form-agreement .form-field__checkbox input:checked ~ .form-field__indicator:after {
  display: block;
}
.contact-form .form-agreement .form-field__checkbox .form-field__indicator {
  top: 0;
  border: 0.1rem solid #3258a2;
  background-color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
  height: 2rem;
  width: 2rem;
  background: #fff;
}
.contact-form .form-agreement .form-field__checkbox .form-field__indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact-form .form-checklists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 1.5rem 0 3rem 0;
}
.contact-form .form-checklists .form-field {
  border-radius: 0;
  overflow: unset;
}
.contact-form .form-checklists .form-field--checkbox {
  width: auto;
  margin: 1rem 1.5rem 1rem 1.5rem;
}
.contact-form .form-checklists .form-field__checkbox {
  margin: 0;
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  padding: 0 0 0 2.6rem;
  cursor: pointer;
  min-height: 1.6rem;
  line-height: 1.9rem;
  outline: none;
  max-width: 100%;
}
.contact-form .form-checklists .form-field__checkbox:hover {
  text-decoration: underline;
}
.contact-form .form-checklists .form-field__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.contact-form .form-checklists .form-field__checkbox input:checked ~ .form-field__indicator {
  background-color: #3258a2;
  border-color: #3258a2;
}
.contact-form .form-checklists .form-field__checkbox input:checked ~ .form-field__indicator {
  background-color: #3258a2;
  border-color: #3258a2;
}
.contact-form .form-checklists .form-field__checkbox input:checked ~ .form-field__indicator {
  background: #3258a2;
}
.contact-form .form-checklists .form-field__checkbox input:checked ~ .form-field__indicator:after {
  display: block;
}
.contact-form .form-checklists .form-field__checkbox .form-field__indicator {
  top: 0;
  border: 0.1rem solid #000;
  background-color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
  height: 1.6rem;
  width: 1.6rem;
  background: #fff;
}
.contact-form .form-checklists .form-field__checkbox .form-field__indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact-form .form-submit {
  width: 100%;
  text-align: center;
  padding: 4.5rem 0 0 0;
}
.contact-form .form-submit__btn {
  display: inline-block;
  padding: 1.7rem 5rem;
  border: 0.1rem solid #3258a2;
  background: #3258a2;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 0.5px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0.6rem;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (min-width: 768px) {
  .contact-form .form-submit__btn {
    font-size: 1.6rem;
  }
}
.contact-form .form-submit__btn:hover {
  border-color: #1ab6ff;
  background: #1ab6ff;
  color: #fff;
}

.modal {
  overflow: unset !important;
}
@media only screen and (min-width: 768px) {
  .modal .fancybox-close-small {
    width: 4.5rem;
    height: 4.5rem;
    background: #fff;
    border-radius: 100%;
    transform: translate(50%, -50%);
    opacity: 1;
    color: red;
  }
}
.modal .fancybox-close-small svg {
  fill: red;
}
.modal .fancybox-close-small svg path {
  fill: red;
}
.modal .fancybox-close-small:hover svg {
  fill: black;
}
.modal .fancybox-close-small:hover svg path {
  fill: black;
}

#about-modal {
  width: 100%;
  max-width: 74rem;
  padding: 0;
}

.about-modal__header img {
  display: block;
  width: 100%;
}
.about-modal__content {
  padding: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .about-modal__content {
    padding: 3rem;
  }
}
.about-modal__content h2 {
  font-size: 3.6rem;
  line-height: 1.1;
  color: #000;
  margin: 0 0 3rem;
  padding: 0;
  font-weight: normal;
}
.about-modal__content h2 strong {
  color: #3258a2;
  font-weight: bold;
}
.about-modal__content ul {
  list-style: none;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
.about-modal__content ul li {
  margin: 0;
  padding: 0 0 0 2rem;
  position: relative;
}
.about-modal__content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #3258a2;
  position: absolute;
  top: 9px;
  left: 0;
}
.about-modal__content p {
  margin: 0 0 2rem 0;
}

.btn {
  padding: 1.5rem 4rem;
  font-size: 1.6rem;
  line-height: 1.1;
  border: 0.1rem solid #3258a2;
  color: #fff;
  background: #3258a2;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 0.8rem;
  display: inline-block;
}
.btn:hover {
  border-color: #1ab6ff;
  background: #1ab6ff;
  color: #fff;
}

.code {
  padding: 7rem 0 4rem 0;
}
@media only screen and (min-width: 768px) {
  .code {
    padding: 9rem 0;
  }
}
.code__title {
  width: 100%;
  max-width: 78rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1.1;
  color: #000;
  margin: 0 auto 2rem auto;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .code__title {
    margin: 0 auto 2rem auto;
  }
}
.code__title strong {
  color: #3258a2;
  font-weight: bold;
}
.code__text {
  width: 100%;
  max-width: 78rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  margin: 0 auto 3rem auto;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .code__text {
    margin: 0 auto 5rem auto;
    font-size: 1.6rem;
  }
}
.code__new-aukce {
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
  padding: 5rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .code__new-aukce {
    padding: 8rem 0 0 0;
  }
}
.code__new-aukce-text {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  margin: 0 0 3rem 0;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .code__new-aukce-text {
    margin: 0 0 4rem 0;
    font-size: 2.4rem;
  }
}
.code__new-aukce-text strong {
  color: #3258a2;
  font-weight: bold;
}

.code-form {
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
}
.code-form__succes {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  color: #06d057;
  font-weight: bold;
  padding: 2rem 0 2.5rem 0;
}
.code-form__data {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 1rem 1rem 4rem rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 1.6rem);
  margin: 0 -0.8rem;
  padding: 3rem 1.5rem 3rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .code-form__data {
    padding: 5rem 10rem 3rem 10rem;
  }
}
.code-form__data .form-field {
  margin: 0 0 1rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .code-form__data .form-field {
    margin: 0 0 2rem 0;
    width: calc(100% - 18rem);
  }
}
.code-form__data .form-field__lbl {
  width: 10rem;
  font-size: 1.4rem;
  line-height: 1.1;
  color: #000;
  margin: 0.5rem 0;
  padding: 0;
  font-weight: bold;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .code-form__data .form-field__lbl {
    font-size: 1.6rem;
    width: 12rem;
  }
}
.code-form__data .form-field__inp {
  border: 0.1rem solid #f3fbff;
  background: #f3fbff;
  border-radius: 0.7rem;
  outline: none !important;
  padding: 0 1.5rem;
  height: 5rem;
  margin: 0;
  width: calc(100% - 10rem);
  color: #000;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (min-width: 768px) {
  .code-form__data .form-field__inp {
    width: calc(100% - 12rem);
  }
}
.code-form__data .form-field__inp::placeholder {
  font-style: italic;
  color: #6e7273;
}
.code-form .form-submit {
  width: 100%;
  text-align: center;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .code-form .form-submit {
    padding: 0 0 0 1rem;
    width: 18rem;
  }
}
.code-form .form-submit__btn {
  display: inline-block;
  padding: 1.6rem 1rem;
  width: 100%;
  border: 0.1rem solid #3258a2;
  background: #3258a2;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 0.5px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0.6rem;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (min-width: 768px) {
  .code-form .form-submit__btn {
    font-size: 1.6rem;
  }
}
.code-form .form-submit__btn:hover {
  border-color: #1ab6ff;
  background: #1ab6ff;
  color: #fff;
}

.code-contact-form {
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
}
.code-contact-form__succes {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  color: #06d057;
  font-weight: bold;
  padding: 2rem 0 2.5rem 0;
}
.code-contact-form__data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 1.6rem);
  margin: 0 -0.8rem;
  padding: 0;
}
.code-contact-form__data .form-field {
  margin: 0 0 2rem 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0.8rem;
}
@media only screen and (min-width: 768px) {
  .code-contact-form__data .form-field {
    width: calc(33.33% - 0.8rem);
  }
}
.code-contact-form__data .form-field__lbl {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #000;
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.code-contact-form__data .form-field__inp {
  border: 0.1rem solid #f3fbff;
  background: #f3fbff;
  border-radius: 0.7rem;
  outline: none !important;
  padding: 0 1.5rem;
  height: 5rem;
  margin: 0;
  width: 100%;
  color: #000;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
}
.code-contact-form__data .form-field__inp::placeholder {
  font-style: italic;
  color: #8c8b89;
}
.code-contact-form__data .form-field__textarea {
  border: 0.1rem solid #f3fbff;
  background: #f3fbff;
  border-radius: 0.7rem;
  outline: none !important;
  padding: 1.5rem;
  height: 12rem;
  resize: none;
  margin: 0;
  width: 100%;
  color: #000;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
}
.code-contact-form__data .form-field__textarea::placeholder {
  font-style: italic;
  color: #8c8b89;
}
.code-contact-form .form-submit {
  width: 100%;
  text-align: center;
  padding: 1.5rem 0 0 0;
}
.code-contact-form .form-submit__btn {
  display: inline-block;
  padding: 1.7rem 5rem;
  border: 0.1rem solid #3258a2;
  background: #3258a2;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 0.5px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0.6rem;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (min-width: 768px) {
  .code-contact-form .form-submit__btn {
    font-size: 1.6rem;
  }
}
.code-contact-form .form-submit__btn:hover {
  border: 0.1rem solid #1ab6ff;
  background: #1ab6ff;
  color: #fff;
}
.code-contact-form .form-agreement {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
}
.code-contact-form .form-agreement .form-field {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  border-radius: 0;
  overflow: unset;
}
.code-contact-form .form-agreement .form-field__checkbox {
  margin: 0;
  display: block;
  color: #8c8b89;
  font-weight: 500;
  font-size: 1.2rem;
  position: relative;
  padding: 0 0 0 3rem;
  cursor: pointer;
  min-height: 2rem;
  line-height: 2.2rem;
  outline: none;
  max-width: 100%;
  font-style: italic;
}
.code-contact-form .form-agreement .form-field__checkbox:hover {
  text-decoration: none;
}
.code-contact-form .form-agreement .form-field__checkbox a {
  color: inherit;
}
.code-contact-form .form-agreement .form-field__checkbox a:hover {
  color: #000;
}
.code-contact-form .form-agreement .form-field__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.code-contact-form .form-agreement .form-field__checkbox input:checked ~ .form-field__indicator {
  background-color: #3258a2;
  border-color: #3258a2;
}
.code-contact-form .form-agreement .form-field__checkbox input:checked ~ .form-field__indicator {
  background-color: #3258a2;
  border-color: #3258a2;
}
.code-contact-form .form-agreement .form-field__checkbox input:checked ~ .form-field__indicator {
  background: #3258a2;
}
.code-contact-form .form-agreement .form-field__checkbox input:checked ~ .form-field__indicator:after {
  display: block;
}
.code-contact-form .form-agreement .form-field__checkbox .form-field__indicator {
  top: 0;
  border: 0.1rem solid #3258a2;
  background-color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
  height: 2rem;
  width: 2rem;
  background: #fff;
}
.code-contact-form .form-agreement .form-field__checkbox .form-field__indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.gallery-detail {
  margin: 0 0 0.4rem 0;
}
.gallery-detail__item img {
  width: 100%;
  display: block;
}

.gallery-thumbs__item {
  padding: 0.5rem;
}
.gallery-thumbs__item img {
  width: 100%;
  display: block;
}

.detail-aukce {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding: 2rem 0 4rem 0;
}
@media only screen and (min-width: 768px) {
  .detail-aukce {
    padding: 4rem 0 7rem 0;
  }
}
.detail-aukce__description {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #000;
}
.detail-aukce__description-text {
  width: 100%;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 991px) {
  .detail-aukce__description-text {
    width: calc(50% - 3rem);
  }
}
@media only screen and (min-width: 1200px) {
  .detail-aukce__description-text {
    width: calc(60% - 4rem);
  }
}
.detail-aukce__description-text h2 {
  text-align: left;
  font-size: 2rem;
  line-height: 1.1;
  color: #000;
  margin: 0 0 3rem 0;
  padding: 0;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .detail-aukce__description-text h2 {
    font-size: 2.4rem;
  }
}
.detail-aukce__description-text h2 strong {
  color: #3258a2;
}
.detail-aukce__description-text .file-table th {
  color: #3258a2;
  font-weight: bold;
  padding: 15px 0;
  text-align: left;
}
.detail-aukce__description-text .file-table td a {
  color: #3258a2;
}
.detail-aukce__description-text .file-table td a:hover {
  text-decoration: none;
}
.detail-aukce__description-text .file-table td img {
  width: 24px;
  vertical-align: sub;
}
.detail-aukce__description-params {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .detail-aukce__description-params {
    width: calc(50% - 3rem);
  }
}
@media only screen and (min-width: 1200px) {
  .detail-aukce__description-params {
    width: calc(40% - 4rem);
  }
}
.detail-aukce__description-params table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.detail-aukce__description-params table tbody tr.dalsi th.nadpis {
  padding-top: 15px;
}
.detail-aukce__description-params table tbody tr th {
  text-align: left;
  font-weight: normal;
}
.detail-aukce__description-params table tbody tr th.nadpis {
  color: #3258a2;
  font-weight: bold;
}
.detail-aukce__description-params table tbody tr td {
  text-align: right;
  font-weight: normal;
}
.detail-aukce__description-params table tbody tr td a {
  color: #3258a2;
}
.detail-aukce__description-params table tbody tr td a:hover {
  color: #000;
}
.detail-aukce__gallery {
  width: 100%;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 991px) {
  .detail-aukce__gallery {
    width: calc(50% - 3rem);
    margin: 0;
  }
}
.detail-aukce__gallery .slick-arrow {
  width: 1.5rem;
  height: 4.1rem;
}
@media only screen and (min-width: 991px) {
  .detail-aukce__gallery .slick-arrow {
    width: 1.8rem;
  }
}
.detail-aukce__gallery .slick-arrow::before {
  content: "";
  background: url(../images/chevron.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.detail-aukce__gallery .slick-prev {
  left: -3rem;
}
.detail-aukce__gallery .slick-next {
  right: -3rem;
}
.detail-aukce__gallery .slick-next:before {
  transform: rotate(180deg);
}
.detail-aukce__gallery .slick-dots {
  bottom: -2rem;
}
.detail-aukce__gallery .slick-dots .slick-active button:after {
  background: #53d8ab;
}
.detail-aukce__gallery .slick-dots li {
  margin: 0;
}
.detail-aukce__gallery .slick-dots li button:before {
  content: none;
}
.detail-aukce__gallery .slick-dots li button:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #bed2db;
  display: block;
}
.detail-aukce__content {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .detail-aukce__content {
    width: calc(50% - 3rem);
  }
}
.detail-aukce__title {
  text-align: left;
  font-size: 2.6rem;
  line-height: 1.1;
  color: #000;
  margin: 0 0 1rem 0;
  padding: 0;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .detail-aukce__title {
    font-size: 3rem;
  }
}
.detail-aukce__title strong {
  color: #3258a2;
}
.detail-aukce__price {
  text-align: left;
  font-size: 2rem;
  line-height: 1.1;
  color: #000;
  margin: 0 0 1rem 0;
  padding: 0;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .detail-aukce__price {
    font-size: 2.4rem;
  }
}
.detail-aukce__price strong {
  color: #3258a2;
}
.detail-aukce__original-price {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #000;
  margin: 0 0 3rem 0;
  padding: 0;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .detail-aukce__original-price {
    font-size: 1.8rem;
  }
}
.detail-aukce__bids-title {
  color: #000;
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
  padding: 0;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  .detail-aukce__bids-title {
    font-size: 2.4rem;
  }
}
.detail-aukce__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 2rem 0;
}
.detail-aukce__data {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 1rem 2.5rem 1rem 0;
  font-size: 1.4rem;
  line-height: 1.1;
  color: #3258a2;
}
@media only screen and (min-width: 768px) {
  .detail-aukce__data {
    font-size: 1.8rem;
  }
}
.detail-aukce__data img {
  margin: 0 1.2rem 0 0;
}

.detail-bid {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 3rem 0;
  max-width: 48rem;
}
@media only screen and (min-width: 550px) {
  .detail-bid {
    flex-direction: row;
    align-items: center;
  }
}
.detail-bid__lbl {
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 550px) {
  .detail-bid__lbl {
    margin: 0 2.5rem 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .detail-bid__lbl {
    font-size: 1.6rem;
  }
}
.detail-bid__inp {
  margin: 0 0 0.2rem 0;
  padding: 0.8rem 1.5rem 1.3rem 1.5rem;
  border: 0.1rem solid #f3fbff;
  background: #f3fbff;
  outline: none !important;
  border-radius: 0.8rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  color: #000;
  flex: 1;
}
@media only screen and (min-width: 550px) {
  .detail-bid__inp {
    max-width: calc(100% - 118px - 100px);
    margin: 0 0.2rem 0 0;
  }
}
.detail-bid__btn {
  position: relative;
  font-weight: normal;
  display: inline-block;
  border-radius: 0.5rem;
  border: none;
  color: #fff;
  background: #3258a2;
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
  padding: 1.4rem 2.5rem;
}
@media only screen and (min-width: 550px) {
  .detail-bid__btn {
    font-size: 1.6rem;
    padding: 1.4rem 2.7rem;
  }
}
.detail-bid__btn:hover {
  background: #1ab6ff;
  text-decoration: none;
  color: #fff;
}

.detail-bids-history {
  background: #f3fbff;
  padding: 1.5rem 0.5rem 1rem 0.5rem;
  width: 100%;
  border-radius: 0.8rem;
  margin: 0 0 3rem 0;
  position: relative;
}
@media only screen and (min-width: 550px) {
  .detail-bids-history {
    padding: 1.5rem 1rem 1rem 1.5rem;
  }
}
.detail-bids-history__toggle {
  text-align: right;
  padding: 2rem 1rem 1rem 0;
}
.detail-bids-history__toggle-btn {
  color: #000;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding: 0 2.3rem 0 0;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.detail-bids-history__toggle-btn::before {
  content: "";
  width: 1.5rem;
  height: 0.9rem;
  background: url(../images/right-chevron.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 0;
}
.detail-bids-history__toggle-btn .more {
  display: block;
}
.detail-bids-history__toggle-btn .less {
  display: none;
}
.detail-bids-history__toggle-btn.open::before {
  transform: translateY(-50%) rotate(180deg);
}
.detail-bids-history__toggle-btn.open .more {
  display: none;
}
.detail-bids-history__toggle-btn.open .less {
  display: block;
}
.detail-bids-history__toggle-btn:hover {
  text-decoration: underline;
}
.detail-bids-history.extended table tbody tr.invisible {
  display: table-row;
}
.detail-bids-history table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.detail-bids-history table tbody tr.invisible {
  display: none;
}
.detail-bids-history table tbody tr:last-child td {
  border: none;
}
.detail-bids-history table tbody tr td {
  vertical-align: middle;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  padding: 0.5rem;
  line-height: 1.2;
  border-bottom: 1px solid #d5eefb;
}
@media only screen and (min-width: 550px) {
  .detail-bids-history table tbody tr td {
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
  }
}
.detail-bids-history table tbody tr td strong {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  transform: translateY(3px);
  font-weight: bold;
}
.detail-bids-history table tbody tr td:first-child strong {
  color: #3258a2;
}
.detail-bids-history table tbody tr td:last-child {
  text-align: right;
}

.detail-aukce-help {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-radius: 0.8rem;
  background: #f3fbff;
  color: #000;
  margin: 0 0 3rem 0;
  padding: 1rem 1.5rem;
  flex-direction: column;
}
@media only screen and (min-width: 550px) {
  .detail-aukce-help {
    flex-direction: row;
    padding: 1rem 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .detail-aukce-help {
    margin: 0 0 5rem 0;
  }
}
.detail-aukce-help__image {
  width: 8rem;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 550px) {
  .detail-aukce-help__image {
    width: 10rem;
  }
}
.detail-aukce-help__image img {
  max-width: 100%;
  border-radius: 100%;
}
.detail-aukce-help__content {
  width: 100%;
  padding: 2rem 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .detail-aukce-help__content {
    width: calc(100% - 10rem);
    padding: 2rem;
    text-align: left;
  }
}
.detail-aukce-help__content a {
  position: relative;
  font-weight: 600;
  display: inline-block;
  border-radius: 0.5rem;
  border: none;
  color: #fff;
  background: #3258a2;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
  padding: 1rem 2rem 1rem 4.5rem;
  margin: 0 1rem 1rem 0;
}
@media only screen and (min-width: 1200px) {
  .detail-aukce-help__content a {
    padding: 1rem 2rem 1rem 4.5rem;
  }
}
.detail-aukce-help__content a[href^="mailto:"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/mail.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.detail-aukce-help__content a[href^="tel:"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/phone.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.detail-aukce-help__content a:hover {
  background: #1ab6ff;
  color: #fff;
}
.detail-aukce-help__content a:hover:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.detail-aukce-help__title {
  width: 100%;
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000;
  padding: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
}
.detail-aukce-help.auction-deadline {
  margin: 3rem 0;
}
.detail-aukce-help.auction-deadline .detail-aukce-help__content {
  width: 100%;
}
.detail-aukce-help.auction-deadline .detail-aukce-help__title {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.PopupBody {
  display: none;
  width: 100%;
}
.PopupBody.fancybox-content {
  padding: 4rem 3rem 2rem 3rem;
}

.popup-window__content {
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .popup-window__content {
    font-size: 2.4rem;
  }
}
.popup-window__btn {
  position: relative;
  font-weight: normal;
  display: inline-block;
  border-radius: 0.5rem;
  border: none;
  color: #fff;
  background: #3258a2;
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
  padding: 1.4rem 2.5rem;
}
@media only screen and (min-width: 550px) {
  .popup-window__btn {
    font-size: 1.6rem;
    padding: 1.5rem 4rem;
  }
}
.popup-window__btn:hover {
  background: #1ab6ff;
  text-decoration: none;
  color: #fff;
}

.subpage {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000;
  font-family: "Open Sans", sans-serif;
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .subpage {
    font-size: 1.6rem;
    padding: 7rem 0;
  }
}
.subpage img {
  max-width: 100%;
}
.subpage a {
  color: #3258a2;
}
.subpage a:hover {
  text-decoration: none;
  color: #3258a2;
}
.subpage h2 {
  margin: 0 0 2rem 0;
  padding: 0;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .subpage h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .subpage h2 {
    font-size: 3.2rem;
  }
}
.subpage h3 {
  margin: 0 0 2rem 0;
  padding: 0;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .subpage h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .subpage h3 {
    font-size: 2.5rem;
  }
}
.subpage h4 {
  margin: 0 0 1rem 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .subpage h4 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .subpage h4 {
    font-size: 2rem;
  }
}
.subpage p {
  margin: 0 0 2.5rem;
}
.subpage ul {
  padding: 0;
  list-style: none;
  margin: 3rem 0 2.5rem 0;
  display: block;
}
.subpage ul li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
  position: relative;
}
.subpage ul li:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 0.8rem;
  left: 0;
  background: #3258a2;
}
@media only screen and (min-width: 768px) {
  .subpage ul li:before {
    top: 0.8rem;
  }
}
.subpage ol {
  padding-left: 2rem;
  margin: 3rem 0 2.5rem 0;
  display: block;
}
.subpage ol li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
  position: relative;
}

.swal2-header, .swal2-content, .swal2-actions {
  font-size: initial !important;
}

.swal2-modal, .swal2-popup, .swal2-container {
  font-size: initial !important;
}
.swal2-modal .swal2-confirm, .swal2-popup .swal2-confirm, .swal2-container .swal2-confirm {
  background-color: #3258a2 !important;
}

form .form-errors {
  padding-left: 0;
  list-style-type: none;
  color: #d64646;
  font-size: initial;
}
form .form-errors li {
  padding-bottom: 5px;
}

.form-errors {
  padding-left: 0;
  list-style-type: none;
  color: #d64646;
  font-size: initial;
}
.form-errors li {
  padding-bottom: 5px;
}

.custom-link {
  color: #3258a2;
}
.custom-link:hover {
  text-decoration: none;
}

html, body {
  scroll-behavior: smooth;
}

.detail-history {
  position: relative;
}
.detail-history .history-loader {
  position: absolute;
  width: 100%;
  height: calc(100% - 35px);
  margin-top: 35px;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(243, 251, 255, 0.8);
  display: none;
}
.detail-history .history-loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail-history .refresh-btn {
  color: #000;
  float: right;
  font-size: 15px;
  position: relative;
  top: 3px;
  right: 10px;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.hidden {
  display: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.text-bold {
  font-weight: bold !important;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.disable-scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

.color-red {
  color: #ff194f !important;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #3258a2;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.loader-wrapper {
  width: 100%;
}

.fs-initial {
  font-size: initial;
}

.cookie-panel {
  z-index: 999;
  width: calc(100% - 3rem);
  min-height: 2rem;
  box-sizing: border-box;
  padding: 2rem;
  background: #1ab6ff;
  overflow: hidden;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 550px) {
  .cookie-panel {
    width: 29rem;
  }
}
@media only screen and (min-width: 768px) {
  .cookie-panel {
    width: 35rem;
    padding: 3rem;
    bottom: 3rem;
    right: 3rem;
  }
}
.cookie-panel__content {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
  margin-top: 1rem;
  position: relative;
  z-index: 20;
  letter-spacing: 0.5px;
}
.cookie-panel__content a {
  color: #fff;
  text-decoration: underline;
}
.cookie-panel__content a:hover {
  text-decoration: none;
}
.cookie-panel__content input {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1.5rem;
  background: transparent;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  padding: 1.5rem 4.5rem;
  text-align: center;
  transition: 0.3s;
  border: 0.2rem solid #fff;
  border-radius: 0;
  outline: none !important;
  cursor: pointer;
  border-radius: 0.5rem;
}
.cookie-panel__content input:hover {
  cursor: pointer;
  background: #fff;
  color: #1ab6ff;
}

.navigation {
  list-style: none;
  margin: 0;
  padding: 0 4rem 2rem 4rem;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .navigation {
    padding: 0 2rem 0 0;
    display: flex;
    align-items: center;
  }
}
.navigation > li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .navigation > li {
    display: inline-block;
  }
}
.navigation > li > a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  color: #000000;
  padding: 1.4rem 1.3rem;
  transition: 0.3s;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) {
  .navigation > li > a {
    font-size: 1.6rem;
    padding: 1rem 2.3rem;
  }
}
.navigation > li > a:hover {
  text-decoration: none;
  color: #1ab6ff;
}
.navigation > li.selected a {
  font-weight: bold;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .navigation > li.selected a:after {
    content: "";
    position: absolute;
    bottom: -0.3rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2rem);
    height: 0.3rem;
    background: #1ab6ff;
  }
}
@media only screen and (min-width: 991px) and (min-width: 1200px) {
  .navigation > li.selected a:after {
    width: calc(100% - 4rem);
  }
}
.navigation > li.has-child > a {
  padding: 1rem 1rem;
}
@media only screen and (min-width: 991px) {
  .navigation > li.has-child > a {
    padding: 1rem 3rem 1rem 2rem;
  }
}
.navigation > li.has-child > a:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../images/arrow.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 47%;
  right: 1rem;
}
.navigation > li.has-child > a span {
  pointer-events: none;
}
.navigation > li.has-child ul {
  display: block;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 0;
  background: #fff;
  list-style: none;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 991px) {
  .navigation > li.has-child ul {
    position: absolute;
    top: 150%;
    left: -1rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 0.5rem 0;
    height: auto;
    min-width: 200px;
    border-radius: 0;
  }
}
.navigation > li.has-child ul li {
  margin: 0;
  padding: 0;
  display: block;
}
.navigation > li.has-child ul li a {
  display: block;
  text-align: left;
  font-weight: normal;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  padding: 1rem 2rem !important;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 991px) {
  .navigation > li.has-child ul li a {
    padding: 1rem 1.5rem;
    text-align: left;
    font-size: 1.3rem;
  }
}
.navigation > li.has-child ul li a:before, .navigation > li.has-child ul li a:after {
  content: none;
  display: none;
}
.navigation > li.has-child ul li a:hover {
  background: none;
  color: #1ab6ff;
}
.navigation > li.open ul {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  height: auto;
  display: block !important;
  z-index: 99;
}
@media only screen and (min-width: 1200px) {
  .navigation > li.open ul {
    top: 100%;
  }
}
.navigation > li.open a:before {
  transform: translateY(-50%) rotate(90deg);
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: none;
}
@media only screen and (min-width: 991px) {
  .header-mobile {
    display: none !important;
  }
}
.header-mobile ul, .header-mobile div {
  overflow-x: hidden;
  max-width: 100vw;
}
.header-mobile__header {
  height: 6rem;
  background: #1ab6ff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header-mobile__header {
    height: 8rem;
  }
}
.header-mobile__back {
  position: fixed;
  top: 1.7rem;
  left: 1rem;
  z-index: 9999;
  cursor: pointer;
  border: none;
  appearance: none;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 1.5rem;
  color: #fff;
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-mobile__back {
    top: 2.7rem;
    left: 1.5rem;
  }
}
.header-mobile__back img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
  width: 2.2rem;
  height: 2.2rem;
}
.header-mobile__back span {
  margin: 0 0 0 1rem;
}
.header-mobile__back.visible {
  display: flex;
  align-items: center;
}
.header-mobile__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  cursor: pointer;
  border: none;
  appearance: none;
  background: transparent;
  display: flex;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 1.5rem;
  color: #fff;
}
.header-mobile__close span {
  margin: 0 1rem 0 0;
}
@media only screen and (min-width: 768px) {
  .header-mobile__close span {
    margin: 0 2rem 0 0;
  }
}
.header-mobile__close img {
  width: 2rem;
  height: 2rem;
}
@media only screen and (min-width: 768px) {
  .header-mobile__close img {
    width: 3rem;
    height: 3rem;
  }
}
.header-mobile__content {
  height: calc(100vh - 6rem);
  overflow-y: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header-mobile__content {
    height: calc(100vh - 8rem);
    padding: 6rem 6rem 4rem 6rem;
  }
}
.header-mobile__nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
.header-mobile__nav ul li {
  margin: 0;
  padding: 0;
}
.header-mobile__nav ul li:first-child > a {
  border-top: none;
}
.header-mobile__nav ul li a {
  color: #000;
  text-decoration: none;
  border-top: 1px solid #f1f1f1;
  display: block;
  position: relative;
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .header-mobile__nav ul li a {
    font-size: 2rem;
    padding: 2rem 3rem;
  }
}
.header-mobile__nav ul li.selected > a {
  color: #1ab6ff;
}
.header-mobile__nav ul li.has-child > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  opacity: 0.5;
}
.header-mobile__nav ul li.has-child ul {
  position: fixed;
  top: 6rem;
  right: -101%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 10;
  background: #fff;
  transition: 0.3s;
}
.header-mobile__nav ul li.has-child.open > ul {
  right: 0;
}
.header-mobile__open {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 0;
}
.header-mobile__soc-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
.header-mobile__soc-icons a {
  display: inline-block;
  margin: 0 0 0 1rem;
}
@media only screen and (min-width: 1200px) {
  .header-mobile__soc-icons a {
    margin: 0 0 0 2rem;
  }
}
.header-mobile__soc-icons a img {
  width: 3.2rem;
  height: 3.2rem;
  opacity: 0.5;
  transition: 0.3s;
}
.header-mobile__soc-icons a.color-red {
  filter: brightness(0) saturate(100%) invert(23%) sepia(43%) saturate(7328%) hue-rotate(342deg) brightness(89%) contrast(92%);
}
.header-mobile__soc-icons a.color-red img {
  opacity: 1;
}
.header-mobile__soc-icons a:hover img {
  opacity: 1;
}
.header-mobile__btn {
  display: flex;
  align-items: center;
  padding: 1.3rem 2rem 1.3rem 2rem;
  background: #3258a2;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1;
  transition: 0.3s;
  white-space: nowrap;
}
@media only screen and (min-width: 550px) {
  .header-mobile__btn {
    justify-content: center;
    font-size: 1.6rem;
    padding: 1.6rem 2rem 1.6rem 2rem;
  }
}
.header-mobile__btn img {
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 1.5rem 0 0;
}
.header-mobile__btn:hover {
  background: #1ab6ff;
}

.pager {
  text-align: center;
  padding: 1rem 0 3rem 0;
}
@media only screen and (min-width: 991px) {
  .pager {
    margin: 3rem 0 0 0;
    padding: 0 0 4rem 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
}
.pager__btn {
  padding: 0 0 1rem 0;
}
@media only screen and (min-width: 991px) {
  .pager__btn {
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.pager__btn-link {
  position: relative;
  font-weight: normal;
  display: inline-block;
  border-radius: 0.5rem;
  border: none;
  color: #fff;
  background: #1ab6ff;
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
  padding: 1.4rem 2.5rem;
}
@media only screen and (min-width: 550px) {
  .pager__btn-link {
    font-size: 1.6rem;
    padding: 1.5rem 4rem;
  }
}
.pager__btn-link:hover {
  background: #3258a2;
  text-decoration: none;
  color: #fff;
}
.pager__list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
@media only screen and (min-width: 991px) {
  .pager__list {
    padding: 1.3rem 0 0.7rem 0;
  }
}
.pager__list li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 1.8rem;
  margin: 0 0.2rem;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}
.pager__list li a, .pager__list li span {
  display: block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  text-align: center;
  min-width: 4rem;
  height: 4rem;
  line-height: 3.6rem;
  color: #000;
  background: transparent;
  transition: 0.3s;
  border-radius: 0.5rem;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .pager__list li a, .pager__list li span {
    min-width: 4rem;
    height: 4rem;
    line-height: 3.6rem;
  }
}
.pager__list li a:hover {
  text-decoration: underline;
}
.pager__list li.current span {
  background: #3258a2;
  color: #fff;
  text-decoration: none;
}
.pager__list li.next a img, .pager__list li.prev a img {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  top: 3px;
}
.pager__list li.prev {
  margin: 0 4rem 0 0;
}
.pager__list li.next {
  margin: 0 0 0 4rem;
}
.pager__list li.next img {
  transform: rotate(180deg);
}

.timer, .timer-done, .timer-loop {
  font-size: 2.4rem;
  color: red;
  font-weight: bold;
}

.jst-hours {
  float: left;
}

.jst-minutes {
  float: left;
}

.jst-seconds {
  float: left;
}

.jst-clearDiv {
  clear: both;
}

.jst-timeout {
  color: red;
}

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