/* Двухцветный градиент */
/* Трехцветный градиент с возможностью изменять положение центрального цвета */
/* Четырехцветный градиент */
*[v-cloak] {
  visibility: hidden;
  overflow: hidden;
}
body .btn-buy {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease-in;
}
body.vue-basket-manager .btn-buy {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  min-height: 100%;
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
}
body.lg-on {
  overflow: hidden;
}
body.modal-open #chatra,
body.lg-on #chatra {
  display: none !important;
}
body .disabled {
  pointer-events: none;
}
.icon-menu figure {
  margin: 0;
}
.icon-menu svg {
  width: 32px;
  height: 32px;
}
/* Chrome, Safari, Edge, Opera - убираем стрелки у number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox - убираем стрелки у number */
input[type=number] {
  -moz-appearance: textfield;
}
label {
  cursor: pointer;
}
label.required span.required {
  display: none;
}
label.required::after {
  content: '*';
  color: var(--danger, '#dc3545');
  margin: 0 0 0 0.3rem;
}
.scroll-hide {
  /*Прячем скролбар, но сотавляем его функциональность*/
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  scrollbar-height: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.scroll-hide::-webkit-scrollbar {
  display: none;
}
.btn.btn-buy:not(.disabled) > .spinner-border {
  display: none;
}
.mobile-icon {
  position: fixed;
  bottom: 80px;
  right: 20px;
  padding: 5px;
  background-color: #E7E0EF;
  border: 1px solid #DACCCC;
  cursor: pointer;
  border-radius: 3px;
}
.mobile-icon img {
  display: block;
}
.border-hr {
  border-top: 10px solid #dee2e6;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("fonts/robotocondensed-regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensedBold', sans-serif;
  src: url('fonts/robotocondensed-bold.ttf');
}
.page-400 > div {
  width: 600px;
  margin: 10px auto 30px auto;
  text-align: center;
  font-size: 14px;
}
.page-400 > div > h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0;
  padding: 0;
}
.page-400 > div > h1.error-number {
  font-size: 100px;
  font-weight: bold;
  margin: 10px 0;
  padding: 0;
}
.page-400 .info-menu {
  display: inline-block;
  text-align: left;
  margin: 30px 0 10px 0;
}
.page-400 .info-menu > div {
  font-size: 16px;
  margin-bottom: 5px;
}
.page-400 .info-menu li {
  line-height: 24px;
}
.page-400 .info-menu a {
  text-decoration: underline;
}
.page-400 .info-menu a:hover {
  text-decoration: none;
}
.page-search-empty > div.info-menu {
  display: block;
  margin: 15px auto 15px auto;
}
.page-search-empty > div.title-search {
  font-size: 17px;
  margin: 10px auto 10px auto;
  text-align: left;
}
.sitemap-wrapper {
  line-height: 22px;
}
.sitemap-wrapper ul {
  padding: 0 15px 20px;
  list-style: circle inside;
}
.sitemap-wrapper ul li {
  padding: 5px 0;
}
.sitemap-wrapper li.list > a {
  position: relative;
}
.sitemap-wrapper li.list > a::after {
  position: absolute;
  top: -2px;
  right: -16px;
  content: '▼';
  font-size: 12px;
}
.sitemap-wrapper li.list.active > a::after {
  content: '▲';
}
.sitemap-wrapper li.list > ul {
  display: none;
}
.sitemap-wrapper a {
  text-decoration: underline;
}
.sitemap-wrapper a:hover {
  text-decoration: none;
}
.ico-question {
  margin: 0 0 0 5px;
}
.ico-question > img {
  width: 12px;
  opacity: 0.8;
}
.ico-question > img:hover {
  opacity: 1;
}
.compact-urls > * {
  border-color: #31BB36 !important;
  transition: all 300ms ease-in-out;
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.15), 0 4px 15px rgba(18, 17, 36, 0.3);
  -webkit-transition: all 300ms ease-in-out;
  /*        &:hover{
            border-color: @CUrls_borderHoverColor !important;
        }*/
}
.compact-urls > * > a {
  color: #797878;
  text-decoration: none;
}
.compact-urls > * > a::after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.5rem;
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: 50%;
  border: 1px solid #ddd !important;
  border-radius: 50%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.compact-urls > * > a:hover {
  border-color: #31BB36 !important;
}
.compact-urls > * > a:hover::after {
  content: "";
  display: inline-block;
  border-color: #31BB36 !important;
  background-image: url('images/CUrls_Chek_On.svg');
  width: 1rem;
  height: 1rem;
}
.compact-urls > *.active {
  border-color: #31BB36 !important;
}
.compact-urls > *.active a {
  border-color: #31BB36 !important;
}
.compact-urls > *.active a::after {
  border-color: #31BB36 !important;
  background-image: url('images/CUrls_Chek_On.svg');
}
.compact-urls > *.active a:hover {
  border-color: #ddd !important;
}
.compact-urls > *.active a:hover::after {
  border-color: #ddd !important;
  background: url('images/CUrls_Chek_Off.svg') !important;
}
.compact-urls > *.active:hover {
  border-color: #ddd !important;
}
.compact-urls > li::before {
  z-index: 1;
}
.socials {
  top: 300px;
  right: 0;
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.04), 0 4px 15px rgba(18, 17, 36, 0.08);
  z-index: 1200;
  border-radius: 1rem 0 0 1rem;
}
/** range-slidervfor filters **/
.form-group input[type=range] {
  -webkit-appearance: none;
  width: 90%;
  border: none;
}
.form-group input[type=range]:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.form-group input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #db1f37;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.form-group input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  position: relative;
  pointer-events: none;
  cursor: pointer;
  animate: 0.2s;
  background: #db1f37;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.form-group input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  pointer-events: all;
  position: relative;
  box-shadow: none;
  border: none !important;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #7d7d7d;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
