/* body {
    display: flex;
    flex-direction: column;
}

header {
    align-self: flex-start;
}
*/




#hero {
  width: 100%;
  /* flex-grow: 1;*/
  height: 70vh;
  background: url(../img/promo.png) center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#hero:before {
  content: "";
/*  background: url(/img/promo-st.png) center no-repeat; */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

img.rot {
  position: absolute;
  animation-name: rot;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  }

  .me-lg-auto {
      margin-right: auto!important;
      margin-left: auto!important;
  }

  .px-2 {
    padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
    background-color: #d1ab68;
    color: #f7f7f7;
}

.px-2:focus, .px-2:hover {
    background-color: #551418;
    color: #f7f7f7;
}

.px-3 {
  padding-right: 0.5rem!important;
  padding-left: 0.5rem!important;
  text-align: center;
  font-weight: bold;
  border: 2px solid #dbdbdb;
  background-color: #551418;
  color: #f7f7f7;
}

.px-3:focus, .px-3:hover {
  background-color: #f7f7f7;
  color: #551418;
  border: 2px solid #551418;
}

.px-4 {
  padding-right: 0.5rem!important;
  padding-left: 0.5rem!important;
  text-align: center;
  font-weight: bold;
  border: 2px solid #551418;
  background-color: #f7f7f7;
  color: #551418;
}

.px-4:focus, .px-4:hover {
  color: #551418;
  outline: 2px dashed #3d1f15; /* Ширина, вид и цвет рамки */
  outline-offset: -6px; /* Выводим рамку внутри элемента */
}

.px-99 {
  padding-right: 0.5rem!important;
  padding-left: 0.5rem!important;
  text-align: center;
  font-weight: bold;
  border: 2px solid #551418;
  background-color: #f7f7f7;
  color: #551418;
}

.px-99:focus, .px-99:hover {
  color: #551418;
  outline: 2px dashed #3d1f15; /* Ширина, вид и цвет рамки */
  outline-offset: -6px; /* Выводим рамку внутри элемента */
}

.px-5 {
    font-weight: bold;
    color: #fff;
    background-color: black;
    border-radius: 30px;
    display: flex;
    max-width: 300px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
}

.px-5 span {
  border-radius: 5px;
      margin-left: 5px;
      margin-right: 2px;
      padding-left: 2px;
      padding-right: 2px;
      color: #000;
      background: #fff;
}

.px-5:focus, .px-5:hover {
  color: #fff;
  outline: 2px dashed #fff; /* Ширина, вид и цвет рамки */
  outline-offset: -6px; /* Выводим рамку внутри элемента */
}

.px-6 {
    font-weight: bold;
    color: #fff;
    background-color: black;
    border-radius: 30px;
    display: flex;
    max-width: 300px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
}


.px-6 span {
  border-radius: 5px;
      margin-left: 5px;
      margin-right: 2px;
      padding-left: 2px;
      padding-right: 2px;
      color: #5ab12e;
      background: #fff;
}

.px-6:focus, .px-6:hover {
  color: #fff;
  outline: 2px dashed #fff; /* Ширина, вид и цвет рамки */
  outline-offset: -6px; /* Выводим рамку внутри элемента */
}

.px-7 {
    font-weight: bold;
    color: #fff;
    background-color: black;
    border-radius: 30px;
    display: flex;
    max-width: 300px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
}


.px-7 span {
  border-radius: 5px;
      margin-left: 5px;
      margin-right: 2px;
      padding-left: 2px;
      padding-right: 2px;
      color: #004f9e;
      background: #fff;
}

.px-7:focus, .px-7:hover {
  color: #fff;
  outline: 2px dashed #fff; /* Ширина, вид и цвет рамки */
  outline-offset: -6px; /* Выводим рамку внутри элемента */
}

.px-8 {
    font-weight: bold;
    color: #fff;
    background-color: #000;
    border-radius: 30px;
    max-width: 300px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
}


.px-8 span {
  border-radius: 5px;
      margin-left: 5px;
      margin-right: 2px;
      padding-left: 2px;
      padding-right: 2px;
      color: #004f9e;
      background: #fff;
}

.px-8:focus, .px-8:hover {
  color: #fff;
  outline: none;
  outline: 2px dashed #fff; /* Ширина, вид и цвет рамки */
  outline-offset: -4px; /* Выводим рамку внутри элемента */
}

.px-9 {
  padding-right: 0.5rem!important;
  padding-left: 0.5rem!important;
  margin-top: 0.5rem;
  text-align: center;
  font-weight: bold;
  border: 2px solid #dbdbdb;
  background-color: #0866ff;
  color: #f7f7f7;
}

