/* Двухцветный градиент */
/* Трехцветный градиент с возможностью изменять положение центрального цвета */
/* Четырехцветный градиент */
*[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;
}
.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;
}
/** 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: #3587cd;
  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: #3587cd;
  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: #FF382E;
  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: #FF382E;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
#quiz-button {
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
#quiz-button > .rounded-top {
  transform: none !important;
  margin: 0 !important;
  background: linear-gradient(90deg, #4689ce, #de2934);
}
#quiz-button > .rounded-top use {
  --question-rotate: -90deg;
}
*::selection {
  color: #fff;
  background: #FF382E;
  /* Цвет фона */
}
::-webkit-scrollbar {
  width: 1rem;
}
::-webkit-scrollbar-track {
  border-start: 1px solid #e8e8e8;
  background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #2b2e34;
}
a {
  text-decoration: none !important;
  transition: all 0.5s ease;
}
a:hover:not(.m-news):not(.btn) {
  text-decoration: none;
  color: #a23344;
  transition: 0.5s;
}
.pagination .page-item.active .page-link {
  background-color: #4587cd;
}
.bg-primary {
  background-color: #a23344 !important;
}
.border-primary,
.btn-primary:not(:hover):not(:active) {
  background-color: #a23344 !important;
  border-color: #a23344 !important;
}
.btn {
  box-shadow: none !important;
}
.btn-primary {
  transition: all 0.5s ease-in-out !important;
}
.btn-primary:hover {
  background-color: #3587cd !important;
  border-color: #3587cd !important;
  transition-duration: 0.5s;
}
.bg-dark {
  background-color: #2b2e34 !important;
}
.bg-light {
  background-color: #f4f4f4 !important;
}
.text-danger {
  color: #a23344 !important;
}
.text-secondary {
  color: #FF382E !important;
}
.btn-success {
  background-color: #f9e02f !important;
  color: #000 !important;
  border-color: #000 !important;
}
.btn-success:hover {
  color: #fff !important;
  background-color: #3587cd !important;
  border-color: #000 !important;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
#index-catalog-menu a img {
  transition: opacity 0.4s ease-in-out;
}
#index-catalog-menu a span {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
#index-catalog-menu a:hover {
  background-image: linear-gradient(135deg, #ee3124 0%, #0062cc 100%);
}
#index-catalog-menu a:hover img {
  opacity: 0.5;
}
.seo-text ul {
  list-style: circle inside;
}
.seo-text ul li {
  padding: 5px 0;
}
.seo-text ol {
  list-style: decimal inside;
  counter-reset: item;
}
.seo-text ol li {
  display: block;
  padding: 5px 0;
}
.seo-text ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: bold;
}
.seo-text ul,
.seo-text ol {
  padding: 0 15px;
  margin: 0;
}
.seo-text h2,
.seo-text h3,
.seo-text p {
  padding: 10px 0;
  margin: 0;
}
.delivery-article img {
  max-width: 100%;
}
.catalog-childs-block {
  transition: all 0.5s ease-in-out !important;
}
.catalog-childs-block a:hover {
  color: #fff !important;
  background-color: #FF382E;
}
.compact-urls {
  margin: 0px 0px 20px;
  padding: 0;
}
#scroll-up {
  position: fixed;
  bottom: 24%;
  right: 1.25rem;
  z-index: 99;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}
