@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Spline+Sans+Mono:wght@700&display=swap&subset=latin-ext");

* {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container-fluid {
  padding: 0 80px;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

b,
strong {
  font-weight: 800;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #fff;
}

.entry-content a {
  color: #c80000;
}

.entry-content a:hover {
  text-decoration: none;
}

.entry-content ul,
.entry-content ol {
  line-height: 1.7;
  margin-bottom: 30px;
}


.entry-content ul>li {
  padding-left: 1.3em;
  color: #fff
}

.entry-content ol>li {
  padding-left: 2em;
  color: #fff
}

.entry-content ul>li::before {
  content: '\f054';
  color: #c80000;
  vertical-align: middle;
  display: inline-block;
  width: 1.3em;
  margin-left: -1.3em;
  /*margin-right: 10px;*/
  font: normal normal normal 11px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.entry-content ul>li::marker,
.entry-content ol>li::marker {
  font-size: 0;
}

.entry-content ol {
  counter-reset: li;
}

.entry-content ol>li::before {
  content: counter(li) ".";
  counter-increment: li;
  font-weight: 500;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.8em;
  color: #c80000;
}

.entry-content table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 30px;
}

.entry-content table>thead>tr>th,
.entry-content table>thead>tr>td,
.entry-content table>tbody>tr>th,
.entry-content table>tbody>tr>td,
.entry-content table>tfoot>tr>th,
.entry-content table>tfoot>tr>td {
  line-height: 1.7;
  vertical-align: top;
  color: #fff;
}

.entry-content table tr:nth-child(even) {
  background-color: #212529;
}

.entry-content table tr:nth-child(odd) {
  background-color: #000;
}

.entry-content table th,
.entry-content table thead tr td {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 10px 20px;
  text-align: left;
  background: #c80000;
  color: white;
}

.entry-content table tfoot tr td {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 10px 20px;
  text-align: left;
  background: #353535;
  color: white;
}

.entry-content table td {
  padding: 10px 20px;
  text-align: left;
}

.entry-content a img:hover {
  opacity: 0.7;
}

.gallery {
  padding: 40px 0;
}

.gallery .row>div.fotky {
  padding: 13px;
}

.gallery a img {
  opacity: 1;
  transition: all .3s ease;
  max-width: 100%;
}

.gallery a img:hover {
  opacity: 0.7;
}

.contact {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.contact h2 {
  color: #fff;
  line-height: 1.2;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 35px;
}

.contact h2::after {
  content: '';
  background-color: #e4001b;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 4px;
  margin-left: -15px;
}

.contact__form {
  background-color: #fff;
  max-width: 750px;
  padding: 20px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}

.contact__form:before,
.contact__form:after {
  content: "";
  display: table;
}

.contact__form:after {
  clear: both;
}

.contact__form .field {
  margin-bottom: 10px;
}

.contact__form .field label {
  display: block;
  color: #252525;
  margin-bottom: 5px;
}

.contact__form .field input {
  line-height: 20px;
  width: 100%;
  height: 45px;
  padding: 12px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact__form .field textarea {
  width: 100%;
  max-width: 100%;
  height: 125px;
  padding: 12px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


input.error,
textarea.error {
  border: solid red 1px !important;
}

.breadcrumbs a {
  color: #fff;
  transition: all 0.3s;
}

.breadcrumbs {
  color: #fff;
}

.breadcrumbs a:hover {
  text-decoration: none;
  color: #c80000
}

.heading-text {
  font-size: 16px;
  display: block;
  color: #000000;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 30px;
}

a,
button {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

html,
body {
  overflow-x: hidden;
  background-color: #000000;
}

.bodybg {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bodybg:before {
  content: "";
  background-image: url("/img/content/page-bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -10%;
  width: 100%;
  bottom: 0;
  z-index: 0;
}

.bodybg:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  background-color: #121212;
}

.mb-minus30 {
  margin-bottom: -30px;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes updown {
  0% {
    top: -10px;
  }

  50% {
    top: 10px;
  }

  100% {
    top: -10px;
  }
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.container-right {
  margin-right: 0;
  padding-right: 0;
  max-width: calc(100% - (50vw - 660px));
}

.container-left {
  margin-left: 0;
  padding-left: 0;
  max-width: calc(100% - (50vw - 660px));
}

@media (max-width: 1399px) {
  .container-right {
    padding-right: 0;
    padding-left: 30px;
    max-width: none;
  }

  .container-left {
    padding-left: 0;
    padding-right: 30px;
    max-width: none;
  }
}

@media (min-width: 1400px) {
  .container-right {
    margin-left: calc(50vw - 660px);
  }

  .container-left {
    margin-right: calc(50vw - 660px);
  }
}

@media (max-width: 991px) {

  .container-left,
  .container-right {
    padding: 0 30px !important;
  }
}

.footer-top {
  padding-top: 80px;
  padding-bottom: 25px;
  position: relative;
  background-color: #131313 !important;
  z-index: 1;
}

.footer-top img {
  height: 28px;
  margin-left: 15px;
}

.footer-item {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  margin: 5px 20px;
}

.footer-item:hover {
  color: #c80000;
  text-decoration: none;
}

.footer-bottom {
  position: relative;
  padding: 30px 0;
}

.footer-bottom p {
  font-size: 12px;
  color: #666666;
  margin-bottom: 0;
}

.footer-bottom a {
  font-size: 12px;
  color: #666666;
  margin-right: 30px;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #c80000;
  text-decoration: none;
}

.footer-social {
  display: inline-flex;
  margin-right: 15px !important;
  height: 35px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #282828;
  border-radius: 15px;
  width: 65px;
}

.footer-social i {
  font-size: 22px;
  color: #ffffff;
}

.footer-social:hover i {
  color: #c80000;
}

.header.little .navbar {
  background-color: #282828 !important;
  padding: 15px 0 !important;
}

.header.little .navbar-logo {
  height: 40px;
}

.header.little .nav-link {
  line-height: 40px;
}

.header .navbar {
  background-color: transparent;
  opacity: 1 !important;
  padding: 40px 0 !important;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}

.header .navbar-brand img {
  height: 55px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header .nav-item {
  margin-right: 50px;
  position: relative;
}

.header .nav-item:last-child {
  margin-right: 0;
}

.header .nav-item:hover .nav-link,
.header .nav-item.active .nav-link {
  color: #c80000;
  text-shadow: 0 0 1px #c80000;
}

.header .nav-link {
  font-size: 16px;
  color: #ffffff;
  padding: 0 !important;
  line-height: 55px;
}

.header .navbar-toggler i {
  color: #ffffff;
}

.header .navbar-toggler[aria-expanded=true] i {
  color: #c80000;
}

.header .navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.header .dropdown img {
  margin-right: 6px;
  vertical-align: sub;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  object-fit: cover;
}

.header .dropdown-toggle {
  background-color: transparent;
  border: 1px solid #282828;
  border-radius: 15px;
  font-size: 16px;
  color: #ffffff;
  padding: 5px 10px;
}

.header .dropdown-toggle:after {
  display: none;
}

.header .dropdown-menu {
  min-width: 0;
  background-color: #660000;
  left: -5px;
}

.header .dropdown-item {
  color: #ffffff;
}

.header .dropdown-item:hover {
  color: #000000;
}

.submenu .nav-link {
  position: relative;
  z-index: 9;
}

.submenu-items {
  position: absolute;
  left: -24px;
  top: 100%;
  margin: auto;
  text-align: left;
  display: none;
  box-shadow: 0 9px 60px rgba(0, 0, 0, 0.16);
  background-color: #660000;
  min-width: 160px;
  z-index: 8;
}

.submenu-items ul {
  list-style-type: none;
  padding-left: 24px;
  margin-bottom: 0;
  position: relative;
}

.submenu-items ul:before {
  content: "";
  top: -70px;
  left: 0;
  height: 70px;
  width: 100%;
  position: absolute;
  background-color: #660000;
}

.submenu-items ul li {
  font-size: 16px;
  margin-bottom: 25px;
}

.submenu-items ul li a {
  color: #ffffff;
  text-decoration: none;
}

.submenu-items ul li a:hover {
  color: #c80000;
}

.opener {
  position: absolute;
  right: 16px;
  top: 8px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

.opener i {
  padding: 0 10px;
}

.opener:hover {
  color: #c80000;
}

.opener .fa-minus {
  display: none;
}

.btn-my {
  display: inline-block;
  font-size: 16px;
  text-decoration: none !important;
  background-color: transparent;
  text-align: center;
  color: #282828;
  border-radius: 4px;
}

.btn-my i {
  margin-right: 15px;
}

.btn-my.w-130 {
  width: 130px;
}

.btn-my.w-230 {
  width: 230px;
}

.btn-my.w-260 {
  width: 260px;
}

.btn-my.lh-50 {
  line-height: 50px;
}

.btn-my-red {
  color: #c80000;
  border: solid 1px #c80000;
}

.btn-my-red:hover {
  color: #c80000;
}

.btn-my-red-hover {
  color: #c80000;
  border: solid 1px #c80000;
}

.btn-my-red-hover:hover {
  background-color: #c80000;
  color: #ffffff;
}

.contactbox {
  position: relative;
  z-index: 1;
}

.contactbox-box {
  box-shadow: 0 9px 98px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 70px 90px;
  position: relative;
  overflow: hidden;
}

.contactbox-box:before {
  content: url("/img/icons/locrea-icon.png");
  position: absolute;
  left: -35px;
  top: 70px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.contactbox-box h2 {
  margin-bottom: 0;
  font-size: 40px;
  color: #000000;
}

.contactbox-box p {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 0;
}

.contactbox-box p a {
  text-decoration: underline;
  color: #000000;
}

.contactbox-box p a:hover {
  text-decoration: none;
  color: #c80000;
}

.contactbox-box a {
  cursor: pointer;
}

.contactbox.show .dismissible {
  display: none;
}

.contactbox.show .contact-box {
  display: block;
}

.contactbox.show .contactbox-box:before {
  left: 0;
}

.contactbox.show .contactbox-box h2 {
  margin-bottom: 30px;
}

.contactbox.show .contactbox-box p {
  display: block !important;
}

.contact-box {
  display: none;
}

.contact-box .form-group {
  margin-bottom: 10px;
  text-align: left;
}

.contact-box .form-group input {
  height: 50px;
  padding: 0 15px;
}

.contact-box .form-group textarea {
  min-height: 200px;
  resize: none;
  padding: 15px;
  margin-bottom: 30px;
}

.contact-box .form-group input,
.contact-box .form-group textarea {
  border-radius: 0;
  border: solid 1px transparent;
  border-bottom: solid 1px #000000;
  font-size: 16px;
  color: #000000;
}

.contact-box .form-group input::placeholder,
.contact-box .form-group textarea::placeholder {
  color: #d4d4d4;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border: solid 1px #000000 !important;
}

.headline {
  margin-top: 215px;
  padding-top: 40px;
  position: relative;
}

.headline h1 {
  font-size: 40px;
  line-height: 48px;
  color: #c80000;
  max-width: 325px;
  margin-bottom: 30px;
}

.headline .content .col-md-12 {
  padding: 0;
}

.categories {
  padding-top: 40px;
  padding-bottom: 45px;
}

.categories .row {
  margin-left: -9px;
  margin-right: -9px;
}

.categories .col-xl-4 {
  padding: 0 9px;
}

.category {
  display: block;
  position: relative;
  margin-bottom: 18px;
  background-color: #ffffff;
  padding: 40px;
  padding-right: 20px;
  text-decoration: none;
  overflow: hidden;
  transition-property: margin-top, margin-bottom;
}

.category .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.category .image img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.category .image-red {
  opacity: 0;
}

.category p {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 35px;
}

.category h2 {
  font-size: 40px;
  color: #c80000;
  margin-bottom: 20px;
}

.category h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #000000;
}

.category:hover {
  background-color: #c80000;
  margin-top: -18px;
  margin-bottom: 36px;
}

.category:hover h2,
.category:hover h5,
.category:hover p {
  color: #ffffff;
}

.category:hover .btn-my-red {
  border-color: #ffffff;
  color: #ffffff;
}

.category:hover .image-red {
  opacity: 1;
}

.heading {
  margin-top: 135px;
  padding-top: 40px;
  position: relative;
  padding-bottom: 85px;
}

.heading h1 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.heading-nav {
  position: absolute;
  bottom: -20px;
  left: 20px;
  right: 20px;
  text-align: right;
}

.heading-nav-item {
  display: inline-flex;
  align-items: flex-end;
  padding: 20px;
  background-color: #666666;
  position: relative;
  height: 144px;
  width: 200px;
  text-decoration: none;
  margin: 10px;
}

.heading-nav-item h3 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 0;
}

.heading-nav-item p {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 8px;
  color: #ffffff;
}

.heading-nav-item img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 90%;
  height: 100%;
}

.heading-nav-item .desc {
  position: relative;
  text-align: left;
}

.heading-nav-item:hover h3,
.heading-nav-item:hover p {
  color: #c80000;
}

.heading-topic {
  position: absolute;
  left: 0;
  top: 60px;
}

.heading-topic img {
  margin-bottom: 30px;
}

.heading-topic h3 {
  padding-left: 50px;
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  line-height: 48px;
  margin-bottom: 30px;
  max-width: 435px;
}

.products {
  padding-bottom: 200px;
}

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

.accordion-item {
  background-color: transparent !important;
  border-top: solid 1px #666666 !important;
  border-bottom: solid 1px #666666 !important;
  margin-top: -1px;
}

.accordion-button {
  position: relative;
  background-color: transparent !important;
  padding: 20px 60px;
  padding-right: 35px;
  font-size: 28px;
  color: #ffffff;
  border: none !important;
}

.accordion-button img {
  margin-left: auto;
  max-height: 75px;
  width: auto;
}

.accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.accordion-button[aria-expanded=true] {
  color: #c80000;
}

.accordion-button[aria-expanded=true] i {
  color: #c80000;
  transform: rotate(-180deg);
}

.accordion-button:after {
  display: none;
}

.accordion-button i {
  position: absolute;
  left: 18px;
  top: 36%;
  font-size: 28px;
  color: #ffffff;
}

.accordion-body {
  padding-top: 0;
  padding-bottom: 65px;
  border: none !important;
}

.product {
  display: inline-block;
  margin: 25px;
}

.product-image {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 150px;
  box-shadow: 0 9px 98px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  border: 10px solid #fff;
}

.product-image img {
  max-width: 90%;
  max-height: 90%;
}

.product-desc {
  text-align: center;
}

.product-desc p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: #ffffff;
}

.advantages {
  padding-bottom: 75px;
}

.advantages-box {
  position: relative;
  padding: 55px 65px;
}

.advantages-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #c80000;
  opacity: 0.4;
}

.advantage .image {
  width: 80px;
  position: relative;
  margin-bottom: 35px;
}

.advantage .image:before {
  content: "";
  position: absolute;
  left: -25px;
  right: 0;
  bottom: -6px;
  height: 58px;
  background-color: #424242;
  border-radius: 25px;
}

.advantage .image img {
  position: relative;
}

.advantage .content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  max-width: 410px;
}

.advantage .content p strong {
  font-weight: 700;
}

.citation {
  position: relative;
}

.citation img {
  margin-bottom: 17px;
  margin-left: 20px;
}

.citation h3 {
  margin-left: 77px;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 70px;
  color: #ffffff;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1145px;
  }
}

@media (min-width: 1400px) {
  .opener {
    display: none;
  }

  .submenu .submenu-items {
    display: none;
  }

  .submenu:hover .submenu-items,
  .submenu:focus .submenu-items {
    display: block;
  }
}

@media (max-width: 1400px) {
  .header.little .navbar {
    padding: 10px 0 !important;
  }

  .header .navbar {
    padding: 10px 0 !important;
  }

  .header .navbar-nav .show>.nav-link {
    color: #c80000 !important;
  }

  .header .nav-item {
    margin: 0;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
  }

  .header .nav-item:last-child {
    margin-bottom: 0;
  }

  .header .nav-link {
    line-height: 35px !important;
    display: inline-block;
  }

  .header .nav-link:after {
    display: none !important;
  }

  .header .submenu.show .submenu-items {
    display: block;
    position: static;
    padding-bottom: 5px;
  }

  .header .submenu.show .submenu-items ul {
    text-align: center;
    padding-left: 0;
  }

  .header .submenu.show .submenu-items ul:before {
    top: -40px;
    height: 40px;
  }

  .header .submenu.show .submenu-items ul li {
    margin-bottom: 15px;
  }

  .header .submenu.show .opener .fa-minus {
    display: inline-block;
  }

  .header .submenu.show .opener .fa-plus {
    display: none;
  }

  .header .navbar {
    background-color: #282828 !important;
    text-align: center;
  }

  .header .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }

  .header .navbar-brand img {
    height: 40px !important;
  }

  .header .navbar-nav {
    padding: 15px 0;
  }

  .headline {
    margin-top: 70px;
  }
}

@media (max-width: 1200px) {
  .footer-top {
    background-color: #000000;
  }

  .footer-top img {
    margin-bottom: 15px;
  }

  .footer-social {
    margin: 8px 10px !important;
  }

  .footer-bottom a {
    margin: 8px 10px !important;
  }
}

@media (max-width: 991px) {
  .headline {
    text-align: center;
  }

  .headline h1 {
    margin: auto;
    margin-bottom: 30px;
  }

  .headline img {
    max-height: 200px;
    margin-top: 30px;
    width: auto !important;
  }

  .contactbox-box {
    text-align: center;
    padding: 50px 60px;
  }

  .contactbox-box h2 {
    margin-bottom: 15px;
  }

  .contactbox.show .contactbox-box:before {
    left: -15px;
  }

  .contactbox.show .contactbox-box p {
    margin-bottom: 15px;
  }

  .footer-item {
    display: block;
  }

  .heading {
    margin-top: 70px;
  }

  .heading .position-relative>img {
    display: none;
  }

  .heading-nav {
    position: relative;
    text-align: left;
    left: 0;
    top: 0;
    margin-top: 30px;
  }

  .heading-nav-item {
    margin-left: 0;
    margin-right: 20px;
  }

  .heading-topic {
    position: relative;
    margin-bottom: 60px;
  }

  .advantage {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 0 15px !important;
  }

  .container {
    padding: 0 15px !important;
  }

  .products {
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .heading-nav-item {
    width: 100%;
  }

  .accordion-button {
    font-size: 20px;
  }

  .accordion-button img {
    max-width: 50px;
  }

  .heading-topic h3 {
    font-size: 30px;
    padding-left: 0;
  }

  .citation h3 {
    font-size: 30px;
    margin-left: 20px;
  }

  .advantages-box {
    padding: 55px 30px;
    padding-bottom: 0;
  }
}

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