@charset "UTF-8";

.color-primary {
  color: #244964 !important;
}

.color-secondary {
  color: #03a9f4 !important;
}

.color-yellow {
  color: #fdd835 !important;
}

.color-danger {
  color: #FF5722 !important;
}

.color-warning {
  color: #F57C00 !important;
}

.color-green {
  color: green !important;
}

.color-dark {
  color: #293846 !important;
}

.color-black {
  color: #282828 !important;
}

.color-white {
  color: #fff !important;
}

.color-light {
  color: #f2f2f2 !important;
}

.color-gray {
  color: #8c969d !important;
}

.color-light-gray {
  color: #ddd !important;
}

.color-dark-gray {
  color: #7f7f7f !important;
}

.color-primary-light {
  color: #e9edf0 !important;
}

.color-secondary-light {
  color: #e6f6fe !important;
}

.bg-color-primary {
  background-color: #244964 !important;
}

.bg-color-secondary {
  background-color: #03a9f4 !important;
}

.bg-color-yellow {
  background-color: #fdd835 !important;
}

.bg-color-danger {
  background-color: #FF5722 !important;
}

.bg-color-warning {
  background-color: #F57C00 !important;
}

.bg-color-green {
  background-color: green !important;
}

.bg-color-dark {
  background-color: #293846 !important;
}

.bg-color-black {
  background-color: #282828 !important;
}

.bg-color-white {
  background-color: #fff !important;
}

.bg-color-light {
  background-color: #f2f2f2 !important;
}

.bg-color-gray {
  background-color: #8c969d !important;
}

.bg-color-light-gray {
  background-color: #ddd !important;
}

.bg-color-dark-gray {
  background-color: #7f7f7f !important;
}

.bg-color-primary-light {
  background-color: #e9edf0 !important;
}

.bg-color-secondary-light {
  background-color: #e6f6fe !important;
}

.btn {
  padding: 0.5rem 1rem;
  display: inline-block;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
  line-height: 1;
}

.btn-xs {
  cursor: pointer;
  padding: 0.3333333333rem 0.5rem;
  font-size: 0.75rem;
}

.btn-sm {
  cursor: pointer;
  font-size: 0.875rem;
}

.btn-lg {
  cursor: pointer;
  padding: 1.1rem 1rem;
  font-size: 1.1rem;
}

.btn-xl {
  cursor: pointer;
  padding: 1.2rem 1rem;
  font-size: 1.2rem;
}

.btn-primary {
  background-color: #244964;
  border: 1px solid #244964;
  color: #fff;
  color: #fff !important;
}

.btn-primary:hover {
  background-color: #20425a !important;
  border: 1px solid #244964 !important;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.btn-primary:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.btn-outline-primary {
  color: #244964;
  border: 1px solid #244964;
  background: none;
}

.btn-outline-primary:hover {
  border: 1px solid #28506e;
  color: #244964;
  background: none;
}

.btn-outline-primary:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  background: none;
}

.btn-secondary {
  background-color: #03a9f4;
  border: 1px solid #03a9f4;
  color: #fff;
  color: #fff !important;
}

.btn-secondary:hover {
  background-color: #0398dc !important;
  border: 1px solid #03a9f4 !important;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.btn-secondary:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.btn-outline-secondary {
  color: #03a9f4;
  border: 1px solid #03a9f4;
  background: none;
}

.btn-outline-secondary:hover {
  border: 1px solid #03baff;
  color: #03a9f4;
  background: none;
}

.btn-outline-secondary:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  background: none;
}

.btn-yellow {
  background-color: #fdd835;
  border: 1px solid #fdd835;
  color: #fff;
  color: #244964 !important;
}

.btn-yellow:hover {
  background-color: #e4c230 !important;
  border: 1px solid #fdd835 !important;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.btn-yellow:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.btn-outline-yellow {
  color: #fdd835;
  border: 1px solid #fdd835;
  background: none;
}

.btn-outline-yellow:hover {
  border: 1px solid #ffee3a;
  color: #fdd835;
  background: none;
}

.btn-outline-yellow:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  background: none;
}

.btn-danger {
  background-color: #FF5722;
  border: 1px solid #FF5722;
  color: #fff;
  color: #fff !important;
}

.btn-danger:hover {
  background-color: #e64e1f !important;
  border: 1px solid #FF5722 !important;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.btn-danger:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.btn-outline-danger {
  color: #FF5722;
  border: 1px solid #FF5722;
  background: none;
}

.btn-outline-danger:hover {
  border: 1px solid #ff6025;
  color: #FF5722;
  background: none;
}

.btn-outline-danger:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  background: none;
}

.btn-warning {
  background-color: #F57C00;
  border: 1px solid #F57C00;
  color: #fff;
  color: #fff !important;
}

.btn-warning:hover {
  background-color: #dd7000 !important;
  border: 1px solid #F57C00 !important;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.btn-warning:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.btn-outline-warning {
  color: #F57C00;
  border: 1px solid #F57C00;
  background: none;
}

.btn-outline-warning:hover {
  border: 1px solid #ff8800;
  color: #F57C00;
  background: none;
}

.btn-outline-warning:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  background: none;
}

.btn-green {
  background-color: green;
  border: 1px solid green;
  color: #fff;
  color: #fff !important;
}

.btn-green:hover {
  background-color: #007300 !important;
  border: 1px solid green !important;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.btn-green:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.btn-outline-green {
  color: green;
  border: 1px solid green;
  background: none;
}

.btn-outline-green:hover {
  border: 1px solid #008d00;
  color: green;
  background: none;
}

.btn-outline-green:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  background: none;
}

.btn-dark {
  background-color: #293846;
  border: 1px solid #293846;
  color: #fff;
  color: #fff !important;
}

.btn-dark:hover {
  background-color: #25323f !important;
  border: 1px solid #293846 !important;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.btn-dark:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.btn-outline-dark {
  color: #293846;
  border: 1px solid #293846;
  background: none;
}

.btn-outline-dark:hover {
  border: 1px solid #2d3e4d;
  color: #293846;
  background: none;
}

.btn-outline-dark:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  background: none;
}

.btn-black {
  background-color: #282828;
  border: 1px solid #282828;
  color: #fff;
  color: #fff !important;
}

.btn-black:hover {
  background-color: #242424 !important;
  border: 1px solid #282828 !important;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.btn-black:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.btn-outline-black {
  color: #282828;
  border: 1px solid #282828;
  background: none;
}

.btn-outline-black:hover {
  border: 1px solid #2c2c2c;
  color: #282828;
  background: none;
}

.btn-outline-black:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  background: none;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #fff;
  color: #244964 !important;
}

.btn-white:hover {
  background-color: #e6e6e6 !important;
  border: 1px solid #fff !important;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.btn-white:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.btn-outline-white {
  color: #fff;
  border: 1px solid #fff;
  background: none;
}

.btn-outline-white:hover {
  border: 1px solid white;
  color: #fff;
  background: none;
}

.btn-outline-white:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  background: none;
}

.btn-light {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #fff;
  color: #244964 !important;
}

.btn-light:hover {
  background-color: #dadada !important;
  border: 1px solid #f2f2f2 !important;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.btn-light:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.btn-outline-light {
  color: #f2f2f2;
  border: 1px solid #f2f2f2;
  background: none;
}

.btn-outline-light:hover {
  border: 1px solid white;
  color: #f2f2f2;
  background: none;
}

.btn-outline-light:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  background: none;
}

.btn-gray {
  background-color: #8c969d;
  border: 1px solid #8c969d;
  color: #fff;
  color: #fff !important;
}

.btn-gray:hover {
  background-color: #7e878d !important;
  border: 1px solid #8c969d !important;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.btn-gray:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.btn-outline-gray {
  color: #8c969d;
  border: 1px solid #8c969d;
  background: none;
}