.form-group input[type=range]::-moz-range-thumb {
  z-index: 2;
  pointer-events: all;
  position: relative;
  box-shadow: none;
  border: none !important;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #7d7d7d;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
a {
  color: #db1f37;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
a:hover:not(.btn) {
  color: #db1f37 !important;
  text-decoration: none !important;
}
.nav-link {
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.nav-link:hover {
  color: #db1f37 !important;
}
.nav-item .text-primary {
  color: #000000 !important;
}
.nav-item .text-primary:hover {
  color: #db1f37 !important;
  transition: 0.5s;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #db1f37 !important;
  transition-duration: 0.5s;
}
.phones-block .text-dark:hover,
.sitemap .text-dark:hover {
  color: #db1f37 !important;
  transition: 0.15s;
}
.border-primary,
.btn-primary:not(:hover):not(:active) {
  border-color: #db1f37 !important;
}
.btn-primary:not(:hover):not(:active),
.bg-primary {
  background-color: #db1f37 !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  border-color: #7d7d7d !important;
  background-color: #7d7d7d !important;
  box-shadow: none !important;
}
.btn-danger:hover {
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
  transition-duration: 0.5s;
}
.text-secondary:not(a),
a.text-secondary:not(:hover) {
  color: #7d7d7d !important;
}
.list-group-item.active {
  border-color: #db1f37;
  background-color: #db1f37;
}
.btn:focus,
.btn:active,
.form-control:focus,
.custom-select:focus {
  box-shadow: none;
}
.rounded-pill:hover {
  color: #fff;
}
body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
}
.text-primary {
  color: #db1f37 !important;
}
.sale-code {
  bottom: 20px;
  left: 5vw;
  z-index: 12000;
}
.content-block .main {
  padding: 15px 0 0 0;
}
.content-block .main .page-name {
  margin-left: 25px;
  margin-bottom: 15px;
  margin-right: 25px;
  border-bottom: 1px solid #DC1F37;
  text-align: center;
}
.content-block .main .page-name h1 {
  display: inline-block;
  background-color: white;
  position: relative;
  top: 7px;
  padding: 0 10px;
}
.content-block .main.category-main .page-name {
  width: 950px;
  margin-left: 0;
}
.content-block .main.category-main .page-name.full {
  width: 100%;
}
.content-block .main .list-view.search,
.content-block .main .list-view.full {
  width: 100%;
}
.content-block .main .text {
  width: 850px;
  margin: 20px 0 0 30px;
  font-size: smaller;
  border: 1px solid #DC1F37;
}
.content-block .main .text p {
  margin: 10px;
}
.content-block .main .page-400 h1 {
  text-transform: none;
}
.content-block .main .page-400 a {
  color: #dc1f37;
}
.content-block .about-company {
  padding: 10px 25px;
}
.content-block .content {
  padding: 0 25px;
}
.content-block .action-date {
  margin-bottom: 10px;
}
.content-block .action-date > span:first-child {
  font-weight: bold;
}
.form-check label {
  cursor: pointer;
}
.form-check label input {
  vertical-align: middle;
}
.autoComplete_list {
  z-index: 1200;
}
.sec-description ul,
.content ul,
.seoText ul,
.feedback_form_block ul {
  list-style: disc inside;
}
.sec-description ul li,
.content ul li,
.seoText ul li,
.feedback_form_block ul li {
  padding: 5px 0;
}
.sec-description ol,
.content ol,
.seoText ol,
.feedback_form_block ol {
  list-style: decimal inside;
  counter-reset: item;
}
.sec-description ol li,
.content ol li,
.seoText ol li,
.feedback_form_block ol li {
  display: block;
  padding: 5px 0;
}
.sec-description ol li:before,
.content ol li:before,
.seoText ol li:before,
.feedback_form_block ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: bold;
}
.sec-description ul,
.content ul,
.seoText ul,
.feedback_form_block ul,
.sec-description ol,
.content ol,
.seoText ol,
.feedback_form_block ol {
  padding: 0 15px;
  margin: 0;
}
.sec-description h2,
.content h2,
.seoText h2,
.feedback_form_block h2,
.sec-description h3,
.content h3,
.seoText h3,
.feedback_form_block h3,
.sec-description p,
.content p,
.seoText p,
.feedback_form_block p {
  padding: 10px 0;
  margin: 0;
}
.sec-description a,
.content a,
.seoText a,
.feedback_form_block a {
  text-decoration: underline;
}
.sec-description .product-block,
.content .product-block,
.seoText .product-block,
.feedback_form_block .product-block {
  padding: 0;
  margin: 20px 0;
}
.sec-description .product-block .product-info h2,
.content .product-block .product-info h2,
.seoText .product-block .product-info h2,
.feedback_form_block .product-block .product-info h2 {
  padding: 0;
}
.category-main .seoText {
  padding: 15px;
}
.share-icons {
  margin: 10px 0 0px;
}
.share-icons > div {
  margin-top: 5px;
}
.sitemap-wrapper {
  padding: 0px 0 0 40px;
}
.sitemap-wrapper li {
  list-style-type: circle;
}
.content-index .title {
  font-size: 22px;
  margin: 15px;
}
.basket-title {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  text-transform: none;
}
.basket-badge {
  transform: translate(-0.8rem, 0.2rem);
}
.order-page {
  padding: 0 10px 20px 10px;
}
.promo-list .items > * .title a {
  padding: 5px 5px 10px 5px!important;
}
#scroll-up {
  position: fixed;
  bottom: 24%;
  right: 1.25rem;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
  z-index: 1000;
}
#scroll-up:hover {
  opacity: 0.9;
}
.basket-popup {
  background: #fff;
  border-radius: 1rem;
  position: fixed;
  right: 20px;
  top: 150px;
  height: fit-content;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.04), 0 4px 15px rgba(18, 17, 36, 0.08);
  z-index: 1200;
  box-sizing: border-box;
  animation: slidein 1.5s linear forwards;
}
.basket-popup .basket-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.basket-popup .basket-item .prod-img {
  height: 150px;
}
.h40px {
  height: 40px;
}
@keyframes slidein {
  0% {
    opacity: 0;
    right: -20px;
  }
  20% {
    opacity: 1;
    right: 40px;
  }
  40% {
    opacity: 1;
    right: 40px;
  }
  60% {
    opacity: 1;
    right: 40px;
  }
  80% {
    opacity: 1;
    right: 40px;
  }
  100% {
    opacity: 1;
    right: 40px;
  }
}
#header a {
  transition: all 0.5s ease-in-out;
}
#header a:hover:not(.btn) {
  text-decoration: none;
  color: #db1f37 !important;
  transition-duration: 0.5s;
}
#header .nav li.nav-item {
  margin: -1px 0 0 -1px;
}
#header .nav li.nav-item > a.nav-link {
  text-shadow: 0 1px 1px #fff;
  transition: all 0.5s ease-in-out;
}
#header .nav li.nav-item > a.nav-link:hover {
  transition-duration: 0.5s;
}
#header .nav li.nav-item:first-child > .nav-link {
  padding-left: 0 !important;
}
#header .nav li.nav-item:last-child > .nav-link {
  padding-right: 0 !important;
}
#header .nav li.nav-item.active > .nav-link:hover {
  color: #DC1E38 !important;
  transition-duration: 0.5s;
}
#header ul > li > .lead:hover {
  /*        color: @color_primary_active;*/
  transition-duration: 0.5s;
  text-decoration: none;
}
#main-catalog-menu {
  background-image: -moz-linear-gradient(top, #FDFDFD 0%, #EFEFEF 100%);
  /* FF3.6+ */
  background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #EFEFEF 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #FDFDFD 0%, #EFEFEF 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #FDFDFD 0%, #EFEFEF 100%);
  /* W3C */
  background-repeat: no-repeat;
}
#main-catalog-menu .nav {
  width: calc(100% + 1px);
  margin-right: -1px;
}
#main-catalog-menu .nav li.nav-item {
  /*margin: -1px 0 0 -1px;*/
}
#main-catalog-menu .nav li.nav-item > a.nav-link {
  text-shadow: 0 1px 1px #fff;
}
#main-catalog-menu .nav li.nav-item.active > a.nav-link {
  color: #DC1E38 !important;
}
.header-top-fixed {
  position: sticky;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 2000;
}
.header-bottom {
  top: 41px;
}
.icon-menu svg {
  width: 30px;
  height: 30px;
}
.compare-badge {
  right: -2px;
  top: -2px;
}
#mini-news article {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.04), 0 4px 15px rgba(18, 17, 36, 0.08);
  border-radius: 1rem !important;
}
#mini-news article:hover {
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.1), 0 4px 15px rgba(18, 17, 36, 0.2);
}
#mini-news a {
  color: #db1f37 !important;
  transition: all 0.5s ease-in-out;
}
#mini-news p {
  color: #333 !important;
}
#mini-news a:hover h5 {
  color: #c80028 !important;
  text-decoration: none !important;
  transition-duration: 0.5s !important;
}
#mini-news a:hover p {
  color: #000 !important;
}
#mini-news .h4:hover {
  color: #7d7d7d !important;
}
#mini-news .card-footer {
  border-radius: 0 0 1rem 1rem;
}
#product .product-top {
  padding: 10px;
  overflow: hidden;
}
#product .product-top > * {
  vertical-align: top;
}
#product .product-top .gallery-block {
  width: 570px;
  position: relative;
}
#product .product-top .gallery-block .carousel-block {
  width: 502px;
  margin-left: 34px;
  position: relative;
}
#product .product-top .gallery-block .carousel-block > .carousel {
  width: 500px;
}
#product .product-top .gallery-block .carousel-block > .carousel li {
  width: 500px;
  height: 500px;
  line-height: 500px;
  text-align: center;
}
#product .product-top .gallery-block .carousel-block > .carousel li > img {
  vertical-align: middle;
  max-width: 500px;
  max-height: 500px;
}
#product .product-top .gallery-block .carousel-block .arrow-next,
#product .product-top .gallery-block .carousel-block .arrow-back {
  -webkit-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  position: absolute;
  top: 48%;
  width: 28px;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  background-color: #DC1F37;
  color: white;
  cursor: pointer;
}
#product .product-top .gallery-block .carousel-block .arrow-next:hover,
#product .product-top .gallery-block .carousel-block .arrow-back:hover {
  background-color: #008744;
}
#product .product-top .gallery-block .carousel-block .arrow-back {
  left: -30px;
  padding-right: 2px;
}
#product .product-top .gallery-block .carousel-block .arrow-next {
  right: -30px;
  padding-left: 2px;
}
#product .product-top .static-block table {
  width: 320px;
}
#product .product-top .static-block table tr td:first-child {
  vertical-align: top;
}
#product .product-top .static-block table tr td:first-child div {
  margin: 5px 15px 10px 15px;
}
#product .product-top .static-block table tr td:last-child div {
  padding: 5px 10px 5px 0;
}
#product .product-top .static-block table tr td:last-child div span {
  display: inline-block;
  margin: 10px 0;
  font-size: large;
  font-weight: bold;
}
#product .product-top .static-block table tr td:last-child div:first-child span {
  margin-top: 0;
}
#product .product-top .static-block table tr td a {
  text-decoration: underline;
}
#product .product-top .static-block table tr td a:hover {
  text-decoration: none;
}
#product .product-top .info-block {
  overflow: hidden;
}
#product .product-top .info-block .offer-block {
  width: 260px;
  text-align: center;
  margin-bottom: 10px;
}
#product .product-top .info-block .offer-block .price-block {
  margin-top: 10px;
}
#product .product-top .info-block .offer-block .price-block .price {
  font-size: 28px;
  font-weight: bold;
  color: #DB1F37;
}
#product .product-top .info-block .offer-block .price-block .price.discount {
  font-size: 16px;
  position: relative;
  color: green;
}
#product .product-top .info-block .offer-block .price-block .price.discount:after {
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0;
  top: 50%;
  border-bottom: 2px solid #dd0031;
}
#product .product-top .info-block .offer-block .price-block .price span {
  color: #000;
}
#product .product-top .info-block .offer-block .price-block .price-row {
  overflow: hidden;
  margin: 5px 0;
}
#product .product-top .info-block .offer-block .price-block .saving-money {
  font-size: 16px;
  color: green;
}
#product .product-top .info-block .offer-block .button {
  background-color: #008744;
  padding: 10px 50px;
  margin: 20px 0;
}
#product .product-top .info-block .offer-block .articule span {
  font-weight: bold;
  margin-right: 5px;
}
#product .product-top .info-block .offer-block .status {
  margin: 20px 0;
}
#product .product-top .info-block .offer-block .delivery,
#product .product-top .info-block .offer-block .instruction {
  margin: 0 0 20px 0;
}
#product .product-top .info-block .offer-block .card-block img {
  height: 50px;
  margin: 5px;
}
#product .product-top .market {
  display: block;
}
#product .product-top .market,
#product .product-top .share-icons {
  text-align: center;
}
#product .product-bottom {
  margin: 0px 5px 10px 5px;
}
#product .product-bottom .tabs {
  list-style: none;
  position: relative;
  top: 1px;
  overflow: hidden;
}
#product .product-bottom .tabs li {
  float: left;
}
#product .product-bottom .tabs li a {
  display: block;
  width: 181px;
  padding: 15px 20px;
  text-align: center;
  background-color: #EFEFEF;
  border-top: 1px solid #B4B4B4;
  border-start: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
  color: black;
  font-size: 17px;
  text-decoration: underline;
}
#product .product-bottom .tabs li a:hover {
  color: #DB1F37;
  text-decoration: none;
}
#product .product-bottom .tabs li a.active {
  color: #DB1F37;
  background-color: white;
  border-bottom: 1px solid white;
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}
#product .product-bottom .tabs li a.active:hover {
  color: #DB1F37;
}
#product .product-bottom .tabs li:last-child a {
  border-end: 1px solid #B4B4B4;
  width: 182px;
}
#product .product-bottom > div {
  padding: 10px;
  background-color: white;
  border: 1px solid #B4B4B4;
}
#product .product-bottom > div ul {
  list-style: none;
  padding: 0;
}
#product .product-bottom > div .products-grid ul.product-list > li.product {
  width: 140px;
  padding: 5px 10px;
  margin: 16px 16px;
  border: 1px solid #A39997;
  text-align: center;
  overflow: hidden;
}
#product .product-bottom > div .products-grid ul.product-list > li.product.product-hit:before {
  top: 50px;
}
#product .product-bottom > div .products-grid ul.product-list > li.product:hover img {
  opacity: 0.8;
}
#product .product-bottom > div .products-grid ul.product-list > li.product .price {
  margin: 10px 0;
}
#product .product-bottom > div .products-grid ul.product-list > li.product .accessory-name {
  height: 50px;
}
#product .detail-description {
  margin-top: 15px;
}
#product .detail-description p {
  padding: 10px 0;
}
#product .sec-description {
  margin-top: 15px;
}
#product .character-table {
  width: 100%;
  border-collapse: collapse;
}
#product .character-table tr td {
  padding: 10px;
}
#product .character-table tr td:first-child {
  width: 40%;
  font-weight: bold;
}
#product .character-table tr:nth-child(odd) {
  background-color: #E7E7E7;
}
#product .instruction-link {
  text-decoration: underline;
}
#product .instruction-link:hover {
  text-decoration: none;
}
.product {
  position: relative;
}
.product.product-hit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  background-image: url('images/icon-hit.svg');
}
.product .icon-product {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
}
.product .icon-product.icon-product-action {
  background-image: url('images/icon-discount.svg');
}
.product .status {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background-repeat: no-repeat;
}
.product .status:hover {
  text-decoration: none;
}
.product .status.status-list-many {
  background-image: url('images/icon-in-stock-many.svg');
  background-position: 0 2px;
}
.product .status.status-list-little {
  background-image: url('images/icon-in-stock-min.svg');
}
.product .status.status-out-of-stock {
  background-image: url('images/icon-out-of-stock.svg');
}
.product .price {
  font-family: 'RobotoCondensedBold', sans-serif;
}
.product-list-small li {
  text-align: center;
  overflow: hidden;
  margin-top: 10px;
}
.product-list-small li .extra-name {
  height: 60px;
}
.product-list-small li .extra-name span {
  color: #4A4949;
  font-weight: bold;
}
.product-list-small li .extra-name a {
  display: block;
  color: #DC1F37;
  text-decoration: underline;
}
.product-list-small li .extra-name a:hover {
  text-decoration: none;
}
.product-list-small li .product-image {
  margin-top: 5px;
  text-align: center;
  height: 100px;
  line-height: 100px;
}
.product-list-small li .product-image a {
  display: block;
}
.product-list-small li .product-image a img {
  max-height: 100px;
  max-width: 100px;
  vertical-align: middle;
}
.product-list-small li .price {
  margin: 10px 0;
  font-weight: bold;
}
.product-list-small li .price span {
  color: #DC1F37;
}
.product-list-small li input {
  margin: 10px 0;
}
.product-list-smaller {
  overflow: hidden;
}
.product-list-smaller li {
  width: 135px;
  text-align: center;
  margin: 10px 20px;
  float: left;
}
.product-list-smaller li .accessory-name {
  height: 100px;
}
.product-list-smaller li .accessory-name a {
  color: #DC1F37;
  text-decoration: underline;
}
.product-list-smaller li .accessory-name a:hover {
  text-decoration: none;
}
.product-list-smaller li .product-image {
  margin-top: 5px;
  text-align: center;
  height: 100px;
  line-height: 100px;
}
.product-list-smaller li .product-image a {
  display: block;
}
.product-list-smaller li .product-image a img {
  max-height: 100px;
  max-width: 100px;
  vertical-align: middle;
}
.product-list-smaller li .price-block {
  font-size: 12px;
  margin: 10px 0;
}
ul.product-block {
  list-style: none;
  overflow: hidden;
  padding: 0 0 0 15px;
}
ul.product-block > li {
  float: left;
  width: 145px;
  height: 325px;
  margin: 0 15px 15px 0;
  padding: 15px;
  /*border: 1px solid #dc1f37;*/
  vertical-align: top;
  text-align: center;
}
ul.product-block > li:nth-child(4n) {
  margin: 0 0 15px 0;
}
ul.product-block > li .product-image > a {
  display: block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
ul.product-block > li .product-image > a > img {
  vertical-align: middle;
}
ul.product-block > li .product-info {
  margin-top: 5px;
}
ul.product-block > li .product-info > a > * {
  height: 51px;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
}
ul.product-block > li .product-info > a > *:hover {
  text-decoration: none;
}
ul.product-block > li .item-price {
  margin: 10px 0;
  position: relative;
}
ul.product-block > li .item-price .price {
  float: none;
  font-size: 26px;
  color: #dc1f37;
}
ul.product-block > li .item-price .price.discount {
  color: green;
  position: absolute;
  top: -10px;
  font-size: 16px;
}
ul.product-block > li .item-price .price.discount:after {
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0;
  top: 50%;
  border-bottom: 2px solid #dd0031;
}
ul.product-block > li .button {
  width: 80%;
  height: 30px;
  font-size: 15px;
  line-height: 15px;
  margin: 15px 0 0 0;
}
.full ul.product-block {
  padding: 0 15px;
}
.full ul.product-block li {
  margin: 0 15px 15px 0;
  border: 1px solid #dc1f37;
  width: 190px;
}
.full ul.product-block li:nth-child(4n) {
  margin: 0 15px 15px 0;
}
.full ul.product-block li:nth-child(5n) {
  margin: 0 0 15px 0;
}
.catalog-filter {
  position: relative;
  margin-top: 9px;
  max-width: 250px;
}
.catalog-filter .filter-name {
  background: #DA2038 url("./images/triangle.gif") no-repeat;
  color: white;
  font-size: 20px;
  margin: 0 0 6px 0;
  padding: 0px 0px 0px 30px;
  font-family: "AGLettericaDemiCondensedCRg";
  text-transform: uppercase;
}
.catalog-filter .filter-name .filter-triangle {
  position: absolute;
  background-image: url('./images/triangle-right.gif');
  height: 10px;
  width: 10px;
  top: -10px;
  right: -10px;
}
.catalog-filter .filter-name .filter-border {
  position: absolute;
  background-color: #DA2038;
  height: 24px;
  width: 10px;
  right: -10px;
  top: 0;
}
.catalog-filter #filter {
  font-size: small;
  padding: 5px;
  margin: 5px;
  border: 1px solid #E0E0E0;
  text-align: center;
}
.catalog-filter #filter ul {
  text-align: left;
}
.catalog-filter #filter ul li span {
  color: #4A4949;
}
.catalog-filter #filter ul li div {
  color: #898989;
  margin: 5px;
}
.catalog-filter #filter ul li div label {
  cursor: pointer;
  color: #898989;
}
.catalog-filter #filter ul li div input {
  vertical-align: middle;
  color: #898989;
  margin-left: 5px;
}
.catalog-filter #filter .button {
  margin: 20px 0 10px;
  padding: 5px 15px;
}
#counter {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -ms-box-shadow: 0 0 5px 0;
  -o-box-shadow: 0 0 5px 0;
  -moz-box-shadow: 0 0 5px 0;
  -webkit-box-shadow: 0 0 5px 0;
  box-shadow: 0 0 5px 0;
  background-color: white;
  color: #6E6E6E;
  z-index: 1;
  padding: 10px;
  width: 215px;
  font-size: 12px;
}
#counter .text {
  font-weight: bold;
}
#counter a {
  cursor: pointer;
  float: right;
}
#counter > .link {
  text-decoration: underline;
  color: #6E6E6E;
}
#counter > .link:hover {
  text-decoration: none;
}
#counter > .closed {
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  background-color: #DA2038;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  width: 23px;
  height: 23px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  right: -10px;
  top: -10px;
}
#counter > .closed:hover {
  text-shadow: 0 0 5px;
}
#footer svg {
  filter: grayscale(0.6);
}
#footer svg:hover {
  filter: none;
  transition: 0.3;
}
#footer ul.nav {
  columns: 2 auto;
  column-gap: 2.75rem;
}
#footer ul.nav li.nav-item {
  page-break-inside: avoid;
}
#footer ul.nav li.nav-item.active > .nav-link,
#footer ul.nav li.nav-item .nav-link:hover {
  color: #DC1E38 !important;
  transition: 0.5s;
}
#footer .custom-select:focus {
  border-color: #DC1E38;
}
#quiz-button {
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
#quiz-button > .rounded-top {
  transform: none !important;
  margin: 0 !important;
  background-color: #28a745 !important;
}
#quiz-button > .rounded-top use {
  --question-rotate: -90deg;
}
.btn-secondary[type="submit"] {
  background-color: #28a745 !important;
}
.btn-secondary[type="submit"]:hover {
  color: #fff !important;
  background-color: #db1f37 !important;
}
.btn-success {
  background-color: #f9e02f !important;
  color: #000 !important;
  border-color: #000 !important;
}
.btn-success:hover {
  color: #fff !important;
  background-color: #db1f37 !important;
  border-color: #000 !important;
}
.ui-accordion {
  border: 1px solid #E1E1E1;
  border-top: none;
}
.ui-accordion .ui-accordion-header {
  background-image: -moz-linear-gradient(top, #FDFDFD 0%, #EFEFEF 100%);
  /* FF3.6+ */
  background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #EFEFEF 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #FDFDFD 0%, #EFEFEF 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #FDFDFD 0%, #EFEFEF 100%);
  /* W3C */
  background-repeat: no-repeat;
  height: 30px;
  color: #DC1F37;
  font-weight: bold;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  line-height: 30px;
}
.ui-accordion .ui-accordion-header a {
  margin-left: 10px;
}
.ui-accordion .ui-accordion-content h2 {
  font-size: 14px;
}
.ui-accordion .ui-accordion-header-icon {
  float: right;
  margin-right: 10px;
}
.ui-accordion .ui-accordion-header-icon:before {
  content: "⬆";
  float: right;
}
.tooltip {
  position: relative;
}
.tooltip .tooltip-inner {
  color: #FFFEEA;
  background-color: #db1f37;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #db1f37;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #db1f37;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-start-color: #db1f37;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "»";
}
.pagination {
  text-align: center;
  margin: 20px 0;
  clear: both;
}
.pagination ul {
  display: inline-block;
}
.pagination ul li {
  float: left;
  margin: 0px 5px;
}
.pagination ul li a {
  text-decoration: none;
  color: #000;
  padding: 5px 9px;
  line-height: 30px;
}
.pagination ul li.selected span {
  background-color: #E0E0E0;
  border-radius: 5px;
  padding: 5px 9px;
  line-height: 30px;
}
.pagination ul li.hidden {
  display: none;
}
.sort {
  font-size: 12px;
  color: #7D7D7D;
  margin: -70px 25px 0;
  float: right;
}
.sort a {
  color: #932E3D;
  text-decoration: underline;
}
.sort a.desc {
  margin-left: 16px;
}
.sort a.desc:before {
  content: "▲";
  position: absolute;
  margin-left: -16px;
}
.sort a.asc {
  margin-left: 16px;
}
.sort a.asc:before {
  content: "▼";
  position: absolute;
  margin-left: -16px;
}
.slider {
  width: 1200px;
  height: 440px;
}
.slider .carousel {
  overflow: hidden;
}
.slider .carousel ul {
  width: 20000em;
  position: relative;
  overflow: hidden;
}
.slider .carousel ul > li {
  float: left;
  width: 1200px;
  height: 350px;
  margin: 0;
  position: relative;
}
.slider .carousel ul > li img {
  width: 1200px;
}
.slider .carousel ul > li .slider-detail {
  position: absolute;
  top: 25px;
  left: 40px;
  width: 350px;
  height: 220px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.85);
}
.slider .carousel ul > li .slider-detail span {
  font-size: 26px;
  padding: 0;
  font-family: "AGLettericaDemiCondensedCRg";
  text-transform: uppercase;
}
.slider .carousel ul > li .slider-detail p {
  font-size: 18px;
  padding: 20px 0;
}
.slider .carousel ul > li .slider-detail a {
  padding: 10px 25px;
  background-color: #dc1e37;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  bottom: 40px;
}
.slider .carousel ul > li .slider-detail a:hover {
  background-color: #ca5341;
}
.slider .pagination {
  width: 95%;
  list-style: outside none none;
  height: 14px;
  position: absolute;
  bottom: 0px;
  z-index: 3;
  text-align: right;
  padding: 10px 0;
}
.slider .pagination > a {
  width: 14px;
  height: 14px;
  margin: 0 1px;
  cursor: pointer;
  background-image: -moz-linear-gradient(top, #FDFEFD 0%, #C3C3C3 100%);
  /* FF3.6+ */
  background-image: -webkit-linear-gradient(top, #FDFEFD 0%, #C3C3C3 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #FDFEFD 0%, #C3C3C3 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #FDFEFD 0%, #C3C3C3 100%);
  /* W3C */
  background-repeat: no-repeat;
  border-radius: 10px;
  display: inline-block;
}
.slider .pagination > a.active {
  background-image: -moz-linear-gradient(top, #dc1e37 0%, #c60018 100%);
  /* FF3.6+ */
  background-image: -webkit-linear-gradient(top, #dc1e37 0%, #c60018 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #dc1e37 0%, #c60018 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #dc1e37 0%, #c60018 100%);
  /* W3C */
  background-repeat: no-repeat;
}
.action-list {
  border-bottom: 1px solid #dc1e37;
  padding: 15px 25px;
  border-bottom-width: thin;
  overflow: hidden;
}
.action-list .col img {
  padding-right: 15px;
}
.action-list .row {
  overflow: hidden;
}
.action-list .row h2 {
  margin: 0 0 10px 0;
}
.action-list .row h2 a {
  text-decoration: none;
  border: 0;
}
.action-list .row h2 a:hover {
  color: #ea4748;
}
.action-list .row .readmore-btn {
  font-size: 13px;
  text-decoration: underline;
}
.action-list .data-news {
  font-size: 12px;
  color: #ea4748;
  overflow: hidden;
  width: 100%;
}
.news-list .action-list .col {
  float: left;
}
.news-list .action-list .data-news {
  margin-bottom: 10px;
}
.product-top .fast-order {
  margin-top: 20px;
  background-color: #efefef;
  border: 1px solid #e2e2e2;
  float: left;
  margin-left: 30px;
}
.product-top .fast-order form {
  margin: 20px 20px;
  overflow: hidden;
}
.product-top .fast-order .fast-order-form-block input {
  vertical-align: middle;
  margin-right: 2px;
}
.product-top .fast-order .fast-order-form-block input[type='text'] {
  padding: 10px 0;
  margin-right: 5px;
  text-align: center;
}
.product-top .fast-order .fast-order-form-block .btn {
  margin-right: 0;
}
.product-top .fast-order .fast-order-form-block p,
.product-top .fast-order .fast-order-form-block .add_in_basket {
  margin: 10px 0;
  font-size: 13px;
}
.dialog-product .dialog-product-content.fast-order {
  width: 80%;
  margin: 15px auto 0;
}
.dialog-product .dialog-product-content.fast-order > .right {
  width: 500px;
  position: relative;
}
.dialog-product .dialog-product-content.fast-order > .right .name {
  font-weight: bold;
  font-size: 18px;
}
.dialog-product .dialog-product-content.fast-order > .right .price {
  font-weight: bold;
  font-size: 16px;
}
.dialog-product .dialog-product-content.fast-order > .right .errorSummary {
  color: #eb6852;
}
.dialog-product .dialog-product-content .fast-order-form-block .form-table {
  width: 100%;
}
.dialog-product .dialog-product-content .fast-order-form-block .form-table td {
  padding: 2px 0;
}
.dialog-product .dialog-product-content .fast-order-form-block .form-table td input,
.dialog-product .dialog-product-content .fast-order-form-block .form-table td textarea {
  width: 90%;
}
.dialog-product .dialog-product-content .fast-order-form-block .form-table td:last-child {
  text-align: right;
}
.dialog-product .dialog-product-content .fast-order-form-block input {
  vertical-align: middle;
}
.dialog-product .dialog-product-content .fast-order-form-block p,
.dialog-product .dialog-product-content .fast-order-form-block .add_in_basket {
  margin-bottom: 10px;
  font-size: 13px;
}
.content-block .dialog-product .right .product-top {
  font-size: 14px;
  margin-left: 0px;
}
.content-block .dialog-product .right .product-top .price-block {
  line-height: 18px;
}
.b-block img {
  border-radius: 1rem;
}
.b-block figure {
  border-radius: 1rem;
}
.b-block figure figcaption {
  top: auto;
  bottom: 0;
  color: #333;
  background-color: rgba(247, 246, 246, 0.8);
  transition: all 0.4s ease-in-out;
  border-radius: 1rem;
}
.b-block figure a:hover + figcaption {
  color: #fff;
  background-color: rgba(2, 2, 2, 0.65);
  border-radius: 1rem;
}
.b-block .w-95 {
  width: 95% !important;
}
.carousel:not(.product-pic) .carousel-control-prev {
  margin-left: 1rem !important;
  width: auto !important;
}
.carousel:not(.product-pic) .carousel-control-next {
  margin-right: 1rem;
  width: auto !important;
}
.carousel:not(.product-pic) a[class*="carousel-control"] {
  transition: all 0.5s ease-in-out;
  width: auto;
}
.carousel:not(.product-pic) a[class*="carousel-control"] span[class^="carousel-control"] {
  display: inline-block;
  background-image: none;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  color: #db1f37;
  background-color: #fff;
  text-align: center;
  line-height: 2rem;
  border-radius: 50%;
}
.carousel:not(.product-pic) .carousel-inner {
  border-radius: 1rem;
  transition: all 0.6s ease-in-out;
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.15), 0 4px 15px rgba(18, 17, 36, 0.3);
}
.carousel:not(.product-pic) .carousel-inner:hover {
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.4), 0 4px 15px rgba(18, 17, 36, 0.6);
}
.carousel:not(.product-pic) .slider-detail {
  width: 26.875rem;
  max-height: 100%;
  max-width: calc(100% - 8.75rem);
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  padding: 1.5625rem;
  background: rgba(220, 232, 237, 0.9);
  border-radius: 1rem;
}
.carousel:not(.product-pic) .slider-detail > * {
  position: relative;
  z-index: 1;
}
.carousel:not(.product-pic) .slider-detail > span {
  text-transform: uppercase;
  font-size: 1.857rem;
}
.carousel:not(.product-pic) .slider-detail > p {
  font-size: 1.28rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.carousel:not(.product-pic) .slider-detail > span + p,
.carousel:not(.product-pic) .slider-detail > a {
  margin-top: 1.42rem;
}
.carousel:not(.product-pic) .slider-detail > a {
  color: #fff;
  background-color: #db1f37;
  display: inline-block;
  text-decoration: none;
  padding: 0.5625rem 1.5625rem;
  transition: all 0.5s ease-in-out;
}
.carousel:not(.product-pic) .slider-detail > a:hover {
  color: #fff !important;
  background-color: #7d7d7d;
  transition-duration: 0.5s;
}
.jcarousel ul > li {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.04), 0 4px 15px rgba(18, 17, 36, 0.08);
  border-radius: 1rem;
}
.jcarousel ul > li:hover {
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.1), 0 4px 15px rgba(18, 17, 36, 0.2);
}
:root {
  --bs-primary: #db1f37;
}
.row {
  /*    &.no-gutters {

        .product[class*="col-"] {
            transition: all .6s ease;  
            &:hover {
                z-index: 10;
                .box_shadow(0, 0, 5px, 2px #e4e4e4);
            }
        }
    }*/
}
.product > .card {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.04), 0 4px 15px rgba(18, 17, 36, 0.08);
  border-radius: 1rem;
}
.product > .card:hover {
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.1), 0 4px 15px rgba(18, 17, 36, 0.2);
}
.product > .card > .card-body > figure.figure::before,
.product > .card > .card-body > figure.figure::after {
  width: 100%;
  height: 200px;
  min-height: 200px;
  margin: 0;
  display: block;
}
.product > .card > .card-body > figure.figure::before {
  content: '';
}
.product > .card > .card-body > figure.figure img.img-fluid {
  margin-top: -200px;
}
.product > .card > .card-body > figure.figure.caption-top::before {
  display: none;
}
.product > .card > .card-body > figure.figure.caption-top::after {
  content: '';
}
.product > .card > .card-body > figure.figure.caption-top img.img-fluid {
  margin-top: 0;
  margin-bottom: -200px;
}
.product > .card > .card-body ul > li {
  border-bottom: 1px dotted !important;
}
.product > .card > .card-body ul > li > span {
  border-bottom: 1px solid #fff;
  margin: 0 0 -1px;
}
.product > .card.spektr .product-badges {
  top: 0;
  left: 0;
  right: 0;
}
.product > .card.spektr .discount-tag {
  clip-path: polygon(0 0, 73% 0, 100% 20%, 100% 80%, 73% 100%, 0 100%, 0% 80%, 0% 20%);
  width: fit-content;
}
#category-page .seo-text {
  overflow: hidden;
}
#category-page .seo-text h2,
#category-page .seo-text h3,
#category-page .seo-text p {
  padding: 10px 0;
  margin: 0;
}
#category-page .seo-text p {
  text-indent: 0;
}
#category-page .seo-text ul,
#category-page .seo-text ol {
  padding: 0 15px;
  margin: 0;
}
#category-page .seo-text ul {
  list-style: circle inside;
}
#category-page .seo-text ul li {
  padding: 5px 0;
}
#category-page .seo-text ol {
  list-style: decimal inside;
  counter-reset: item;
}
#category-page .seo-text ol li {
  display: block;
  padding: 5px 0;
}
#category-page .seo-text ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: bold;
}
#category-page .catalog-childs-block > ul {
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
#category-page .catalog-childs-block > ul > li.active > *,
#category-page .catalog-childs-block > ul > li > *:hover {
  border-color: black;
  background-color: black;
  color: white;
}
#category-page.spektr.with-accessories > .category-wrapper-block {
  display: block;
}
#category-page.spektr.with-accessories > .category-wrapper-block > .category-ajax-block {
  display: block;
  margin-left: 0;
}
#category-page.spektr.with-accessories > .category-wrapper-block > .category-ajax-block > * {
  margin: 0;
}
#category-page.spektr > .category-wrapper-block {
  overflow: hidden;
}
#category-page.spektr > .category-wrapper-block > form {
  float: left;
}
#category-page.spektr > .category-wrapper-block > .category-ajax-block {
  margin-left: 280px;
}
#category-page.spektr > .category-wrapper-block > .category-ajax-block > * {
  margin: 0 0 0 20px;
}
#category-page.spektr > .category-wrapper-block > .category-ajax-block h1 {
  display: inline-block;
  margin: 0 0 20px 20px;
  padding: 0;
  border: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  font-size: 24px;
  font-weight: bold;
  color: black;
}
#category-page.spektr > .category-wrapper-block > .category-ajax-block .category-top-block {
  margin: 0;
  padding: 0;
}
#category-page.spektr > .category-wrapper-block > .category-ajax-block .category-top-block > .compact-urls,
#category-page.spektr > .category-wrapper-block > .category-ajax-block .category-top-block > .catalog-childs-block {
  margin: 0 0 20px 20px;
  padding: 0;
  text-align: left;
  list-style: none;
}
#category-page.element.with-accessories .category-middle-block {
  display: block;
}
#category-page.element.with-accessories .category-middle-block > .category-ajax-block {
  margin-left: 0;
}
#category-page.element.with-accessories .category-middle-block > .category-ajax-block .catalog-product-list {
  margin: 0;
}
#category-page.element.with-accessories .category-middle-block > .category-ajax-block .catalog-product-list .catalog-products-items > .product {
  flex: 0 0 255px;
}
#category-page.element.with-accessories .category-middle-block > .category-ajax-block .catalog-product-list .catalog-products-items > .product .product-specifications {
  display: none;
}
#category-page.element .category-top-block > .compact-urls {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
#category-page.element .catalog-childs-block > ul > li.active > *,
#category-page.element .catalog-childs-block > ul > li > *:hover {
  border: 1px solid #f60 !important;
  background-color: #f60;
  color: #fff !important;
}
#category-page.element .category-middle-block {
  overflow: hidden;
}
#category-page.element .category-middle-block > form {
  float: left;
}
#category-page.element .category-bottom-block {
  margin: 0;
  overflow: hidden;
}
.catalog-products-items.spektr .product {
  /*        &:hover {
            z-index: 10;
            .box_shadow(0, 0, 5px, 2px #e4e4e4);
        }*/
}
.catalog-products-items.spektr .product.product-hit:before,
.catalog-products-items.spektr .product.product-hit:after {
  display: none;
}
.catalog-products-items.spektr .product .product-sale {
  color: #f00;
}
.catalog-products-items.spektr .product .product-basket {
  overflow: hidden;
}
.catalog-products-items.spektr .product .product-basket .button {
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  box-sizing: border-box;
  border: 1px solid black;
  -webkit-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  font: bold 14px/30px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #eb6852;
  background: white;
}
.catalog-products-items.spektr .product .product-basket .button:hover {
  color: white;
  background: #eb6852;
}
.catalog-products-items.spektr .product .product-delivery {
  margin: 15px 0 0 0;
}
.catalog-products-items.spektr .product .product-delivery > * {
  color: #2e2e2e;
}
.catalog-products-items.spektr .product .product-delivery > a {
  text-decoration: underline;
}
.catalog-products-items.spektr .product .product-delivery > a:hover {
  text-decoration: none;
  color: #2e2e2e;
}
.catalog-products-items.spektr .product .product-info {
  height: 35px;
  margin: 10px 0 0 0;
  text-align: left;
  overflow: hidden;
}
.catalog-products-items.spektr .product .product-info > * {
  height: 35px;
  line-height: 35px;
  font-weight: normal;
  color: black;
}
.catalog-products-items.spektr .product .product-info .product-code {
  display: inline-block;
}
.catalog-products-items.spektr .product .product-info .product-status {
  float: right;
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
}
.catalog-products-items.spektr .product .product-info .product-status.status-list-many,
.catalog-products-items.spektr .product .product-info .product-status.status-list-little,
.catalog-products-items.spektr .product .product-info .product-status.status-out-of-stock {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  text-decoration: none;
}
.catalog-products-items.spektr .product .product-info .product-status.status-list-many,
.catalog-products-items.spektr .product .product-info .product-status.status-list-little {
  color: green;
}
.catalog-products-items.spektr .product .product-compare {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.catalog-products-items.spektr .product .product-compare > label {
  color: black;
  cursor: pointer;
}
.catalog-products-items.spektr .product .product-compare > label > * {
  vertical-align: middle;
}
.catalog-products-items.element .product .product-sale {
  right: 0;
  padding: 0 10px;
  background-color: #ebc324;
}
.catalog-products-items.element .product .product-link {
  display: block;
  text-decoration: none;
}
.catalog-products-items.element .product .product-link:hover {
  text-decoration: underline;
  color: black;
}
.catalog-products-items.element .product .product-link .product-image {
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin: 0 auto;
  text-align: center;
}
.catalog-products-items.element .product .product-link .product-image > img {
  max-width: 200px;
  max-height: 200px;
  vertical-align: middle;
}
.catalog-products-items.element .product .product-link .product-name {
  display: block;
  min-height: 50px;
  margin-top: 10px;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
}
.catalog-products-items.element .product .product-specifications {
  height: 140px;
  margin: 0;
  overflow: hidden;
}
.catalog-products-items.element .product .product-specifications > ul {
  margin: 0;
  padding: 0;
  list-style: circle inside;
}
.catalog-products-items.element .product .product-specifications > ul > li {
  line-height: 18px;
  font-size: 13px;
}
.catalog-products-items.element .product .product-price-wrapper {
  height: 50px;
  margin: 15px 0;
  overflow: hidden;
}
.catalog-products-items.element .product .product-price-wrapper .product-price-discounted {
  height: 15px;
  line-height: 15px;
}
.catalog-products-items.element .product .product-price-wrapper .product-price-discounted > * {
  text-decoration: line-through;
  font-size: 15px;
  font-weight: bold;
  color: #de8989;
}
.catalog-products-items.element .product .product-price-wrapper .product-price-base {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.catalog-products-items.element .product .product-price-wrapper .product-price-base .product-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.catalog-products-items.element .product .product-price-wrapper .product-price-base .product-price .price {
  font-size: 22px;
  font-weight: bold;
  color: #f50000;
}
.catalog-products-items.element .product .product-price-wrapper .product-price-base .product-price .money {
  font-size: 19px;
  font-weight: normal;
  color: #2b2b2b;
}
.catalog-products-items.element .product .product-info {
  height: 35px;
  line-height: 35px;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.catalog-products-items.element .product .product-info > * {
  font-weight: normal;
  color: black;
}
.catalog-products-items.element .product .product-info .product-code {
  display: inline-block;
}
.catalog-products-items.element .product .product-compare {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.catalog-products-items.element .product .product-compare > label {
  color: black;
  cursor: pointer;
}
.catalog-products-items.element .product .product-compare > label > * {
  vertical-align: middle;
}
#catalog-filters-form {
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.04), 0 4px 15px rgba(18, 17, 36, 0.08);
  border-radius: 0 1rem 1rem 0;
}
.finded-categories-items .card {
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.04), 0 4px 15px rgba(18, 17, 36, 0.08);
  border-radius: 1rem;
}
#product-page ul.character-table li .product-chars-name::after,
.product ul.character-table li .product-chars-name::after {
  content: ':';
}
#product-page.element .carousel,
.product-element .carousel {
  height: 500px;
}
#product-page.element .product-badges,
.product-element .product-badges {
  top: 0;
}
#product-page.element .fast_order-form,
.product-element .fast_order-form {
  background-color: #ccc;
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.04), 0 4px 15px rgba(18, 17, 36, 0.08);
}
#product-page.element .product-tabs,
.product-element .product-tabs {
  padding-top: 1rem;
}
#product-page.element .product-tabs .nav-tabs,
.product-element .product-tabs .nav-tabs {
  border-bottom-width: 10px;
}
#product-page.element .product-tabs .nav-tabs .nav-link,
.product-element .product-tabs .nav-tabs .nav-link {
  /*border-color: #dee2e6;*/
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.04), 0 4px 15px rgba(18, 17, 36, 0.08);
  background-color: #fff;
}
#product-page.element .product-tabs .nav-tabs .active,
.product-element .product-tabs .nav-tabs .active {
  background-color: #dee2e6;
}
#product-page.element .character-table,
.product-element .character-table {
  list-style: none;
}
#product-page.element .character-table > li,
.product-element .character-table > li {
  padding: 0;
  margin: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #DADADA;
}
#product-page.element .character-table > li > span,
.product-element .character-table > li > span {
  display: inline-block;
  /*                background-color: #fff;
                border-bottom: 1px solid #fff;*/
  margin: 0 0 -1px;
}
#product-page.element .character-table > li > span.product-chars-name,
.product-element .character-table > li > span.product-chars-name {
  font-weight: bold;
}
#product-page.spektr .carousel,
.product-spektr .carousel {
  height: 500px;
}
#product-page.spektr .product-badges,
.product-spektr .product-badges {
  z-index: 10;
  top: 0;
}
#product-page.spektr .product-badges .bg-danger,
.product-spektr .product-badges .bg-danger {
  background-color: #f00 !important;
}
#product-page.spektr .product-tabs > .tabs-wrapper,
.product-spektr .product-tabs > .tabs-wrapper {
  background-color: #f8f9fa;
}
#product-page.spektr .product-tabs > .tabs-wrapper > .nav > li,
.product-spektr .product-tabs > .tabs-wrapper > .nav > li {
  margin-right: 1rem;
}
#product-page.spektr .product-tabs > .tabs-wrapper > .nav > li button,
.product-spektr .product-tabs > .tabs-wrapper > .nav > li button {
  position: relative;
  border-color: #dee2e6;
  border-left-width: 0;
  border-right-width: 0;
  background-color: #f8f9fa;
}
#product-page.spektr .product-tabs > .tabs-wrapper > .nav > li button.active,
.product-spektr .product-tabs > .tabs-wrapper > .nav > li button.active {
  z-index: 10;
  background-color: #fff;
  border-bottom-color: #fff;
}
#product-page.spektr .product-tabs > .tabs-wrapper > .nav > li button::before,
.product-spektr .product-tabs > .tabs-wrapper > .nav > li button::before,
#product-page.spektr .product-tabs > .tabs-wrapper > .nav > li button::after,
.product-spektr .product-tabs > .tabs-wrapper > .nav > li button::after {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  background-color: inherit;
  width: 22px;
}
#product-page.spektr .product-tabs > .tabs-wrapper > .nav > li button::before,
.product-spektr .product-tabs > .tabs-wrapper > .nav > li button::before {
  left: -0.5625rem;
  border-right: none;
  border-radius: 0.35rem 0 0 0;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
#product-page.spektr .product-tabs > .tabs-wrapper > .nav > li button::after,
.product-spektr .product-tabs > .tabs-wrapper > .nav > li button::after {
  left: auto;
  right: -0.5625rem;
  border-left: none;
  border-radius: 0 0.35rem 0 0;
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
  transform: skewX(15deg);
}
#product-page.spektr .product-tabs > .tabs-wrapper > .nav > li:first-child button,
.product-spektr .product-tabs > .tabs-wrapper > .nav > li:first-child button {
  border-left-width: 1px;
}
#product-page.spektr .product-tabs > .tabs-wrapper > .nav > li:first-child button::before,
.product-spektr .product-tabs > .tabs-wrapper > .nav > li:first-child button::before {
  display: none;
}
#product-page.spektr .product-tabs > .tabs-wrapper > .nav > li:last-child,
.product-spektr .product-tabs > .tabs-wrapper > .nav > li:last-child {
  margin-right: 0;
}
#product-page.spektr .product-tabs > .tabs-wrapper > .nav > li:last-child button,
.product-spektr .product-tabs > .tabs-wrapper > .nav > li:last-child button {
  border-right-width: 1px;
}
#product-page.spektr .product-tabs > .tabs-wrapper > .nav > li:last-child button::after,
.product-spektr .product-tabs > .tabs-wrapper > .nav > li:last-child button::after {
  display: none;
}
#product-page.spektr .product-tabs .tab-product-description .character-table .product-chars-name,
.product-spektr .product-tabs .tab-product-description .character-table .product-chars-name {
  font-weight: bold;
}
#product-page.spektr .product-tabs .product-video-tab > ul > li,
.product-spektr .product-tabs .product-video-tab > ul > li {
  margin: 0 0 5px 0;
}
#product-page.spektr .product-tabs .product-video-tab > ul > li:nth-child(odd),
.product-spektr .product-tabs .product-video-tab > ul > li:nth-child(odd) {
  margin: 0 5px 5px 0;
}
#product-page.spektr .product-tabs .product-lists-tab > .products > .product,
.product-spektr .product-tabs .product-lists-tab > .products > .product {
  width: 225px;
  margin: 0 12px 12px 0;
}
#product-page.spektr .product-tabs .product-lists-tab > .products > .product:nth-child(4n),
.product-spektr .product-tabs .product-lists-tab > .products > .product:nth-child(4n) {
  margin: 0 0 12px 0;
}
#product-page.spektr .product-tabs .product-lists-tab > .products > .product .product-price-wrapper .product-price .price,
.product-spektr .product-tabs .product-lists-tab > .products > .product .product-price-wrapper .product-price .price {
  font-size: 18px;
}
#product-page.spektr .product-tabs .product-lists-tab > .products > .product .product-price-wrapper .product-price .money,
.product-spektr .product-tabs .product-lists-tab > .products > .product .product-price-wrapper .product-price .money {
  font-size: 15px;
}
#product-page.spektr .product-tabs .product-lists-tab > .products > .product .product-info .product-status,
.product-spektr .product-tabs .product-lists-tab > .products > .product .product-info .product-status {
  padding: 0;
}
#product-page.spektr .product-tabs .product-lists-tab > .products > .product .product-info .product-status:before,
.product-spektr .product-tabs .product-lists-tab > .products > .product .product-info .product-status:before {
  display: none;
}
#product-page.spektr .offer-part,
.product-spektr .offer-part,
#product-page.spektr .fast_order-form,
.product-spektr .fast_order-form {
  border-radius: 1rem;
}
#product-page.spektr .tabs-wrapper,
.product-spektr .tabs-wrapper {
  border-radius: 1rem;
}
#product-page.spektr .tabs-wrapper .tab-content,
.product-spektr .tabs-wrapper .tab-content {
  border-radius: 0 0 1rem 1rem;
}
#catalog-compare-bar figure {
  margin: 0;
}
#compare-table th:first-child,
#compare-table td:first-child {
  min-width: 17rem;
}
#compare-table th:not(:first-child),
#compare-table td:not(:first-child) {
  min-width: 15rem;
}
#compare-table thead.is-sticky th.sticky-top {
  box-shadow: 0 0.2rem 0.25rem -0.08rem rgba(0, 0, 0, 0.075);
}
body .compare-checkbox {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease-in;
  width: fit-content;
}
body .compare-checkbox input + label::before {
  content: attr(data-label-in);
}
body .compare-checkbox input:checked + label::before {
  content: attr(data-label-out);
}
body.vue-compare .compare-checkbox {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  width: fit-content;
  border-radius: 1rem;
}
/******   Новости   ******/
.news-list .items > * article {
  border-radius: 1rem !important;
}
.news-list .items > *:last-child {
  border-bottom: 0;
}
.news-list .items > * .card-pic {
  border-radius: 1rem !important;
}
.news-list .items > * a {
  text-decoration: none;
  /*        &:hover {
            text-decoration: none;
        }*/
}
.news-list .items > * time {
  color: #da7733;
}
.news-list .items > * .preview {
  overflow: hidden;
}
#news-list .news-card {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.04), 0 4px 15px rgba(18, 17, 36, 0.08);
}
#news-list .news-card:hover {
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.1), 0 4px 15px rgba(18, 17, 36, 0.2);
}
#news-list .card-columns {
  column-count: 4 !important;
}
/******   Акции   ******/
.promo-list .items .promo-card {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.04), 0 4px 15px rgba(18, 17, 36, 0.08);
  border-radius: 1rem;
}
.promo-list .items .promo-card:hover {
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.1), 0 4px 15px rgba(18, 17, 36, 0.2);
}
.promo-list .items .card-img {
  border-radius: 0 0 1rem 1rem;
}
.promo-list .items .disabled .card-img {
  opacity: 0.4 !important;
  border-radius: 0 0 1rem 1rem;
}
.promo-list .items .disabled:hover .card-img-overlay {
  border-radius: 0 0 1rem 1rem;
  opacity: 0.7;
}
.promo-list .items .card-img-overlay {
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.promo-list .items .card-img-overlay .card-text {
  position: absolute;
  top: auto;
  bottom: 2rem;
}
.feedback-page {
  margin: 0;
  padding: 0;
  color: #121212;
}
.feedback-page form {
  width: 60%;
  margin: 0 auto;
}
.feedback-page input[type="text"],
.feedback-page textarea {
  width: 100%;
  padding: 10px 12px;
  box-sizing: border-box;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #aeaeae;
}
.feedback-page input[type="text"]:focus,
.feedback-page textarea:focus {
  border-color: #5d5b5b;
}
.feedback-page textarea {
  height: 100px;
  padding: 5px 7px;
  resize: vertical;
}
.feedback-page .row {
  margin: 10px 0;
}
.feedback-page .row.field_captcha > * {
  display: inline-block;
}
.feedback-page .row.field_captcha > *.errorMessage {
  display: block;
}
.feedback-page .row.field_captcha > input {
  width: 170px;
  margin-top: 4px;
  vertical-align: top;
}
.feedback-page .row.field_captcha > .code > a {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
}
.feedback-page .row.field_personal {
  overflow: hidden;
}
.feedback-page .row.field_personal input {
  float: left;
  margin: 0 5px 0 0;
}
.feedback-page .row.field_personal label {
  display: inline-block;
  cursor: pointer;
}
.feedback-page .row.submit {
  text-align: center;
}
.feedback-page .row.submit .btn {
  width: 200px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  border: 0;
  text-transform: none;
}
.feedback-page .row label {
  display: block;
  line-height: 22px;
  font-size: 14px;
  font-weight: normal;
}
.feedback-page .row label .required {
  color: #eb6852;
}
.feedback-page .row .errorMessage {
  font-size: 13px;
  color: red;
}
.feedback-page .feedback-text {
  padding: 10px 0;
}
.bargaining-dialog {
  overflow: hidden;
}
.bargaining-dialog form input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #b9b9b9;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.bargaining-dialog form input:focus {
  border-color: #4191d1;
}
.bargaining-dialog form .price-question {
  text-align: center;
}
.bargaining-dialog form .price-question input {
  margin: 10px 0 2px 0;
  text-align: center;
  font-size: 20px;
}
.bargaining-dialog form .price-question .text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
.bargaining-dialog form .price-answer {
  display: none;
  text-align: center;
  color: #333;
}
.bargaining-dialog form .price-answer .answer-text {
  font-size: 17px;
}
.bargaining-dialog form .price-answer .total-price {
  margin-top: 10px;
  font-weight: bold;
  font-size: 26px;
  color: #4d4d4d;
}
.bargaining-dialog form .price-answer .total-price > span {
  font-size: 35px;
  color: #f60;
}
.bargaining-dialog form .price-info {
  margin: 15px 0;
  padding: 10px;
  text-align: center;
  border: 3px dashed #000;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
}
.bargaining-dialog form .price-info > div {
  width: 50%;
}
.bargaining-dialog form .price-info > div:first-child {
  float: left;
}
.bargaining-dialog form .price-info > div:last-child {
  float: right;
}
.bargaining-dialog form .price-info > div > div:first-child {
  text-transform: uppercase;
  font-size: 11px;
  color: #333;
}
.bargaining-dialog form .price-info > div > div:last-child {
  font-weight: bold;
  font-size: 20px;
  color: #4d4d4d;
}
.bargaining-dialog form .price-info > div > div:last-child > span {
  font-size: 24px;
  color: #f60;
}
.bargaining-dialog form .price-info > div > div:last-child.saving > span {
  color: #ed0101;
}
.bargaining-dialog form .price-fields {
  display: none;
  padding: 15px 0 0 0;
  overflow: hidden;
}
.bargaining-dialog form .price-fields input {
  width: 49%;
  padding: 0 5px;
}
.bargaining-dialog form .price-fields input:last-child {
  float: right;
}
.bargaining-dialog form .price-fields input.error {
  border-color: red;
}
.bargaining-dialog form .price-buttons {
  padding: 15px 0;
  text-align: center;
}
.bargaining-dialog form .price-buttons .btn.btn-buy {
  float: none;
  width: auto;
  min-width: 150px;
  height: 40px;
  line-height: 40px;
  padding: 0 17px;
}
.bargaining-dialog form .price-buttons .btn.btn-buy:disabled {
  background-color: #dadada;
  color: #888;
}
.bargaining-dialog form .price-buttons .btn.btn-buy:focus {
  border-color: #ff6600;
}
.bargaining-dialog .ui-dialog-titlebar {
  background-color: black;
}
.bargaining-dialog .ui-dialog-titlebar > span {
  font-size: 16px;
  text-transform: uppercase;
}
.bargaining-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: 9px;
  right: 9px;
  line-height: 14px;
  background-color: black;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.bargaining-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  background-color: white;
  color: black;
}
.bargaining-dialog .ui-dialog-content {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  font-size: 14px;
  color: #5e5e5e;
}
/*# sourceMappingURL=site_bootstrap.css.map */