body {
  background-color: #ebebeb !important;
  color: #5e5e5e;
  font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2rem;
}

a {
  color: #7eb61c;
}

a:focus, a:hover {
  color: #5f8a15;
}

@media only screen and (min-width: 1280px) {
  .container-fluid {
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important;
  }
}
@media only screen and (max-width: 1279px) {
  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.container-main {
  margin-top: 1rem !important;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 3rem !important;
}

.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:hover, .navbar.navbar-light .navbar-toggler, .navbar.navbar-light form .form-control {
  color: #7eb61c !important;
}

.carousel:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.breadcrumb-configurator {
  color: #bdbdbd !important;
  font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.breadcrumb-configurator > li > a {
  color: #bdbdbd !important;
}
.breadcrumb-configurator > li > a:hover {
  color: #444343 !important;
}
.breadcrumb-configurator > li > a:focus {
  color: #444343 !important;
}
.breadcrumb-configurator > li > a:active {
  color: #616161 !important;
}

.breadcrumb-item.active > a {
  color: #616161 !important;
}

h1 {
  margin-top: 1.5em !important;
  text-transform: uppercase !important;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 1.375em;
  margin-bottom: 0.688em;
}

.nav-link {
  color: #5e5e5e !important;
  text-transform: uppercase;
}

.background-pattern {
  background-color: #ebebeb;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #6DA131;
  border-color: #6DA131;
}

.page-item.active .page-link:hover {
  background-color: #5f8a15 !important;
}

.page-item.disabled .page-link {
  background-color: transparent !important;
}

.pagination .page-link:hover {
  background-color: #45661f;
}

.page-link:focus, .page-link:hover {
  color: #fff;
}

.page-link {
  color: #6DA131;
}

.bg-danger {
  font-size: 100%;
  border-bottom: 1px solid #ebccd1;
  background-color: #f2dede !important;
  color: #a94442;
  padding: 3px 0;
}



.modal-message-box {
  display: none;
}

.ajax-loader {
  background: url("../images/ajax-loader.gif") no-repeat center;
  background-size: 24px 24px;
  height: 24px !important;
}

.ajax-loader-small {
  background: url("../images/ajax-loader-small.gif") no-repeat center;
  background-size: 16px 16px;
  height: 16px !important;
}

.ajax-loader-large {
  background: url("../images/ajax-loader-large.gif") no-repeat center;
  background-size: 32px 32px;
  height: 32px !important;
}

footer {
  background: #fff none repeat scroll 0 0;
  position: fixed;
  padding: 3px 2.2rem;
  bottom: 0;
  width: 100%;
  z-index: 999;
  border-top: 1px solid #dddddd;
  border-bottom: 3px solid #7eb61c;
}

.contact-address {
  display: none;
}
.contact-address ul.li.b {
  color: #6DA131;
}

.mainpage-header {
  font-size: 350%;
  border-bottom: 2px solid white;
}

.mainpage-subheader {
  font-size: 120%;
  margin-top: 10px;
}

.subscription-block {
  border-left: 1px dotted #efefef;
  border-right: 1px dotted #efefef;
}
.subscription-block:hover {
  background-color: #efefef;
}

table {
  background-color: unset !important;
}

table tbody {
  background-color: white;
}

th {
  text-transform: uppercase;
}

td.cart-summary {
  border-top: 2px solid #8dc63f !important;
}

fieldset {
  margin-top: 25px;
}

tr.translation td, .activity-info {
  cursor: pointer;
}

tr.translation:hover {
  background-color: #dddddd;
}

.btn-lg {
  padding: 12px 12px !important;
}

.bootstrap-select .check-mark {
  line-height: 14px;
}

.bootstrap-select button {
  overflow: hidden;
  text-overflow: ellipsis;
}

input[data-readonly] {
  pointer-events: none;
}

#card-container .card-header {
  font-size: 20px;
}

#card-container .card {
  border: 2px solid #ddd !important;
  max-width: 500px;
}

img.carousel-background-image {
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0%);
}

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

span.line-green-bottom {
  border-bottom: 2px solid #7eb61c;
}