.px-9:focus, .px-9:hover {
    background-color: #f7f7f7;
    color: #0866ff;
    border: 2px solid #0866ff;
}


.language {
  padding-right: 0.5rem!important;
  padding-left: 0.7rem!important;
}

  .english {
    content: url(../img/eng.png);
    display: inline-block;
    width: 20px;
    height: 11px;
  }

  .deutsch {
    content: url(../img/de.png);
    display: inline-block;
    width: 20px;
    height: 11px;
  }

  .polski {
    content: url(../img/pl.png);
    display: inline-block;
    width: 20px;
    height: 11px;
  }

@keyframes rot {
  0% {opacity: 0; transform: scale(0.9, 0.9) translateX(-200px) translateY(-170px) rotate(15deg);}
  25% {opacity: 0.2; transform: scale(1, 1) translateX(0px) translateY(-170px) rotate(0deg);}
  50% {opacity: 0.5; transform: scale(0.9, 0.9) translateX(200px) translateY(-170px) rotate(-15deg);}
  75% {opacity: 0.7; transform: scale(1, 1) translateX(0px) translateY(-170px) rotate(0deg);}
  100% {opacity: 1; transform: scale(0.9, 0.9) translateX(-200px) translateY(-170px) rotate(15deg);}
}

.mouse {
  margin-top: 3rem!important;
  background: #000;
  border: 2px solid #fff;
  border-radius: 17px;
  height: 50px;
  width: 30px;
  display: block;
  z-index: 10;
}

.mouse .wheel {
  position: relative;
  border-radius: 4px;
  background:#fff;
  width: 2px;
  height: 7px;
  margin: auto;
}

.mouse .wheel {
  -webkit-animation-name: wheel;
          animation-name: wheel;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes wheel {
  0% {
    top: 3px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 18px;
    opacity: 0;
  }
}

@keyframes wheel {
  0% {
    top: 3px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 18px;
    opacity: 0;
  }
}

#hero .container {
  position: relative;
  padding-top: 5px;
}

#hero h1 {
  margin-top: 3rem!important;
  margin: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
}

#hero h2 {
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 23px;
}

#hero .icon-box h3 {
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
}

#hero .icon-box h3 a:hover {
  color: #ffc451;
}


.p-3 {
  background: #f7f7f7;
}

.icon-box {
  padding: 10px 10px;
  border: 1px solid rgba(255,255,255, 0.3);
  background: #551418;
  height: 100%;
  text-align: center;
}

.icon-box:hover {
  color: #d1ab68;
  border-color: #d1ab68;
}

#photo-t:before {
  display: block;
	content: "";
	height: 150px;
	margin: -150px 0 0;
}

/* потрібно тільки якщо фіксована шапка
#about:before {
  display: block;
	content: "";
	height: 150px;
	margin: -150px 0 0;
}

.about ul li {
  list-style-type: none;
}

#bank:before {
  display: block;
	content: "";
	height: 150px;
	margin: -150px 0 0;
}

.bank ul li {
  list-style-type: none;
}
*/


.cta {
  background: linear-gradient(rgba(2,2,2,0.6), rgba(2,2,2,0.9)), url('../img/cta.jpg') fixed center center;
  padding: 50px 0;
  color: #fff;
}

.cta h3 {
  font-weight: 700;
  font-size: 28px;
}

.cta-btn {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  margin-top: 10px;
}

.cta-btn:hover {
  background: #ffc451;
  border-color: #ffc451;
  color: #151515;
}

.carousel-btn {
 background: rgba(255, 255, 255, 0.4);
}

.animateNumber-b {
  color: #fff;
      background: #212529;
      margin-right: 5px;
      margin-left: 5px;
      margin-top: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      border: 5px double #fff;
      border-radius: 15px 50px 15px 50px;
}


.accordion-body {
    padding: 1rem 1.25rem;
    background: #f7f7f7;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    font-weight: bold;
}

.adress {
  padding: 10px;
  border: 1px solid #dee2e6!important;
  border-radius: 8px;
  background: #f7f7f7;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f7f7f7;
    border-color: #dee2e6 #dee2e6 #fff;
}

.tab-content>.active {
    display: block;
    background: #f7f7f7;
}

.table {
  font-size: 9pt;
}

.table tr:last-child td {
  border-bottom: none;
}

.table tr:last-child th {
  border-bottom: none;
}

.mizhnarodni {
  max-width: 300px;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  background: #f7f7f7;
}