.btn-outline-gray:hover {
  border: 1px solid #9aa5ad;
  color: #8c969d;
  background: none;
}

.btn-outline-gray:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  background: none;
}

.btn-light-gray {
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #fff;
  color: #fff !important;
}

.btn-light-gray:hover {
  background-color: #c7c7c7 !important;
  border: 1px solid #ddd !important;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.btn-light-gray:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.btn-outline-light-gray {
  color: #ddd;
  border: 1px solid #ddd;
  background: none;
}

.btn-outline-light-gray:hover {
  border: 1px solid #f3f3f3;
  color: #ddd;
  background: none;
}

.btn-outline-light-gray:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  background: none;
}

.btn-dark-gray {
  background-color: #7f7f7f;
  border: 1px solid #7f7f7f;
  color: #fff;
  color: #fff !important;
}

.btn-dark-gray:hover {
  background-color: #727272 !important;
  border: 1px solid #7f7f7f !important;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.btn-dark-gray:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.btn-outline-dark-gray {
  color: #7f7f7f;
  border: 1px solid #7f7f7f;
  background: none;
}

.btn-outline-dark-gray:hover {
  border: 1px solid #8c8c8c;
  color: #7f7f7f;
  background: none;
}

.btn-outline-dark-gray:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  background: none;
}

.btn-primary-light {
  background-color: #e9edf0;
  border: 1px solid #e9edf0;
  color: #fff;
  color: #fff !important;
}

.btn-primary-light:hover {
  background-color: #d2d5d8 !important;
  border: 1px solid #e9edf0 !important;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.btn-primary-light:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.btn-outline-primary-light {
  color: #e9edf0;
  border: 1px solid #e9edf0;
  background: none;
}

.btn-outline-primary-light:hover {
  border: 1px solid white;
  color: #e9edf0;
  background: none;
}

.btn-outline-primary-light:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  background: none;
}

.btn-secondary-light {
  background-color: #e6f6fe;
  border: 1px solid #e6f6fe;
  color: #fff;
  color: #fff !important;
}

.btn-secondary-light:hover {
  background-color: #cfdde5 !important;
  border: 1px solid #e6f6fe !important;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.btn-secondary-light:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.btn-outline-secondary-light {
  color: #e6f6fe;
  border: 1px solid #e6f6fe;
  background: none;
}

.btn-outline-secondary-light:hover {
  border: 1px solid #fdffff;
  color: #e6f6fe;
  background: none;
}

.btn-outline-secondary-light:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  background: none;
}

:root {
  --mf-height: 50px;
  --mh-height: 40px;
  --base-font-size: .875rem;
}

html {
  font-size: var(--base-font-size);
}

body {
  font-family: 'Gilroy', 'Roboto', sans-serif;
  color: #293846;
  scroll-behavior: smooth;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #244964;
  font-family: 'Gilroy', 'Roboto', sans-serif;
  font-weight: 500;
}

h1,
.h1 {
  font-size: 1.6rem;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 1.45rem;
}

h3,
.h3 {
  font-size: 1.3rem;
}

h4,
.h4 {
  font-size: 1.2rem;
}

h5,
.h5 {
  font-size: 1.1rem;
}

h6,
.h6 {
  font-size: 1.05rem;
}

a {
  text-decoration: none;
  color: #244964;
}

a:hover {
  text-decoration: none;
  color: #2b5878;
}

ol,
ul {
  padding-left: 1rem;
}

.text {
  margin-top: 1.3rem;
}

main {
  margin-top: var(--mh-height);
  margin-bottom: var(--mf-height);
}

.fs-1 {
  font-size: 1.6rem !important;
}

.fs-2 {
  font-size: 1.45rem !important;
}

.fs-3 {
  font-size: 1.3rem !important;
}

.fs-4 {
  font-size: 1.2rem !important;
}

.fs-5 {
  font-size: 1.1rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.form-check-input:checked {
  background-color: #FF5722;
  border-color: #FF5722;
}

.section-padding {
  padding: 2rem 0;
}

.section-header {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  color: #244964;
}

.box-shadow {
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.box-shadow:hover {
  -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.23), 0 1px 4px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.23), 0 1px 4px 0 rgba(0, 0, 0, 0.21);
}

.parallax {
  padding: 0;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.breadcrumbs {
  padding: 1.45rem 0 1rem;
  overflow: auto;
  white-space: nowrap;
  font-size: 12px;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.breadcrumbs .breadcrumb {
  margin-bottom: 0;
  overflow: unset;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.breadcrumbs .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs .breadcrumb-item a {
  color: #293846;
}

.breadcrumbs .breadcrumb-item.active {
  color: #293846;
}

.breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
}

.text {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.text img {
  max-width: 100%;
  height: auto;
}

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
  text-align: center;
}

.youtube .play {
  background: url("https://bemark.ru/assets/templates/img/youtube-play-btn.png") no-repeat;
  background-position: 0 -50px;
  background-size: 100% auto;
  position: absolute;
  height: 50px;
  width: 69px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.youtube:hover .play {
  background-position: 0 0;
}

.fancybox__caption {
  text-align: center;
}

.page_preview_card {
  padding: 0.5rem;
  background-color: #03a9f4;
  border: 1px solid #8c969d;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  border-radius: 7px;
}

.page_preview_card:hover {
  -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.23), 0 1px 4px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.23), 0 1px 4px 0 rgba(0, 0, 0, 0.21);
}

.page_preview_card img {
  margin-bottom: 1rem;
}

.page_preview_card .title {
  text-transform: uppercase;
}

.gallery-item {
  padding: 0.5rem;
  background-color: #03a9f4;
  margin-bottom: 1rem;
  border: 1px solid #8c969d;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  border-radius: 7px;
}

.gallery-item:hover {
  -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.23), 0 1px 4px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.23), 0 1px 4px 0 rgba(0, 0, 0, 0.21);
}

.contacts-block {
  height: 100%;
  background-color: #f2f2f2;
  padding: 1rem;
}

.contacts-block i {
  color: #03a9f4;
  margin-right: 5px;
}

.contacts-block ul {
  padding: 0;
  list-style: none;
}

.contacts-block ul li {
  margin-bottom: 0.5rem;
}

.contacts-block .contact {
  color: #244964;
  margin: 0 0.5rem;
  text-decoration: none;
  font-size: 1.1rem;
}

.contacts-block .contact:hover i {
  color: #FF5722;
}

.contacts-block .contact.social i {
  font-size: 1.1rem;
}

.contacts-block .contact.social.viber i {
  color: #7360f2;
}

.contacts-block .contact.social.whatsapp i {
  color: #25D366;
}

.gallery img {
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.gallery img:hover {
  -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.23), 0 1px 4px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.23), 0 1px 4px 0 rgba(0, 0, 0, 0.21);
}

.gallery img:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.ckie-note {
  background-color: #03a9f4;
  padding: 1rem 0;
  color: #fff;
  position: fixed;
  display: none;
  z-index: 100;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  bottom: 0;
  left: 0;
  right: 0;
}

