/* Base */
/* Carousel */
/* Containers */
/* Buttons */
.hr-darker {
  border-color: #DAE3E5; }

/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v26-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* montserrat-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/montserrat-v26-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v26-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* montserrat-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/montserrat-v26-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v26-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* montserrat-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/montserrat-v26-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
body {
  color: #000;
  font: 1.125rem/1.6875rem Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300; }

p {
  margin-bottom: 1.6875rem; }

b {
  font-weight: 600; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 1.6875rem;
  font-family: Montserrat, sans-serif;
  color: black;
  font-weight: 600; }

ul,
ol {
  margin-bottom: 1.6875rem; }

h1 {
  font-size: 3.5rem; }

h2 {
  font-size: 2.625rem; }

h3 {
  font-size: 2.25rem; }

h4 {
  font-size: 1.75rem; }

h5 {
  font-size: 1.375rem; }

h6 {
  font-size: 1.125rem; }

@media (max-width: 767px) {
  h1 {
    font-size: 2.8rem; }

  h2 {
    font-size: 2.1rem; }

  h3 {
    font-size: 1.8rem; }

  h4 {
    font-size: 1.4rem; }

  h5 {
    font-size: 1.1rem; }

  h6, body, p {
    font-size: 1rem; } }
a {
  color: #EE3235;
  text-decoration: none; }
  a:hover {
    color: #EE3235; }
  a:not(.btn, .nav-link, .dropdown-item, .bbsn-link):hover {
    text-decoration: underline; }

blockquote {
  font-style: italic; }
  blockquote cite {
    display: block; }

hr {
  margin: 1.6875rem 0;
  border-color: #ccc; }

img {
  margin-top: 0px;
  margin-bottom: 1.6875rem; }

code {
  white-space: normal; }

form button,
form input,
form select,
form textarea {
  max-width: 100%;
  margin-bottom: 0.84375rem; }
form input[type="submit"],
form input[type="button"] {
  -webkit-font-smoothing: antialiased; }

.entry-thumbnail {
  margin-bottom: 1.6875rem; }

.entry-content :last-child {
  margin-bottom: 0; }

.meta-edit {
  margin-bottom: 0; }

.img-oldimg {
  width: 100%; }

a:not(.btn, .nav-link, .dropdown-item, .bbsn-link):hover {
  text-decoration: none; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #231E1E; }

.navbar {
  padding: 60px 0;
  margin: 0 30px; }
  .navbar .navbar-brand {
    width: 230px; }
  .navbar .navbar-brand-img {
    width: 100%; }
  .navbar .navbar-nav .nav-link {
    font-size: 0.9375rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #231E1E;
    margin-left: 30px; }
  .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus, .navbar .dropdown-toggle::after {
    color: #EE3235; }
  .navbar .dropdown-menu {
    border: none;
    box-shadow: 0 0 10px #00000024; }
  .navbar .dropdown-item:active {
    background: var(--bs-dropdown-link-hover-bg);
    color: var(--bs-dropdown-link-color); }
  .navbar .btn-close {
    margin-top: 8px; }

#navbarSupportedContent .offcanvas-header img {
  top: 30px;
  max-width: 215px;
  left: 90px; }

.header-bbsn-links {
  padding-top: 15px;
  margin: 30px 0; }
  .header-bbsn-links .bbsn-link svg {
    fill: #EE3235; }

.dropdown-contacts, .header-contact, .offcanvas-body .footer-sidebar {
  height: 100%; }

.offcanvas-body .footer-sidebar {
  display: flex;
  flex-direction: column; }

.widget-footer .textwidget {
  margin-top: auto;
  font-size: 0.9375rem;
  line-height: 1.4rem; }

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
  background-image: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H25C38.8071 0 50 11.1929 50 25C50 38.8071 38.8071 50 25 50H0V0Z" fill="%23EE3235"/><path d="M28.257 30.928L24.421 25.468L28.257 19.98H24.337L20.389 25.468L24.337 30.928H28.257ZM21.929 30.928L18.093 25.468L21.929 19.98H18.009L14.061 25.468L18.009 30.928H21.929Z" fill="%23F6F7FC"/></svg>'); }

@media (min-width: 991px) {
  .header-bbsn-links {
    display: none; } }
@media (max-width: 991px) {
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36px' height='28px' viewBox='0 0 36 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eMenu 2%3c/title%3e%3cg id='D2' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Homepage-v1' transform='translate(-1365.000000, -41.000000)' fill='RGB(238, 50, 53)'%3e%3cg id='Menu-2' transform='translate(1365.000000, 41.000000)'%3e%3crect id='Rectangle' x='0' y='0' width='28' height='4' rx='2'%3e%3c/rect%3e%3crect id='Rectangle-Copy-2' x='0' y='12' width='36' height='4' rx='2'%3e%3c/rect%3e%3crect id='Rectangle-Copy-3' x='8' y='24' width='28' height='4' rx='2'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }

  .navbar-light .navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36px' height='28px' viewBox='0 0 36 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eMenu 2%3c/title%3e%3cg id='D2' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Homepage-v1' transform='translate(-1365.000000, -41.000000)' fill='black'%3e%3cg id='Menu-2' transform='translate(1365.000000, 41.000000)'%3e%3crect id='Rectangle' x='0' y='0' width='28' height='4' rx='2'%3e%3c/rect%3e%3crect id='Rectangle-Copy-2' x='0' y='12' width='36' height='4' rx='2'%3e%3c/rect%3e%3crect id='Rectangle-Copy-3' x='8' y='24' width='28' height='4' rx='2'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); } 
    .dropdown-item { text-align: right; }
  }
@media (max-width: 400px) {
  .navbar .navbar-brand {
    width: 150px; } }
@media (max-width: 350px) {
  #navbarSupportedContent .offcanvas-header img {
    left: 30px; } }
.opening {
  padding: 120px 0; }

.opening-bg {
  background-image: url("/wp-content/themes/prokonstore/assets/img/carousel-bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat; }

.prokon-latest {
  padding: 60px 0; }
  .prokon-latest img {
    display: block;
    margin-left: auto; }
  .prokon-latest p, .prokon-latest h4 {
    text-align: center; }

.sections {
  padding: 90px 0;
  background: #561029;
  background: -moz-linear-gradient(90deg, #561029 0%, #db0c36 100%);
  background: -webkit-linear-gradient(90deg, #561029 0%, #db0c36 100%);
  background: linear-gradient(90deg, #561029 0%, #db0c36 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#561029",endColorstr="#db0c36",GradientType=1); }
  .sections h4 {
    font-size: 2rem; }
  .sections h4, .sections p {
    color: white;
    text-align: center; }

.channeling-container {
  background-image: url("/wp-content/themes/prokonstore/assets/img/channeling-bg.jpg");
  background-size: cover; }
  .channeling-container .overlay-gradient {
    background: rgba(230, 59, 122, 0.75);
    background: -moz-linear-gradient(90deg, rgba(230, 59, 122, 0.75) 0%, rgba(217, 80, 0, 0.75) 100%);
    background: -webkit-linear-gradient(90deg, rgba(230, 59, 122, 0.75) 0%, rgba(217, 80, 0, 0.75) 100%);
    background: linear-gradient(90deg, rgba(230, 59, 122, 0.75) 0%, rgba(217, 80, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e63b7a",endColorstr="#d95000",GradientType=1); }
  .channeling-container p {
    color: white;
    text-align: center; }

.overlay-white {
  background: #F7F8FA;
  opacity: 0.9; }
  .overlay-white h4, .overlay-white p {
    color: black; }

.channeling-section-1 {
  padding: 90px 0; }
  .channeling-section-1 img {
    display: block;
    margin: 15px auto; }
  .channeling-section-1 p {
    font-size: 1rem;
    font-weight: bold; }

.channeling-section-2 {
  padding: 60px 0; }
  .channeling-section-2 p, .channeling-section-2 .btn {
    text-align: left; }

.testimonial {
  background: transparent; }
  .testimonial .card {
    border: none;
    background: transparent; }
  .testimonial .card-body {
    padding: 0; }
  .testimonial .blockquote-footer {
    font-weight: bold;
    color: black; }

.blockquote {
  font-size: 1.125rem;
  margin-bottom: 30px; }

.call-action-container {
  text-align: center;
  padding: 90px 0; }
  .call-action-container a {
    width: fit-content;
    margin: auto;
    display: block; }
  .call-action-container .cta-p {
    margin: 60px 0; }

.call-action:hover svg {
  background-size: 300%; }
.call-action:hover p {
  border-color: #EE3235; }
.call-action svg {
  display: block;
  margin: 0 auto 8px auto;
  background-image: linear-gradient(125.21deg, #994060 10.6%, #D73772 35.13%, #D94E01 67.57%, #DB0C36 93.76%);
  background-size: 100%;
  border-radius: 100%;
  padding: 23px;
  width: 100px;
  height: 100px;
  overflow: unset;
  transition: 0.3s ease all; }
.call-action p {
  font-weight: bold;
  border-bottom: 1.5px solid transparent;
  transition: 0.3s ease all; }

.carousel-fade .carousel-item {
  transition: all .6s ease-in-out !important; }
  .carousel-fade .carousel-item img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .carousel-fade .carousel-item h3 {
    padding: 30px 0 0 30px;
    color: #EE3235; }

.carousel-caption {
  right: initial;
  bottom: initial;
  left: initial;
  padding: 30px;
  background: white;
  height: 100%; }
  .carousel-caption p {
    color: black; }

.carousel-inner {
  overflow: initial; }

.carousel-control-prev, .carousel-control-next {
  height: 50px;
  width: 50px;
  bottom: 60px;
  top: auto;
  opacity: 1; }

.carousel-control-prev:hover, .carousel-control-next:hover {
  opacity: 1; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H25C38.8071 0 50 11.1929 50 25C50 38.8071 38.8071 50 25 50H0V0Z" fill="%23F6F7FC"/><path d="M28.257 30.928L24.421 25.468L28.257 19.98H24.337L20.389 25.468L24.337 30.928H28.257ZM21.929 30.928L18.093 25.468L21.929 19.98H18.009L14.061 25.468L18.009 30.928H21.929Z" fill="%23EE3235"/></svg>');
  width: 100%;
  height: 100%;
  transition: 0.3s ease all; }

.carousel-control-next-icon {
  transform: rotate(180deg); }

.carousel-control-next {
  right: 0; }

.carousel-indicators {
  margin: 0;
  display: flex;
  flex-direction: row;
  position: relative;
  background-color: white; }
  .carousel-indicators [data-bs-target] {
    text-indent: 0;
    padding-left: 20px; }
  .carousel-indicators .item-indicator {
    border: 1px solid white;
    height: 100px;
    width: 100%;
    margin: 0;
    background-size: cover;
    background-position: center;
    opacity: 1;
    transition: all .3s ease;
    color: white;
    text-align: left;
    font-weight: 700;
    position: relative;
    background-blend-mode: darken;
    background-color: #0000006a; }
    .carousel-indicators .item-indicator:hover {
      opacity: 0.7; }
    .carousel-indicators .item-indicator:nth-of-type(1) {
      order: 99;
      background: white !important;
      color: black; }

.item-indicator > * {
  z-index: 2;
  position: relative; }

@media (max-width: 767px) {
  .carousel-fade .carousel-item h3 {
    margin-bottom: 0; }

  .carousel-control-prev, .carousel-control-next {
    bottom: auto;
    top: 125px; }

  .carousel-fade .carousel-item img {
    height: 300px; }

  .carousel-indicators {
    flex-wrap: wrap; }
    .carousel-indicators .item-indicator {
      flex-basis: calc(33.3% - 17px);
      flex-grow: 1; } }
@media (max-width: 420px) {
  .carousel-indicators .item-indicator {
    flex-basis: calc(50% - 17px); } }
.footer {
  background-image: url("/wp-content/themes/prokonstore/assets/img/footer.jpg");
  background-position: bottom;
  background-size: cover;
  position: relative;
  padding: 90px 0;
  font-size: 0.875rem;
  line-height: 1.25rem; }
  .footer h6, .footer a, .footer p {
    color: white; }
  .footer .footer-links a {
    transition: 0.3s ease all;
    border-bottom: 1px solid transparent; }
    .footer .footer-links a:hover {
      border-color: white; }
  .footer hr {
    margin: 45px auto;
    width: 70%; }
  .footer img {
    width: 150px;
    height: auto;
    margin: 0 45px;
    object-fit: contain; }
  .footer .overlay {
    opacity: 0.9; }
  .footer .container {
    position: relative; }
  .footer .bbsn-links {
    display: flex;
    justify-content: flex-end; }
  .footer .bbsn-link {
    margin-left: 30px; }
  .footer .bbsn-link svg {
    fill: white; }
  .footer .bbsn-link svg:hover {
    fill: #DB0C36; }
  .footer .reg {
    font-size: 0.8125rem;
    opacity: 0.75;
    text-align: center;
    margin-top: 60px; }
  .footer .footer-logos {
    display: flex;
    justify-content: center; }
  .footer .footer-hide {
    display: none; }

@media (max-width: 767px) {
  .textwidget {
    margin-bottom: 30px; }

  .footer-logos {
    flex-direction: column; }

  .footer {
    text-align: center; }
    .footer img {
      margin: 0 auto 45px auto; }
    .footer .bbsn-link {
      margin-left: 0; }
    .footer .bbsn-links {
      justify-content: space-evenly;
      margin-top: 30px; } }
.btn {
  border-radius: 30px;
  padding: 10px 20px;
  color: #EE3235;
  border: 2px solid #EE3235;
  border-radius: 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
  transition: 0.5s;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold; }
  .btn:hover {
    background: #EE3235;
    border-color: #EE3235;
    color: white; }

.btn-fill {
  background: #EE3235;
  border-color: #EE3235;
  color: white; }
  .btn-fill:hover {
    background: white;
    color: #EE3235;
    border-color: #EE3235; }

.btn-narrow {
  padding: 5px 20px; }

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