

/* Start:/local/templates/bbr_shop/components/bitrix/sale.basket.basket.line/trn-basket/style.css?17645989301262*/
.bx-basket .bx-basket-block {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 13px;
  padding-left: 20px;
  border-radius: 42px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  background-color: var(--dark-blue);
  background-image: radial-gradient(100% 889.84% at 100% 0%, #00A9E4 0%, #0F4496 100%);
  height: 44px;
}
@media screen and (min-width: 640px) {
  .bx-basket .bx-basket-block {
    gap: 10px;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    max-width: 163px;
    height: 54px;
    margin-left: auto;
  }
}
.bx-basket .bx-basket-block img {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 640px) {
  .bx-basket .bx-basket-block img {
    width: 20px;
    height: 20px;
  }
}
.bx-basket .bx-basket-block a {
  color: #fff;
  text-decoration: none;
}
.bx-basket .bx-basket-block span {
  opacity: 0.5;
}
.bx-basket .bx-basket-block:hover {
  background-color: var(--dark-blue);
  background-image: radial-gradient(100% 889.84% at 100% 0%, rgba(0, 169, 228, 0) 0%, rgba(15, 68, 150, 0) 100%);
}

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

/* End */


/* Start:/local/templates/bbr_shop/components/bitrix/menu/trn-menu/style.css?17645989302918*/
.trn-header-menu {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
}
.trn-header-menu .burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 44px;
  height: 44px;
  padding: 14px;
  background-color: var(--white);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
}
.trn-header-menu .burger-line {
  height: 2px;
  width: 100%;
  background-image: radial-gradient(100% 889.84% at 100% 0%, #00A9E4 0%, #0F4496 100%);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.trn-header-menu .burger.open .burger-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.trn-header-menu .burger.open .burger-line:nth-child(2) {
  opacity: 0;
}
.trn-header-menu .burger.open .burger-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
@media (max-width: 640px) {
  .trn-header-menu .burger {
    display: flex;
  }
}
.trn-header-menu .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}
@media (max-width: 640px) {
  .trn-header-menu .nav-menu {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: var(--dark-blue);
    color: var(--white);
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.05);
    padding: 110px 2rem 2rem 2rem;
    transform: translateX(100%);
    transition: transform 0.3s;
    z-index: 99;
  }
}
@media (max-width: 640px) {
  .trn-header-menu .nav-menu.active {
    transform: translateX(0);
    overflow-y: auto;
  }
  .trn-header-menu .nav-menu.active:before {
    display: block;
    content: "";
  }
}
@media (max-width: 640px) {
  .trn-header-menu .nav-item {
    margin-bottom: 15px;
  }
  .trn-header-menu .nav-item:first-of-type.d-sm-none {
    margin-top: 40px;
  }
  .trn-header-menu .nav-item:first-of-type:before {
    display: block;
    content: attr(data-pretitle);
    margin-bottom: 25px;
    color: var(--gray-text);
    font-weight: normal;
    font-size: 16px;
  }
  .trn-header-menu .nav-item.d-sm-none {
    margin-top: 40px;
  }
  .trn-header-menu .nav-item.d-sm-none:before {
    display: block;
    content: attr(data-pretitle);
    margin-bottom: 25px;
    color: var(--gray-text);
    font-weight: normal;
    font-size: 16px;
  }
  .trn-header-menu .nav-item.d-sm-none + .d-sm-none {
    margin-top: 0;
  }
  .trn-header-menu .nav-item.d-sm-none + .d-sm-none:before {
    display: none;
  }
}
.trn-header-menu .nav-link {
  color: currentColor;
  text-decoration: none;
  font-size: 16px;
  transition: opacity 0.3s;
}
.trn-header-menu .nav-link:hover {
  opacity: 0.8;
}
@media (max-width: 640px) {
  .trn-header-menu .nav-link {
    font-weight: bold;
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .trn-header-menu .nav-menu {
    display: block;
  }
}

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

/* End */


/* Start:/local/templates/bbr_shop/components/bitrix/menu/trn-footer-menu/style.css?1764598930647*/
.trn-footer-menu .nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.trn-footer-menu .nav-menu-title {
  display: block;
  margin-bottom: 20px;
  color: var(--gray-element);
}
@media screen and (min-width: 640px) {
  .trn-footer-menu .nav-menu-title {
    margin-bottom: 25px;
  }
}
.trn-footer-menu .nav-item {
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .trn-footer-menu .nav-item {
    margin-bottom: 15px;
  }
}
.trn-footer-menu .nav-link {
  color: currentColor;
  text-decoration: none;
  transition: opacity 0.3s;
}
.trn-footer-menu .nav-link:hover {
  opacity: 0.8;
}

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

/* End */


/* Start:/local/templates/bbr_shop/template_styles.css?176459893040379*/
@charset "UTF-8";
/*CSS RESET*/
*, *::before, *::after {
  box-sizing: border-box;
}

*::before, *::after {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-height: 100vh;
  font-family: var(--font-family);
  font-weight: 400;
  font-style: normal;
  color: var(--dark-blue);
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
}

ul, ol {
  list-style: none;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*СЕТКА*/
.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.w-auto {
  width: auto !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-auto {
  height: auto;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-10 {
  gap: 10px !important;
}

.mt-xs-10 {
  margin-top: 10px !important;
}

.mb-xs-10 {
  margin-bottom: 10px !important;
}

.pt-xs-10 {
  padding-top: 10px !important;
}

.pb-xs-10 {
  padding-bottom: 10px !important;
}

.p-xs-10 {
  padding: 10px !important;
}

.mt-xs-20 {
  margin-top: 20px !important;
}

.mb-xs-20 {
  margin-bottom: 20px !important;
}

.pt-xs-20 {
  padding-top: 20px !important;
}

.pb-xs-20 {
  padding-bottom: 20px !important;
}

.p-xs-20 {
  padding: 20px !important;
}

.mt-xs-30 {
  margin-top: 30px !important;
}

.mb-xs-30 {
  margin-bottom: 30px !important;
}

.pt-xs-30 {
  padding-top: 30px !important;
}

.pb-xs-30 {
  padding-bottom: 30px !important;
}

.p-xs-30 {
  padding: 30px !important;
}

.mt-xs-40 {
  margin-top: 40px !important;
}

.mb-xs-40 {
  margin-bottom: 40px !important;
}

.pt-xs-40 {
  padding-top: 40px !important;
}

.pb-xs-40 {
  padding-bottom: 40px !important;
}

.p-xs-40 {
  padding: 40px !important;
}

.mt-xs-50 {
  margin-top: 50px !important;
}

.mb-xs-50 {
  margin-bottom: 50px !important;
}

.pt-xs-50 {
  padding-top: 50px !important;
}

.pb-xs-50 {
  padding-bottom: 50px !important;
}

.p-xs-50 {
  padding: 50px !important;
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

[class^=col-], [class*=" col-"] {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

@media (min-width: 0) {
  .col {
    flex: 1 0 0%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0 {
    margin-left: 0%;
  }
  .offset-1 {
    margin-left: 8.3333333333%;
  }
  .offset-2 {
    margin-left: 16.6666666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.3333333333%;
  }
  .offset-5 {
    margin-left: 41.6666666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.3333333333%;
  }
  .offset-8 {
    margin-left: 66.6666666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.3333333333%;
  }
  .offset-11 {
    margin-left: 91.6666666667%;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-6 {
    order: 6;
  }
  .order-7 {
    order: 7;
  }
  .order-8 {
    order: 8;
  }
  .order-9 {
    order: 9;
  }
  .order-10 {
    order: 10;
  }
  .order-11 {
    order: 11;
  }
  .order-12 {
    order: 12;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
/*HELPERS*/
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.d-none {
  display: none !important;
}

@media (min-width: 0) {
  .d-xs-none {
    display: none !important;
  }
  .w-xs-75 {
    width: 75% !important;
  }
  .w-xs-50 {
    width: 50% !important;
  }
  .w-xs-25 {
    width: 25% !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

@media (max-width: 640px) {
  .d-mobile-none {
    display: none !important;
  }
  .d-mobile-inline {
    display: inline !important;
  }
  .d-mobile-inline-block {
    display: inline-block !important;
  }
  .d-mobile-block {
    display: block !important;
  }
  .d-mobile-flex {
    display: flex !important;
  }
  .d-mobile-inline-flex {
    display: inline-flex !important;
  }
  .d-mobile-grid {
    display: grid !important;
  }
}
.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.cursor-pointer {
  cursor: pointer;
}

.br-10 {
  border-radius: 10px !important;
}

.br-20 {
  border-radius: 20px !important;
}

.br-30 {
  border-radius: 30px !important;
}

.br-40 {
  border-radius: 40px !important;
}

.br-50 {
  border-radius: 50px !important;
}

.z-100 {
  z-index: 100;
}

@font-face {
  font-family: "PT Sans";
  src: local("PT Sans"), local("PTSans-Regular"), url("/local/templates/bbr_shop/fonts/PTSans/subset-PTSans-Regular.woff2") format("woff2"), url("/local/templates/bbr_shop/fonts/PTSans/subset-PTSans-Regular.woff") format("woff"), url("/local/templates/bbr_shop/fonts/PTSans/subset-PTSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: local("PT Sans Italic"), local("PTSans-Italic"), url("/local/templates/bbr_shop/fonts/PTSans/subset-PTSans-Italic.woff2") format("woff2"), url("/local/templates/bbr_shop/fonts/PTSans/subset-PTSans-Italic.woff") format("woff"), url("/local/templates/bbr_shop/fonts/PTSans/subset-PTSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("/local/templates/bbr_shop/fonts/PTSans/subset-PTSans-Bold.woff2") format("woff2"), url("/local/templates/bbr_shop/fonts/PTSans/subset-PTSans-Bold.woff") format("woff"), url("/local/templates/bbr_shop/fonts/PTSans/subset-PTSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url("/local/templates/bbr_shop/fonts/PTSans/subset-PTSans-BoldItalic.woff2") format("woff2"), url("/local/templates/bbr_shop/fonts/PTSans/subset-PTSans-BoldItalic.woff") format("woff"), url("/local/templates/bbr_shop/fonts/PTSans/subset-PTSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/*ШРИФТЫ*/
.h1, h1 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  line-height: 100%;
}

.h2, h2 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 32px;
}

.h3, h3 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 26px;
}

.h4, h4 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 22px;
}

.h5, h5 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 19px;
}

.h6, h6 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
}

.p-b {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
}

.p-r, ul li {
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
}

.small-b {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 13px;
}

.small-r {
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 13px;
}

@media screen and (min-width: 640px) {
  .h1, h1 {
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 64px;
  }
  .h2, h2 {
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 48px;
  }
  .h3, h3 {
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 40px;
  }
  .h4, h4 {
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 36px;
  }
  .h5, h5 {
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 32px;
  }
  .h6, h6 {
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 22px;
  }
  .p-r, ul li {
    font-family: var(--font-family);
    font-weight: normal;
    font-size: 18px;
  }
  .p-b {
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 18px;
  }
  .small-r {
    font-family: var(--font-family);
    font-weight: normal;
    font-size: 16px;
  }
  .small-b {
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 16px;
  }
}
.trn-cool-text {
  color: var(--dark-blue);
  background-color: #00A9E4;
  background-image: radial-gradient(100% 889.84% at 100% 0%, #00A9E4 0%, #0F4496 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  color: transparent;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  transition: background-color ease-in-out 0s;
}
.trn-cool-text.with-arrow {
  display: flex;
}
.trn-cool-text.with-arrow::after {
  display: block;
  content: "→";
  margin-left: 10px;
  vertical-align: middle;
}
.trn-cool-text:hover {
  color: var(--dark-blue);
  background-color: transparent;
  background-image: none;
  background-clip: unset;
  -webkit-text-fill-color: unset;
}

.text-white {
  color: var(--white) !important;
}
.text-white .trn-cool-text {
  color: var(--white) !important;
  -webkit-text-fill-color: var(--white);
  -moz-text-fill-color: var(--white);
}
.text-white .trn-cool-text:hover {
  color: var(--gray-text);
}
.text-gray, .text-grey {
  color: var(--gray-element) !important;
}
.text-dark-blue {
  color: var(--dark-blue) !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-center {
  text-align: center !important;
}
@media screen and (min-width: 640px) {
  .text-center-d {
    text-align: center !important;
  }
}
.text-left {
  text-align: left;
}
@media screen and (min-width: 640px) {
  .text-left-d {
    text-align: left !important;
  }
}
.text-right {
  text-align: right;
}
@media screen and (min-width: 640px) {
  .text-right-d {
    text-align: right !important;
  }
}

.header {
  position: fixed;
  z-index: 33;
  width: 100%;
  top: 0;
  padding: 15px 0 10px;
  background-color: rgba(255, 255, 255, 0);
  transition: all ease-in-out 0.3s;
  color: var(--dark-blue);
}
.header.mainpage {
  color: var(--white);
}
.header.mainpage.scrolled {
  color: var(--dark-blue);
}
.header.mainpage + .content {
  margin-top: 0;
}
.header.scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
}
.header ul li {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .header:has(.nav-menu.active) {
    background: var(--dark-blue);
  }
}

/*SLIDER*/
.embla {
  overflow: hidden;
}
.embla__container {
  display: flex;
}
.embla__slide {
  flex: 0 0 100%;
  min-width: 0;
}
.embla__slides-count {
  border-radius: 42px;
  padding: 3px 11px;
  width: 43px;
  height: 26px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 640px) {
  .embla__slides-count {
    padding: 3px 12px;
    width: 49px;
    height: 30px;
  }
}
.embla__slides-count-current {
  color: var(--white);
}
.embla__button {
  width: 44px;
  height: 44px;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: #FFF;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.embla__button:hover {
  background-color: #FFF;
  color: #00AEEF;
}
@media screen and (min-width: 640px) {
  .embla__button {
    width: 54px;
    height: 54px;
  }
}
.embla__button svg {
  width: 9px;
  height: 5px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .embla__button svg {
    width: 11px;
    height: 6px;
  }
}
.embla__buttons {
  position: relative;
  text-align: right;
  width: 50%;
  top: -84px;
  margin-right: 0;
}
@media screen and (min-width: 640px) {
  .embla__buttons {
    text-align: left;
    top: -104px;
    margin-left: auto;
  }
}
.embla__button.embla__prev {
  margin-right: 8px;
  transform: rotate(180deg);
}
@media screen and (min-width: 640px) {
  .embla__button.embla__prev {
    margin-right: 10px;
    margin-left: -120px;
  }
}
#footer {
  padding: 40px 0 10px;
  background-color: var(--bg);
}
@media screen and (min-width: 640px) {
  #footer {
    padding: 80px 0 20px;
  }
}
#footer.mainpage {
  background-color: var(--white);
}
#footer .logo img {
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  #footer .logo img {
    margin-left: 0;
  }
}
#footer .socnets-wrapper {
  justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 640px) {
  #footer .socnets-wrapper {
    justify-content: start;
  }
}
#footer .footer-bottom-line {
  border-radius: 20px;
  padding: 20px;
  background-color: var(--bg);
}
@media screen and (max-width: 640px) {
  #footer .footer-bottom-line-inner {
    display: flex;
    flex-direction: column;
  }
}
#footer .footer-bottom-line a {
  margin-right: 20px;
  color: var(--gray-text);
}
#footer .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 640px) {
  #footer .container {
    gap: 80px;
  }
}
#footer .container:before, #footer .container:after {
  display: none;
}
#footer ul li {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}