.form-control-static {
  padding: 0.45rem 0.75rem;
}

.form-control {
  border-radius: 0 !important;
  border: 1px solid #ebebeb;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eee;
}

input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
  border-color: #7eb61c;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.navbar {
  padding: 0 2.2rem !important;
  box-shadow: none;
  background-color: white !important;
  color: rgb(87, 87, 86);
  min-height: 53px !important;
  padding-top: 0.35rem !important;
  padding-bottom: 0.35rem !important;
  z-index: 1030;
}
.navbar div.collapse {
  padding: 0;
}

.navbar .logout-btn {
  padding: 1.6rem 0.2rem 1.6rem 2.4rem !important;
}

.waves-ripple {
  display: none;
  width: 0;
  height: 0;
}

#flag-select {
  min-width: 8rem;
  padding: 1rem;
  right: -1px;
  left: initial !important;
  border-top: none !important;
}


#navbarDropdownMenuLinkLang {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

li.navbar-flag-li {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

.page-item:last-child .page-link {
  border-radius: 0 !important;
}

textarea[name=message] {
  border: none;
}

.contact-seller-list {
  list-style-type: none;
}

.contact-seller-list-small {
  font-size: 0.8rem;
}

.subheader-logo {
  position: absolute;
  padding-top: 1.4rem;
}

.subheader {
  background: url("../images/subheader/subheader_bg_default.jpg") no-repeat 50% 31%;
}
.subheader.subheader-bg-cart {
  background: url("../images/subheader/subheader_bg_cart.jpg") no-repeat 50% 55% !important;
}
.subheader.subheader-bg-complaint {
  background: url("../images/subheader/subheader_bg_complaint.jpg") no-repeat 50% 55% !important;
}
.subheader.subheader-bg-contact {
  background: url("../images/subheader/subheader_bg_contact.jpg") no-repeat 50% 65% !important;
}
.subheader.subheader-bg-order {
  background: url("../images/subheader/subheader_bg_order.jpg") no-repeat 50% 60% !important;
}
.subheader.subheader-bg-documentation {
  background: url("../images/subheader/subheader_bg_documentation.jpg") no-repeat 50% 60% !important;
}
.subheader.subheader-bg-optiline {
  background: linear-gradient(to right, #353535, #505050) !important;
}
.subheader .subheader-row {
  position: relative;
}
.subheader .subheader-row .subheader-title {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8rem;
}
.subheader .subheader-row .search-button {
  padding: 0.6rem 0.2rem !important;
  font-size: 0.9rem !important;
}
.subheader .subheader-row .cart-button {
  font-size: 0.9rem !important;
}
.subheader .subheader-row .search-input {
  border: 0 !important;
  padding: 0.7rem 0.2rem !important;
  font-size: 0.9rem !important;
  text-align: center;
}
.subheader .subheader-row .search-input::placeholder {
  text-transform: uppercase;
  text-align: center;
  color: black;
}

.list-group {
  padding: 50px 25px;
  background-color: #dfdfdf;
}

.nav-tabs {
  border-bottom: unset !important;
}

ul.nav.nav-tabs {
  border-bottom: unset !important;
}
ul.nav a.nav-link, ul.nav span.nav-link {
  font-weight: 400;
  border-radius: 0;
  padding: 0.5rem 1.5rem;
}
ul.nav a.nav-link.active, ul.nav span.nav-link.active {
  border: unset;
  background-color: #dfdfdf;
}
ul.nav a.nav-link.active:after, ul.nav span.nav-link.active:after {
  content: "";
  height: 2px;
  width: calc(100% + 20px);
  background-color: #8dc63f;
  display: block;
  margin-left: -10px;
}

.background-grey {
  background-color: #dfdfdf !important;
}

.background-light-grey {
  background-color: #ebebeb !important;
}

.background-white {
  background-color: white !important;
}

.background-transparent {
  background-color: transparent !important;
}

.font-weight-semibold {
  font-weight: 400;
}

.set-absolute {
  position: absolute !important;
}

.set-bottom-0 {
  bottom: 0;
}

.set-right-0 {
  right: 0;
}

.cms-full-width-page {
  margin-top: -1rem !important;
  margin-left: -12.6rem;
  margin-right: -12.8rem;
  background-image: url("");
}
/** Alerts **/
.alert-warning, .alert-success, .alert-info, .alert-danger {
  border-radius: 0 !important;
  color: white !important;
  border: none;
}

.alert-warning {
  background-color: #5e5e5e !important;
}

.alert-success {
  background-color: #7eb61c !important;
}

.alert-info {
  background-color: #bebfc0 !important;
}

.alert-danger {
  background-color: #f13c55 !important;
}

.list-group-item-success, .list-group-item-warning, .list-group-item-danger, .list-group-item-info {
  border-radius: 0 !important;
  color: white !important;
  border: none;
}

.list-group-item-success {
  background-color: #7eb61c !important;
}

.list-group-item-warning {
  background-color: #5e5e5e !important;
}

.list-group-item-danger {
  background-color: #f13c55 !important;
}

.list-group-item-info {
  background-color: #bebfc0 !important;
}

@media (min-width: 768px) {
  .table-responsive {
    display: table;
  }
}

.article-title {
  border-bottom: 2px solid #7eb61c;
  padding-bottom: 5px;
  font-size: 1em;
}

.color-grey-default {
  color: #444343 !important;
}

.tile-carousel > ol {
  justify-content: right !important;
  margin-right: 5% !important;
}

.tile-carousel > ol > li {
  background-color: #bbb;
  border: 1px solid #bbb;
}

.tile-carousel > ol > li.active {
  background-color: #eee;
  border: 1px solid #666;
  box-shadow: 0 0 1px 3px #666;
}

.drag-handler {
  cursor: move;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-radius: 0;
  padding: 0.5rem 1rem !important;
}

.drag-handler:hover {
  border: 1px dashed;
  border-radius: 0;
}

.table-group-header {
  background-color: #ddd;
  text-align: left;
}

.table-group-header > td {
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
}

.color-pick-box {
  width: 29px;
  height: 29px;
  cursor: pointer;
  border: 1px solid lightgrey;
}

.carousel-inner {
  height: 100%;
}

.field-content {
  width: 100%;
  padding-bottom: 66.66%;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.field-content img {
  position: absolute;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
}

.modal-loader {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("/assets/images/spinner_green_style128X128.gif") 50% 50% no-repeat;
}


.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:hover, .navbar.navbar-light .navbar-toggler, .navbar.navbar-light .form .form-control {
  color: #5e5e5e !important;
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #5e5e5e !important;
}

.navbar-light {
  color: #5e5e5e !important;
  border-bottom: 3px solid #fff !important;
  padding-bottom: 3px;
}

.nav-item:after {
  display: block;
  content: "";
  border-bottom: 3px solid #0B5DA2;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.navbar .dropdown-menu {
  border-top: none !important;
}
.navbar .dropdown-menu a:hover {
  background-color: white;
  color: #5e5e5e !important;
}




@media screen and (min-width: 1200px) {
  .carousel-caption {
    top: 50%;
    margin-top: -3em;
  }
}
@media screen and (max-width: 768px) {
  .carousel-caption p {
    visibility: hidden;
    margin-bottom: 0 !important;
    font-size: 0;
  }
}
.carousel-caption .h3-responsive {
  text-transform: none !important;
}

.carousel-caption span {
  margin-right: 10px;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.carousel-caption-btn {
  display: inline-flex;
  padding: 10px 55px 10px 54px;
  cursor: pointer;
  max-width: 100%;
  min-height: 44px;
  text-align: center;
  align-items: center;
  background: #0B5DA2;
  border-radius: 5px;
  color: #fff;
  transition: background 0.3s ease-in, border 0.3s ease-in;
}
.carousel-caption-btn:hover, .carousel-caption-btn:focus {
  color: #fff !important;
  background: #094F8A;
}

.h3-responsive-vcp {
  text-transform: none !important;
}

.navbar div.collapse li.nav-item {
  margin-right: 1.6rem;
}
.navbar div.collapse li.nav-item a.nav-link {
  padding: 1.6rem 0.9rem;
}
.navbar div.collapse li.nav-item.active > a.nav-link {
  color: #5e5e5e !important;
  background-color: white !important;
}
.navbar div.collapse li.nav-item.active:after {
  transform: scaleX(1);
}
.navbar div.collapse li.nav-item:hover:after {
  transform: scaleX(1);
}

.l-sec {
  position: relative;
  display: block;
}

.l-sec--default {
  padding: 30px 0;
}

.l-sec .l-inner {
  z-index: 5;
}

.row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.b-box--default {
  padding-bottom: 30px;
  color: #5e5e5e;
}

.b-box, .b-box--primary {
  color: #5e5e5e;
  position: relative;
}

.b-box--default:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .b-box--default {
    padding-bottom: 40px;
  }
}
.b-box--modal__head__inner, .b-box--search__inner, .l-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.b-box--contact {
  font-size: 1rem;
  color: #444343;
}

.b-box--contact__head {
  margin-bottom: 30px;
}

.t-head {
  margin: 0 0;
  color: #444343;
}

.t-head--main {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.t-head--default {
  font-weight: 700;
}

.b-box--contact__detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.b-box--contact__text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.b-box--contact__text p {
  margin-bottom: 10px;
}

.b-box--contact p a {
  font-weight: 300;
  color: #444343;
}

.b-box--contact__tel {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.b-box--contact__type {
  margin-right: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}

.b-box--contact__btn {
  margin-top: 30px;
}

.b-box--contact__desc {
  margin: 0;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .b-box--contact__desc {
    max-width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .b-box--contact__desc {
    font-size: 1rem;
  }
}
@media screen and (min-width: 480px) {
  .t-head--main {
    font-size: 28px;
  }
  .t-head--main--alt {
    font-size: 18px;
  }
}
@media screen and (min-width: 600px) {
  .t-head--main {
    font-size: 36px;
  }
  .t-head--main--alt {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-sec--default {
    padding: 30px 0;
  }
  .row--space-4 {
    margin-bottom: -40px;
  }
  .b-box--contact__btn {
    margin-top: 0;
    margin-left: 30px;
    align-self: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .b-box--contact__head--alt {
    margin-bottom: 25px;
  }
  .b-box--contact__detail {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .b-box--contact {
    font-size: 1.2rem;
  }
  .b-box--contact__head--alt {
    margin-bottom: 40px;
  }
  .b-box--contact__detail {
    margin-bottom: 45px;
  }
  .c-btn--border .c-btn__label, .c-btn--default .c-btn__label {
    padding: 0 10px 0 12px;
  }
  .b-box--contact__desc small {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1441px) {
  .t-head--main--alt {
    font-size: 26px;
  }
}

.c-btn {
  position: relative;
  padding: 0;
  cursor: pointer;
  outline: none;
  border: 0;
  background: none;
  display: inline-block;
}

.c-btn__ico {
  margin-left: 0;
}

.c-btn--default .o-ico {
  fill: #fff;
}

.c-btn__label {
  font-size: 1.1rem;
  font-weight: 700;
}

.c-btn--border--alt .c-btn__label {
  color: #444343;
}

.c-btn--default .c-btn__wrap {
  background: #0B5DA2;
}

.c-btn__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.c-btn--border .c-btn__wrap, .c-btn--default .c-btn__wrap {
  margin-right: 22px;
  padding: 8px 0 8px 10px;
  transition: background 0.3s ease-in, border 0.3s ease-in;
}

.c-btn--border .c-btn__ico, .c-btn--border .c-btn__label, .c-btn--default .c-btn__ico, .c-btn--default .c-btn__label {
  position: relative;
  right: 0;
  z-index: 5;
}

.c-btn--border::after {
  top: 0;
  right: 2px;
  width: 10px;
  border-right: 3px solid #0B5DA2;
  background: 0;
  height: 100%;
}

.c-btn--border::after, .c-btn--border::before, .c-btn--default::after, .c-btn--default::before {
  display: block;
  position: absolute;
  content: "";
  z-index: 1;
  transition: background 0.3s ease-in, border 0.3s ease-in;
}

.c-btn--default::after {
  bottom: 0;
  right: 3px;
  width: 20px;
  height: 100%;
}

.c-btn--default::after, .c-btn--default::before {
  background: #0b5da2;
}

.c-btn--border::before {
  top: 0;
  right: 9px;
  width: 20px;
  height: 17px;
  border-right: 4px solid #0B5DA2;
  background: 0;
  transform: skew(40deg);
  display: none;
}

.c-btn--border .c-btn__wrap::after, .c-btn--border .c-btn__wrap::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: calc(100% + 18px);
  height: 3px;
  background: #0B5DA2;
  transition: background 0.3s ease-in, border 0.3s ease-in;
}

.c-btn--border--alt .o-ico {
  fill: #444343;
}

.b-box--contact__ico .o-ico {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.c-btn--default .c-btn__label {
  color: #fff;
}

.c-btn--border .c-btn__ico, .c-btn--border .c-btn__label, .c-btn--default .c-btn__ico, .vcp--btn--default .c-btn__label {
  position: relative;
  right: 0;
  z-index: 5;
}

.c-btn--border .c-btn__label, .c-btn--default .c-btn__label {
  text-transform: uppercase;
  padding: 0 10px;
}

@media screen and (min-width: 1200px) {
  .c-btn--border .c-btn__label, .c-btn--default .c-btn__label {
    padding: 0 10px 0 12px;
  }
}
.b-box--contact__ico {
  width: 40px;
  margin-right: 20px;
  flex-shrink: 0;
}

.o-ico, .o-ico svg {
  display: block;
}

.o-ico--arrow-down, .o-ico--arrow-down svg, .o-ico--arrow-up, .o-ico--arrow-up svg {
  width: 18px;
  height: 10px;
}

.o-ico--pointer {
  margin: 0 auto;
}

.o-ico--pointer, .o-ico--pointer svg {
  width: 30px;
  height: 35px;
  fill: #0B5DA2;
}

.o-ico--phone, .o-ico--phone svg {
  width: 25px;
  height: 48px;
  fill: #0B5DA2;
}

.o-ico--fax, .o-ico--fax svg {
  width: 40px;
  height: 40px;
  fill: #0B5DA2;
}

.o-ico--mail, .o-ico--mail svg {
  width: 35px;
  height: 20px;
  fill: #0B5DA2;
}

.o-ico--arrow-left, .o-ico--arrow-left svg, .o-ico--arrow-right, .o-ico--arrow-right svg {
  width: 10px;
  height: 18px;
}

.b-box--form__head {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .b-box--form__head {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .b-box--form__head {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .b-box--form__head {
    margin-bottom: 20px;
  }
}
.b-box--form__fields {
  margin: 0 0 20px;
}

.c-list--terms {
  display: flex;
  flex-direction: column;
  margin: 0 -10px -10px;
  padding: 0;
}

.c-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-list--terms__item--info-small {
  font-size: 12px;
  margin-bottom: 20px;
}

.f-field--default:last-child {
  margin-bottom: 0;
}

.f-field--default {
  width: 100%;
  margin-bottom: 10px;
}

.f-field, .f-field__control {
  position: relative;
}

.f-label--default {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  color: #5e5e5e;
  margin-bottom: 8px;
}

.f-label--default span {
  color: #0b5da2;
  font-size: 0.9rem;
  font-weight: 700;
}

.f-control--default {
  color: #444343;
  width: 100%;
  height: 40px;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: none;
  outline: none;
  padding: 5px 10px;
}

.f-control {
  font-size: 1rem;
}

.f-control--default::placeholder {
  font-size: 1rem;
  color: #a7a9ac;
}

.b-box--form {
  background: #dfdfdf;
  padding: 30px 20px 20px;
}

@media screen and (min-width: 768px) {
  .b-box--form {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .b-box--form {
    padding: 40px 60px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .b-box--form {
    padding: 40px 60px;
  }
}
.b-box--contact a {
  font-weight: 700;
  color: #0B5DA2;
  transition: color 0.3s ease;
}

.f-control--honey {
  visibility: hidden;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
}

.b-box--form__submit {
  padding-top: 30px;
}

.c-list--terms__item:last-child {
  margin-bottom: 0;
}

.c-list--terms__item--info {
  font-weight: 700;
}

.c-list--terms__item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.c-list--terms__item--contact a {
  display: inline-block;
  margin: 5px 0;
}

.c-list--terms__item a {
  font-weight: 700;
  color: #0B5DA2;
  border-bottom: 2px solid #0B5DA2;
  padding-bottom: 6px;
}

.c-btn--close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background-color: #0B5DA2 !important;
  padding: 0;
  opacity: 1 !important;
}

.b-box--popup {
  display: block;
  position: relative;
  max-width: 768px;
  max-height: 600px;
  margin: 0 auto;
}

.c-btn--close__ico {
  margin: 0 auto;
}

.c-btn--close__ico .o-ico {
  display: block;
  width: 20px;
  height: 20px;
  fill: #fff !important;
  margin: 0 auto;
}

.b-box--popup--content-modal .b-box--popup__content {
  padding: 30px 20px 20px;
}

.b-box--popup__content {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .b-box--popup--content-modal .b-box--popup__content {
    padding: 55px 50px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .b-box--popup {
    max-width: 1070px;
  }
}
.b-box--popup__btn {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 1200px) {
  .b-box--popup--content-modal .b-box--popup__btn {
    right: 45px;
  }
}
.mfp-hide {
  display: none !important;
}
#flag-select #flag-select-a {
  font-size: 1.1rem !important;
}


#flag-select #flag-select-a:hover {
  color: #0B5DA2 !important;
  background-color: #eee !important;
}

.navbar.navbar-light .navbar-toggler-icon {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* =============================================================================
   LAYOUT STRUCTURE - Fixed navbar and content positioning
   ============================================================================= */

/* Główny layout z fixed navbar */
.main-layout {
  min-height: 100vh;
  padding-top: 53px; /* Wysokość navbar z custom.css */
  padding-bottom: 0;
  margin: 0 !important;
}

/* Override MDB container margins on main page */
.main-layout .container-fluid {
  margin: 0 !important;
  padding: 0 0 3rem 0 !important;
}

/* Override mb-3 class on navbar for main layout only - bardzo specyficzny selektor */
body.main-layout nav.navbar.mb-3,
body.main-layout .navbar.mb-3 {
  margin-bottom: 0 !important;
}

/* Dodatkowo, force override dla wszystkich navbar margin na głównej stronie */
.main-layout nav,
.main-layout .navbar {
  margin-bottom: 0 !important;
}

.navbar.fixed-top {
  height: 53px;
}
.navbar .navbar-brand {
  padding: 0.25rem 0.25rem 0.25rem 0;
}
.navbar-brand img {
  height: 1.8rem !important;
  width: auto !important;
}

.navbar-nav .nav-link {
  padding-top: 0.35rem !important;
  padding-bottom: 0.35rem !important;
}

.navbar-flag {
  margin-left: auto;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
.navbar-flag img {
  width: 1.8rem !important;
}

.navbar-collapse {
  background-color: white !important;
}


/* =============================================================================
   CAROUSEL STYLES - Główna strona
   ============================================================================= */



/* Carousel items - pełna wysokość */
.carousel-main .carousel-item {
  height: calc(100vh - 83px);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Carousel inner container */
.carousel-main .carousel-inner {
  height: 100%;
}

/* Carousel caption positioning */
.carousel-main .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* Responsive carousel captions */
@media (min-width: 768px) {
  .carousel-main .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
}

/* =============================================================================
   ERROR PAGES - Style dla stron błędów (404, 401, 500)
   ============================================================================= */



/* Error page icons styling */
.error-page-icon {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* =============================================================================
UTILITY CLASSES
============================================================================= */

/* Remove all inline styles and move to classes */
.carousel-item-bg-1 { background-image: url('/assets/images/rescue/mainpage1_bg.jpg'); }
.carousel-item-bg-2 { background-image: url('/assets/images/rescue/mainpage2_bg.jpg'); }
.carousel-item-bg-3 { background-image: url('/assets/images/rescue/mainpage3_bg.jpg'); }
.carousel-item-bg-4 { background-image: url('/assets/images/rescue/mainpage4_bg.jpg'); }
.carousel-item-bg-5 { background-image: url('/assets/images/rescue/mainpage5_bg.jpg'); }
.carousel-item-bg-6 { background-image: url('/assets/images/rescue/mainpage6_bg.jpg'); }

.carousel-caption-white {
  color: white !important;
}
#messages-box {
  position: absolute;
}



.color-green{
  background-color: ghostwhite !important;
}
.color-orange{
  background-color: #ffb560 !important;
}
.color-red{
  background-color: #111 !important;
  color: antiquewhite !important;
}
.color-red>td{
  color: ghostwhite !important;
}

input::placeholder{
  opacity: 0.8;
  font-size: 14px;
  text-align: center;
}

input:focus::placeholder{
  font-size: 12px;
  padding-top: 5px;
  opacity: 0.5;
}

.table{
  --mdb-table-bg: unset;
  font-size: 20px;
}

.loader {
  background: url(/assets/images/loader.gif) no-repeat center;
  background-size: 50px 50px;
  height: 150px !important;
}



.text-warning-soft {
  color: orange;
}
.text-danger-soft {
  color: red;
}

.disabled-btn {
  opacity: 0.65;
  cursor: not-allowed;
  /* pointer-events: none; - Removed to allow tooltip to work */
}

/* Tooltip styles */
.tooltip {
  pointer-events: none;
  z-index: 9999;
}

.tooltip-inner {
  background-color: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  max-width: 300px;
  text-align: center;
  font-size: 14px;
}

/* Contact form submit button loading state */
.c-btn .spinner-border {
  color: white;
  border-color: rgba(255, 255, 255, 0.25);
  border-right-color: white;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}

.c-btn .spinner-border-sm {
  width: 1rem;
  height: 1rem;
}

.c-btn__wrap:has(.spinner-border) {
  color: white;
  font-weight: 500;
}
/* VIN Input Form Styling - Form over carousel background */
.index-page {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.8rem;
}

.vin-form-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background: transparent;
  z-index: 10;
}

.vin-form-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  padding: 3rem 2rem;
  max-width: 500px;
  width: 100%;
  position: relative;
  z-index: 11;
  backdrop-filter: blur(2px);
}

.vin-form-title {
  text-align: center;
  color: #7eb61c;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.vin-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.vin-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.vin-form .form-label {
  font-weight: 500;
  color: #5e5e5e;
  font-size: 1rem;
}

.vin-form .form-control-lg {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.vin-form .form-control-lg:focus {
  border-color: #7eb61c;
  box-shadow: 0 0 0 0.2rem rgba(126, 182, 28, 0.25);
  outline: none;
}

.vin-form .btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  background-color: #7eb61c;
  border-color: #7eb61c;
  color: white;
  transition: background-color 0.3s, border-color 0.3s;
}

.vin-form .btn-lg:hover {
  background-color: #5f8a15;
  border-color: #5f8a15;
}

.vin-form .btn-lg:active,
.vin-form .btn-lg:focus {
  background-color: #4a6810;
  border-color: #4a6810;
  box-shadow: 0 0 0 0.2rem rgba(126, 182, 28, 0.25);
}

.vin-form-hint {
  text-align: center;
  color: #999;
  font-size: 0.9rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

/* VIN Form Button Centering */
.vin-form .btn-lg .c-btn__wrap {
  justify-content: center !important;
  margin-right: 0 !important;
}

@media (max-width: 768px) {
  .vin-form-card {
    padding: 2rem 1.5rem;
  }

  .vin-form-title {
    font-size: 1.25rem;
  }

  .vin-form {
    gap: 1rem;
  }
}

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