.ckie-note.show {
  display: block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.ckie-note .grid {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.text-block::after {
  display: block;
  content: "";
  clear: both;
}

.text-block .image,
.text-block .video,
.text-block img {
  float: left;
  margin-bottom: 1.2rem;
}

.about-us .advantage i {
  font-size: 2.5rem;
}

.read-more {
  margin-left: auto;
  color: #244964;
  font-size: 0.9rem;
}

.read-more::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f101";
  font-size: 0.7rem;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

html::-webkit-scrollbar {
  width: 6px;
}

html::-webkit-scrollbar-track {
  background-color: #ddd;
}

html::-webkit-scrollbar-thumb {
  background: #8c969d;
}

.fancybox__container {
  z-index: 1200 !important;
}

.ul-styled ul {
  list-style: none;
}

.ul-styled ul li {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ul-styled ul li::before {
  font: var(--fa-font-regular);
  font-size: 1.2rem;
  margin-right: 0.5rem;
  font: var(--fa-font-regular);
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
}

.ul-styled.ul-style-check-circle ul li::before {
  content: "\f058";
}

.ul-styled.ul-style-check ul li::before {
  content: "\f00c";
}

.ul-styled.ul-style-plus-circle ul li::before {
  content: "\f055";
}

.ul-styled.ul-style-minus-circle ul li::before {
  content: "\f056";
}

.ul-styled.ul-style-color-primary ul li::before {
  color: #244964 !important;
}

.ul-styled.ul-style-color-secondary ul li::before {
  color: #03a9f4 !important;
}

.ul-styled.ul-style-color-yellow ul li::before {
  color: #fdd835 !important;
}

.ul-styled.ul-style-color-danger ul li::before {
  color: #FF5722 !important;
}

.ul-styled.ul-style-color-warning ul li::before {
  color: #F57C00 !important;
}

.ul-styled.ul-style-color-green ul li::before {
  color: green !important;
}

.ul-styled.ul-style-color-dark ul li::before {
  color: #293846 !important;
}

.ul-styled.ul-style-color-black ul li::before {
  color: #282828 !important;
}

.ul-styled.ul-style-color-white ul li::before {
  color: #fff !important;
}

.ul-styled.ul-style-color-light ul li::before {
  color: #f2f2f2 !important;
}

.ul-styled.ul-style-color-gray ul li::before {
  color: #8c969d !important;
}

.ul-styled.ul-style-color-light-gray ul li::before {
  color: #ddd !important;
}

.ul-styled.ul-style-color-dark-gray ul li::before {
  color: #7f7f7f !important;
}

.ul-styled.ul-style-color-primary-light ul li::before {
  color: #e9edf0 !important;
}

.ul-styled.ul-style-color-secondary-light ul li::before {
  color: #e6f6fe !important;
}

.mse2_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination {
  --bs-pagination-active-bg: #03a9f4;
  font-weight: 600;
}

.pagination li {
  margin: 0 0.5rem;
}

.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.pagination li:first-child a {
  color: #03a9f4;
}

.pagination li:last-child a {
  color: #03a9f4;
}

.cb_copy {
  cursor: pointer;
}

.custom-tooltip {
  --bs-tooltip-bg: $secondary;
}

.desktop-header {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  z-index: 5;
  display: none;
}

.desktop-header .header-top {
  padding: 0.8rem 0;
}

.desktop-header .header-top .grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, auto);
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.desktop-header .header-top .grid .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.desktop-header .header-top .grid .logo img {
  max-width: 67px;
  height: 30px;
  margin-right: 0.5rem;
}

.desktop-header .header-top .grid .logo .logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.1;
}

.desktop-header .header-top .grid .logo .logo-text .name {
  font-size: 22px;
  font-weight: 700;
  color: #244964;
}

.desktop-header .header-top .grid .logo .logo-text .slogan {
  font-size: 11px;
  color: #7f7f7f;
}

.desktop-header .header-top .contact i {
  color: #F57C00;
  margin-right: 5px;
}

.desktop-header .header-top .contact span {
  color: #244964;
}

.desktop-header .header-top .contact.email {
  line-height: 1;
}

.desktop-header .header-top .contact.email span {
  font-weight: 600;
  color: #244964;
}

.desktop-header .header-top .contact.phone {
  line-height: 1;
}

.desktop-header .header-top .contact.phone span {
  font-size: 1.1rem;
  font-weight: 600;
  color: #244964;
}

.desktop-header .header-top .contact.phone-info {
  font-size: 0.7rem;
}

.desktop-header .header-top .contact.hours span {
  font-size: 0.8rem;
}

.desktop-header .header-bottom {
  background-color: #03a9f4;
}

.desktop-header .header-bottom .navbar {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-template-columns: 2fr 6fr 2fr 20px;
  gap: 1rem;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.desktop-header .header-bottom .catalogue-menu {
  position: relative;
}

.desktop-header .header-bottom .catalogue-menu .toggler {
  background-color: #fdd835;
  padding: 0.8rem 2rem;
  font-weight: 600;
  width: 230px;
  text-align: center;
  display: block;
}

.desktop-header .header-bottom .catalogue-menu .toggler i {
  margin-right: 5px;
}

.desktop-header .header-bottom .catalogue-menu .toggler:hover {
  cursor: pointer;
}

.desktop-header .header-bottom .catalogue-menu .dropdown-menu {
  display: none;
  position: absolute;
  width: 100%;
  border-radius: 0;
  padding: 0.8333333333rem;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.desktop-header .header-bottom .catalogue-menu .dropdown-menu:hover {
  -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.23), 0 1px 4px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.23), 0 1px 4px 0 rgba(0, 0, 0, 0.21);
}

.desktop-header .header-bottom .catalogue-menu .dropdown-menu.show {
  display: block;
  z-index: 30;
}

.desktop-header .header-bottom .catalogue-menu .dropdown-menu .title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.desktop-header .header-bottom .catalogue-menu .dropdown-menu .first-level-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.desktop-header .header-bottom .catalogue-menu .dropdown-menu .first-level-menu li {
  position: relative;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #244964;
  font-weight: 500;
  font-size: 0.9rem;
}

.desktop-header .header-bottom .catalogue-menu .dropdown-menu .first-level-menu li::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f101";
  font-size: 0.8rem;
}

.desktop-header .header-bottom .catalogue-menu .dropdown-menu .first-level-menu li:hover {
  cursor: pointer;
  color: #03a9f4;
}

.desktop-header .header-bottom .catalogue-menu .dropdown-menu .first-level-menu .second-level-menu {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(calc(100% + 1rem));
  -ms-transform: translateX(calc(100% + 1rem));
  transform: translateX(calc(100% + 1rem));
  padding: 0.8333333333rem;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  display: none;
}

.desktop-header .header-bottom .catalogue-menu .dropdown-menu .first-level-menu .second-level-menu:hover {
  -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.23), 0 1px 4px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.23), 0 1px 4px 0 rgba(0, 0, 0, 0.21);
}

.desktop-header .header-bottom .catalogue-menu .dropdown-menu .first-level-menu .second-level-menu .grid {
  display: grid;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  gap: 0.5rem 1rem;
}

.desktop-header .header-bottom .catalogue-menu .dropdown-menu .first-level-menu .second-level-menu a {
  color: #244964;
}

.desktop-header .header-bottom .catalogue-menu .dropdown-menu .first-level-menu .second-level-menu a:hover {
  cursor: pointer;
  color: #03a9f4;
}

.desktop-header .header-bottom .main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
}

.desktop-header .header-bottom .main-menu li {
  padding: 0.8rem;
}
.invisible-item{
    display: none;
}
.first:hover .invisible-item{
    display: inline-block;
    position: absolute;
    padding: 5px;
    z-index: 11;
    top: 49px;
    left: 455px;
    width: 145px;
    background-color: #3b6b8f;
}
.first .invisible-item: hover{
    background-color: #45769b;
}
.desktop-header .header-bottom .main-menu li a {
  color: #fff;
}

.desktop-header .header-bottom .main-menu li a:hover {
  color: #244964;
}


.desktop-header .header-bottom .main-menu li.active {
  background-color: #244964;
}

.desktop-header .header-bottom .main-menu li.active a {
  color: #fff;
}

.desktop-header .header-bottom .site-search-form {
  background-color: rgba(255, 255, 255, 0.2);
}

