body {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
}
.is-hide {
  display: none !important;
}
*[data-modal],
*[data-href] {
  cursor: pointer;
}
.modal .modal-dialog .modal-content {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  border: 0px;
}
.form-buttons button {
  display: inline-block;
}
.form-buttons button:last-child {
  float: right;
}
label {
  font-weight: 400;
}
.container {
  position: relative;
}
.owl-carousel .item {
  display: none;
}
.owl-carousel .item:first-child {
  display: block;
}
.embeddedContent {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.embeddedContent iframe,
.embeddedContent object,
.embeddedContent video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-wrapper,
.embed-wrapper {
  width: 100%;
  overflow: hidden;
}
.video-wrapper video,
.embed-wrapper video,
.video-wrapper iframe,
.embed-wrapper iframe {
  display: block;
  margin: 15px auto;
  height: auto !important;
  width: 100%;
  max-width: 1000px !important;
}
.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 580px) {
  .col-xx-12 {
    width: 100%;
    float: none;
  }
}
.el-pagination {
  margin: 20px auto;
  display: table;
}
.el-pagination > li {
  float: none;
  display: inline-block;
}
.el-pagination > li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  float: left;
  text-align: center;
  color: #231f20;
}
.el-pagination > li a.pagination-prev {
  background: url('/view/img/static/i-left.svg') center center no-repeat;
  background-size: 20px 20px !important;
}
.el-pagination > li a.pagination-next {
  background: url('/view/img/static/i-right.svg') center center no-repeat;
  background-size: 20px 20px !important;
}
.el-pagination > li:hover > a,
.el-pagination > li.active > a {
  color: #231f20;
}
@media (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .row-offcanvas-left,
  .sidebar-offcanvas {
    left: -230px;
  }
  .row-offcanvas-left.active {
    left: 230px;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 230px !important;
    margin-left: 12px;
  }
  .row-offcanvas-left {
    left: 0px;
  }
}
#cookies {
  background: #FFF;
  position: fixed;
  z-index: 9999;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 18px 0px;
  font-size: 13px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  #cookies {
    padding: 16px 0px 5px 0px;
  }
}
#cookies .container {
  position: relative;
  max-width: 945px;
  padding-right: 120px;
}
@media (max-width: 991px) {
  #cookies .container {
    max-width: 100%;
    padding: 0px 15px;
    text-align: center;
    font-size: 0.9em;
  }
}
#cookies button {
  background: #88002f;
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  line-height: 28px;
  height: 28px;
  border: 0px;
  padding: 0px 15px;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
  right: 15px;
}
@media (max-width: 991px) {
  #cookies button {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: table;
    margin: 20px auto 0px auto;
  }
}
button.disabled {
  cursor: not-allowed;
  color: #88002f;
  border-color: #88002f;
}
/* Błędy */
.has-error .help-block,
.has-error .control-label {
  color: #bb2727 !important;
  font-size: 11px;
}
.has-danger input,
.has-danger textarea,
.has-danger select {
  border-color: #bb2727 !important;
}
.has-danger .form-checkbox label::before {
  border-color: #bb2727 !important;
}
/** Error 404 */
.error404 {
  padding: 50px 0px;
  text-align: center;
}
.error404 .title-404 {
  font-size: 200px;
  font-weight: bold;
}
.layout-3 .layout-gallery {
  margin: 0px -10px;
}
.layout-3 .layout-gallery .image {
  float: left;
  width: 25%;
  padding: 0px 10px 20px;
}
@media (max-width: 767px) {
  .layout-3 .layout-gallery .image {
    width: 33.33333333%;
  }
}
@media (max-width: 400px) {
  .layout-3 .layout-gallery .image {
    width: 50%;
  }
}
.layout-3 .layout-gallery .image img {
  max-width: 100%;
  height: auto !important;
}
.search-items .item {
  padding: 20px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 580px) {
  .search-items .item {
    display: block;
    text-align: center;
  }
}
.search-items .item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.search-items .item.has-image {
  padding-left: 170px;
  min-height: 190px;
}
@media (max-width: 580px) {
  .search-items .item.has-image {
    padding-left: 0px;
    min-height: 0px;
  }
}
.search-items .item.has-image .image {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 150px;
}
@media (max-width: 580px) {
  .search-items .item.has-image .image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0px auto 15px auto;
  }
}
.search-items .item.has-image .image img {
  width: 100%;
}
.search-items .item > div:not(.image) {
  font-size: 13px;
}
.search-items .item > div:not(.image) .title-search {
  display: block;
  color: #88002f;
  font-size: 15px;
  margin-bottom: 10px;
}
.search-items .item > div:not(.image) span {
  display: block;
}
.el-alert {
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f5f6fa;
  color: #7F808C;
  padding: 15px 20px 15px 50px;
  position: relative;
  line-height: 1;
}
.el-alert::before {
  position: absolute;
  left: 20px;
  top: 15px;
  width: 15px;
  height: 15px;
  background: url('/view/img/static/sprite.svg') no-repeat left center;
  background-size: auto 15px !important;
  background-position: -30px 0px;
  content: " ";
}
.el-alert.is-danger {
  color: #DB3152;
  background: rgba(219, 49, 82, 0.05);
  border-color: rgba(219, 49, 82, 0.1);
}
.el-alert.is-danger::before {
  background-position: -15px 0px !important;
}
.el-alert.is-success {
  color: #00B162;
  background: rgba(0, 177, 98, 0.05);
  border-color: rgba(0, 177, 98, 0.1);
}
.el-alert.is-success::before {
  background-position: 0px 0px !important;
}
.el-alert p {
  margin: 0px;
}
.common-form {
  padding: 20px;
}
.common-form .title-medium {
  margin: 0px 0px 30px 0px;
}
.common-form form {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.common-form form .form-product {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.common-form form .form-product h3 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .common-form form .form-product h3 {
    font-size: 21px;
  }
}
.common-form form .form-group label {
  font-size: 15px;
}
.common-form form .form-buttons button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  padding: 8px 20px;
  box-shadow: none !important;
  font-weight: bold !important;
  text-transform: uppercase;
  font-size: 15px;
}
.common-form form .form-buttons button.button-decline {
  background: #FFF !important;
  color: #231f20 !important;
}
.common-form form .form-buttons button.button-send {
  background: rgba(0, 0, 0, 0.12) !important;
  color: #231f20 !important;
}
