@charset "UTF-8";
@import "../uikit/css/uikit.min.css";
@import "../bootstrap/css/bootstrap.min.css";
@import "../fancybox/fancybox.css";
@import "slider.css";
@font-face {
  font-family: "TT Fors Trial";
  src: url("fonts/TT_Fors_Trial_Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.btn {
  border-radius: 0;
  border: none;
}

.btn-secondary {
  background-color: #027386;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #000;
  color: #027386;
}
.btn-secondary:hover svg {
  fill: #027386;
}

.btn-primary {
  background-color: #000;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #027386;
  color: #fff;
  box-shadow: none;
}
.btn-primary:hover svg, .btn-primary:focus svg {
  fill: #000;
}

.h-130 {
  height: 130px !important;
}

.header {
  background: linear-gradient(90deg, #000000, #094399);
  z-index: 20;
  position: relative;
  width: 100%;
}
.header .slogan {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
  color: #cb75d1;
  text-shadow: 6px 4px 6px #043b92;
  font-family: sans-serif;
}
.header #horizontal-multilevel-menu, .header #horizontal-multilevel-menu ul {
  margin: 0;
  padding: 0;
  background: none;
  min-height: 0;
  width: 100%;
  list-style: none;
  font-size: 1.5rem;
  float: none;
  text-transform: uppercase;
}
.header #horizontal-multilevel-menu li a.root-item {
  color: #fff;
  font-weight: normal;
  padding: 7px 12px;
}

#horizontal-multilevel-menu li a.root-item-selected {
  background: #cb75d1 !important;
  color: #fff;
  font-weight: bold;
  padding: 7px 12px;
}

.phone a {
  font-weight: 900;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.phone p {
  font-size: 1rem;
}

#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item {
  background: #cb75d1;
  color: #fff;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: transparent;
  box-shadow: none;
}

.bgvideo {
  margin-top: -120px;
  position: relative;
}

.video_block {
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  margin-bottom: 3rem;
}

.video_block .block_h1 {
  color: #fff;
  position: absolute;
  left: 23%;
  top: 40%;
  width: 50%;
}

.video_block .block_h1 h1 {
  color: #fff;
  font-size: 50px;
}

.video_block .block_h1 p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.bx_filter .bx_filter_section {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-shadow: none;
}

.bx_filter .bx_filter_parameters_box_title {
  display: none;
}

.bx_filter_title {
  display: none;
}

.bx_filter_parameters_box_container {
  display: inline-flex;
  gap: 30px;
}

.bx_filter.bx_horizontal .bx_filter_parameters_box {
  width: 100%;
}

.bx_filter .bx_filter_input_checkbox {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  min-height: 20px;
  border: 1px solid #ddd;
  padding: 0 2.5rem 1rem 1rem;
  border-radius: 2rem;
  cursor: pointer;
}

.bx_filter_input_checkbox input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}

.bx_filter .bx_filter_block {
  display: block !important;
  padding: 0;
}

.bx_filter_param_label.active {
  background-color: #42a5f5; /* Голубой цвет */
  color: white; /* Белый текст */
  border-radius: 4px; /* Закругленные углы */
  padding: 5px 10px; /* Отступы */
}

.bx_filter.bx_horizontal .bx_filter_popup_result {
  position: relative !important;
  right: 0 !important;
}

.bx_filter_input_checkbox.active {
  background: #169bb2;
  color: #fff;
}

.bx_catalog_tile .bx_catalog_tile_ul li {
  float: left;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 10px;
  width: auto;
  list-style: none;
  text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_img {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 620px;
  height: 400px;
  border: 0;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  box-shadow: 2px 2px 14px 1px #a7a7a7;
}

.video_block .block_h1 {
  color: #fff;
  position: absolute;
  left: 15%;
  top: 26%;
  width: 70%;
  background: rgba(0, 0, 0, 0.7);
  padding: 2.5rem;
  backdrop-filter: blur(3px);
}

.logo {
  width: 20%;
}

footer.footer {
  background-color: #000;
  color: #fff;
}

footer .slogan {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
  color: #cb75d1;
  text-shadow: 6px 4px 6px #043b92;
  font-family: sans-serif;
}

.bx_catalog_tile .bx_catalog_tile_img {
  border-radius: 0;
}

a {
  color: rgb(203, 117, 209) !important;
  text-decoration: none;
}

.header a, .footer a {
  color: #fff !important;
}

.header a:hover, .footer a:hover {
  color: rgb(203, 117, 209) !important;
  background: transparent !important;
}

#horizontal-multilevel-menu li a.root-item-selected {
  background: transparent !important;
  font-weight: normal !important;
  color: rgb(203, 117, 209) !important;
}

#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover {
  background: transparent !important;
}

.faq {
  padding: 5rem 0;
}

.main-title-box {
  margin-top: 6rem;
}

