@font-face {
  font-family: 'Chopin';
  src:  url('Chopin-Light.ttf') format('truetype');
}
body {
  background-color: #fefefe;
  background-size: 100% auto;
  background-position: center;
  background-attachment: fixed;
  color: #0a0404;
  font-family: "Chopin";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14pt;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FEFDFB;
  z-index: 999999;
}
#loader h1{
  text-align: center;
}
#loader img {
  max-width: 60%;
  animation: pulseAnimation 2s infinite;
}

header.without-top-bar{
  margin-top: 32px;
}

.logo {
  width: 200px;
  height: auto;
}

.header-to-bar{
  margin-top: 66px;
  padding: 20px 0;
  font-weight: 600;
}

.navbar {
  background: #FEFDFB;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: #002c5d;
}

.main-slider {
  display: block;
  width: 100%;
}
.main-slider .item {
  height: 70vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-slider .item .slide-description {
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
}
.main-slider .item .slide-description .slide-header {
  color: #494949;
  font-size: 28pt;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
.main-slider .item .slide-description p {
  display: inline-block;
  padding: 20px 0;
  color: #494949;
}
.main-slider .item .slide-description .btn {
  border: 1px solid #494949;
  padding: 10px 20px;
  color: #494949;
}

h2 {
  padding: 0;
  margin: 0;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
h2::before {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background-color: #002c5d;
  position: absolute;
  bottom: -6px;
  left: 35%;
}

a,
button {
  color: #002c5d;
  text-decoration: none;
}
a.entr-link,
button.entr-link {
  color: #002c5d;
  border: 2px solid #002c5d;
  padding: 5px 15px;
  border-radius: 3px;
}
a.entr-link:hover,
button.entr-link:hover {
  background: #002c5d;
  color: #ffffff;
}

ul.pagination {
  position: relative;
  margin: auto;
  justify-content: center;
}
ul.pagination .page-link {
  text-align: center;
  border: 2px solid #002c5d;
  margin: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #494949;
}
ul.pagination .page-link:hover, ul.pagination .page-link.current {
  background: #002c5d;
  color: #ffffff;
  font-weight: 700;
}

#page-header {
  margin-top: 50px;
}
#page-header .header {
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

#page-header h2{
  width: auto;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 20px;
  color: #494949;
  text-align: left;
}
#page-header h2::before{
  display: none;
}

.block-entry .date {
  display: inline-block;
  width: 100%;
  font-size: 12pt;
  color: #002c5d;
}

.text-justify {
  text-align: justify;
}

.needs-validation .form-control:valid {
  border-color: #28a745;
}

.form-control {
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #1c1b1b;
}

.scroll-top {
  position: absolute;
  top: -30px;
  right: calc(50% - 25px);
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: #002c5d;
  transition: transform 0.3s ease;
}
.scroll-top:hover {
  transform: scale(1.4);
}

.owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  display: flex;
}

.owl-nav .icon-large{
  margin-top: 7px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  margin-left: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  border-radius: 55px;
  box-shadow: 0 0 45px rgba(0, 0, 0, .15);
  font-size: 25px;
  transition: .5s;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: #252a4b;
  color: #FFFFFF;
  box-shadow: 0 0 25px rgba(0, 0, 0, 1);
}

#cookies-info{
  border-top: 3px solid #252a4b;
  border-bottom: 3px solid #252a4b;
  background:#fefefe;
  position: relative;
  padding: 40px;
  position: sticky;
  bottom: 30%;
  width: 100%;
  z-index: 9;
}

#cookies-info .btn{
  position: absolute;
  font-size: 30px;
  background: #252a4b;
  color: #fefefe;
  right: 10%;
  top: 50px;
  border-radius: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
}

.section{
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.section.about-us{
  background-color: #252a4b;
  background-size: 15% auto;
  background-position: 20% center;
  color: #fefefe;
  margin-top: 0px !important;
}
.section.about-us .description{
  padding-left: 16%;
}
.section.about-us h2::before{
  background: #fefefe;
}

.section.cooperation{
  background-size: contain;
  margin-top: 0px !important;
}
.section.cooperation .owl-item img{
  max-width: 100px;
  height: auto;
  margin: auto;
}

.store-slider .item{
  min-height: 340px;
}


@keyframes pulseAnimation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