.desktop-header .header-bottom .site-search-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.62);
  padding-left: 0.5rem;
}

.desktop-header .header-bottom .site-search-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.62);
  padding-left: 0.5rem;
}

.desktop-header .header-bottom .site-search-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.62);
  padding-left: 0.5rem;
}

.desktop-header .header-bottom .site-search-form input::placeholder {
  color: rgba(255, 255, 255, 0.62);
  padding-left: 0.5rem;
}

.desktop-header .header-bottom .site-search-form .form-control {
  background: none;
  border: 0;
  padding: 0;
  color: #fff;
  padding: 0.25rem 0.5rem;
}

.desktop-header .header-bottom .site-search-form .input-group-text {
  background: none;
  font-size: 1.25rem;
  border: 0;
  padding: .2rem;
}

.desktop-header .header-bottom .site-search-form .input-group-text button {
  color: #fff;
  border: 0;
  background: none;
  padding: 0.3rem;
  font-size: .8rem;
}

.desktop-footer {
  background-color: #293846;
  color: #fff;
  display: none;
}

.desktop-footer .grid {
  display: grid;
  grid-template-columns: 30% 30% 1fr 1fr;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.desktop-footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.desktop-footer .logo img {
  max-width: 67px;
  height: 30px;
  margin-right: 0.3333333333rem;
}

.desktop-footer .logo .logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
}

.desktop-footer .logo .logo-text .name {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.desktop-footer .logo .logo-text .slogan {
  font-size: 11px;
  color: #fff;
}

.desktop-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.desktop-footer ul li {
  margin-bottom: 0.25rem;
}

.desktop-footer .menu a {
  color: #fff;
}

.desktop-footer .menu a:hover {
  color: #03a9f4;
}

.desktop-footer .menu.сatalogue-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.desktop-footer .contacts a {
  color: #fff;
}

.desktop-footer .contacts a:hover {
  color: #03a9f4;
}

.desktop-footer .contacts a.phone {
  font-weight: 600;
}

.desktop-footer .contacts i {
  margin-right: 5px;
  color: #fdd835;
}

.desktop-footer .social {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5%, -webkit-max-content));
  grid-template-columns: repeat(auto-fill, minmax(5%, max-content));
  gap: 1rem;
  font-size: 16px;
}

.desktop-footer .social i {
  color: #fdd835;
  font-size: 18px;
}

.desktop-footer .social i:hover {
  color: #fff;
}

.desktop-footer .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.desktop-footer .copyright {
  background-color: #244964;
}

.desktop-footer .copyright a {
  color: white;
  text-decoration: underline;
}

.desktop-footer .copyright a:hover {
  color: #03a9f4;
}

.mobile-header {
  height: var(--mh-height);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #244964;
  z-index: 40;
  -webkit-box-shadow: 0px -3px 7px 4px #282828;
  box-shadow: 0px -3px 7px 4px #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-header .grid {
  display: grid;
  grid-template-columns: 6fr repeat(4, auto);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.45rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-header .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.mobile-header .logo img {
  height: 25px;
  margin-right: 10px;
}

.mobile-header .logo .logo-text {
  color: #fff;
  font-weight: 600;
  line-height: 1;
}

.mobile-header.out {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mobile-header a {
  text-decoration: none;
}

.mobile-header i {
  color: #03a9f4;
  font-size: 1.3rem;
}

.mobile-header .phone span {
  font-size: 1.1rem;
  font-weight: 600;
}

.mobile-header button {
  border: none;
  background: none;
  padding: 0;
}

.mobile-footer {
  background-color: #293846;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  overflow-y: hidden;
  overflow-x: hidden;
}

.mobile-footer .grid {
  position: relative;
  z-index: 10;
  padding: 0.5rem 0 0.5rem;
  min-height: var(--mf-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.mobile-footer .mf__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-footer .mf__button img {
  max-width: 30px;
  margin-bottom: 5px;
}

.mobile-footer .mf__button span {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 200;
}

.mobile-footer .mf__button i {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 0.2rem;
}

.mobile-footer .row {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.mobile-footer button {
  background: none;
  border: none;
  padding: 0;
}

.mobile-menu .mm__wrapper {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  z-index: 20;
  background-color: rgba(18, 18, 18, 0.8);
  overflow: hidden;
  opacity: 0;
}

.mobile-menu .mm__wrapper .mm__content {
  position: absolute;
  background-color: #293846;
  max-width: 100%;
  height: 100%;
  overflow-y: auto;
}

.mobile-menu.mm__right .mm__content {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  padding: var(--mh-height) 1rem 0;
  max-width: 85%;
}

.mobile-menu.mm__left .mm__content {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: var(--mh-height) 1rem 0;
  max-width: 85%;
}

.mobile-menu.mm__bottom .mm__content {
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  padding: 0 1rem var(--mf-height);
}

.mobile-menu.mm__top .mm__content {
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  padding: var(--mh-height) 1rem 0;
}

.mobile-menu.mm__top .mm__content .social-link {
  font-size: 1.3rem;
  border: none;
  background: none;
  padding: 0;
}

.mobile-menu.opened .mm__wrapper {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.mobile-menu.opened.mm__right .mm__content,
.mobile-menu.opened.mm__left .mm__content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu.opened.mm__bottom .mm__content,
.mobile-menu.opened.mm__top .mm__content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  height: auto;
}

.mobile-menu.opened.mm__bottom .mm__content {
  bottom: 0;
  max-height: calc(100% - var(--mh-height));
}

.mobile-menu.opened.mm__top .mm__content {
  top: 0;
}

.mobile-menu .mm__close {
  text-align: right;
  margin-bottom: 0.55rem;
}

.mobile-menu .mm__close i {
  color: #fff;
}

.mobile-menu .menu-title {
  color: #03a9f4;
}

.mobile-menu ul {
  margin: 0;
  padding: 0;
}

.mobile-menu ul li {
  margin-bottom: 0.3333333333rem;
  color: #fff;
}

.mobile-menu ul a {
  color: #fff;
}

.mobile-menu.mm__bottom.catalogue-menu .parent-link {
  color: #fdd835;
  margin-bottom: 1rem;
  display: block;
}

.mobile-menu.mm__bottom.catalogue-menu .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  gap: 0.5rem;
}

.mobile-menu.mm__bottom.catalogue-menu .sub-menu a {
  color: #244964;
  padding: 0.3333333333rem;
  display: block;
  background-color: #f2f2f2;
  line-height: 1;
  border-radius: 5px;
}

.mobile-menu.mm__bottom.catalogue-menu .sub-menu a:hover {
  background-color: #03a9f4;
  color: #fff;
}

.mobile-menu .contacts .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu .contacts .logo img {
  max-width: 67px;
  height: 30px;
  margin-right: 0.5rem;
}

.mobile-menu .contacts .logo .logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.1;
}

.mobile-menu .contacts .logo .logo-text .name {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.mobile-menu .contacts .logo .logo-text .slogan {
  font-size: 11px;
  color: #03a9f4;
}

.mobile-menu .contacts .phone {
  font-size: 1.1rem;
}

.mobile-menu .contacts .email {
  font-size: 1.1rem;
}

.mobile-menu .contacts .address {
  color: #fff;
}

.mobile-menu .contacts .social i {
  font-size: 1.3rem;
  margin-right: 1rem;
}

.mobile-menu .contacts i {
  margin-right: 5px;
  color: #fdd835;
}

.mobile-menu .site-search-form {
  background-color: rgba(255, 255, 255, 0.2);
}

.mobile-menu .site-search-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.62);
  padding-left: 0.5rem;
}

.mobile-menu .site-search-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.62);
  padding-left: 0.5rem;
}