.partners {
  background-image: url(/images/fon1.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0;
}

.fon_section {
  background-color: #eee;
}
.fon_section .block {
  background-color: rgba(225, 225, 225, 0.1);
  backdrop-filter: blur(6px);
  padding: 3rem;
}

.footer {
  padding-top: 2rem;
}
.footer .bx-top-nav-container {
  margin-top: 0;
}
.footer .logo img h3 {
  margin: 0;
}

@media (max-width: 426px) {
  .video_block .block_h1 {
    color: #fff;
    position: absolute;
    left: 15%;
    top: 40%;
    width: 70%;
    background: rgba(0, 0, 0, 0.7);
    padding: 5rem;
    backdrop-filter: blur(3px);
  }
  #filter-buttons {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .bx-aside-nav-control {
    font-size: 28px !important;
    height: 40px !important;
    top: 0 !important;
    left: 0 !important;
    line-height: 40px !important;
    cursor: pointer !important;
    z-index: 1750 !important;
    color: #fff !important;
    text-align: left !important;
    position: relative !important;
    background: #000 !important;
    width: 100% !important;
    padding: 0 1rem;
    margin-bottom: 40px;
    display: flex !important;
  }
  .bx-aside-nav-control a {
    margin-left: auto;
  }
  .bx-aside-nav-control a img {
    width: 40px;
  }
  .bx-aside-nav-control a .slogan {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    color: #cb75d1;
    text-shadow: 6px 4px 6px #043b92;
    font-family: sans-serif;
  }
  .video_block {
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    margin-bottom: 3rem;
    margin-top: -80px;
  }
  .video_block .bgvideo {
    margin-top: 0;
    position: relative;
  }
  .video_block .block_h1 {
    color: #fff;
    position: absolute;
    left: 15%;
    top: 40%;
    width: 70%;
    background: rgba(0, 0, 0, 0.7);
    padding: 1rem;
    backdrop-filter: blur(3px);
    text-align: center;
  }
  .video_block .block_h1 h1 {
    color: #fff;
    font-size: 15px;
  }
  .video_block .block_h1 p {
    display: none;
  }
  #filter-buttons button {
    margin: 0 1rem 1rem !important;
    padding: 10px 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 0;
    transition: background-color 0.3s;
    color: #000;
    text-transform: uppercase;
    background-color: #fff;
  }
}
@media (min-width: 427px) and (max-width: 1440px) {
  .video_block .block_h1 {
    color: #fff;
    position: absolute;
    left: 15%;
    top: 25%;
    width: 70%;
    background: rgba(0, 0, 0, 0.7);
    padding: 5rem;
    backdrop-filter: blur(3px);
  }
  .video_block .block_h1 h1 {
    color: #fff;
    font-size: 40px;
  }
}
body {
  font-family: "TT Fors Trial", sans-serif;
}

:focus-visible {
  outline: none;
}

h2 {
  color: #012458;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 6px 5px 8px 0px #eee !important;
  border-radius: 0 !important;
  margin-bottom: 1rem !important;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #66036c;
  outline: 0;
  box-shadow: none;
}

.uk-card-default {
  box-shadow: none;
}

.product-item-small-card {
  margin-bottom: 1.5rem;
}
.product-item-small-card > .row {
  align-items: stretch;
}
.product-item-small-card > .row .product-item-container {
  height: 100%;
}
.product-item-small-card > .row .product-item-container .uk-card-body {
  padding: 0;
}
.product-item-small-card > .row .product-item-container .uk-card-body h3 {
  line-height: 0.8rem;
  text-align: center;
  margin: 2rem 0;
}
.product-item-small-card > .row .product-item-container .uk-card-body h3 a {
  color: #000 !important;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.catalog-section-list-tile-img-container {
  position: relative;
  display: inline-block;
  background-color: #fff;
  margin: 0;
  box-shadow: 1px 3px 1px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.catalog-section-list-tile-img-container h3 {
  color: #fff;
  margin: 5px;
  text-align: center;
}
.catalog-section-list-tile-img-container > div {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.catalog-section-list-tile-img-container:hover > div {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.catalog-section-list-tile-img-container div {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Фон блока при наведении */
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.catalog-section-list-tile-img-container img {
  transition: all 0.2s linear;
}
.catalog-section-list-tile-img-container:hover img {
  transform: scale(1.3);
}
.catalog-section-list-tile-img-container:hover div {
  opacity: 1;
}

.catalog-section-list-item {
  margin-bottom: 2rem;
}

.catalog-section-list-item-link {
  vertical-align: middle;
  font-size: 2rem;
  line-height: 3rem;
  margin: 1rem 0;
  color: #000 !important;
}
.catalog-section-list-item-link:hover {
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.h-100 {
  height: 100% !important;
}

.product-item-container {
  box-shadow: 5px 5px 15px 1px #d7d7d7 !important;
  padding: 0 !important;
  margin-bottom: 1rem;
  height: 100% !important;
}
.product-item-container p {
  padding: 1rem;
  font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  line-height: 3rem;
}
.bx_catalog_tile .bx_catalog_tile_title a {
  color: #000 !important;
  text-decoration: none;
  font-size: 2rem;
}

.page h1, .page h2 {
  border-bottom: 1px solid #ccc;
  color: #012458;
  padding-bottom: 1rem;
}

.bx_catalog_tile_title {
  border: 0 !important;
}

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