@media (min-width: 1200px) {
  .container {
    max-width: 1290px !important; }
}

body {
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #1A1A1A; }

.apecs-header-top {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.apecs-header-menu {
  position: relative;
  background: #3A90E6;
}

.apecs-nav > li > a {
  display: inline-block;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  transition: background 0.2s ease-in-out;
  text-decoration: none; }

  .apecs-nav > li > a:hover, .apecs-nav > li > a:focus {
    background: #409FFF; }


.apecs-nav > li.apecs-nav-catalog-link > a:hover,
.apecs-nav > li.apecs-nav-catalog-link > a:focus {
  color: #fff;
}

.apecs-nav > li.apecs-nav-catalog-link > a:hover .apecs-svg-menu svg,
.apecs-nav > li.apecs-nav-catalog-link > a:focus .apecs-svg-menu svg,
.apecs-nav > li.apecs-nav-catalog-link > a:hover .apecs-svg-menu-list svg,
.apecs-nav > li.apecs-nav-catalog-link > a:focus .apecs-svg-menu-list svg{
  stroke: #fff;
}

.apecs-nav li.apecs-nav-menu-link {
  display: none;
}

.apecs-nav li.apecs-nav-menu-link,
.apecs-nav li.apecs-nav-catalog-link {
  transition: all 0.2s ease-in-out;
  position: relative;
  background: #EDF6FF; }

.apecs-nav li.apecs-nav-menu-link  {
  background: #3A90E6;
}

.apecs-nav li.apecs-nav-menu-link  .apecs-svg-menu {
  margin-right: 0.75rem; }


.apecs-nav li.apecs-nav-menu-link .apecs-svg-menu {
  fill: #fff;
  stroke: #fff;
}

  .apecs-nav li.apecs-nav-catalog-link .apecs-svg-menu-list,
  .apecs-nav li.apecs-nav-catalog-link .apecs-svg-menu {
    fill: #3A90E6;
    stroke: #3A90E6; }
  .apecs-nav li.apecs-nav-catalog-link .apecs-svg-menu-list {
    stroke-width: 2px; }
  .apecs-nav li.apecs-nav-catalog-link .apecs-svg-menu {
    margin-right: 1rem; }
  .apecs-nav li.apecs-nav-catalog-link .apecs-svg-menu-list {
    margin-left: 4rem; }
  .apecs-nav li.apecs-nav-catalog-link > a {
    color: #3A90E6; }


.apecs-header-text {
  padding-left: 1rem;
  margin: 0;
  line-height: 1.8;
  color: #6B8299; }

.apecs {
  min-height: 700px; }

.apecs-svg {
  position: relative;
  display: inline-block; }

.apecs-phone-code {
  display: inline-block;
  margin-right: 0.5rem;
  color: #6B8299; }

.apecs-phone-number {
  color: #1A1A1A;
  font-size: 1.6rem; }

.btn.apecs-btn {
  padding: 0.625rem 1.875rem;
  background: #3A90E6;
  color: #fff;
  font-size: 0.875rem;
  transition: background 0.25s ease-in-out; }
  .btn.apecs-btn:hover {
    background: #409FFF; }
  .btn.apecs-btn.apecs-btn-xl {
    padding: 0.75rem;
    height: calc(1.5rem + 1.75rem + 4px);
    width: 100%;
    font-size: 1.25rem;
    font-weight: 500; }

.btn.apecs-header-btn {
  margin-top: 0.5rem; }

.apecs-slider-index {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem; }


.apecs-slider-container {
  position: relative;
  width: 100%;
  height: 28rem;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }



.apecs-catalog-page {
  margin: 3rem 0; }
  .apecs-catalog-page .apecs-catalog-item {
    padding: 1rem;
    border: 5px solid transparent;
    border-radius: 0.25rem; }
    .apecs-catalog-page .apecs-catalog-item:hover {
      border: 5px solid #D9ECFF; }
  .apecs-catalog-page .apecs-catalog-top-text {
    font-size: 0.875rem;
    color: #6B8299;
    margin-bottom: 3rem; }

.apecs-catalog-index-title {
  font-size: 3rem;
  font-weight: 300; }

.apecs-catalog-index-sale {
  margin-top: 3.5rem; }

.apecs-catalog-series {
  margin-bottom: 2.5rem; }
  .apecs-catalog-series-title {
    font-size: 1.5rem;
    font-weight: 300; }
  .apecs-catalog-series .apecs-catalog-item-image {
    height: 180px; }
  .apecs-catalog-series .apecs-catalog-item {
    padding: 0;
    border: 0 !important; }
  .apecs-catalog-series .apecs-catalog-item-name {
    height: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1rem;
    white-space: normal; }

.apecs-catalog-category .apecs-catalog-item {
  padding: 0;
  border: 0 !important; }

.apecs-catalog-section-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 300; }

.apecs-catalog-section-title .close {
  display: none;
}

.apecs-catalog-filter-cols.active .apecs-catalog-section-title .close {
  display: block;
}

#apecs-catalog-products > .items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

#apecs-catalog-products .apecs-catalog-pagination {
  display: flex;
  padding: 2.5rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#apecs-catalog-products .pagination > ul {
  list-style: none;
  margin: 0; }
  #apecs-catalog-products .pagination > ul > li {
    margin: 0 0.3rem; }
    #apecs-catalog-products .pagination > ul > li:first-child {
      margin-left: 0; }
    #apecs-catalog-products .pagination > ul > li:last-child {
      margin-right: 0; }
    #apecs-catalog-products .pagination > ul > li.active > a {
      background: #D9ECFF; }
    #apecs-catalog-products .pagination > ul > li > a {
      display: inline-block;
      width: 40px;
      height: 40px;
      padding: 0.5rem 0;
      text-align: center;
      border: 0.125rem solid #D9ECFF;
      border-radius: 0.25rem;
      font-size: 0.875rem;
      color: #1A1A1A;
      transition: all 0.2s ease-in-out; }
      #apecs-catalog-products .pagination > ul > li > a:hover {
        color: #fff;
        background: #3A90E6;
        border-color: #3A90E6;
        text-decoration: none; }

.apecs-catalog-item-row {
  margin-top: 2.5rem; }

.apecs-catalog-item:hover .apecs-catalog-item-name {
  color: #3A90E6; }

.apecs-catalog-item-link {
  display: block;
  text-decoration: none !important; }

.apecs-catalog-item-image {
  height: 300px;
  margin-bottom: 1rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.apecs-catalog-item-name {
  height: 3.375rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1A1A1A;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s ease-in-out; }

.apecs-catalog-item-code {
  font-size: 0.875rem;
  color: #6B8299; }

.apecs-catalog-item-price {
  font-size: 1.5rem;
  font-weight: 300;
  color: #1A1A1A; }

.apecs-catalog-item-preview {
  position: relative;
  max-height: 70px;
  margin: 0.8rem 0;
  font-weight: 400;
  color: #1A1A1A;
  overflow: hidden;
}
  .apecs-catalog-item-preview.withDots:before {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -3px;
    content: '...';
    background: #fff;
    font-size: 20px; }

.apecs-catalog-item-sale {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.3rem 1rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  background: #E62E2E; }
  .apecs-catalog-item-sale:before {
    display: block;
    content: ' ';
    position: absolute;
    right: -10px;
    width: 0;
    top: 1px;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent #E62E2E; }

.apecs-catalog-item-product .apecs-catalog-item {
  height: 522px; }

.apecs-catalog-item-product .apecs-catalog-item-name {
  text-align: left; }

.apecs-news-index {
  margin-top: 3.5rem;
  padding: 3.5rem 0;
  background: #EDF6FF; }

.apecs-news-row {
  margin-top: 1.875rem; }

.apecs-news-title {
  position: relative;
  font-size: 3rem;
  font-weight: 300; }
  .apecs-news-title-link {
    position: absolute;
    right: 0;
    top: 0.5rem; }

.apecs-news-item-image {
  height: 240px;
  transition: all 0.2s ease-in-out;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat; }

.apecs-news-item-title {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1A1A1A;
  transition: all 0.2s ease-in-out; }

.apecs-news-item-date {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #6B8299; }

.apecs-news-item-link {
  text-decoration: none; }
  .apecs-news-item-link:hover {
    text-decoration: none; }

.apecs-news-item:hover .apecs-news-item-image {
  opacity: 0.7; }

.apecs-news-item:hover .apecs-news-item-title {
  color: #3A90E6; }

.apecs-section {
  margin-top: 3.5rem; }
  .apecs-section-title {
    font-size: 3rem;
    font-weight: 300; }
    .apecs-section-title > span {
      display: inline-block;
      position: relative; }
  .apecs-section-row {
    margin-top: 3.5rem; }

.apecs-company-prop {
  padding-top: 1.5rem; }
  .apecs-company-prop-text {
    margin-top: 1.25rem;
    padding-right: 1rem;
    font-weight: 400;
    transition: color 0.2s ease-in-out; }
  .apecs-company-prop:hover {
    cursor: pointer; }
    .apecs-company-prop:hover .apecs-company-prop-text {
      color: #3A90E6; }

.apecs-clipped-text {
  margin: 5rem 0; }
  .apecs-clipped-text-content {
    height: 12rem;
    overflow: hidden;
    transition: all 0.25s linear; }
    .apecs-clipped-text-content.active {
      height: 100%; }
    .apecs-clipped-text-content h2, .apecs-clipped-text-content h3, .apecs-clipped-text-content h4 {
      margin-bottom: 1.5rem;
      font-weight: 300; }
    .apecs-clipped-text-content p {
      margin: 0;
      font-style: normal; }
.apecs-clipped-text-content svg {
  max-width: 100%;
}
  .apecs-clipped-text-btn {
    margin-top: 2rem;
    color: #3A90E6;
    background: none;
    border: 0;
    outline: none !important; }
    .apecs-clipped-text-btn .apecs-svg {
      margin-left: 0.5rem;
      fill: #3A90E6;
      transition: all 0.25s ease-in-out; }
    .apecs-clipped-text-btn.active .apecs-svg {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }

.apecs-footer-email {
  position: relative;
  padding: 1.5rem 0;
  background: #3A90E6; }
  .apecs-footer-email-title {
    margin-bottom: 0.5rem;
    font-weight: 300;
    font-size: 1.5rem;
    color: #fff; }
  .apecs-footer-email-text {
    font-size: 0.875rem;
    color: #fff; }

.apecs-footer-furn {
  position: absolute;
  bottom: 0;
  width: 322.5px;
  height: 165px;
  background-image: url(/images/apecs_footer_furn.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat; }

.apecs-footer-menu {
  padding: 3.25rem;
  background: linear-gradient(180deg, #F2F9FF 0%, #D9ECFF 100%); }
  .apecs-footer-menu-title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 300;
    color: #6B8299; }
  .apecs-footer-menu-links {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none; }
    .apecs-footer-menu-links > li {
      display: block; }
      .apecs-footer-menu-links > li > a {
        display: block;
        padding: 0.5rem 0;
        color: #1A1A1A; }

.apecs-footer-menu-links > li > a:hover,
.apecs-footer-menu-links > li > a:focus {
  text-decoration: none;
  color: #3A90E6;
}

  .apecs-footer-menu-param {
    padding: 0.5rem 0;
    font-size: 0.875rem;
    color: #6B8299; }
  .apecs-footer-menu-value {
    padding: 0.5rem 0;
    font-size: 1.125rem;
    color: #1A1A1A; }

.apecs-footer-devs {
  padding: 1rem 0;
  background: #3A90E6; }
  .apecs-footer-devs .apecs-footer-confidential,
  .apecs-footer-devs .apecs-footer-agr,
  .apecs-footer-devs .apecs-footer-dev,
  .apecs-footer-devs .apecs-footer-rights {
    color: #fff; }
  .apecs-footer-devs .apecs-footer-confidential,
  .apecs-footer-devs .apecs-footer-agr,
  .apecs-footer-devs .apecs-footer-dev {
    font-weight: bold; }
  .apecs-footer-devs .apecs-footer-dev {
    float: right; }

.apecs-form .form-control {
  width: 70%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem;
  font-size: 0.875rem;
  color: #6B8299;
  background: #fff;
  border: 0;
  border-radius: 0.125rem 0 0 0.125rem; }

.apecs-form-btn {
  width: 30%;
  padding: 0.5rem;
  background: #EDF6FF;
  border-radius: 0 0.125rem 0.125rem 0;
  color: #3A90E6;
  font-weight: 500;
  font-size: 0.875rem; }

.apecs-form-group {
  width: 100%;
  padding: 0; }

.apecs-form-under-text {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #fff; }

.apecs-breadcrumbs .breadcrumb {
  margin: 0;
  background: none; }

.apecs-breadcrumbs .breadcrumb {
  padding: 1.25rem 0; }
  .apecs-breadcrumbs .breadcrumb > li {
    position: relative;
    display: inline-block; }
    .apecs-breadcrumbs .breadcrumb > li:first-child > a {
      margin-left: 0; }
    .apecs-breadcrumbs .breadcrumb > li:last-child:before {
      display: none; }
    .apecs-breadcrumbs .breadcrumb > li:before {
      display: inline-block;
      position: absolute;
      top: 0.4rem;
      right: -0.5rem;
      width: 0.7rem;
      height: 0.7rem;
      content: ' ';
      background-image: url(/svg/icon_breadcrumb.svg);
      background-size: 100% 100%;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      fill: #6B8299; }
    .apecs-breadcrumbs .breadcrumb > li > span {
      display: inline-block;
      margin-left: 1rem;
      margin-right: 1rem;
      color: #6B8299; }
    .apecs-breadcrumbs .breadcrumb > li > a {
      display: inline-block;
      margin-left: 1rem;
      margin-right: 1rem;
      color: #1A1A1A; }
      .apecs-breadcrumbs .breadcrumb > li > a:hover {
        color: #1A1A1A;
        text-decoration: none; }

.apecs-text {
  padding: 4rem 0 6rem;
  background: #EDF6FF; }
  .apecs-page h2,
  .apecs-page h3,
  .apecs-page h4,
  .apecs-text h2,
  .apecs-text h3,
  .apecs-text h4 {
    font-weight: 300;
    margin-bottom: 1.5rem; }

.apecs-catalog-desc {
  padding: 3rem 0; }
  .apecs-catalog-desc h2,
  .apecs-catalog-desc h3,
  .apecs-catalog-desc h4 {
    font-weight: 300;
    margin-bottom: 1.5rem; }

.apecs-row-margins-top {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.apecs-questions-items .apecs-questions-item {
  margin-bottom: 1.25rem; }
  .apecs-questions-items .apecs-questions-item:last-child {
    margin-bottom: 0; }

.apecs-questions {
  margin-top: 5rem;
  margin-bottom: 3rem; }

.apecs-questions-item {
  position: relative;
  border: 0.125rem solid #D9ECFF;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out; }
  .apecs-questions-item .apecs-question-title {
    padding: 1rem;
    cursor: pointer;
    font-weight: bold; }
  .apecs-questions-item .apecs-question-text {
    padding: 0;
    visibility: hidden;
    height: 1px;
    opacity: 0;
    transition: all 0.2s ease-in-out; }
  .apecs-questions-item .apecs-question-switcher {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
    width: 1rem;
    height: 1rem;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    .apecs-questions-item .apecs-question-switcher > svg {
      fill: #1A1A1A; }
  .apecs-questions-item:hover {
    border-color: #3A90E6; }
    .apecs-questions-item:hover .apecs-question-switcher > svg {
      fill: #3A90E6; }
  .apecs-questions-item.active {
    border-color: #3A90E6; }
    .apecs-questions-item.active .apecs-question-title {
      color: #3A90E6; }
    .apecs-questions-item.active .apecs-question-switcher > svg {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg);
      fill: #3A90E6; }
    .apecs-questions-item.active .apecs-question-text {
      padding: 1rem;
      visibility: visible;
      height: 100%;
      opacity: 1; }

.apecs-catalog-filter {
  padding: 1.25rem;
  background: #EDF6FF;
  border-radius: 0.25rem; }
  .apecs-catalog-filter .apecs-catalog-filter-btn {
    width: 100%; }

.apecs-catalog-filter-param {
  position: relative;
  margin-bottom: 1.5rem;
  cursor: pointer; }
  .apecs-catalog-filter-param-name {
    margin-bottom: 1rem;
    font-weight: bold; }
  .apecs-catalog-filter-param-popup {
    display: inline-block;
    margin-left: 0.75rem;
    font-size: 0.7rem;
    font-weight: 400;
    color: #6B8299;
    border: 1px solid #6B8299;
    border-radius: 50%;
    height: 1.2rem;
    width: 1.2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    .apecs-catalog-filter-param-popup:hover, .apecs-catalog-filter-param-popup:focus {
      border-color: #3A90E6;
      color: #3A90E6; }

.apecs-catalog-filter-values .apecs-catalog-filter-value {
  position: relative;
  margin-bottom: 0.75rem;
  font-size: 0.875rem; }
  .apecs-catalog-filter-values .apecs-catalog-filter-value-text {
    display: inline-block;
    padding-top: 0.25rem; }
  .apecs-catalog-filter-values .apecs-catalog-filter-value-check {

    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    background: #fff;
    border: 1px solid #D9ECFF;
    border-radius: 0.125rem; }
  .apecs-catalog-filter-values .apecs-catalog-filter-value.active .apecs-catalog-filter-value-check {
    background: #3A90E6;
    border-color: #3A90E6;
    text-align: center; }
    .apecs-catalog-filter-values .apecs-catalog-filter-value.active .apecs-catalog-filter-value-check svg {
      fill: #fff;
      width: 1rem;
      height: 1rem; }

.apecs-product-labels {
  position: absolute;
  left: 0.75rem;
  top: 0.5rem; }
  .apecs-product-labels .apecs-product-label {
    display: inline-block;
    position: relative;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 0.3rem 0.5rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
    background: #E62E2E; }
    .apecs-product-labels .apecs-product-label:before {
      display: block;
      content: ' ';
      position: absolute;
      right: -10px;
      width: 0;
      top: 1px;
      height: 0;
      border-style: solid;
      border-width: 15px 0 15px 10px;
      border-color: transparent transparent transparent #E62E2E; }
    .apecs-product-labels .apecs-product-label.apecs-product-label-newby {
      background: #59B247; }
      .apecs-product-labels .apecs-product-label.apecs-product-label-newby:before {
        border-color: transparent transparent transparent #59B247; }
    .apecs-product-labels .apecs-product-label.apecs-product-label-hit {
      background: #E67E17; }
      .apecs-product-labels .apecs-product-label.apecs-product-label-hit:before {
        border-color: transparent transparent transparent #E67E17; }
    .apecs-product-labels .apecs-product-label.apecs-product-label-exclusive {
      background: #3A90E6; }
      .apecs-product-labels .apecs-product-label.apecs-product-label-exclusive:before {
        border-color: transparent transparent transparent #3A90E6; }

.apecs-product {
  margin-bottom: 3.75rem; }
  .apecs-product .apecs-product-articul {
    display: inline-block;
    margin: 1rem 0 0;
    font-size: 2rem;
    font-weight: 300;
    color: #6B8299; }
  .apecs-product .apecs-product-params,
  .apecs-product .apecs-product-desc {
    margin: 2rem 0; }
    .apecs-product .apecs-product-params > h1, .apecs-product .apecs-product-params h2, .apecs-product .apecs-product-params h3, .apecs-product .apecs-product-params h4,
    .apecs-product .apecs-product-desc > h1,
    .apecs-product .apecs-product-desc h2,
    .apecs-product .apecs-product-desc h3,
    .apecs-product .apecs-product-desc h4 {
      margin-bottom: 1rem;
      font-weight: 300;
      color: #6B8299; }
  .apecs-product .apecs-product-params > .table tbody tr td {
    border: 0; }
  .apecs-product .apecs-product-params > .table tbody tr td {
    color: #1A1A1A; }
  .apecs-product .apecs-product-params > .table tbody tr td:first-child {
    width: 50%;
    color: #6B8299; }
  .apecs-product .apecs-product-params > .table tbody tr:nth-of-type(odd) {
    background-color: #EDF6FF; }
  .apecs-product .apecs-product-params > .table tbody tr:nth-of-type(even) {
    background-color: #fff; }
  .apecs-product-title {
    margin-bottom: 1.5rem;
    font-size: 3rem;
    font-weight: 300; }
  .apecs-product-price-curr {
    font-size: 2.5rem;
    font-weight: 500; }
  .apecs-product-price-old {
    font-size: 1.5rem;
    color: #6B8299;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through; }
    .apecs-product-price-old .currency {
      -webkit-text-decoration-line: line-through;
              text-decoration-line: line-through; }
  .apecs-product-price .currency {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.6em;
    color: #6B8299; }
  .apecs-product-images {
    position: relative; }
  .apecs-product-images-main {
    height: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #D9ECFF; }
  .apecs-product .apecs-btn.apecs-product-order-btn {
    padding: 0.75rem;
    height: calc(1.5rem + 1.75rem + 4px);
    width: 100%;
    font-size: 1.25rem;
    font-weight: 500; }
    .apecs-product .apecs-btn.apecs-product-order-btn > .apecs-svg {
      margin-right: 0.5rem; }
      .apecs-product .apecs-btn.apecs-product-order-btn > .apecs-svg > svg {
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem; }
  .apecs-product-count-inputs .input-group-text,
  .apecs-product-count-inputs .form-control {
    padding: 1.75rem 1.25rem;
    height: calc(1.75em + 1rem + 4px);
    text-align: center;
    background: #fff;
    border: 1px solid #D9ECFF;
    border-radius: 0.25rem; }
  .apecs-product-count-inputs .input-group-text {
    cursor: pointer; }
  .apecs-product-order-info {
    margin-top: 1rem; }
  .apecs-product-standarts-link,
  .apecs-product-order-info-link {
    display: inline-block;
    margin-right: 2rem;
    font-size: 0.875rem;
    color: #3A90E6;
    border-bottom: 1px dashed #3A90E6; }

.apecs-catalog-pagination .pagination {
  justify-content: flex-end;
}


.apecs-product-standarts-link:hover,
    .apecs-product-order-info-link:hover,

.apecs-product-standarts-link:focus ,
.apecs-product-order-info-link:focus {
      color: #3A90E6;
      border-color: transparent;
      text-decoration: none; }
  .apecs-product .apecs-product-order-quantity {
    font-size: 0.875rem; }
    .apecs-product .apecs-product-order-quantity .apecs-svg {
      margin-right: 0.3rem; }
    .apecs-product .apecs-product-order-quantity.more-than-ten {
      color: #59B247; }
      .apecs-product .apecs-product-order-quantity.more-than-ten svg {
        stroke: #59B247; }
    .apecs-product .apecs-product-order-quantity.more-than-five {
      color: #E57E17; }
      .apecs-product .apecs-product-order-quantity.more-than-five svg {
        stroke: #E57E17; }
    .apecs-product .apecs-product-order-quantity.one {
      color: #E52E2E; }
      .apecs-product .apecs-product-order-quantity.one svg {
        stroke: #E52E2E; }
    .apecs-product .apecs-product-order-quantity.by-order {
      color: #6B8299; }
      .apecs-product .apecs-product-order-quantity.by-order svg {
        stroke: #6B8299; }
  .apecs-product .apecs-product-images-thumbnails .apecs-product-video {
    float: left; }
  .apecs-product .apecs-product-thumbnail {
    float: left;
    display: inline-block;
    height: 80px;
    width: 20%;
    margin-top: 1rem;
    margin-right: 5%;
    border: 2px solid transparent;
    cursor: pointer; }
    .apecs-product .apecs-product-thumbnail.selected-offer {
      border: 2px solid #3A90E6; }
    .apecs-product .apecs-product-thumbnail .apecs-product-thumbnail-image {
      display: inline-block;
      height: 76px;
      width: 100%;
      background-size: 100% 100%;
      background-position: center; }

.apecs-product-images-thumbnails {
  /*display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;*/ }

.apecs-product-offers {
  margin-top: 3rem; }
  .apecs-product-offers > h1, .apecs-product-offers h2, .apecs-product-offers h3, .apecs-product-offers h4 {
    margin-bottom: 1rem;
    font-weight: 300;
    color: #6B8299; }
  .apecs-product-offers .apecs-product-offer-desc {
    visibility: hidden;
    margin-top: 1rem; }
    .apecs-product-offers .apecs-product-offer-desc .apecs-product-offer-art-title {
      color: #6B8299; }
    .apecs-product-offers .apecs-product-offer-desc .apecs-product-offer-art-text {
      display: inline-block;
      margin-left: 2rem;
      color: #6B8299;
      font-size: 14px; }
    .apecs-product-offers .apecs-product-offer-desc.selected-offer {
      visibility: visible; }
  .apecs-product-offers .apecs-product-offer-colors .apecs-product-offer-color {

    width: 74px;
    height: 74px;
    display: inline-block;
    margin-right: 0.5rem;
    border: 2px solid transparent;
    cursor: pointer; }
    .apecs-product-offers .apecs-product-offer-colors .apecs-product-offer-color.selected-offer {
      border: 2px solid #3A90E6; }
    .apecs-product-offers .apecs-product-offer-colors .apecs-product-offer-color .apecs-product-offer-color-image {
      display: inline-block;
      height: 70px;
      width: 70px;
      background-size: 90%;
      background-repeat: no-repeat;
      background-position: center; }

.apecs-tooltip .tooltip-inner {
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 1.875em rgba(0, 0, 0, 0.1), 0 -0.125rem 0.5rem rgba(0, 0, 0, 0.05);
  color: #1A1A1A;
  max-width: 300px;
  padding: .5rem .75rem; }

.apecs-product-protection-props {
  margin-top: 3rem;
  text-align: center; }
  .apecs-product-protection-props .apecs-product-protection-prop {
    position: relative;
    display: inline-block;
    float: left;
    width: 105px;
    min-height: 130px;
    margin-right: 10px;
    text-align: center;
    line-height: 1.2rem; }
    .apecs-product-protection-props .apecs-product-protection-prop-image {
      display: inline-block;
      width: 80px;
      height: 80px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
    .apecs-product-protection-props .apecs-product-protection-prop-name {
      font-weight: bold;
      font-size: 0.75rem;
      color: #6B8299; }
  .apecs-product-protection-props .apecs-product-protection-prop-values {
    display: inline-block;
    position: absolute;
    top: -2rem;
    left: 0;
    width: 100%;
    text-align: center; }
    .apecs-product-protection-props .apecs-product-protection-prop-values .apecs-product-protection-prop-value {
      display: inline-block;
      font-weight: bold;
      font-size: 0.75rem;
      color: #6B8299; }
      .apecs-product-protection-props .apecs-product-protection-prop-values .apecs-product-protection-prop-value.active {
        padding: 0.25rem;
        font-weight: bold;
        font-size: 1.125rem;
        color: #3A90E6;
        border: 2px solid #3A90E6;
        border-radius: 50%;
        background: #fff; }

.apecs-product-protection-prop-image.image4 {
  background-image: url(/images/protection-types/vysverlenie.png); }

.apecs-product-protection-prop-image.image5 {
  background-image: url(/images/protection-types/otmychka.png); }

.apecs-product-protection-prop-image.image6 {
  background-image: url(/images/protection-types/viryvanie.png); }

.apecs-product-protection-prop-image.image10 {
  background-image: url(/images/protection-types/warranty.png); }

.apecs-product-protection-prop-image.image11 {
  background-image: url(/images/protection-types/bamping.png); }

.apecs-product-protection-prop-image.image8 {
  background-image: url(/images/protection-types/vykr.png); }

.apecs-product-protection-prop-image.image9 {
  background-image: url(/images/protection-types/razlom.png); }

.apecs-product-relateds.apecs-product-sop {
  margin: 4rem 0; }

.apecs-product-relateds .apecs-product-related .apecs-product-related-link {
  display: block; }
  .apecs-product-relateds .apecs-product-related .apecs-product-related-link:hover {
    text-decoration: none; }

.apecs-product-relateds .apecs-product-related .apecs-product-related-image {
  height: 190px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.apecs-product-relateds .apecs-product-related .apecs-product-related-name {
  margin-top: 3.5rem;
  font-size: 1.125rem;
  color: #1A1A1A;
  transition: color 0.2s ease-in-out;
}

.apecs-product-relateds .apecs-product-related:hover .apecs-product-related-name ,
.apecs-product-relateds .apecs-product-related:focus .apecs-product-related-name {
  color: #3A90E6;
}

.apecs-product-files {
  margin-top: 1.5rem; }
  .apecs-product-files .apecs-product-scheme-title {
    font-size: 1.5rem;
    font-weight: 300;
    color: #6B8299; }
  .apecs-product-files .apecs-product-scheme {
    display: block;
    height: 300px;
    margin: 1.5rem 0;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #D9ECFF; }
  .apecs-product-files .apecs-btn.apecs-files-btn {
    display: block;
    width: 100%;
    margin-top: 1rem;
    background: #fff;
    border: 0.125rem solid #3A90E6;
    border-radius: 0.25rem;
    color: #3A90E6;
    font-size: 1.25rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out; }
    .apecs-product-files .apecs-btn.apecs-files-btn:hover {
      color: #fff;
      border-color: #409FFF;
      background: #409FFF; }
      .apecs-product-files .apecs-btn.apecs-files-btn:hover > .apecs-svg svg {
        stroke: #fff; }
    .apecs-product-files .apecs-btn.apecs-files-btn > .apecs-svg {
      position: relative;
      top: -0.2rem;
      margin-right: 0.5rem; }
      .apecs-product-files .apecs-btn.apecs-files-btn > .apecs-svg svg {
        stroke: #3A90E6; }

.apecs-reviews {
  margin: 3.12rem 0; }
  .apecs-reviews .apecs-btn.apecs-btn-xl.apecs-review-add-btn {
    width: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-right: 2rem;
    padding-left: 2rem; }
  .apecs-reviews .apecs-reviews-count {
    position: absolute;
    top: 0;
    right: -1rem;
    font-size: 1rem;
    font-weight: bold;
    color: #6B8299; }
  .apecs-reviews .apecs-review {
    margin-top: 2.5rem;
    border-bottom: 1px solid #D9ECFF; }
    .apecs-reviews .apecs-review .apecs-review-header {
      margin-bottom: 1.5rem; }
      .apecs-reviews .apecs-review .apecs-review-header .apecs-review-name {
        color: #6B8299;
        font-weight: 300;
        font-size: 1.5rem; }
      .apecs-reviews .apecs-review .apecs-review-header .apecs-review-date {
        display: inline-block;
        padding: 0.25rem;
        margin-left: 0.5rem;
        background: #D9ECFF;
        border-radius: 0.25rem;
        color: #6B8299; }
    .apecs-reviews .apecs-review .apecs-review-user-text {
      padding-bottom: 1.5rem; }
    .apecs-reviews .apecs-review .apecs-review {
      margin-top: 1rem;
      padding-left: 6rem;
      border-bottom: 0; }
      .apecs-reviews .apecs-review .apecs-review .apecs-review-header {
        margin-top: 0; }

.apecs-modal .modal-title {
  font-size: 1.75rem;
  font-weight: 300; }

.apecs-modal .modal-subtitle {
  display: inline-block;
  font-size: 14px;
  color: #6B8299; }

.apecs-modal .modal-header {
  padding: 1rem 2.5rem;
  background: #EDF6FF; }
  .apecs-modal .modal-header .apecs-svg {
    margin-top: 0.5rem; }

.apecs-modal .modal-body {
  padding: 2.5rem 1.5rem; }
  .apecs-modal .modal-body > iframe {
    width: 100% !important; }

.apecs-modal .modal-body-with-file-content {
  padding: 1.5rem; }

.apecs-modal-form .form-group {
  position: relative;
  margin-bottom: 1.5rem; }
  .apecs-modal-form .form-group:last-child {
    margin-bottom: 0; }

.apecs-modal-form .form-control {
  width: 100%;
  padding: 1.25rem 0.75rem 0.75rem;
  height: calc(1.5rem + 1.75rem + 4px);
  font-size: 0.875rem;
  color: #1A1A1A;
  background: #fff;
  border: 0.125rem  solid #D9ECFF;
  border-radius: 0.25rem; }
  .apecs-modal-form .form-control.fixed {
    padding: 0.75rem 0.75rem 0.75rem;
    font-size: 1rem;
    background: #D9ECFF; }

.apecs-modal-form textarea.form-control {
  height: 8rem; }

.apecs-modal-form .apecs-form-control-label {
  position: absolute;
  top: 50%;
  left: 30px;
  font-size: 1rem;
  color: #6B8299;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.2s ease-in-out; }

.apecs-modal-form .form-control.error ~ .apecs-form-control-label,
.apecs-modal-form .form-control.form-control-modified + .apecs-form-control-label,
.apecs-modal-form .form-control:focus + .apecs-form-control-label {
  top: 5px;
  font-size: 0.75rem;
  -webkit-transform: none;
          transform: none; }

.apecs-modal-form textarea.form-control + .error .apecs-form-control-label,
.apecs-modal-form textarea.form-control + .apecs-form-control-label {
  top: 20px;
  -webkit-transform: none;
          transform: none; }

.apecs-modal-form textarea.form-control + .error .apecs-form-control-label,
.apecs-modal-form textarea.form-control:focus + .apecs-form-control-label {
  top: 5px; }

.apecs-modal-form .form-control.error {
  border-color: #E62E2E; }

.apecs-modal-form .apecs-modal-form-btn {
  width: 100%; }

.apecs-form-checkbox {
  margin-top: 1.5rem;
  cursor: pointer; }
  .apecs-form-checkbox .apecs-svg {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    background: #fff;
    border: 1px solid #D9ECFF;
    border-radius: 0.125rem; }
    .apecs-form-checkbox .apecs-svg svg {
      display: none;
      width: 90%;
      fill: #3A90E6; }
  .apecs-form-checkbox.active .apecs-svg {
    background: #3A90E6;
    border-color: #3A90E6;
    text-align: center; }
    .apecs-form-checkbox.active .apecs-svg svg {
      display: inline-block;
      fill: #fff; }
  .apecs-form-checkbox .apecs-form-checkbox-text {
    position: relative;
    top: -6px;
    margin-left: 0.5rem;
    font-size: 0.875rem;
    color: #6B8299; }

.dropdown.apecs-dropdown.apecs-dropdown-offers .apecs-dropdown-selected-value {
  color: #1A1A1A !important;
  font-weight: 500; }

.dropdown.apecs-dropdown.apecs-dropdown-offers > .btn {
  position: relative;
  width: 100%;
  padding: 0.75rem;
  height: calc(1.5rem + 1.75rem + 4px);
  font-size: 1rem;
  color: #6B8299 !important;
  text-align: left;
  border: 0.125rem solid #D9ECFF !important;
  border-radius: 0.25rem !important; }
  .dropdown.apecs-dropdown.apecs-dropdown-offers > .btn .apecs-svg {
    position: absolute;
    right: 1rem;
    top: 0.75rem; }
    .dropdown.apecs-dropdown.apecs-dropdown-offers > .btn .apecs-svg svg {
      stroke: #3A90E6;
      stroke-width: 2px; }

.dropdown.apecs-dropdown.apecs-dropdown-first > .btn {
  padding-left: 0; }

.dropdown.apecs-dropdown > .btn {
  background: none !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  color: #1A1A1A !important;
  font-size: 0.875rem; }

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

.dropdown.apecs-dropdown .apecs-svg {
  display: inline-block;
  margin-left: 0.5rem;
  width: 0.75rem;
  transition: all 0.2s ease-in-out; }
  .dropdown.apecs-dropdown .apecs-svg svg {
    stroke: #000;
    stroke-width: 1; }

.dropdown.apecs-dropdown .dropdown-menu > a {
  padding: .25rem 0.75rem;
  font-size: 0.875rem;
  color: #1A1A1A !important;
  cursor: pointer; }

.dropdown.apecs-dropdown .dropdown-menu .dropdown-item:active,
.dropdown.apecs-dropdown .dropdown-menu .dropdown-item:active {
  color: #1A1A1A !important;
  background-color: #f8f9fa; }

.dropdown.apecs-dropdown.show .apecs-svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.apecs-catalog-item-price .apecs-product-price-curr {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400; }
  .apecs-catalog-item-price .apecs-product-price-curr .currency {
    margin-left: 0.5rem;
    display: inline-block;
    font-size: 0.875rem; }

.apecs-catalog-item-price .apecs-product-price-old {
  display: inline-block;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  position: relative;
  font-size: 1.2rem;
  font-weight: 400; }
  .apecs-catalog-item-price .apecs-product-price-old .currency {
    margin-left: 0.5rem;
    display: inline-block;
    font-size: 0.875rem;
    -webkit-text-decoration-line: none;
            text-decoration-line: none; }
  .apecs-catalog-item-price .apecs-product-price-old :before {
    display: block;
    position: absolute;
    content: ' ';
    left: 0;
    top: 50%;
    right: 0;
    height: 1px;
    background: #6B8299; }

.apecs-product .apecs-product-video {
  display: inline-block;
  height: 80px;
  width: 20%;
  margin-top: 1rem;
  margin-right: 5%;
  cursor: pointer;
  text-align: center;
  padding-top: 10px; }

.apecs-catalog-filter .apecs-catalog-filter-btn.flies {
  position: absolute;
  padding: 0.625rem 0.625rem;
  width: 170px;

  margin-top: -10px;
  margin-left: 40px;

  z-index: 120;
}

.apecs-product-standarts-link {
  display: inline-block;

  margin-top: 1rem;
}

.apecs-catalog-filter .apecs-catalog-filter-btn.flies:before {
  position: absolute;
  left: -10px;
  content: ' ';
  top: 50%;
  transform: translateY(-50%);

  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #3A90E6 transparent transparent;
  transition: all 0.2s ease-in-out;
}

.apecs-catalog-filter .apecs-catalog-filter-btn.flies:hover:before ,
.apecs-catalog-filter .apecs-catalog-filter-btn.flies:focus:before {
  border-color: transparent #409FFF transparent transparent;
}


.apecs-catalog-filter-btn .apecs-catalog-filter-count-btn{
  display: inline-block;
  margin-left: 10px;
}

.apecs-catalog-filter-param-clear {
  font-weight: 300;
  font-size: 0.875rem;

  color: #409FFF;
  height: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.apecs-catalog-filter-param.active .apecs-catalog-filter-param-clear{
  height: auto;
  opacity: 1;
}

.apecs-nav-catalog {
  position: absolute;
  top: 100%;
  display: none;

  width: 350px;
  z-index: 22;
  background: #3A90E6;
}

.apecs-nav-catalog.left {
  top: 0;
  left: 100%;
}

.apecs-nav li.apecs-nav-catalog-link:hover,
.apecs-nav li.apecs-nav-catalog-link.active {
  background: #409FFF;
}

.apecs-nav li.apecs-nav-catalog-link:hover > a,
.apecs-nav li.apecs-nav-catalog-link.active > a {
  color: #fff;
}

.apecs-nav li.apecs-nav-catalog-link:hover .apecs-svg-menu,
.apecs-nav li.apecs-nav-catalog-link:hover .apecs-svg-menu-list,
.apecs-nav li.apecs-nav-catalog-link.active .apecs-svg-menu-list,
.apecs-nav li.apecs-nav-catalog-link.active .apecs-svg-menu {
  fill: #fff;
  stroke: #fff;
}

.apecs-nav-catalog-link.active .apecs-nav-catalog {
  display: block;
}

.apecs-nav-catalog-link.active .apecs-nav-catalog.left {
  display: none;
}

.apecs-nav-catalog-link.active > .apecs-nav-catalog > li:hover .apecs-nav-catalog{
  display: block;
}

.apecs-nav-catalog  > li {
position: relative;
}

.apecs-nav-catalog > li > a {
  display: block;
  padding: 0.75rem 1.5rem;

  color: #fff;
  text-decoration: none!important;
  transition: all 0.2s ease-in-out;
}

.apecs-nav-catalog > li > a:hover {
  background: #409FFF;
}

.apecs-img {
  display: inline-block;
  max-width: 100%;
}

h3.apecs-section-title {
  margin: 2rem 0 1.5rem;

  font-size: 24px;
}


.apecs-standarts {
  position: relative;
}

.apecs-standarts .apecs-standarts-img {
  position: absolute;
  width: 100px;
  margin-right: 1.5rem;
  text-align: center;
}

.apecs-standarts .apecs-standarts-desc {
  padding-left: 120px;
}

.apecs-standarts-desc h6 {
  margin-bottom: 1rem;
}

.apecs-standarts-desc  p {
  margin-bottom: 0;
}

.apecs-page {
  margin: 2rem 0;
}

.apecs-standarts .apecs-standarts-title-row {
  margin-bottom: 2rem;
  padding: 0.5rem;

  background: #EDF6FF;
  border-radius: 2px;
}

.apecs-standarts.apecs-standarts-table {
  padding-bottom: 2rem;
  margin-bottom: 2rem;

  border-bottom: 10px solid #EDF6FF;
  border-radius: 2px;
}


.apecs-standarts.apecs-standarts-table .apecs-standarts-title {
  font-weight: bold;
}

.apecs-standarts.apecs-standarts-table .apecs-standarts-desc {
  padding: 0;
}

.apecs--map .apecs--map-yandex {
  height: 440px;
}

.apecs-maps-contacts {
  margin-top: 2.5rem;
}

.apecs-maps-contacts .apecs-maps-contacts-title {
  font-weight: 300;
  margin-bottom: 1.5rem;

  color: #6B8299;
}
.apecs-maps-contacts {
  margin-bottom: 2.5rem;
}

.apecs-maps-contact {
  position: relative;
}

.apecs-maps-contact .apecs-maps-contact-image {
  position: absolute;
  left: 0;
  top: 0;
}

.apecs-maps-contact .apecs-maps-contact-data {
  padding-left: 40px;
}

.apecs-maps-contact .apecs-maps-contact-name {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #6B8299;
}

.apecs-maps-contact .apecs-maps-contact-val {
  font-size: 1.125rem;
}

.apecs-maps-contact .apecs-maps-contact-val.blue {
  font-weight: bold;

  color: #3A90E6;
}

.apecs-maps-point {
    position: relative;
}

.apecs-maps-points {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.apecs-maps-point .apecs-maps-point-image {
  position: absolute;
  left: 0;
  top: 0;

  width: 165px;
}

.apecs-maps-point .apecs-maps-point-image img {
    max-width: 100%;
}

.apecs-maps-point .apecs-maps-point-info {
  padding-left: 185px;
}

.apecs-maps-point .apecs-maps-point-name {
  margin-bottom: 0.5rem;

  font-size: 1.125rem;
  font-weight: bold;
  color: #3A90E6;
}

.apecs-maps-point .apecs-maps-point-show {
  margin-top: 0.5rem;
  color: #3A90E6;
  cursor: pointer;
}

.apecs-maps-point .apecs-maps-point-contacts {
  margin-top: 1rem;
}

.apecs-maps-point .apecs-maps-point-contacts .name {
  font-weight: bold;
  font-size: 0.875rem;
}

.apecs-maps-point .apecs-maps-point-contacts .val {
  color: #3A90E6;
}

.apecs-maps-point .apecs-maps-point-contacts .val:nth-child(2) {
  margin-bottom: 1.5rem;
}

.apecs-questions-list {
  list-style: none!important;
  display: block;
  padding: 0.5rem 0;
  margin: 1rem 0 0;
  background: #EDF6FF;
  border-radius: 0.25rem;
}


.apecs-questions-list > li {
  list-style: none!important;
  display: block;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 0.875rem;
  cursor: pointer;
}

.apecs-questions-list > li.active {
  list-style: none!important;
  color: #fff;
  background: #3A90E6;
}

.apecs-page .apecs-questions {
  margin-top: 1rem;
}


.apecs-slider {
  position: relative;
}


.apecs-slider-item {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 28rem;
  left: 15px;
  top: 0;
  border-radius: 0.25rem;
  transition: all 0.5s ease-in-out;

  background-color: #EDF6FF;
}

.apecs-slider-item-0,
.apecs-slider-item-1,
.apecs-slider-item-2 {
  opacity: 1;
  visibility: visible;
}
.apecs-slider-item-0.cascade-slider-item-hide,
.apecs-slider-item-1.cascade-slider-item-hide,
.apecs-slider-item-2.cascade-slider-item-hide {
  opacity: 0;
  visibility: hidden;
}

.apecs-slider-item-0 {
  margin-right: 1rem;
  z-index: 11;
  width: calc(100% - 1.25rem);
}

.apecs-slider-item-1 {
  margin-right: 0.5rem;
  z-index: 10;
  margin-top: 1rem;
  margin-bottom: 1rem;
    height: calc(100% - 2rem);
  width: calc(100% - 0.5rem);
}

.apecs-slider-item-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  z-index: 9;
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: calc(100% - 4rem);
}

.apecs-slider-item-data {
  position: relative;
  height: 100%;
  padding: 3rem 2.5rem;
}
.apecs-slider-item-data .apecs-btn {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
}


.apecs-slider-item-data .apecs-slider-item-title {
  margin-bottom: 2rem;

  font-style: normal;
  font-weight: 300;
  font-size: 42px;
}


.apecs-slider-item-data .apecs-slider-item-text {
  max-width: 40%;
}

.apecs-slider-counter {
  display: none;
  position: absolute;
  left: 3.5rem;
  top: 0.8rem;

  z-index: 12;
  color: #6B8299;
}

.apecs-slider-counter .apecs-slider-counter-index {
  color: #1A1A1A;
}

.apecs-slider-dots {
  display: inline-block;

  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}


.apecs-slider-dots > ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}


.apecs-slider-dots > ul > li {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.25rem;

  cursor: pointer;
  z-index: 12;
  background: #D9ECFF;
  border-radius: 50%;
  transition: background 0.25s ease-in-out;
}

.apecs-slider-dots > ul > li.active {
  background: #3A90E6;
}

.apecs-btn.apecs-slider-btn {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  padding: 0;

  z-index: 12;
  cursor: pointer;

  transform: translateY(-50%);
}

.apecs-btn.apecs-slider-btn .apecs-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.apecs-btn.apecs-slider-btn .apecs-svg svg {
  stroke: #fff;
}

.apecs-slider-btn-left .apecs-svg svg {
  transform: rotate(90deg)
}

.apecs-slider-btn-right .apecs-svg svg {
  transform: rotate(-90deg)
}

.apecs-slider-btn-left {
  left: -4.5rem;
}

.apecs-slider-btn-right {
  right: -4.5rem;
}

.apecs-scroller {
  display: none;
  background: #D9ECFF;

  height: 50px;
  position: relative;
}

.apecs-scroller .apecs-scroller-order-btn.apecs-scroller-btn,
.apecs-scroller .apecs-scroller-filter-btn.apecs-scroller-btn {
  display: none;
}

.apecs-scroller-order-btn .apecs-svg-title,
.apecs-scroller-filter-btn .apecs-svg-title {
  font-weight: bold;
  color: #3A90E6;
  display: inline-block;
  margin-left: 0.5rem;
}


.apecs-scroller-order-btn svg path{
  stroke: #3A90E6!important;
}

.apecs-scroller .apecs-scroller-btn {
  display: block;
  width: 100%;
  position: relative;

  height: 50px;
}


.apecs-scroller.apecs-scroller-two-btn .apecs-scroller-btn  {
  width: 50%;

  float: left;
}

.apecs-scroller.apecs-scroller-two-btn .apecs-scroller-order-btn,
.apecs-scroller.apecs-scroller-two-btn .apecs-scroller-filter-btn {
  border-left: 1px solid #fff;
}

.apecs-scroller.apecs-scroller-two-btn .apecs-scroller-btn:first-child {
  border-right: 1px solid #fff;
}

.apecs-product-licvidation .apecs-catalog-item {
  position: relative;
  float: left;
  width: 285px;
}

.apecs-scroller .apecs-scroller-btn .apecs-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;

  transform: translate(-50%, -50%);
}


.apecs-scroller .apecs-scroller-btn .apecs-svg svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 1200px) {
  .apecs-slider-container {
    position: relative;
    max-width: 1290px !important;
  }
}

.apecs-slider-item.apecs-slider-item-0 {
  background-color: #EDF6FF;
}

.apecs-slider-item.apecs-slider-item-1 {
  background-color: #BFDFFF;
}

.apecs-slider-item.apecs-slider-item-2 {
  background-color: #6B8299;
}

.apecs-form-under-text a {
  color: #fff;
  font-weight: bold;
}


.apecs-product-desc-mobile {
  display: none;
}

.apecs-product-title.mobile {
  display: none;
}

.apecs-news-index.apecs-news-page {
  margin-top: 0;
  padding-top: 2.5rem;
}

.apecs-news-page .apecs-news-item .apecs-news-item-image{
  max-width: 800px;
  min-height: 480px;
}

.apecs-news-item .apecs-news-item-text {
  margin-top: 1rem;
}

@media (max-width: 1199px) {
  .apecs-catalog-filter-cols.active .apecs-catalog-filter {
    background: #fff;
  }

  .apecs-catalog-filter-btn.flies {
    display: none;
  }

  .apecs-scroller {
    display: block;
  }

  .container {
    max-width: 100%;
  }

 .apecs-header-btn {
   width: 100%;
 }

 .apecs-slider-index {
   margin-top: 0;
 }

  .apecs-slider-index .apecs-slider-container {
    padding: 0;
  }

  .apecs-slider-index .apecs-slider-container .apecs-slider-item {
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    border-radius: 0;
    height: 100%!important;
  }

  .apecs-product-title,
  .apecs-section-title,
  .apecs-news-title,
  .apecs-catalog-index-title {
    font-size: 2.625rem;
  }

  .apecs-section-row {
    margin-top: 2rem;
  }
  .apecs-company-prop {
    padding-top: 0;
  }

  .apecs-clipped-text {

    margin: 1.5rem 0;
  }

  .apecs-btn.apecs-slider-btn {
    display: none;
  }

  .apecs-footer-furn {
    display: none;
  }

  .apecs-footer-email .apecs-form {
    margin: 1.5rem 0;
  }

  .apecs-footer-menu {
    padding: 1.5rem 0;
  }

  .apecs-footer-menu-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .apecs-footer-menu-links > li > a {
    font-size: 0.875rem;
  }

  .apecs-slider-counter {
    left: 1.5rem;
    top: 1.5rem;
  }

  .apecs-slider-item-data .apecs-btn {
    left: 1.5rem;
  }

  .apecs-slider-item-data {
    padding: 3.5rem 1.5rem;
  }

  .apecs-slider-item-data .apecs-slider-item-text {
    max-width: 75%;
  }

  .apecs-catalog-index {
    margin-top: 4.5rem;
  }

  .apecs-news-index {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
  }

  .apecs-news-title-link {
    top: -0.5rem;
  }

  .apecs-header-menu,
  .apecs-header-menu .col-xl-11{
    padding-left: 0;
  }

  .apecs-catalog-page {
    margin: 1.5rem 0;
  }

  .apecs-product-count-inputs {
    margin: 2rem 0;
  }

  .apecs-breadcrumbs .breadcrumb > li > span,
  .apecs-breadcrumbs .breadcrumb > li > a {
    font-size: 0.875rem;
  }

  .apecs-product-desc-mobile {
    display: block;
    margin-top: 1rem;
  }


  .apecs-product-desc-pc {
    display: none;
  }

  .apecs-product-files {
    display: none;
  }

  .apecs-news-page .apecs-news-item .apecs-news-item-image {
    max-height: 300px;
    max-width: 100%;
  }

  .apecs-maps-point .apecs-maps-point-image {
    width: 140px;
  }

  .apecs-maps-point .apecs-maps-point-info {
    padding-left: 160px;
  }

  .apecs-maps-point {
      margin-top: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .apecs-news-page .apecs-news-item .apecs-news-item-image {
    max-height: 200px;
  }

  .apecs-product .apecs-product-params > .table tbody tr td:first-child {
    width: 100%;
  }

  .apecs-header-btn {
    display: none;
  }

  .apecs-product-price {
    margin-top: 2rem;
  }

  .apecs-header .apecs-phone .apecs-phone-code {
    display: block;
    margin-right: 0;
  }

  .apecs-section-title,
  .apecs-news-title,
  .apecs-catalog-index-title {
    font-size: 1.75rem;
  }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .apecs-footer-menu-title,
  .apecs-footer-menu-links {
    text-align: center;
  }

  .apecs-footer-menu-links {
    margin-bottom: 1rem;
  }

  .apecs-news-index .apecs-news-item {
    margin-bottom: 1rem;
  }

  .apecs-slider-item-data .apecs-btn {
    left: 1rem;
    right: 1rem;
  }

    .apecs-maps-points {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767.8px) {

  .apecs-scroller {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;


    z-index: 3;
  }

  .apecs-slider-dots > ul > li {

    width: 0.825rem;
    height: 0.825rem;
    margin: 0 0.65rem;

  }

  .apecs-product-right .apecs-product-order-quantity {
    display: block;
    width: 100%;
    margin-top: 0.75rem;
  }

  .apecs-modal .modal-title {
    font-size: 1.5rem;
  }

  .btn.apecs-btn.apecs-btn-xl {
    font-size: 1rem;
  }

  #apecsDeliveryModal .btn.apecs-btn.apecs-btn-xl {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .apecs-product-images-main {
    height: 300px;
    background-size: contain;
  }

  .apecs-product-right .apecs-product-title {
    display: none;
  }

  .apecs-product-title.mobile {
    display: block;
    padding: 0 15px;
    margin-top: 2.5rem;
  }

  .apecs-header-menu .apecs-nav li {
    display: none;
  }

  .apecs-nav li.apecs-nav-menu-link {
    display: block;
  }

  .apecs-nav li.apecs-nav-catalog-link {
    display: none;
  }

  .svg_logo svg {
    width: 100%;
  }

  .apecs-footer-devs .apecs-footer-dev {
    float: none;
  }

  .apecs-footer-devs {
    text-align: center;
  }

  .apecs-slider-item-data .apecs-slider-item-title {
    font-size: 1.5rem;
  }

  /*.apecs-catalog-item-image {
    height: 170px;
  }
*/
  .apecs-product-title {
    font-size: 1.75rem;
  }

  .apecs-product {
    margin-top: 2.5rem;
  }

  .apecs-product-breadcrumbs {
    display: none;
  }

  .apecs-menu-modal .apecs-nav,
  .apecs-menu-modal .apecs-nav li {
    display: block;
  }

  .apecs-menu-modal .apecs-nav-catalog > li > a,
  .apecs-menu-modal .apecs-nav > li > a {
    color: #3A90E6;
    background: none;
  }

  .apecs-menu-modal .apecs-nav-catalog > li > a {
    padding: 0.25rem 0;
  }

  .apecs-maps-contact {
      margin-top: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  .apecs-catalog-filter-cols.active .apecs-catalog-filter {
    padding: 1rem 0 ;
  }

  .apecs-catalog-filter-cols.active  .apecs-catalog-filter-param {
    float: left;
    width: 33%;
  }


  .apecs-footer-devs .apecs-footer-dev {
    position: absolute;
    top: -2.5rem;
    right: 1rem;
  }

  .apecs-slider-item-data .apecs-slider-item-title {
    font-size: 1.75rem;
  }
}
@media(min-width: 1199px) {
  .apecs-search-form {
    width: 80%;
  }

}


@media (max-width: 720px) {
  .apecs-product-protection-props-container {
    overflow-x: scroll;
  }

  .apecs-product-protection-props-container .apecs-product-protection-props {
    width: 900px;
  }

  .apecs-product-protection-props .apecs-product-protection-prop {
    margin-right: 30px;
  }

  .apecs-product-standarts-link {
    margin-top: 2rem;
  }
}

@media (max-width: 450px) {

  .apecs-product-licvidation .apecs-catalog-item {
    width: 250px;
    padding-right: 1rem;
  }

  #apecs-catalog-products .apecs-catalog-pagination{
    display: block;
  }

  #apecs-catalog-products .apecs-catalog-load-more {
    width: 100%;

    margin-bottom: 1rem;
  }

  .apecs-catalog-pagination .pagination {
    width: 100%;
    justify-content: space-between;
  }

  .apecs-product-sop-items .apecs-catalog-item-product {
    padding-right: 2rem;
    min-height: 350px;
  }

  .apecs-product-relateds .apecs-product-related .apecs-product-related-name {
    margin-top: 3.75rem;
    font-size: 0.875rem;
  }

  .apecs-product-relateds-slider .apecs-product-relateds-slider-items .apecs-product-related {
    width: 350px;
  }

  .apecs-company-pluses .apecs-company-prop {
    padding-top: 15px;
    padding-bottom: 15px;
  }


    .apecs-maps-point .apecs-maps-point-image {
        position: initial;
        width: 100%;

        text-align: left;
    }

    .apecs-maps-point .apecs-maps-point-image img {
         max-width: 100%;
    }

    .apecs-maps-point .apecs-maps-point-info {
        padding-top: 1rem;
        padding-left: 0;
    }

    .apecs-product-desc-mobile .apecs-product-desc {
      margin-bottom: 0;
    }

    .apecs-product-desc-mobile .apecs-product-protection-props {
      margin-top: 0;
    }

  .apecs-product-protection-props .apecs-product-protection-prop {
    margin-bottom: 0;
    margin-top: 3rem;
    min-height: 110px;

  }
}



.apecs-product-sop .apecs-product-sop-items .apecs-catalog-item-product,
.apecs-product-relateds-slider-items .apecs-product-related {
  float: left;
  width: 300px;
}

.apecs-product-relateds-slider-items .apecs-product-related,
.apecs-product-sop .apecs-product-sop-items .apecs-catalog-item-product  {
  padding-right: 1rem;
}

@media (max-width: 380px) {
  .apecs-product-sop .apecs-product-sop-items .apecs-catalog-item-product,
  .apecs-product-relateds-slider .apecs-product-relateds-slider-items .apecs-product-related {
    width: 240px;
    margin-right: 1rem;
  }

  .apecs-product-sop .apecs-catalog-item-product .apecs-catalog-item-name {
    font-size: 1rem;
  }
}




.apecs-product-sop .apecs-product-sop-items {
  max-height: 460px;
}

.apecs-product-relateds-slider .apecs-product-relateds-slider-items  {
  max-height: 200px;
  padding-left: 15px;
  padding-right: 15px;
}



.apecs-modal.apecs-menu-modal .modal-dialog  {
  height: 100%;
  margin: auto;
}

.apecs-modal.apecs-menu-modal .modal-content {
  height: 100%;

  border: 0;
  border-radius: 0;
}

.apecs-menu-modal .apecs-nav-catalog {
  position: initial;
  top: inherit;
  display: block;
  width: 100%;
  z-index: 22;
  background: none;
}


.apecs-menu-modal .modal-body-text {
  max-height: 400px;
  overflow-y: scroll;
}

.apecs-menu-modal .apecs-nav-catalog > li > a {
  font-size: 1rem;
  font-weight: 400;
}

.apecs-menu-catalog-title {
  color: #3A90E6;
  font-size: 1.125rem;
  font-weight: 500;
}

.apecs-menu-modal .apecs-nav > li > a {
  padding: 0.25rem 0;
}

.apecs-menu-modal .modal-header {
  padding: 1rem 1.5rem;
}

.list-view .apecs-news-item {
    padding-top: 1rem ;
    padding-bottom: 1rem ;
}

.apecs-page-error {
  padding: 4rem 1rem;
}

.apecs-page-error-code {
  font-size: 4rem;
  font-weight: 300;

  color: #3A90E6;
}

.apecs-page-error-404-text,
.apecs-page-error-text {
  margin-bottom: 1rem;

  font-size: 2rem;

  color: #3A90E6;
}

.apecs-page-error-link {
  margin: 1rem 0;
}

.apecs-header-menu > .container {
  position: relative;
}

.apecs-search {
  position: absolute;
  right: 15px;
  top: 0;

  padding: 15px 10px;

  width: 50px;
  height: 59px;
  overflow: hidden;

  transition: all 0.35s ease-in-out;
}


.apecs-search.active .apecs-search-show {
  position: absolute;
  top: 18px;
}

.apecs-search.active .apecs-search-close {
  position: absolute;
  right: 30px;
  top: 18px;

}

.apecs-search.active .apecs-search-form  {
  display: inline-block ;
  margin-left: 1rem;
}


.apecs-search.active .apecs-search-close {
  visibility: visible;
  opacity: 1;
}

.apecs-search.active {
  left: 15px;
  width: 100%;

  background: #3A90E6;
}

.apecs-search-form {
  display: none;
}


.apecs-search-form form {
  display: inline-block;
  width: 100%;
}

.apecs-search-close {
  visibility: hidden;
  opacity: 0;
}

.apecs-search-form .form-control {
  display: inline-block;
  width: 100%;
  padding-left: 1.5rem;
  padding-top: 0;
   
  color: #fff;

  border: 0;
  background: #3A90E6!important;

  outline: none!important;
  box-shadow: none!important;
}

.apecs-search-form .form-control::placeholder {
  color: #fff;
}

.apecs-search-close,
.apecs-search-show {
  cursor: pointer;
}


.apecs-search-close svg,
.apecs-search-show svg {
  width: 22px;
  height: 22px;
}

.apecs-search-close svg {
  fill: #fff;
}


.apecs-search-show,
.apecs-search-close {
  display: inline-block;
}

.apecs-product-offers .apecs-product-offer-color {
  position: relative;
}

.apecs-product-offers .apecs-product-offer-color .apecs-product-offer-color-image:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: ' ';
}

.apecs-catalog-desc ul,
.apecs-clipped-text-content ul,
.apecs-page ul,
.apecs-slider-item-text ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.apecs-catalog-desc ul > li,
.apecs-clipped-text-content ul > li,
.apecs-page ul > li,
.apecs-slider-item-text ul > li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.apecs-catalog-desc ul > li:before,
.apecs-clipped-text-content ul > li:before,
.apecs-page ul > li:before,
.apecs-slider-item-data .apecs-slider-item-text ul > li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #3A90E6;
}
ul.apecs-questions-list > li:before {
  display: none;
}
  /* стили для полупрозрачного фона параметра цвета */

/*НИКЕЛЬ*/
.apecs-product-offer-color[data-valueid="1"] .apecs-product-offer-color-image:before {
  background-color: rgba(249, 243, 231, 0.25);
}
/*ХРОМ*/
.apecs-product-offer-color[data-valueid="2"] .apecs-product-offer-color-image:before {
  background-color: rgba(176, 177, 179, 0.25);
}
/*БРОНЗА*/
.apecs-product-offer-color[data-valueid="3"] .apecs-product-offer-color-image:before {
  background-color: rgba(125, 116, 107, 0.25);
}
/*ЗОЛОТО*/
.apecs-product-offer-color[data-valueid="15"] .apecs-product-offer-color-image:before {
  background-color: rgba(233, 201, 152, 0.25);
}
/*МЕДЬ*/
.apecs-product-offer-color[data-valueid="27"] .apecs-product-offer-color-image:before {
  background-color: rgba(211, 169, 161, 0.25);
}
/*БЕЛЫЙ*/
.apecs-product-offer-color[data-valueid="28"] .apecs-product-offer-color-image:before {
  background-color: rgba(255, 255, 255, 0.3);
}
/*ЧЁРНЫЙ*/
.apecs-product-offer-color[data-valueid="29"] .apecs-product-offer-color-image:before {
  background-color: rgba(0, 0, 0, 0.3);
}
/*СЕРЕБРО*/
.apecs-product-offer-color[data-valueid="168"] .apecs-product-offer-color-image:before {
  background-color: rgba(233, 235, 234, 0.45);
}
/*МАТОВЫЙ НИКЕЛЬ/НИКЕЛЬ*/
.apecs-product-offer-color[data-valueid="186"] .apecs-product-offer-color-image:before {
  background-color: rgba(230, 221, 212, 0.45);
}
/*МАТОВАЯ БРОНЗА*/
.apecs-product-offer-color[data-valueid="187"] .apecs-product-offer-color-image:before {
  background-color: rgba(166, 154, 136, 0.45);
}
/*ЧЕРНЫЙ НИКЕЛЬ*/
.apecs-product-offer-color[data-valueid="188"] .apecs-product-offer-color-image:before {
  background-color: rgba(133, 123, 121, 0.45);
}
/*ГРАФИТ*/
.apecs-product-offer-color[data-valueid="189"] .apecs-product-offer-color-image:before {
  background-color: rgba(110, 104, 106, 0.55);
}
/*МАТОВОЕ ЗОЛОТО*/
.apecs-product-offer-color[data-valueid="190"] .apecs-product-offer-color-image:before {
  background-color: rgba(249, 247, 225, 0.65);
}
/*МАТОВЫЙ НИКЕЛЬ*/
.apecs-product-offer-color[data-valueid="191"] .apecs-product-offer-color-image:before {
  background-color: rgba(214, 200, 197, 0.45);
}
/*ХРОМ/ЧЕРНЫЙ НИКЕЛЬ*/
.apecs-product-offer-color[data-valueid="192"] .apecs-product-offer-color-image:before {
  background-color: rgba(133, 123, 121, 0.45);
}
/*АНТИК*/
.apecs-product-offer-color[data-valueid="193"] .apecs-product-offer-color-image:before {
  background-color: rgba(181, 136, 84, 0.4);
}
/*АНТИК БРИЛЛИАНТ*/
.apecs-product-offer-color[data-valueid="194"] .apecs-product-offer-color-image:before {
  background-color: rgba(126, 88, 43, 0.45);
}
/*БЕЛЫЙ/ЗОЛОТО*/
.apecs-product-offer-color[data-valueid="195"] .apecs-product-offer-color-image:before {
  background-color: rgba(233, 201, 152, 0.25);
}
/*ЧЁРНЫЙ ДУБЛЬ*/
.apecs-product-offer-color[data-valueid="29"] .apecs-product-offer-color-image:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.apecs-catalog-filter-cols.active {
  display: block!important;
}

.apecs-catalog-index .apecs-catalog-svg {
  margin-left: 1rem;
}

.apecs-catalog-index .apecs-catalog-svg svg {
  width: 24px;
  height: 17px;
}

.apecs-product-relateds-slider {
  margin-right: -15px;
  margin-left: -15px;
}

.apecs-product-licvidation .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.apecs-product-relateds-slider-items .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.apecs-product-sop-items .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 10px;;
  background: #3A90E6;
}


.apecs-product-licvidation .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.apecs-product-relateds-slider-items .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.apecs-product-sop-items .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar  {
  height: 10px;
}

#apecsParamDescModal .modal-title{
  font-size: 1.25rem;
}

#apecsParamDescModal .modal-header {
  padding-left: 1.5rem;
}

#apecsParamDescModal .close {
  padding-top: 0.5rem;
}

.btn.apecs-btn.apecs-btn-xl.apecs-btn-catalog-index {

  width: 260px;
}

.apecs-catalog-filter-cols.active {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  padding-top: 2rem;

  background: #fff;
  z-index: 4;

  overflow: scroll;

}

.apecs-slider-item-img {
  position: absolute;
  right: 1.5rem;
  bottom: 3rem;
  max-width: 50%;
}


.apecs-slider-item-img img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 550px) {
  .apecs-slider-item-img {
    bottom: 7rem;
  }

  .apecs-pluses-svg {
    text-align: left;
  }

  .apecs-modal .modal-body {
    padding: 1.5rem 0.5rem;
  }

  .apecs-modal .modal-header {
    padding: 1.5rem 1.5rem;
  }
}

@media (max-width: 1200px) {
  .apecs-catalog-filter .apecs-catalog-filter-btn.flies {
    margin-top: -5px;
    padding: 0.325rem;
    width: 125px;
  }
}

.apecs-product-print {
  display: inline-block;
  position: relative;
  top: -25px;

  cursor: pointer;

}

.apecs-product-print-icon {
  position: relative;
  top: 0.25rem;

  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;

  background-image: url(/images/icon_print.png);
  background-size: 100%;
}
.apecs-product-print {
  display: block;
}

.apecs-product-print.mobile {
  display: none;
}


@media (max-width: 768px) {
  .apecs-product-print {
    display: none;
  }

  .apecs-product-print.mobile {
    display: block;
    padding-left: 16px;
  }
}

.apecs-form-personal-data-confirm {
  margin-top: 1.25rem;
  cursor: pointer;
}

.apecs-form-personal-data-confirm .apecs-form-personal-data-check {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  background: #fff;
  border: 1px solid #D9ECFF;
  border-radius: 0.125rem;
}

.apecs-form-personal-data-confirm.active .apecs-form-personal-data-check {
  background: #3A90E6;
  border-color: #3A90E6;
  text-align: center;
}

.apecs-form-personal-data-confirm.active .apecs-form-personal-data-check svg {
  fill: #fff;
  width: 1rem;
  height: 1rem;
}

.apecs-form-personal-data-confirm a {
  color: #3A90E6;
}

.apecs-product .apecs-product-params .table-printed.table tbody tr td {
  padding: 0;
}

.apecs-form-control-label.personal {
  position: relative;
  left: 0;
  display: block;

  color:#E62E2E;
  font-weight: bold;
  height: 1rem;
  margin-top: 0.5rem;
}


.form-control.personal {
  height: 0;
  padding: 0;
  border: 0;
  margin: 0;
}

.form-control.personal,
.apecs-modal-form .form-control ~ .apecs-form-control-label.personal {
  visibility: hidden;
}

.apecs-modal-form .form-control.error ~ .apecs-form-control-label.personal {
  visibility: visible;
}

.apecs-catalog-item.apecs-catalog-series-hided {
  display: none;
}

.apecs-btn-show-all-series {
  margin-top: 1rem;
}

@media(max-width: 550px ) {
  .apecs-btn-show-all-series {
    width: 100%;
  }
}

@media(min-width: 768px) {
  .apecs-btn-show-all-series {
    display: none;
  }
}

.apecs-scroller-footer-position {
  position: relative;
  left: inherit;
  bottom: inherit;
}

.apecs-scroller-two-btn.apecs-scroller-footer-position .apecs-scroller-btn {
  border-top: 2px solid #fff;
}
.link-in-p {
  text-decoration: none!important;
}