:root {
  --blue: #00aeef;
  --dark-blue: #102a5d;
  --gray-text: #63708b;
  --white: #fff;
  --gray-element: #8095b0;
  --bg: #eceef2;
  --dark-blue-2: #002e66;
  --stroke-in-white: #cfd4df;
  --font-family: "PT Sans", sans-serif;
}

/*-------*/
/*STYLES*/
/*-------*/
/*КНОПКИ И ПРОЧЕЕ*/
.sendsay-button input {
  border-radius: 42px !important;
}
.sendsay-button input:hover {
  background-color: var(--dark-blue) !important;
  background-image: radial-gradient(100% 889.84% at 100% 0%, rgba(0, 169, 228, 0) 0%, rgba(15, 68, 150, 0) 100%) !important;
  transition: all ease-in-out 0.3s;
}

.btn, .sendsay-button input {
  display: inline-block;
  border: none;
  border-radius: 42px;
  padding: 12px 20px;
  height: 44px;
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 13px;
  color: var(--white);
  background-color: var(--dark-blue);
  background-image: radial-gradient(100% 889.84% at 100% 0%, #00A9E4 0%, #0F4496 100%);
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.btn:hover, .sendsay-button input:hover {
  background-image: radial-gradient(100% 889.84% at 100% 0%, rgba(0, 169, 228, 0) 0%, rgba(15, 68, 150, 0) 100%);
  transition: all ease-in-out 0.3s;
}
.btn.bg-white, .sendsay-button input.bg-white {
  position: relative;
  background: var(--white);
}
.btn.bg-white span, .sendsay-button input.bg-white span {
  color: var(--dark-blue);
  background-color: #00A9E4;
  background-image: radial-gradient(100% 889.84% at 100% 0%, #00A9E4 0%, #0F4496 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  color: transparent;
  transition: all ease-in-out 0.3s;
}
.btn.bg-white:hover, .sendsay-button input.bg-white:hover {
  background: radial-gradient(100% 889.84% at 100% 0%, #00A9E4 0%, #0F4496 100%);
}
.btn.bg-white:hover span, .sendsay-button input.bg-white:hover span {
  color: var(--white);
  -webkit-text-fill-color: var(--white);
  -moz-text-fill-color: var(--white);
}
@media screen and (min-width: 640px) {
  .btn, .sendsay-button input {
    padding: 15px 25px;
    height: 54px;
    font-size: 16px;
  }
}

/*ОБЩИЕ СТИЛИ*/
section {
  padding: 60px 0;
}
@media screen and (min-width: 640px) {
  section {
    padding: 150px 0;
  }
}

.bg {
  background-color: var(--bg);
}

.blue-bg {
  background-color: var(--dark-blue-2);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}
.blue-bg.logo-bg {
  background-image: url("/local/templates/bbr_shop/img/bg-logo-mobile.svg");
}
@media screen and (min-width: 640px) {
  .blue-bg.logo-bg {
    background-image: url("/local/templates/bbr_shop/img/bg-logo.svg");
  }
}

textarea.trn-input {
  height: 110px;
  border-radius: 21px;
}

.trn-input {
  display: block;
  border: none;
  border-radius: 42px;
  padding: 12px 20px;
  width: 100%;
  height: 44px;
  background-color: var(--white);
  color: var(--gray-element);
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 13px;
  caret-color: var(--gray-text);
}
.trn-input:active, .trn-input:focus, .trn-input:focus-visible {
  color: var(--dark-blue);
  outline: none;
}
.trn-input.bg {
  background-color: var(--bg);
}
@media screen and (min-width: 640px) {
  .trn-input {
    height: 54px;
    font-size: 16px;
  }
}
.trn-checkbox {
  width: 22px;
  height: 22px;
  opacity: 1;
  border-radius: 5px;
  background-color: var(--bg, #f7f8fb);
  border: none;
  position: relative;
  cursor: pointer;
}
.trn-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  margin: 0;
}
.trn-checkbox .custom-check {
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  transition: box-shadow 0.2s;
}
.trn-checkbox .checkmark {
  display: none;
  width: 16px;
  height: 16px;
}
.trn-checkbox input[type=checkbox]:checked ~ .custom-check .checkmark {
  display: block;
}
.trn-checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.content {
  margin-top: 79px;
}
.content ul {
  list-style: disc;
}
.content ol {
  list-style: auto;
}
.content ul, .content ol {
  margin-left: 20px;
}

@media screen and (min-width: 640px) {
  .container > h1 {
    margin-bottom: -100px;
  }
}

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

/* End */
/* /local/templates/bbr_shop/components/bitrix/sale.basket.basket.line/trn-basket/style.css?17645989301262 */
/* /local/templates/bbr_shop/components/bitrix/menu/trn-menu/style.css?17645989302918 */
/* /local/templates/bbr_shop/components/bitrix/menu/trn-footer-menu/style.css?1764598930647 */
/* /local/templates/bbr_shop/template_styles.css?176459893040379 */