.mobile-menu .site-search-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.62);
  padding-left: 0.5rem;
}

.mobile-menu .site-search-form input::placeholder {
  color: rgba(255, 255, 255, 0.62);
  padding-left: 0.5rem;
}

.mobile-menu .site-search-form .form-control {
  background: none;
  border: 0;
  padding: 0;
  color: #fff;
  padding: 0.25rem 0.5rem;
}

.mobile-menu .site-search-form .input-group-text {
  background: none;
  font-size: 1.25rem;
  border: 0;
  padding: .2rem;
}

.mobile-menu .site-search-form .input-group-text button {
  color: #fff;
  border: 0;
  background: none;
  padding: 0.3rem;
  font-size: .8rem;
}

.offer-slider {
  background-image: url("/assets/images/offer/offer_bg_2.jpg");
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.offer-slider .swiper-button-prev::after,
.offer-slider .swiper-button-next::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  font-size: 2.208rem;
  color: #fff;
  opacity: .38;
}

.offer-slider .swiper-button-prev {
  left: 5%;
}

.offer-slider .swiper-button-prev::after {
  content: "\f104";
}

.offer-slider .swiper-button-next {
  right: 5%;
}

.offer-slider .swiper-button-next::after {
  content: "\f105";
}

.offer-slider .swiper-wrapper {
  z-index: 10;
}

.offer-slider .overlay {
  background-color: rgba(19, 39, 59, 0.8);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.offer {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.92rem 0;
}

.offer .offer-header {
  color: #03a9f4;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
}

.offer .grid {
  display: grid;
  grid-template-columns: 80%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.offer .offer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.offer .offer-text ul {
  text-align: start;
  margin-top: 1.1rem;
  padding: 0;
  list-style: none;
}

.offer .offer-text ul li {
  color: #fff;
  margin-bottom: 0.62rem;
}

.offer .offer-text ul li::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: '\f00c';
  color: #fdd835;
  margin-right: 0.5rem;
  padding: 5px;
  border: 3px solid #fdd835;
  border-radius: 5px;
  width: 1.3rem;
  height: 1.3rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.offer .content {
  z-index: 10;
  position: relative;
}

.preview-card {
  margin-bottom: 1rem;
  height: calc(100% - 1rem);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.preview-card:hover {
  -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.23), 0 1px 4px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.23), 0 1px 4px 0 rgba(0, 0, 0, 0.21);
}

.quantity-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  text-align: center;
}

.quantity-inner .quantity {
  max-width: 40px;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0 0.5rem;
  text-align: center;
}

.quantity-inner .btn-minus,
.quantity-inner .btn-plus {
  width: 20px;
  background-color: #ddd;
  border: 1px solid #ddd;
  cursor: pointer;
}

