#anchor-38 .row .col-12.col-sm-6:first-child {
  display: none;
}
.tns-nav button {
  width: 4px;
  height: 4px;
  margin: 0 6px;
  border: none;
}
.tns-controls {
  position: absolute;
  height: 40px;
  width: 5rem;
  right: 2rem;
  top: -3rem;
}
.tns-controls button {
  width: 40px;
  height: 40px;
  font-size: 0;
  background: transparent;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  opacity: 0.6;
}
.tns-controls button:hover {
  opacity: 1;
}
.tns-controls button[data-controls=next] {
  float: right;
  background: url("../img/icons/arr-next-bold.svg") 50% no-repeat;
}
.tns-controls button[data-controls=prev] {
  float: left;
  background: url("../img/icons/arr-prev-bold.svg") 50% no-repeat;
}
.tns-controls-light .tns-controls button[data-controls=next] {
  background: url("../img/icons/arr-next-bold-W.svg") 50% no-repeat;
}
.tns-controls-light .tns-controls button[data-controls=prev] {
  background: url("../img/icons/arr-prev-bold-W.svg") 50% no-repeat;
}
.tns-controls button:disabled {
  opacity: 0.4;
}
.tns-nav button {
  background-color: #1C355E;
  position: relative;
  opacity: 0.4;
}
.tns-nav button.tns-nav-active {
  opacity: 1;
}
.tns-nav-light .tns-nav button {
  border: 1px solid #fff;
  background-color: #fff;
}
button[data-action=start],
button[data-action=stop] {
  display: none !important;
}
.tns-nav > button:last-child:before {
  opacity: 0;
}
@media (min-width:576px) {
  .tns-nav button {
    width: 6px;
    height: 6px;
  }
  .history-about .tns-controls {
    background: #E6313F;
  }
  .history-about .tns-controls button:hover {
    background-color: #C20917;
  }
}
/* modals */
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.bvrt_modal {
  display: none;
  max-width: 740px;
  margin: 20px auto;
  position: relative;
}
.media_modal {
  max-width: 1200px;
  text-align: center;
}
.media_modal img {
  width: 100%;
}
.mfp-ready .bvrt_modal {
  display: block;
}
#modal_image .mfp-close-btn-in .mfp-close {
  color: #1C355E !important;
  right: 1rem !important;
  top: 1rem !important;
}
#modal_form .mfp-close,
.mfp-close-btn-in .info_modal .mfp-close,
.mfp-close-btn-in .media_modal .mfp-close {
  color: #fff !important;
}
@media (min-width:1200px) {
  #modal_image .mfp-close-btn-in .mfp-close {
    right: 2rem !important;
    top: 2rem !important;
  }
}
/* forms */
.attach-file .input-group input[type=file] {
  background: none !important;
  color: #fff;
  font-family: 'Gilroy-Regular', Verdana, Arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.85rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.attach-file .input-group button.btn {
  border-radius: 2rem !important;
}
@media (min-width:576px) {
  #modal_form {
    border: 1rem solid #F8F9FA;
  }
}
@media (min-width:992px) {
  #modal_form {
    padding-left: 15rem !important;
    max-width: 920px;
    background: url("../img/bg/webp/bgVertical-l.webp") left top no-repeat;
    background-size: contain;
  }
}
#modal_haccp {
  max-width: 724px;
}
/*# sourceMappingURL=lazy.css.map */