@font-face {
  font-family: "Proxima Nova";
  src: url(../fonts/862957f462a3cd7122294855b076da74.woff2) format("woff2"), url(../fonts/7990e5187e35346a1a4187485f3d9079.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url(../fonts/51e73062e691a23fb801743a1c5d6f64.woff2) format("woff2"), url(../fonts/c611b0015a7f48f62cfcac8f198b71b2.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url(../fonts/54b9eb90d4b941f9371e1be637ce2c57.woff2) format("woff2"), url(../fonts/9d060ce65c8a91d38e218db97dd82463.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url(../fonts/bd087ed2c1c95fc74e2c8e4de2a05a52.woff2) format("woff2"), url(../fonts/10beeac5b6a46a7cef4962d9bffb6aca.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url(../fonts/c4c3616c5577f9e7ef87762dea50caa2.woff2) format("woff2"), url(../fonts/3d59ce3e9d6f49acb2856a03aed17f53.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url(../fonts/c84883dfcd4817e310dfe170d72183c5.woff2) format("woff2"), url(../fonts/7bbe1c8847f08b1633a0b59bcbe65ce0.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url(../fonts/5eca80c598e6bc1bd4af2adea7444759.woff2) format("woff2"), url(../fonts/6cad02f9c130d1496ea5f2bd6a5771d0.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
.button-block {
  display: flex;
  justify-content: center;
}
.back-btn {
  display: flex;
  width: 70%;
  justify-content: flex-end;
}
.back-btn button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none !important;
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Proxima Nova", sans-serif;
}
@media (max-width: 767px) {
  .back-btn {
    position: absolute;
    top: 15px;
    right: 5px;
    padding: 0;
  }
  .back-btn button {
    transform: none;
  }
}
.back-btn button svg {
  color: #ffffff;
  max-width: 10px;
  height: 16px;
  position: relative;
  top: 2px;
  margin-right: 6px;
  -webkit-transition: margin-right 0.3s ease;
  -moz-transition: margin-right 0.3s ease;
  -o-transition: margin-right 0.3s ease;
  transition: margin-right 0.3s ease;
}
.back-btn button:hover svg {
  margin-right: 11px;
}
#counties-data {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.card {
  text-align: center;
  width: 20%;
}
.card .main-card .link-to-page-btn,
.card .tab-card .link-to-page-btn {
  border-radius: 5px;
  background: #ffffff;
  cursor: pointer;
  height: 100px;
  width: 100%;
  position: relative;
  display: block;
}
.card .main-card .link-to-page-btn .barbora-btn-txt,
.card .tab-card .link-to-page-btn .barbora-btn-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  color: #e7111d;
  margin: 0;
  text-decoration: none;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  display: block;
}
.card .main-card .link-to-page-btn .barbora-btn-txt span,
.card .tab-card .link-to-page-btn .barbora-btn-txt span {
  display: block;
  margin-top: 5px;
}
.card .main-card .link-to-page-btn:hover,
.card .tab-card .link-to-page-btn:hover {
  background-color: #4db349;
  box-shadow: 0 12px 10px 0 rgba(73, 73, 73, 0.2);
}
.card .main-card .link-to-page-btn:hover .barbora-btn-txt,
.card .tab-card .link-to-page-btn:hover .barbora-btn-txt {
  color: #ffffff;
}
.card .main-card .link-to-page-btn,
.card .tab-card .link-to-page-btn {
  border: none;
  outline: none !important;
  cursor: pointer;
}
.card .main-card.scale {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.card .main-card,
.card .tab-card {
  padding: 10px;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.county-open-soon .main-card .link-to-page-btn.link-to-page-btn--disabled,
.county-open-soon .tab-card .link-to-page-btn.link-to-page-btn--disabled {
  background-color: #9e9e9e;
  cursor: default;
}
.county-open-soon .main-card .link-to-page-btn.link-to-page-btn--disabled .barbora-btn-txt,
.county-open-soon .tab-card .link-to-page-btn.link-to-page-btn--disabled .barbora-btn-txt {
  color: #ffffff;
}
.county-open-soon .main-card .link-to-page-btn.link-to-page-btn--disabled .barbora-btn-txt span,
.county-open-soon .tab-card .link-to-page-btn.link-to-page-btn--disabled .barbora-btn-txt span {
  font-size: 16px;
}
.county-open-soon .main-card .link-to-page-btn.link-to-page-btn--disabled:hover,
.county-open-soon .tab-card .link-to-page-btn.link-to-page-btn--disabled:hover {
  background-color: #9e9e9e !important;
  box-shadow: none !important;
}
.hidden-card {
  width: 35%;
}
.hidden-card .sub-text {
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 767px) {
  .hidden-card .sub-text {
    display: none;
  }
}
.hidden-card .scale {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.hidden-mobile-card-txt {
  display: none;
  margin-top: 30px;
}
.hidden-mobile-card-txt p {
  padding: 0 10px;
  color: #ffffff;
  font-size: 14px;
  margin: 0 0 20px;
}
.hidden-mobile-card-txt b {
  font-size: 18px;
}
@media (max-width: 767px) {
  .hidden-mobile-card-txt {
    display: block;
  }
}
@media (max-width: 991px) {
  .card {
    width: 50%;
  }
  .hidden-card {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .card {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .card .main-card.animated-card {
    -webkit-transition-delay: 0s !important;
    -moz-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  .card .main-card.animated-card:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  .hidden-card .tab-card:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  .county-open-soon .main-card:hover,
  .county-open-soon .tab-card:hover {
    transform: none !important;
  }
}
@media (max-width: 500px) {
  .card a,
  .card button {
    font-size: 25px;
  }
}
.contacts {
  padding: 50px 0 25px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 550px;
  margin: 0 auto;
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.contacts .info {
  width: 50%;
  display: block;
  margin: 0 auto 10px;
}
@media (max-width: 500px) {
  .contacts .info {
    width: 100%;
  }
}
.contacts .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.contacts .info div {
  width: 50px;
}
.contacts .info div img {
  width: 100%;
}
.contacts .info a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  margin-left: 20px;
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Proxima Nova", sans-serif;
  font-weight: normal;
  background-color: #e7111d;
  overflow-x: hidden !important;
}
#app {
  padding: 40px 0 25px;
}
@media (max-width: 500px) {
  #app {
    padding: 20px 0 25px;
  }
}
.container {
  width: 100%;
  max-width: 1199px;
  margin: auto;
}
h1 {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  padding: 0 15px;
}
.logo img {
  max-width: 350px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 500px) {
  .logo img {
    max-width: 320px;
  }
}