#scroll-up:hover {
  opacity: 0.9;
}
.sale-code {
  bottom: 20px;
  left: 5vw;
  z-index: 12000;
}
.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;
}
@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 .form-control:focus {
  box-shadow: none !important;
}
#header .basket-icon figcaption {
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
}
#header a {
  transition: all 0.5s ease;
}
#header a:hover {
  color: #a23344 !important;
  transition: 0.5s;
}
#header .nav .active > a,
#header .nav a:hover {
  color: #FF382E !important;
  transition: 0.5s;
}
#header .nav > .nav-item:first-child > .nav-link {
  padding-left: 0 !important;
}
#header .nav > .nav-item:last-child > .nav-link {
  padding-right: 0 !important;
}
#header-bottom {
  background: linear-gradient(to right, #0088ce 0%, #de1934 100%);
}
#header-bottom li {
  padding: 0;
  margin: 0 0.05rem;
}
#header-bottom li a {
  text-decoration: none;
}
#header-bottom li a > figure img {
  filter: brightness(40%);
  transition: all 0.5s ease-in-out;
  border-radius: 1rem;
}
#header-bottom li a > figure img:hover {
  filter: brightness(100%);
  transition-duration: 0.5s;
  border-radius: 1rem;
}
#header-bottom li a > figure figcaption {
  top: 40%;
  bottom: 50%;
  color: #fff;
}
#header-bottom li a:hover figcaption {
  color: #fff !important;
}
#header-search-form {
  z-index: 1200;
}
.footer {
  border-top: 0.5rem solid transparent;
  background: linear-gradient(to left, #de1934 0%, #0088ce 100%);
}
.footer svg {
  filter: grayscale(0.6);
  transition: all 0.5s ease;
}
.footer svg:hover {
  filter: none;
  transition: 0.2s;
}
.footer a {
  transition: all 0.5s ease;
}
.footer aa:hover {
  color: #a23344 !important;
  transition: 0.5s;
}
.footer .nav > .nav-item:first-child > .nav-link {
  padding-left: 0 !important;
}
.footer .nav > .nav-item:last-child > .nav-link {
  padding-right: 0 !important;
}
.footer select:focus {
  box-shadow: none !important;
  border-color: #2b33ad;
}
.carousel .carousel-inner {
  border-radius: 1rem;
}
.carousel .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 .slider-detail > * {
  position: relative;
  z-index: 1;
}
.carousel .slider-detail > span {
  font-size: 1.857rem;
}
.carousel .slider-detail > p {
  font-size: 1.28rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.carousel .slider-detail > span + p,
.carousel .slider-detail > a {
  margin-top: 1.42rem;
}
.carousel .slider-detail > a {
  color: #fff;
  background-color: #3587cd;
  display: inline-block;
  text-decoration: none;
  padding: 0.5625rem 1.5625rem;
}
.icon {
  background-repeat: no-repeat;
  border: medium none;
  display: inline-block;
  height: 35px;
  width: 35px;
  vertical-align: middle;
}
.icon.icon-delivery {
  background-image: url("images/icon-delivery.png");
}
.icon.icon-service {
  background-image: url("images/icon-service.png");
}
.icon.icon-warranty {
  background-image: url("images/icon-warranty.png");
}
.icon.icon-paytype {
  background-image: url("images/icon-paytype.png");
}
.icon-menu svg {
  width: 32px;
  height: 32px;
  fill: white;
}
.breadcrumbs {
  margin: 10px 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:after {
  color: grey;
  content: "»";
  padding: 0 5px;
}
.breadcrumbs li:last-child:after {
  content: "";
}
.breadcrumbs li a {
  color: grey;
}
.breadcrumbs li a span {
  color: grey;
  font-size: 13px;
  padding: 0px 4px 0 4px;
}
.breadcrumbs li a:hover {
  text-decoration: none;
}
.breadcrumbs li a:hover span {
  color: #932E3D;
}
.breadcrumbs li span {
  color: #932E3D;
  font-size: 13px;
  padding: 0px 4px 0 4px;
}
.pagination {
  margin-bottom: 1rem;
  overflow: hidden;
  text-align: center;
  list-style: none;
}
.pagination li {
  display: inline-block;
  /*        margin: 0 5px;*/
  border: none;
}
.pagination li a {
  text-decoration: none;
  color: #000;
}
.pagination li .page-link {
  border: none;
  box-shadow: none;
  border-radius: 0.25rem;
}
.pagination li.selected > *,
.pagination li *:hover {
  background-color: transparent;
  color: black;
}
.pagination li.first > *,
.pagination li.last > * {
  border: 0;
  font-weight: bold;
}
.pagination li.first > *:hover,
.pagination li.last > *:hover {
  background: none;
  color: #3F464D;
  text-decoration: underline;
}
.pagination li.hidden {
  display: none;
}
.product ul > li {
  border-bottom: 1px dotted !important;
}
.product ul > li > span {
  border-bottom: 1px solid #fff;
  margin: 0 0 -1px;
}
.ui-dialog .carousel {
  width: 740px;
}
.ui-dialog .carousel > ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ui-dialog .carousel > ul li {
  text-align: center;
  width: 740px;
  height: 500px;
  line-height: 500px;
}
.ui-dialog .carousel > ul li img {
  max-width: 740px;
  max-height: 500px;
  vertical-align: middle;
}
.prev-stage,
.next-stage {
  position: absolute;
  bottom: 0;
  width: 305px;
  height: 503px;
  cursor: pointer;
}
.prev-stage span,
.next-stage span {
  background-color: #A03343;
  border-radius: 30px;
  box-shadow: 1px 1px 3px black;
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  text-shadow: 0px 0px 1px black;
  top: 50%;
  width: 30px;
  display: none;
}
.prev-stage:hover span,
.next-stage:hover span {
  display: block;
}
.prev-stage span {
  left: 20px;
}
.next-stage {
  right: 0;
}
.next-stage span {
  right: 20px;
}
.tooltip .tooltip-inner {
  color: #fff;
  background-color: #a23344;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #a23344;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #a23344;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-start-color: #a23344;
}
.brand_products > ul {
  margin: 0;
  width: 300px;
  overflow: hidden;
  padding: 0 16px;
  display: inline-block;
  vertical-align: top;
}
.brand_products > ul .link_first {
  width: 300px;
  height: 200px;
  overflow: hidden;
  margin-left: 0;
}
.brand_products > ul .link_first * {
  display: inline-block;
  position: relative;
}
.brand_products > ul .link_first * > span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
}
.brand_products > ul .link_first img {
  width: 300px;
  height: 200px;
  -webkit-filter: brightness(0.9);
  -moz-filter: brightness(0.9);
  filter: brightness(0.9);
}
.brand_products > ul .link_first:hover {
  background: #ee3124;
  background: linear-gradient(135deg, #ee3124 0%, #0088ce 100%);
}
.brand_products > ul .link_first:hover img {
  opacity: 0.5;
}
.brand_products > ul > li {
  margin: 0 0 20px 25px;
}
.brand_products > ul > li a {
  color: #010101;
  font-size: 18px;
  text-decoration: none;
}
.brand_products > ul > li:hover a {
  color: #a23344;
}
.ui-menu {
  width: 280px;
  color: #1e3359;
  background-color: white;
  border: 1px solid #cbcfd2;
  position: absolute !important;
  list-style: none;
  padding-left: 0;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  display: block;
  padding: 10px;
  cursor: pointer;
  color: #44364d;
  border-bottom: 1px solid #d8d5d5;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
  color: #FF7F27;
  background-color: #fcfcfc;
}
.ui-menu .ui-menu-item:last-child .ui-menu-item-wrapper {
  border-bottom: 0;
}
.social-icons {
  margin-left: 45px;
  text-align: center;
}
.social-icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 2px 0;
  background-size: 30px;
}
.social-icons a.fb {
  background-image: url('images/icon-fb.svg');
}
.social-icons a.tw {
  background-image: url('images/icon-tw.svg');
}
.social-icons a.vk {
  background-image: url('images/icon-vk.svg');
}
.social-icons a.yt {
  background-image: url('images/icon-yt.svg');
}
.share-icons {
  line-height: 30px;
  margin-bottom: 10px;
  float: left;
}
.banner {
  float: right;
}
.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;
}
.info-block {
  width: 620px;
}
.info-block .fast-order {
  margin: 20px 0;
  border: 1px solid #ffbccb;
  float: right;
  width: 595px;
}
.info-block .fast-order form {
  margin: 10px 10px;
  overflow: hidden;
}
.info-block .fast-order .fast-order-form-block input {
  vertical-align: middle;
}
.info-block .fast-order .fast-order-form-block input[type='text'] {
  text-align: center;
  width: 160px;
}
.info-block .fast-order .fast-order-form-block input[type='text']:first-child {
  margin-right: 5px;
}
.info-block .fast-order .fast-order-form-block .button {
  width: 175px;
  float: right;
  padding: 8px 0;
  background-color: #de2f1b;
}
.info-block .fast-order .fast-order-form-block p,
.info-block .fast-order .fast-order-form-block .add_in_basket {
  margin: 5px 0;
  font-size: 13px;
  display: inline-block;
}
.dialog-product .dialog-product-content.fast-order {
  width: 90%;
  margin: 15px auto 0;
}
.dialog-product .dialog-product-content.fast-order .info-block {
  width: auto;
}
.dialog-product .dialog-product-content.fast-order .price-block {
  margin: 5px 0;
}
.dialog-product .dialog-product-content.fast-order .price-block > div {
  display: inline-block;
}
.dialog-product .dialog-product-content.fast-order .price-block > div.count {
  float: right;
}
.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 {
  margin: 5px 0;
  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;
}
.block .dialog-product .dialog-product-content.fast-order .price-block > div {
  display: inline-block;
}
.block .dialog-product .dialog-product-content.fast-order .price-block > div.count {
  float: right;
}
.block .dialog-product .dialog-product-content.fast-order .product > div {
  display: inline-block;
}
.block .dialog-product .dialog-product-content.fast-order .product .status {
  width: auto;
}
.block .dialog-product .dialog-product-content.fast-order .errorSummary {
  padding: 0;
}
.block .dialog-product .dialog-product-content.fast-order .errorSummary p {
  text-align: left;
}
.b-block {
  max-width: 1920px;
}
.b-block img {
  border-radius: 1rem;
}
.b-block .b-item figcaption {
  top: auto;
  bottom: 0;
  background-color: rgba(247, 246, 246, 0.8);
  transition: background-color 0.5s ease, color 0.5s ease;
  border-radius: 1rem;
}
.b-block .b-item a:hover + figcaption {
  color: #fff;
  background-color: rgba(2, 2, 2, 0.65);
  border-radius: 1rem;
}
.b-block .w-95 {
  width: 95% !important;
}
#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 {
  transition: all 0.5s ease-in-out;
}
#mini-news a h5 {
  color: #3587cd !important;
  transition-duration: 0.5s !important;
}
#mini-news a p {
  color: #000 !important;
}
#mini-news a:hover h5 {
  color: #FF382E !important;
  transition-duration: 0.5s !important;
}
#mini-news a:hover p {
  color: #000 !important;
}
#mini-news .name {
  color: #3587cd !important;
  text-decoration: underline !important;
  transition-duration: 0.5s !important;
}
#mini-news .name:hover {
  color: #FF382E !important;
  text-decoration: none !important;
  transition-duration: 0.5s !important;
}
#mini-news .card-footer {
  border-radius: 0 0 1rem 1rem;
}
@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');
}
.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 */