.catalogue-preview-card {
  padding: 1.5rem 1rem;
  background-color: #244964;
  background-image: url(../../images/catalogue/electrods.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: block;
}

.catalogue-preview-card .title {
  color: #fff;
  width: 80%;
}

.catalogue-preview-card:hover {
  background-color: #20425a;
}

.fast-links-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.62rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.fast-links-grid a {
  display: inline-block;
  padding: 10px 20px;
}

.product-perview-card {
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-perview-card .image {
  position: relative;
}

.product-perview-card .image img {
  max-width: 100%;
}

.product-perview-card .image .overlay {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.product-perview-card .image .overlay .fast-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.product-perview-card .image .overlay .fast-view i {
  font-size: 2rem;
}

.product-perview-card .image:hover .overlay {
  background-color: rgba(36, 73, 100, 0.62);
  opacity: 1;
}

.product-perview-card .badge {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 0.3333333333rem;
  font-size: 0.8rem;
  opacity: .9;
  z-index: 5;
}

.product-perview-card .title {
  color: #244964;
  min-height: 3rem;
}

.product-perview-card .description {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.product-perview-card .ppc__body {
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.product-perview-card .ppc__body .char {
  color: #fff;
  background-color: #03a9f4;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1;
}

.product-perview-card .ppc__footer {
  padding: 0 0.5rem 0.5rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
}

.product-perview-card .price {
  color: #FF5722;
  font-size: 1.2rem;
  font-weight: 600;
}

.product-perview-card .hidden-info-toggler {
  color: #ddd;
  font-size: 1.2rem;
}

.product-perview-card .hidden-info-toggler:hover {
  cursor: pointer;
  color: #c7c7c7;
}

.product-perview-card .hidden-info-block {
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 1rem;
  padding-top: 0;
  -webkit-box-shadow: 0 -5px 0 #fff, 0 3px 7px 0 rgba(0, 0, 0, 0.13), 0 1px 2px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 -5px 0 #fff, 0 3px 7px 0 rgba(0, 0, 0, 0.13), 0 1px 2px 0 rgba(0, 0, 0, 0.11);
  opacity: 0;
  z-index: 10;
  height: 0;
}

.product-perview-card .hidden-info-block.is-active {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: auto;
  opacity: 1;
}

.product-perview-card .hidden-info-block .title {
  font-size: 0.9rem;
  min-height: auto;
}

.product-perview-card .hidden-info-block .hib__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.ppc-modal {
  --bs-modal-width: 90%;
}

.ppc-modal .content {
  display: grid;
  grid-template-areas: "gal" "char" "aside";
  grid-template-columns: 100%;
  gap: 1rem;
}

.ppc-modal .content .ppc-modal-gallery {
  grid-area: gal;
  position: relative;
}

.ppc-modal .content .ppc-modal-gallery .ppc-modal-gallery-big {
  margin-bottom: 0.5rem;
}

.ppc-modal .content .ppc-modal-gallery .ppc-modal-gallery-big img {
  max-width: 100%;
  aspect-ratio: 4/3;
}

.ppc-modal .content .ppc-modal-gallery .ppc-modal-gallery-thumbs img {
  max-width: 100%;
  aspect-ratio: 16/9;
}

.ppc-modal .content .characteristics {
  grid-area: char;
}

.ppc-modal .content .characteristics .table tr td {
  padding: 0.2rem;
}

.ppc-modal .content .aside {
  grid-area: aside;
  background-color: #f2f2f2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: grid;
  padding: 1rem;
}

.ppc-modal .content .aside .article {
  font-weight: 600;
  color: #244964;
}

.ppc-modal .content .aside .in-stock i {
  margin-right: 0.3333333333rem;
}

.ppc-modal .content .aside .price {
  color: #FF5722;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.ppc-modal .content .aside .btn {
  width: 100%;
  margin-bottom: 0.5rem;
}

.ppc-modal .content .aside .consultation .title {
  text-transform: uppercase;
}

.ppc-modal .content .aside .consultation .phone {
  color: #244964;
  font-weight: 600;
  font-size: 1.1rem;
}

.ppc-modal .content .aside .consultation .description {
  font-size: 0.8rem;
}

.compare-modal {
  --bs-modal-width: 95%;
}

.product-card .title {
  color: #244964;
}

.product-card .pc-gallery-big {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.product-card .pc-gallery-thumbs img {
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  margin-bottom: 0.5rem;
}

.product-card .order-block {
  position: relative;
}

.product-card .order-block .price {
  color: #F57C00;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1;
  margin-right: 0.5rem;
}

.product-card .order-block .quantity-inner {
  margin-bottom: 0.5rem;
}

.product-card .order-block .btn {
  width: 100%;
  margin-bottom: 0.5rem;
}

.product-card .order-block .hidden-info-toggler {
  color: #ddd;
  font-size: 1.2rem;
}

.product-card .order-block .hidden-info-toggler:hover {
  cursor: pointer;
  color: #c7c7c7;
}

.product-card .order-block .hidden-info-block {
  position: absolute;
  background-color: #fff;
  width: 100%;
  max-width: 230px;
  top: 100%;
  left: 0;
  padding: 0.5rem;
  -webkit-box-shadow: 0 -5px 0 #fff, 0 3px 7px 0 rgba(0, 0, 0, 0.13), 0 1px 2px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 -5px 0 #fff, 0 3px 7px 0 rgba(0, 0, 0, 0.13), 0 1px 2px 0 rgba(0, 0, 0, 0.11);
  opacity: 0;
  z-index: 10;
}

.product-card .order-block .hidden-info-block.is-active {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.product-card .order-block .hidden-info-block .title {
  font-size: 0.9rem;
  margin-bottom: 5px;
  min-height: auto;
}

.product-card .order-block .hidden-info-block .hib__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.product-card .order-block .hidden-info-block .hib__footer .price {
  font-size: 1.6rem;
}

.product-card .in-stock {
  font-weight: 600;
}

.product-card .in-stock i {
  margin-right: 0.3333333333rem;
}

.product-card .shipping {
  font-weight: 600;
}

.product-card .shipping i {
  margin-right: 0.3333333333rem;
}

.product-card .article {
  font-weight: 600;
  color: #244964;
}

.product-card .characteristics .table tr td {
  padding: 0.3333333333rem;
}

.product-card .fast-links-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product-card .fast-links-grid a {
  display: inline-block;
}

.product-card .consultation .phone {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1;
}

.product-card .consultation .phone:hover {
  color: #03a9f4;
}

.product-card .consultation span {
  font-size: 0.9rem;
}

.gost-compare-table {
  text-align: center;
  vertical-align: middle;
}

.gost-compare-table .ec-d-rating__stars {
  display: inline-block;
}

.tabs .nav-link {
  border: 0;
  padding: 0.5rem 1rem;
  background-color: #03a9f4;
  color: #fff;
  margin-bottom: 4px;
}

.tabs .nav-link.active {
  background-color: #f2f2f2;
  color: #282828;
}

.tabs .tab-content {
  background-color: #f2f2f2;
  padding: 1rem;
}

.tabs .tabs-table thead,
.tabs .tabs-table tbody,
.tabs .tabs-table tfoot,
.tabs .tabs-table tr,
.tabs .tabs-table td,
.tabs .tabs-table th {
  border: 1px solid #ddd;
}

.tabs .tabs-table thead {
  background-color: #f2f2f2;
}

.tabs .tabs-table td {
  background-color: #fff;
}

#msCart th.count,
#msCart th.weight,
#msCart th.price,
#msCart th.remove,
.ms-count,
.ms-weight,
.ms-price,
.ms-remove {
  width: auto !important;
}

.ms-input-number-btn {
  background-color: #f2f2f2;
  border-radius: 20%;
  border: 0;
  width: 1.3rem;
  height: 1.3rem;
}

.ms-input-number-emulator {
  width: 2rem !important;
}

.cart-item {
  display: grid;
  grid-template-areas: "g1 g3" "g1 g4" "g2 g2";
  grid-template-columns: auto 95px;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.cart-item .grid__1 {
  grid-area: g1;
}

.cart-item .grid__2 {
  grid-area: g2;
}

.cart-item .grid__3 {
  grid-area: g3;
}

.cart-item .grid__4 {
  grid-area: g4;
  text-align: end;
}

.cart-item img {
  border: 1px solid #f2f2f2;
  margin-bottom: 1rem;
}

.cart-item .title {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.cart-item .price {
  color: #7f7f7f;
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
}

.cart-item .cost {
  color: #FF5722;
  line-height: 1.1;
}

.cart-item .summ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-item .ms2_cost {
  font-size: 2rem;
  font-weight: 600;
}

.cart-item .remove {
  border: 0;
  width: 100%;
}

.mini-shopping-cart {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.1rem;
}

.mini-shopping-cart .qty {
  position: absolute;
  background-color: #fdd835;
  color: #282828;
  font-weight: 500;
  line-height: 1;
  width: 1.1rem;
  height: 1.1rem;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: -0.5rem;
  top: -0.25rem;
  border-radius: 50%;
}

.need-consultation {
  background-image: url(../../images/offer/offer_bg_2.jpg);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.92rem 0;
}

.need-consultation .header {
  text-transform: uppercase;
  color: #03a9f4;
  text-align: center;
  margin-bottom: 1.2rem;
}

.need-consultation .inner {
  position: relative;
  z-index: 10;
}

.need-consultation .overlay {
  background-color: rgba(19, 39, 59, 0.9);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.need-consultation .grid {
  display: grid;
  gap: 1.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.need-consultation .grid .grid__item {
  border: 4px solid #fdd835;
  padding: 1rem;
  text-align: center;
}

.need-consultation .grid .grid__item .title {
  color: #fff;
  margin-bottom: 1rem;
}

.need-consultation .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.need-consultation .social-links .social-link {
  color: #F57C00;
  font-size: 2rem;
}

.need-consultation .phone {
  color: #F57C00;
  font-size: 1.45rem;
  font-weight: 600;
}

.advantages {
  padding: 2rem 0;
}

.advantages .grid {
  display: grid;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantages.bg-color-primary i {
  color: #03a9f4;
}

.advantages.bg-color-primary .title {
  color: #fff;
}

.advantages.bg-color-primary .description {
  color: #f2f2f2;
}

.advantages.bg-color-secondary i {
  color: #244964;
}

.advantages.bg-color-secondary .title {
  color: #fff;
}

.advantages.bg-color-secondary .description {
  color: #f2f2f2;
}

.advantages.bg-color-light i {
  color: #03a9f4;
}

.advantages.bg-color-light .title {
  color: #244964;
}

.advantages.bg-color-light .description {
  color: #282828;
}

.advantage {
  --img-width: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantage i {
  grid-area: i;
  color: #03a9f4;
  margin-right: 1rem;
}

.advantage .title {
  grid-area: t;
  color: #244964;
  line-height: 1;
  margin-bottom: 0.3rem;
  font-weight: 600;
}

.advantage .description {
  grid-area: d;
  color: #282828;
  line-height: 1;
  font-size: 0.875rem;
}

.advantage.type__id {
  display: grid;
  grid-template-columns: 3rem 1fr;
  grid-template-areas: "i d";
}

.advantage.type__id i {
  font-size: 2.5rem;
}

.advantage.type__id .description {
  font-size: 1.1rem;
  max-width: 17rem;
}

.advantage.type__itd {
  display: grid;
  grid-template-columns: 4rem 1fr;
  grid-template-areas: "i t" "i d";
  margin-bottom: 1rem;
}

.advantage.type__itd i {
  font-size: 3rem;
}

.bottom-fos {
  text-align: center;
  background-color: #03a9f4;
  color: #fff;
}

.bottom-fos .title {
  margin-bottom: 0.5rem;
  text-align: center;
  color: #fff;
}

.bottom-fos .phone {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
}

.bottom-fos .phone a {
  color: #fff;
}

.bottom-fos .phone a:hover {
  color: #244964;
}

.bottom-fos .phone a i {
  margin-right: 5px;
}

.bottom-fos .phone .description {
  font-size: 0.7rem;
  font-weight: 400;
}

.modal {
  --bs-modal-border-radius: 0;
  --bs-modal-inner-border-radius: 0;
  --bs-modal-zindex: 1055;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: .5rem;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: .5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
}

.modal .modal-header {
  background-color: #244964;
  color: #fff;
  padding: 0.5rem 1rem;
}

.modal .modal-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal .modal-header .logo img {
  max-width: 30px;
  margin-right: 0.5rem;
}

.modal .modal-header .logo .title {
  line-height: 1;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}

.modal .modal-header .modal-title {
  color: #fff;
}

.modal .modal-header .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal .modal-dismiss {
  color: #fff;
  border: none;
  background: none;
}

.modal .modal-dismiss i {
  font-size: 1.2rem;
}

.mse2_filters fieldset {
  margin-bottom: 1rem;
}

.mse2_filters fieldset .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mse2_filters fieldset .grid label {
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.mse2_filters fieldset .grid label span {
  font-size: 0.9rem;
}

.mse2_filters fieldset .mse2_number_inputs label {
  padding: 0.25rem 0.5rem;
  border: 1px solid #ddd;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mse2_filters fieldset .mse2_number_inputs .form-control {
  max-width: 3rem;
  border: 0;
  padding: 0 0.5rem;
  outline: none;
}

.mse2_filters fieldset .mse2_number_inputs .form-control:active,
.mse2_filters fieldset .mse2_number_inputs .form-control:hover,
.mse2_filters fieldset .mse2_number_inputs .form-control:focus {
  outline: 0;
  outline-offset: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show-filters {
  margin-bottom: 1rem;
}

.filter-controls {
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.filter-controls .wrapper {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(18, 18, 18, 0.8);
  overflow: hidden;
  opacity: 0;
}

.filter-controls .close-filters {
  position: absolute;
  left: 300px;
  top: 45px;
}

.filter-controls .content {
  position: absolute;
  background-color: #fff;
  max-width: 295px;
  height: 100%;
  overflow-y: auto;
  padding: 1rem;
  left: 0;
  padding-top: var(--mh-height);
  padding-bottom: var(--mf-height);
}

.filter-controls .content form {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.filter-controls.opened .wrapper {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.filter-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-block-title {
  color: #244964;
  font-weight: 500;
  margin-bottom: .2rem;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #03a9f4 !important;
  background: #03a9f4 !important;
  border-radius: 10px;
}

.ui-widget-header {
  border: 1px solid #fff !important;
  background: #03a9f4 !important;
  color: #03a9f4 !important;
}

.ui-widget.ui-widget-content {
  border: 1px solid #f2f2f2 !important;
}

.ec-d-rating {
  padding: 0.5rem 1rem !important;
  background-color: #fff !important;
}

.ec-d-rating__value {
  color: #244964 !important;
  font-weight: 600 !important;
  font-size: 2.5rem !important;
}

.ec-d-rating__line {
  margin: 5px 0 !important;
}

.ec-d-rating__col-info {
  padding-top: 0 !important;
}

.ec-d-rating__line-progress > span {
  background-color: #03a9f4 !important;
}

.ec-message {
  background-color: #fff !important;
  padding: 0.5rem 1rem !important;
}

.ec-stars {
  margin: 5px 0 !important;
}

.ec-message__meta {
  margin: 0 !important;
  line-height: 1 !important;
}

.questions .manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.questions .manager .portrait {
  max-width: 100px;
}

.questions .manager .portrait img {
  border-radius: 50%;
}

.questions .manager .name {
  color: #244964;
  font-weight: 600;
}

.questions .manager .position {
  font-size: 0.8rem;
}

.partners-reviews .tabs .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partners-reviews .tabs button {
  border: 0;
  background: none;
  position: relative;
  height: 100px;
  padding-bottom: 1rem;
}

.partners-reviews .tabs button.active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #f2f2f2 transparent;
  bottom: 0;
  right: calc(50% - 15px);
}

.partners-reviews .tabs img {
  max-width: 100%;
  width: auto;
}

.partners-reviews .review {
  display: grid;
  grid-template-areas: "prev" "n" "pos" "t";
  grid-template-rows: auto;
  gap: 1rem;
  padding: 1rem;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.partners-reviews .review .preview {
  grid-area: prev;
  display: block;
  max-width: 50%;
}

.partners-reviews .review .preview img {
  max-width: 100%;
}

.partners-reviews .review .name {
  grid-area: n;
  color: #244964;
  font-weight: 600;
}

.partners-reviews .review .position {
  grid-area: pos;
  color: #282828;
  font-weight: 600;
}

.partners-reviews .review .text {
  grid-area: t;
}

.history .nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 1rem;
}

.history .nav .nav-link {
  background-color: #03a9f4;
  color: #fff;
  border: 0;
  z-index: 5;
}

.history .nav .nav-link.active {
  background-color: #F57C00;
}

.history .nav::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #03a9f4;
  height: 6px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.history .tab-content {
  background-color: #f2f2f2;
  padding: 1rem;
}

.first_face {
  background-color: #244964;
  padding: 0.5rem;
  padding-bottom: 1rem;
  text-align: center;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.first_face .surname {
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff;
}

.first_face .name {
  font-weight: 600;
  color: #fff;
}

.first_face .position {
  color: #f2f2f2;
  font-size: 0.9rem;
}

.award {
  text-align: center;
}

.award img {
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.award .title {
  color: #244964;
  font-weight: 600;
}

.award .description {
  color: #244964;
}

.news-preview-card-tpl {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-preview-card-tpl .date {
  font-size: 0.8rem;
  color: #03a9f4;
}
.news-gallery-wrapper{
    display:flex;
    flex-wrap: wrap;
    
}
.news-gallery-wrapper .news-img{
    max-width: 176px;
    margin-top: 10px;
    border: 2px solid #03a9f4;
        object-fit: cover;
}

.news-preview-card-tpl .date i {
  color: #FF5722;
}

.news-preview-card-tpl .title {
  color: #244964;
}

.article .time-codes ul {
  list-style: none;
}

.article .content h1,
.article .content h2,
.article .content h3,
.article .content h4,
.article .content h5,
.article .content h6 {
  color: #244964;
}

.article .table-of-contents {
  background-color: #f2f2f2;
}

.article .table-of-contents .header {
  color: #fff;
  background-color: #03a9f4;
  padding: 0.5rem 1rem;
}

.article .table-of-contents ul {
  list-style: none;
}

.article .table-of-contents > ul {
  padding: 1rem;
}

.article-preview-card-tpl {
  display: block;
  background-color: #244964;
  color: #fff;
}

.article-preview-card-tpl .title {
  color: #fff;
}

.article-preview-card-tpl:hover .title {
  color: #03a9f4;
}

.distributor-step {
  position: relative;
  background-color: #f2f2f2;
  padding: 0.5rem;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.distributor-step .number {
  color: #FF5722;
  font-size: 3rem;
  font-weight: 900;
  position: absolute;
  top: -2rem;
  right: 0.5rem;
}

.distributor-step .title {
  color: #244964;
  font-weight: 600;
}

.individual-offer {
  background-color: #244964;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100% - 2rem);
}

.shipping-companies .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.shipping-companies .item img {
  border-radius: 5px;
  margin-right: 0.5rem;
}

.shipping-companies .item .title {
  font-weight: 600;
}

.certificate {
  margin-bottom: 1rem;
  max-width: 320px;
}

.certificate .name {
  min-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.file-download-preview-card {
  background-color: #244964;
  background-image: url(../../images/catalogue/electrods.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  height: calc(100% - 1rem);
  text-align: center;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
}

.file-download-preview-card:hover {
  -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.23), 0 1px 4px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.23), 0 1px 4px 0 rgba(0, 0, 0, 0.21);
}

.file-download-preview-card .title {
  padding: 3rem 1rem;
  color: #fff;
  margin: auto 0;
  min-height: 3rem;
}

.file-download-preview-card .footer {
  background-color: #03a9f4;
  padding: 0.5rem;
  color: #fff;
  width: 100%;
  margin-top: auto;
}

.store-card {
  background-color: #244964;
  padding: 2rem;
}

.store-card .name {
  color: #03a9f4;
  text-align: center;
  margin-bottom: 1rem;
}

.store-card .contacts {
  color: #fff;
  margin-bottom: 0;
}

.store-card .contacts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.store-card .contacts ul li {
  margin-bottom: 0.25rem;
}

.store-card .contacts a {
  color: #fff;
}

.store-card .contacts a:hover {
  color: #03a9f4;
}

.store-card .contacts a.phone {
  font-weight: 600;
}

.store-card .contacts a.email {
  font-weight: 500;
}

.store-card .contacts i {
  margin-right: 5px;
  color: #fdd835;
}

.dealers-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.dealers-links .dealer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #244964;
  color: #fff;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.dealers-links .dealer-link i {
  background-color: #03a9f4;
  margin-right: 0.5rem;
  height: 100%;
  padding: 0.62rem;
}

.dealers-links .dealer-link:hover {
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.dealers-links .dealer-link:hover i {
  background-color: #F57C00;
}

.action-card {
  background-color: #fff;
  display: block;
}

.action-card img {
  margin-bottom: 1rem;
}

.action-card .date {
  font-size: 1rem;
  color: #FF5722;
  font-weight: 600;
}

.action-card .date i {
  color: #03a9f4;
  margin-right: 5px;
}

.action-card .title {
  background-color: #244964;
  padding: 0.5rem 1rem;
  color: #fff;
  margin-bottom: 0;
}

.mse2-ac-wrapper.ui-menu-item {
  font-size: 0.8rem;
}

@media (min-width: 480px) {
  :root {
    --base-font-size: 1rem;
  }

  .mobile-header .grid {
    gap: 1.6rem;
  }

  .mobile-menu.mm__bottom.catalogue-menu .sub-menu {
    grid-template-columns: repeat(auto-fit, auto);
  }

  .ppc-modal {
    --bs-modal-width: 440px;
  }

  .cart-item {
    grid-template-areas: "g1 g3" "g1 g4" "g2 g2";
    grid-template-columns: auto 110px;
  }

  .cart-item .summ {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .need-consultation .grid {
    grid-template-columns: repeat(auto-fill, minmax(auto, 310px));
  }

  .filter-controls .close-filters {
    left: 400px;
  }

  .filter-controls .content {
    max-width: 395px;
  }

  .partners-reviews .review {
    grid-template-areas: "prev n" "prev pos" "t t";
    grid-template-rows: 1fr;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    grid-template-columns: 33% auto;
  }

  .partners-reviews .review .preview {
    max-width: 200px;
  }

  .dealers-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 640px) {
  .section-padding {
    padding: 2rem 0;
  }

  .breadcrumbs {
    padding: 0.5rem 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.9rem;
  }

  .ckie-note .grid {
    grid-template-columns: 75% -webkit-max-content;
    grid-template-columns: 75% max-content;
  }

  .text-block .image,
  .text-block .video,
  .text-block img {
    max-width: 50%;
    margin-right: 1.2rem;
    margin-bottom: 0;
  }

  .mobile-header .grid {
    grid-template-columns: repeat(4, auto);
    gap: 1rem;
  }

  .mobile-header .logo .logo-text {
    font-size: 1.2rem;
  }

  .mobile-footer .grid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-footer .mf__button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-footer .mf__button img {
    margin-right: 0.3333333333rem;
  }

  .mobile-footer .mf__button i {
    margin-right: 0.5rem;
  }

  .offer .offer-text {
    text-align: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ppc-modal {
    --bs-modal-width: 600px;
  }

  .ppc-modal .content {
    grid-template-areas: "gal aside" "char char";
    grid-template-columns: 55% 1fr;
    gap: 1rem;
  }

  .cart-item {
    grid-template-areas: "g1 g2 g3 g4";
    grid-template-columns: 90px 1fr 110px 80px;
  }

  .cart-item img {
    margin-bottom: 0;
  }

  .need-consultation .grid {
    grid-template-columns: repeat(auto-fill, minmax(auto, 31%));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }

  .advantages .grid {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }

  .bottom-fos .phone {
    margin-bottom: 0;
  }

  .partners-reviews .review {
    grid-template-areas: "prev n" "prev pos" "prev t" "prev .";
    grid-template-rows: auto;
    grid-template-columns: 3fr 9fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    row-gap: 0;
  }

  .partners-reviews .review .preview {
    max-width: 100%;
  }

  .history .nav .nav-link {
    padding: 0.2rem 3rem;
  }

  .dealers-links {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  main {
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 0;
  }

  .fancybox__caption {
    max-width: 50%;
  }

  .desktop-header {
    display: block;
  }

  .desktop-footer {
    display: block;
  }

  .mobile-header {
    display: none;
    opacity: 0;
  }

  .mobile-footer {
    display: none;
    opacity: 0;
  }

  .offer .grid {
    grid-template-columns: 45% 40%;
  }

  .offer .offer-text ul {
    font-size: inherit;
  }

  .product-perview-card .ppc__body {
    padding: 1rem 1rem 0 1rem;
  }

  .product-perview-card .ppc__footer {
    padding: 0 1rem 1rem 1rem;
  }

  .ppc-modal {
    --bs-modal-width: 1000px;
  }

  .ppc-modal .content {
    grid-template-areas: "gal char aside";
    grid-template-columns: 240px 1fr 220px;
    gap: 1rem;
  }

  .product-card .consultation .title {
    margin-bottom: 0;
  }

  .tabs .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
  }

  .tabs .nav-link {
    width: 100%;
    white-space: nowrap;
    margin-bottom: 0;
  }

  .cart-item {
    grid-template-areas: "g1 g2 g3 g4";
    grid-template-columns: 150px  1fr 110px 110px;
    gap: 2rem;
  }

  .need-consultation .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .advantages .grid {
    grid-template-columns: repeat(3, auto);
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .advantage.type__id {
    grid-template-columns: auto 1fr;
    margin-bottom: 0;
  }

  .advantage.type__itd {
    grid-template-columns: auto 1fr;
    margin-bottom: 0;
  }

  .bottom-fos .title {
    margin-bottom: 0;
  }

  .show-filters {
    display: none;
  }

  .filter-controls .wrapper {
    position: relative;
    background: none;
    opacity: 1;
    width: 100%;
    height: auto;
  }

  .filter-controls .close-filters {
    display: none;
  }

  .filter-controls .content {
    position: relative;
    background: none;
    padding: 1rem;
    max-width: 100%;
    width: 100%;
  }

  .filter-controls .content form {
    margin: 0;
  }

  .filter-controls {
    position: relative;
  }

  .partners-reviews .review {
    grid-template-columns: 2fr 10fr;
  }

  .dealers-links {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .desktop-header .header-top .grid .logo img {
    max-width: 90px;
    height: 40px;
  }

  .desktop-header .header-top .grid .logo .logo-text .name {
    font-size: 24px;
  }

  .desktop-header .header-top .grid .logo .logo-text .slogan {
    font-size: 0.75rem;
  }

  .desktop-footer .grid {
    grid-template-columns: 30% 2fr 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobile-menu .contacts .logo img {
    max-width: 90px;
    height: 40px;
  }

  .mobile-menu .contacts .logo .logo-text .name {
    font-size: 1.3rem;
  }

  .mobile-menu .contacts .logo .logo-text .slogan {
    font-size: 0.75rem;
  }

  .offer .grid {
    grid-template-columns: 45% 35%;
  }

  .ppc-modal {
    --bs-modal-width: 1140px;
  }

  .ppc-modal .content {
    grid-template-areas: "gal char aside";
    grid-template-columns: 360px 1fr 220px;
    gap: 1rem;
  }

  .cart-item {
    grid-template-areas: "g1 g2 g3 g4";
    grid-template-columns: 150px 1fr 110px 110px;
  }

  .advantages .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}