@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

html,
body {
  overflow-y: auto;
  overflow-x: hidden;
}

html body {
  justify-content: flex-start;
}
html .footer__confid a {
  text-decoration: none;
}

.footer__confid-desc a {
  color: #3b6ecd;
}
.footer__confid-desc p {
  font-size: 22px;
}
.news__item-pic img {
  width: 100%;
}
#ajax-basket {
  opacity: 1;
  transition: 0.4s all;
}
#ajax-basket.loaded {
  opacity: 0.4;
  pointer-events: none;
}
.basket__select-all {
  cursor: pointer;
}
.basket__name--cant-buy {
  font-size: 15px;
  margin-top: 1rem;
  text-align: left;
  padding: 0.5rem;
  background-color: #f5f5f5;
  color: #000;
  text-decoration: none;
  outline: none;
}
.basket__item--cant-buy .basket__name .image,
.basket__item--cant-buy .basket__price,
.basket__item--cant-buy .basket__counter,
.basket__item--cant-buy .basket__final-price {
  opacity: 0.4;
  pointer-events: none;
}
.basket__delete-all {
  cursor: pointer;
}

body {
  /*opacity: .1;*/
  transition: 0.4s opacity;
  pointer-events: none;
  zoom: 0.9;
}
body.loaded {
  opacity: 1;
  pointer-events: all;
}
.loader {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  display: block;
}
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.add-to-basket {
  position: relative;
  transition: 0.4s background-color;
}
.add-to-basket .loader {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: calc((100% - 24px) / 2);
  top: calc((100% - 24px) / 2);
  transition: 0.2s opacity;
}
.add-to-basket.loading .loader {
  opacity: 1;
}
.add-to-basket.loading .text {
  opacity: 0;
}
.add-to-basket.once-added {
  background-color: #0a9406;
}

.bx-cstm-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s opacity;
  pointer-events: none;
  z-index: 1000;
}
.bx-cstm-loader.animated {
  opacity: 1;
  pointer-events: all;
}
.bx-cstm-loader .loader {
  width: 44px;
  height: 44px;
}
.bx-cstm-loader .loader:before {
  border: 5px solid #3b6ecd;
}
.range-item__list input {
  position: absolute;
  opacity: 0;
  z-index: -2;
}

input:checked + label {
  background-color: #3b6ecd !important;
}
.range-item__item {
  cursor: pointer;
}
.company__video-preview-item:not(.opened) {
  display: none;
}

.company__video-preview-item iframe {
  width: 100%;
  height: 100%;
}
.company__video-preview-item {
  display: flex;
  justify-content: center;
  height: 100%;
  border-radius: 10px;
}
.company__video-preview-item .loader {
  margin-top: 3rem;
}
.company__video-preview-item .loader::before {
  border-color: #20245f;
}
.company__video-preview-item {
  width: 100%;
}
.company__video-lang span {
  cursor: pointer;
}

.detail-accrd__item-accrd.mobile_viewed img {
  width: 100%;
  height: auto;
}

@media (max-width: 1750px) {
  html .container {
    max-width: 95%;
    width: 100%;
  }
  .footer-main {
    justify-content: space-between;
  }
  html .category__pic img {
    width: 100%;
    object-fit: contain;
  }
}
@media (max-width: 640px) {
  .search-page input[name="q"] {
    width: 100%;
    margin-bottom: 5px;
  }
  .search-page input[type="submit"] {
    width: 100%;
  }
  body {
    zoom: 1;
  }
}

.viz-red-content {
  display: flex;
  /*flex-wrap: wrap;*/
  flex-direction: column;
}
.viz-red-content img {
  margin: 1rem auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.viz-red-content a {
  color: rgb(59, 110, 205) !important;
}

@view-transition {
  navigation: auto;
}

.viz-red-content a * {
  color: rgb(59, 110, 205) !important;
}

.bx-catalog--modifications .catalog-filter {
  margin-bottom: 0;
}

.pagination {
  margin-top: 1.5rem;
  display: flex;
  justify-content: end;
}
.banner__actions.banner__actions--fixed {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  top: auto;
  z-index: 40;
}
.error p {
  background-color: #e2462b30;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  color: #e0462b;
  margin-bottom: 1rem;
}
.success p {
  background-color: #2be25130;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  color: #1e9602;
  margin-bottom: 1rem;
}

.success,
.error {
  width: 100%;
}

.form-outer {
  width: 100%;
}
.loadingSpinner {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border: 4px solid #e8e9ed;
  border-top: 4px solid #3b6ecd;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.form-outer .loadingSpinner {
  opacity: 0;
  pointer-events: none;
  z-index: -10;
  transition: 0.4s opacity;
  position: absolute;
  left: calc((100% - 50px) / 2);
  top: calc((50% - 50px) / 2);
}
.form-outer.loading .loadingSpinner {
  opacity: 1;
  z-index: 2;
}
.form-outer {
  position: relative;
}
.form-outer form {
  opacity: 1;
  transition: 0.4s opacity;
}
.form-outer.loading form {
  opacity: 0.6;
  pointer-events: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.popular__product.product_another {
  height: auto;
}
.header__logo p {
  font-size: 14px;
  margin-top: 10px;
}
.header__tel-mail {
  margin-top: 10px;
}
/*.certs-slider__cert{*/
/*    box-shadow: -1px 4px 20px 4px rgba(1,1,1,.2);*/
/*}*/
.certs-slider__cert img {
  width: 100%;
  box-shadow: -1px 4px 20px 4px rgba(1, 1, 1, 0.2);
  object-fit: contain;
}

@media (max-width: 768px) {
  .modifications .pagination {
    color: #fff;
  }
  .company__video-content {
    max-width: 100%;
    min-width: 100%;
  }
  .header__logo figure {
    height: 39px;
    max-height: 100%;
  }
  .header__logo img {
    height: 39px;
    max-height: 100%;
  }
  .header__logo p {
    display: none;
  }
}

@media (min-width: 769px) {
  html .detail-accrd__item {
    background-color: #f7f6f7;
    color: #000;
  }
  html .accrd-item_active {
    color: #fff;
  }
}
@media (min-width: 1290px) {
  html .category__pic {
    width: 33%;
    align-items: baseline;
    padding: 15px;
  }
  html .category__pic img {
    object-fit: contain;
  }
  html .category__content {
    width: 66%;
  }
  html .category__title {
    font-size: 25px;
  }
  html .category__desc {
    font-size: 17px;
  }
  html .catalog_with-filter .category__content {
    justify-content: flex-start;
  }
}
@media (max-width: 1290px) {
  .category__desc .mobile_viewed {
    display: block !important;
  }
  .category__desc {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (max-width: 768px) {
  html .category__desc {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

html .analog__list {
  text-decoration: none;
}
.analog__item {
  text-decoration: none;
  outline: none;
  border: none;
  width: auto;
  max-width: fit-content;
  padding: 0.625rem 0.9375rem;
  background-color: #f7f6f7;
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
  padding: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  text-overflow: ellipsis;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*html .bx-catalog .range-item__item{*/
/*    background: #ffffff !important;*/
/*    color: #000;*/
/*}*/

input:checked + label.range-item__item {
  background: #e00135db !important;
  color: #fff !important;
}

.viz-red-content.detail-chars strong {
  display: flex;
}

.viz-red-content.detail-chars strong img {
  margin: auto;
}
.price-label {
  font-weight: 400;
  color: #939393;
}
.product_modification .popular__product-foot {
  align-items: center;
}

.viz-red-content {
  max-width: 100%;
}
.bx-filter-parameter a {
  display: flex;
}

@media (max-width: 1280px) {
  .category__desc .desk_viewed {
    display: none;
  }
}
@media (min-width: 768px) {
  .header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
  }

  body {
    padding-top: 220px;
  }
}

section.banner {
  padding-top: 120px;
}
section.banner .banner-wrp {
  max-height: 70vh;
}
.banner__pic {
  max-height: 60vh;
}
.banner__pic img {
  object-fit: contain;
  height: 100%;
  max-height: 60vh;
  object-position: center;
  margin: auto;
  display: flex;
}
.products-slider {
  margin-top: 50px;
}
.nav--columns {
  grid-gap: 10px;
}

.detail-product__desc a,
.about-series__content a {
  color: #3b6ecd;
  text-decoration-line: underline;
}

.about-series__content table {
  border-collapse: collapse;
}

.about-series__content table,
.about-series__content th,
.about-series__content td {
  border: 1px solid black;
  padding: 10px;
}

.popular__product {
  cursor: pointer;
  transition: 0.2s;
}

.popular__product:hover {
  transform: scale(1.03);
  box-shadow: 0 0 9px -4px #3b6ecd;
  border-radius: 6px;
}

.container-contacts {
  font-size: 18px;
  color: #000;
}

.container-contacts h3 {
  font-size: 1.7em;
}

.container-contacts h5 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

.container-contacts p {
  font-size: 1em;
}

.container-contacts a.contacts-links {
  font-size: 1.2em;
  text-decoration: underline;
  color: #535151;
  display: block;
}

.container-contacts .contacts-block * {
  margin: 10px 0;
}

.new-basket .btn,
.new-btn,
.container-contacts .btn {
  min-width: 220px;
  height: 60px;
  border-radius: 10px;
  background-color: #3b6ecd;
  color: #fff;
  font-size: 1.2em;
  margin-top: 20px;
  border: 1px solid;
}

.new-btn:hover,
.new-basket .btn:hover,
.container-contacts .btn:hover {
  border-color: #3b6ecd;
  background-color: #fff;
  color: #3b6ecd;
}

.container-contacts .btn.download {
  background-color: #fff;
  border: 1px solid #3b6ecd;
  color: #3b6ecd;
}

.container-contacts .btn.download:hover {
  background-color: #3b6ecd;
  border: 1px solid #fff;
  color: #fff;
}

.container-contacts p {
  color: #535151;
}

.container-contacts .row {
  margin: 40px 0;
}

.container-contacts .row:first-child {
  margin-top: 0;
}

.container-contacts .subtext {
  font-size: 0.8em;
  color: #333333ad;
}

.container-contacts a + p {
  padding-top: 1em;
}

.container-contacts p + a {
  padding-top: 1em;
}
.container-contacts .row-maps > * {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 960px) {
  .container-contacts .row > * {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.new-header {
  background: #fff;
  box-shadow: 0px 5px 5px #e5e5e54a;
  z-index: 99;
}
.new-header,
.new-header * {
  transition: all 0.4s ease-out;
}
.new-header .header-desc:hover .logo-desc {
  color: #fff;
  background-color: #1f245f;
}
.new-header .logo-title {
  color: #20245f;
  font-size: 0.8em;
  font-weight: 600;
  cursor: default;
}
.new-header .logo-desc {
  color: #4b4b4b;
  font-size: 0.7em;
  background-color: #e4edf0;
  padding: 4px;
  border-radius: 5px;
  margin-top: 7px;
  cursor: default;
  width: fit-content;
}
.new-header .search-form {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.new-header .search-form input[type="text"] {
  width: 100%;
  height: 40px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  padding-left: 10px;
}
.new-header .search-form input[type="text"]:hover {
  border-color: #535151;
}
.new-header .search-form input[type="text"]:focus {
  border-color: #202460;
}
.new-header .search-form input[type="submit"] {
  position: absolute;
  right: 0;
  height: 40px;
  border-radius: 0 10px 10px 0;
  background-color: transparent;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  width: 40px;
  border: 0;
  border-left: 1px solid #d3d0d0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0"/></svg>');
}
.new-header .search-form input[type="submit"]:hover {
  background-color: #cfcdcd;
}
.new-header .header-hot-line-text-social-item:hover {
  transform: scale(1.2);
}
.new-header .logo {
  max-width: 150px;
}
.new-header .logo:hover {
  transform: scale(1.1);
}
.new-header .under-phone {
  display: block;
  width: max-content;
  height: max-content;
  min-width: unset;
  min-height: unset;
  padding: 0;
  background: unset;
  color: #e20136;
  font-size: 1em;
  margin-top: 5px;
  border-bottom: 1px solid transparent;
}
.new-header .phone {
  font-size: 1.3em;
  font-weight: 500;
  color: #222660;
}
.new-header .header__basket {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-header .phone-col {
  border-right: 1px solid;
  border-left: 1px solid;
  border-color: #efefef;
}
.new-header .phone-col:hover .phone {
  color: #3b6ecd;
}
.new-header .phone-col:hover .under-phone {
  border-bottom: 1px solid;
}
.new-header .nav__item {
  width: max-content;
  font-size: 0.95em;
  color: #20245f;
}
.new-header .nav__item:hover {
  border-bottom: 1px solid;
  color: #3b6ecd;
}
.new-header .menu-col {
  box-shadow: 0 -5px 7px 0px #20246008;
}
/*.new-header .main-container:hover .menu-col {*/
/*  padding-top: 1rem !important;*/
/*  padding-bottom: 1rem !important;*/
/*}*/
.new-header .menu-catalog-btn {
  background-color: #e00135db;
  color: #fff;
  border-radius: 4px;
  padding: 14px 14px 14px 39px;
  position: relative;
  border: 1px solid #e00135db;
  font-size: 1.1em;
}
.new-header .menu-catalog-btn:hover {
  background-color: #fff;
  color: #e00135db;
}
.new-header .menu-catalog-btn:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='16' height='16' viewBox='0 0 50 50'><path fill='white' d='M 5 8 A 2.0002 2.0002 0 1 0 5 12 L 45 12 A 2.0002 2.0002 0 1 0 45 8 L 5 8 z M 5 23 A 2.0002 2.0002 0 1 0 5 27 L 45 27 A 2.0002 2.0002 0 1 0 45 23 L 5 23 z M 5 38 A 2.0002 2.0002 0 1 0 5 42 L 45 42 A 2.0002 2.0002 0 1 0 45 38 L 5 38 z'/></svg>");
  display: inline-block;
  width: 16px; /* нужный размер иконки */
  height: 16px;
  margin-left: 8px; /* отступ слева */
  vertical-align: middle;
  left: 1px;
  position: absolute;
}
.new-header .menu-catalog-btn:hover:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='16' height='16' viewBox='0 0 50 50'><path fill='red' d='M 5 8 A 2.0002 2.0002 0 1 0 5 12 L 45 12 A 2.0002 2.0002 0 1 0 45 8 L 5 8 z M 5 23 A 2.0002 2.0002 0 1 0 5 27 L 45 27 A 2.0002 2.0002 0 1 0 45 23 L 5 23 z M 5 38 A 2.0002 2.0002 0 1 0 5 42 L 45 42 A 2.0002 2.0002 0 1 0 45 38 L 5 38 z'/></svg>");
}
.new-header .header-burger-desktop-menu {
  background: #fbfbfb;
  box-shadow: 0 0 20px 1px #a7a7a78c;
  border-radius: 10px;
  display: none;
}
.new-header .header-burger-desktop-menu ul {
  font-size: unset;
  margin: unset;
  padding: unset;
  list-style: unset;
  line-height: unset;
}
.new-header .header-burger-desktop-menu .link {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: fit-content;
  position: relative;
}
.new-header .header-burger-desktop-menu .link:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
.new-header .header-burger-desktop-menu .link > span {
  position: absolute;
  right: 10px;
  color: #202460;
}
.new-header .header-burger-desktop-menu .link:hover {
  background-color: #efefef45;
}
.new-header .header-burger-desktop-menu .link:hover > .children-menu {
  display: block;
}
.new-header .header-burger-desktop-menu .link a:hover {
  color: #e00135db;
  border-color: #e00135db;
}
.new-header .header-burger-desktop-menu .link a {
  font-size: 1em;
  margin-left: 10px;
  color: #202460;
  border-bottom: 1px solid transparent;
  padding-right: 20px;
}
.new-header .header-burger-desktop-menu .link img {
  width: 20%;
}
.new-header .header-burger-desktop-menu .link .children-menu {
  display: none;
  position: absolute;
  left: 100%;
  background: #fff;
  top: 0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px #a7a7a78c;
  border: 1px solid #e3e0e0;
}
.new-header .header-burger-desktop-menu .link .children-menu a {
}
.scrolled .new-header .menu-col {
  /*transition: all 0.1s linear;*/
  /*position: absolute;*/
  /*transform: scaleY(0);*/
  /*width: 100%;*/
  transition: none;
  display: none !important;
}
.scrolled .new-header .header-desc .menu-catalog-btn {
  display: block;
}
.new-header .children-menu-back,
.new-header .bottom-row .close-bottom-row,
.new-header .mobile-phone-icon,
.new-header .mobile-burger-menu-btn,
.new-header .header-desc .menu-catalog-btn,
.scrolled .new-header .header-desc .logo-title,
.scrolled .new-header .header-desc .logo-desc {
  display: none;
}
@media (max-width: 768px) {
  .new-header .header-burger-desktop-menu .link:hover > .children-menu {
    display: none;
  }
  .new-header .header-burger-desktop-menu .link .children-menu {
    display: none;
    position: absolute;
    height: 100vh;
    left: 0;
    width: 100%;
    border: none;
    z-index: 9;
    box-shadow: none;
    overflow: scroll;
  }
  .new-header .search-form input[type="text"],
  .new-header .basket-icon__count,
  .new-header .header-desc .menu-catalog-btn,
  .scrolled .new-header .header-desc .menu-catalog-btn {
    display: none;
  }
  .new-header .bottom-row .close-bottom-row {
    display: block;
    position: absolute;
    left: 90%;
    top: 1.5em;
    font-size: 1.2em;
    font-weight: 800;
    color: #000;
    z-index: 999;
  }
  .new-header .bottom-row {
    display: none;
    position: absolute !important;
    background: #fff;
    left: 0;
    width: 100%;
  }
  .new-header .bottom-row:before {
    content: "";
    background: #fff;
    width: 200vw;
    height: 100vh;
    position: absolute;
  }
  .new-header .menu-col {
    flex-direction: column;
    width: 100%;
  }

  .scrolled .new-header .menu-col {
    display: flex !important;
  }
  .new-header .menu-col > * {
    margin-top: 1.4em;
  }
  .new-header .mobile-burger-menu-btn {
    display: block;
  }
  .new-header .middle-section > * {
    width: fit-content;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .new-header .middle-section {
    display: flex;
    justify-content: space-between;
  }
  .new-header .main-container {
    margin-top: 60px;
    padding-bottom: 10px;
  }
  .new-header .social-col {
    border-right: 1px solid #b5b1b1;
    border-left: 1px solid #b5b1b1;
    padding: 0px 10px;
  }
  .new-header .logo-col {
    position: absolute;
    top: 10px;
    width: 100%;
    justify-content: center !important;
  }
  .new-header .search-form input[type="submit"] {
    position: relative;
    border: none;
  }
  .new-header .header-hot-line-text-social-item:first-child {
    padding-right: 2vw;
  }
  .new-header .search-form input[type="submit"] {
    width: 30px;
    background-size: 24px 24px;
  }
  .new-header .header__basket .icon,
  .new-header .header__search .icon {
    width: 30px;
    height: 30px;
  }
  .new-header .logo {
    max-width: 110px;
  }
  .new-header .phone {
    font-size: 1em;
  }
  .new-header .under-phone {
    font-size: 0.8em;
  }
  .no-scroll .new-header .mobile-phone-icon svg path,
  .scrolled .new-header .mobile-phone-icon svg path {
    fill: #3b6ecd;
  }
  .no-scroll .new-header .logo-title,
  .scrolled .new-header .logo-title,
  .no-scroll .new-header .logo-desc,
  .scrolled .new-header .logo-desc {
    display: none;
  }

  .no-scroll .new-header .under-phone,
  .scrolled .new-header .under-phone,
  .no-scroll .new-header .phone,
  .scrolled .new-header .phone {
    display: none;
  }
  .no-scroll .new-header .mobile-phone-icon svg,
  .scrolled .new-header .mobile-phone-icon svg {
    width: 35px;
    height: 35px;
  }
  .no-scroll .new-header .mobile-phone-icon,
  .scrolled .new-header .mobile-phone-icon {
    display: block;
  }
  .no-scroll .new-header .image img,
  .scrolled .new-header .image img {
    max-width: 5rem;
  }
  .no-scroll .new-header .main-container,
  .scrolled .new-header .main-container {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px !important;
    padding-bottom: 0;
  }
  .no-scroll .new-header .logo-col,
  .scrolled .new-header .logo-col {
    position: relative;
    width: max-content;
    top: unset;
  }
  .header__menu-close {
    top: 5rem;
    right: 1rem;
  }
  .header__menu {
    padding: 6%;
    padding-top: 5rem;
  }
  .header__menu-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .new-header .header-burger-desktop-menu {
    box-shadow: none;
    background: #fff;
    width: 100vw;
    left: 0;
    position: absolute;
    height: 100vh;
  }
  section.container[role="navigation"][aria-label="Основное меню сайта"] {
    padding: 0;
  }
  .new-header .header-burger-desktop-menu ul {
    margin-top: 20%;
  }
  .new-header .header-burger-desktop-menu .link:hover {
    position: unset;
  }
  .new-header .children-menu-back {
    display: block;
    position: absolute;
    left: 10%;
    top: 2.5em;
    font-size: 1.2em;
    font-weight: 800;
    color: #000;
    /*z-index: 999;*/
  }
  .new-header .header-burger-desktop-menu .link a {
    margin-right: 40px;
  }
}

.page-head__breadcrumbs {
  margin-top: 15px;
  margin-bottom: 20px;
}
.footer {
  padding-top: 70px;
  padding-bottom: 50px;
}
.new-footer .conf-row > *,
.new-footer .menu-row > * {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
.new-footer .menu-row > *:not(:last-child) {
  border-right: 1px solid #52579740;
}
.new-footer .menu-row {
  margin-bottom: 40px;
  border-bottom: 1px solid #525797;
  padding-bottom: 40px;
}
.new-footer .conf-row a {
  font-size: 1em;
}
.new-footer .conf-row a:not(:first-child) {
  margin-top: 10px;
}
.new-footer .menu-row a {
  margin-top: 1em;
  font-size: 1em;
}
.new-footer .conf-row *,
.new-footer .menu-row * {
  font-size: 1em;
}
.new-footer .menu-row .new-btn {
  border-color: #3b6ecd;
  margin-top: 30px;
}
.new-footer .nav__item {
  text-transform: none;
}
.new-footer .with-icon {
  display: flex;
  margin-top: 20px !important;
  font-size: 1.2em !important;
}
.new-footer .with-icon figure {
  margin-right: 10px;
}
.new-footer .with-icon figure svg path {
  fill: #fff;
}
.new-footer .with-icon figure svg {
  width: 20px;
  height: 20px;
}
.new-footer .menu-row h4 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.new-footer .logo img {
  filter: invert(1) brightness(1000%);
  width: 70%;
}
.new-footer .bottom-desc {
  margin-top: 20px;
  margin-bottom: 20px;
}
.new-footer .bottom-desc .logo-title {
  font-size: 1.1em;
}
.new-footer .bottom-desc .logo-desc {
  background: #fff;
  color: #20245f;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .new-footer .menu-row > * {
    margin-top: 40px;
  }
  .footer {
    padding-top: 20px;
  }
}

h2 {
  color: #535151;
}

.new-about {
  margin-bottom: 40px;
  font-size: 18px;
}
.new-about .image {
  width: 100%;
}
.new-about .image img {
  width: 100%;
}
.new-about p {
  font-size: 1em;
}
.new-about h1 {
  font-size: 1.7em;
}
.new-about h2 {
  margin-top: 30px;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.new-adv h2 {
  color: #fff;
  font-size: 1.7em;
  margin-bottom: 20px;
  text-transform: math-auto;
}
.new-adv img {
  position: absolute;
  bottom: 0;
}
.new-adv {
  font-size: 18px;
  margin: 70px 0;
  color: #fff;
}
.new-adv p {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}
.new-adv.bg-circles {
  /*background: #3b6ecd;*/
}

.new-adv article {
  display: flex;
  margin-bottom: 20px;
}
.new-adv article header {
  margin-left: 2em;
}

.new-reviews {
  font-size: 18px;
}
.new-reviews h2 {
  font-size: 1.7em;
  text-align: left;
  color: #20245f;
  text-transform: math-auto;
}
.new-reviews a {
  color: #20245f;
  border: 1px solid;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  border-color: #20245f91;
}
.new-reviews p a {
  margin-top: 20px;
  display: block;
  width: fit-content;
  text-decoration: none;
}
.new-reviews article {
  border: 1px solid #20245f0f;
  border-radius: 10px;
  background: #20245f08;
  display: flex;
  align-items: flex-start;
  padding-bottom: 0 !important;
}
.new-reviews article h3 {
  font-size: 1em;
  color: #20245f;
  padding-bottom: 20px;
  font-weight: 700;
  /*border-bottom: 1px solid #ebebeb;*/
}
.new-reviews article p {
  font-size: 16px;
  /* border-bottom: 1px solid #ebebeb; */
  color: #535151;
  text-align: left;
  line-height: 140%;
  color: #20245f;
}
.new-products-popular .swiper-button-next,
.new-products-popular .swiper-button-prev,
.new-certs .btn,
.new-reviews .btn {
  background: #3b6ecd;
  min-width: unset;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  opacity: 0.4;
}
.new-products-popular .swiper-button-next svg,
.new-products-popular .swiper-button-prev svg,
.new-certs .btn svg,
.new-reviews .btn svg {
  position: absolute;
  color: #fff;
}
.swiper-arrows .swiper-button-next svg path,
.swiper-arrows .swiper-button-prev svg path {
  stroke: #fff;
  stroke-width: 2px;
}
.new-certs .swiper-button-prev,
.new-reviews .swiper-button-prev {
  left: -5% !important;
}
.new-certs .swiper-button-next,
.new-reviews .swiper-button-next {
  right: -5% !important;
}
.new-reviews .reviews__list {
  padding-bottom: 20px;
}

.new-clients.clients-sec .clients__list {
  gap: 20px;
}
.new-clients.clients-sec .clients__item {
  width: calc((100% - 120px) / 7);
}

.new-clients {
  font-size: 18px;
}
.new-clients h2 {
  font-size: 1.7em;
  color: #20245f;
  text-transform: math-auto;
}
.new-clients a {
  border: 1px solid #20245f66;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  color: #20245f;
}
.new-clients a path {
  stroke: #20245f;
}
@media (max-width: 768px) {
  .new-adv img {
    display: none;
  }
  .new-about .image img {
    display: none;
  }
  .new-about h1 {
    word-break: break-all;
  }
  .new-clients.clients-sec .clients__item {
    width: 100%;
  }
}

.new-clients-sec,
.new-company,
.new-company-description,
.new-news,
.new-articles,
.new-services,
.new-payment,
.new-steps,
.new-delivery,
.new-certs {
  font-size: 18px;
}

.new-clients-sec .clients__item-name {
  color: #20245f;
}

.new-company-description h1 {
  font-size: 2.3em;
  color: #202460;
  margin-bottom: 1em;
}
.history {
  background: #fbfbfb;
}
.btn {
  border-radius: 10px;
}
.new-news img {
  width: 100%;
  height: 100%;
}
.new-sales article,
.new-articles article,
.new-services article,
.new-news article {
  border: 1px solid #f3f3f3;
  box-shadow: 0px 5px 5px #e5e5e54a;
  border-radius: 10px;
}

.new-articles article h4 {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
}

.new-payment img,
.new-steps img {
  filter: invert(1) brightness(1000%);
}
.new-steps .delivery-contacts__tels a {
  color: #3b6ecd;
}
.new-steps .delivery-contacts__tels a {
  color: #3b6ecd;
}

.new-article img {
  max-width: 100%;
}

.new-delivery .delivery__table {
  margin-top: 20px;
}
.new-delivery h2,
.new-payment h2 {
  font-size: 1.6em;
  color: #21245e;
  text-transform: capitalize;
}
.new-delivery h3,
.new-payment h3 {
  font-size: 1.3em;
}

.new-certs a {
  width: 100%;
  display: block;
  border: 1px solid #ffffff66;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
}
.new-certs a img {
  width: 100%;
}
.new-certs .image {
  /*margin-bottom: 30px;*/
}

.new-sales h3 {
  font-size: 1.5em;
}
.new-sales figure {
  text-align: center;
}
.new-sales figure img {
  max-width: 80%;
  max-height: 300px;
}

.new-empty-form {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  position: relative;
}
.new-empty-form form {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.new-empty-form form input {
  padding: 13px;
  border-radius: 10px;
  background: #fff;
  border: none;
  color: #4b4b4b;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 15px;
}
.new-empty-form form input[type="submit"] {
  background: #2778e1;
  color: #fff;
}
.new-empty-form p {
  font-size: 0.8em;
  opacity: 0.4;
}

.new-top-section .new-btn {
  margin-top: 0;
}
.new-top-section {
  background: #373394;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.new-top-section h2 {
  color: #fff;
  font-size: 2em;
  margin-bottom: 20px;
  text-transform: math-auto;
}
.new-top-section h3 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 1em;
}
.new-top-section h4 {
  font-size: 1em;
}
.new-top-section h4 svg {
  height: 30px;
  margin-right: 10px;
}
.new-top-section figure {
  position: absolute;
  width: 120%;
  height: 110%;
  bottom: -35px;
  right: 0;
}
.new-top-section img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .new-top-section {
    font-size: 16px;
  }
  .new-top-section figure {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .new-empty-form form {
    width: 100%;
  }
}

.new-company {
  color: #20245f;
}

.new-company h2 {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #20245f;
  font-weight: 700;
  text-transform: math-auto;
}

.new-company p {
  font-size: 1em;
  line-height: 1.5em;
}

.new-products-popular {
  font-size: 18px;
}
.new-products-popular h2 {
  font-size: 1.7em;
  color: #20245f;
  text-align: center;
  text-transform: math-auto;
}
.new-products-popular .swiper-wrapper {
  padding: 20px;
}
.new-products-popular .swiper-button-next,
.new-products-popular .swiper-button-prev {
  /*background: #f1f1f1;*/
}

.new-product-card {
  border: 1px solid #20245f0f;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 1;
  border-radius: 10px;
  gap: 20px;
  padding: 25px;
  background: #20245f08;
}
.new-product-card figure {
  text-align: center;
}

.new-articles-main.bg-circles {
  margin-top: 40px;
  margin-bottom: 40px;
}
.new-product-detail-tab {
  font-size: 16px;
}
.new-articles-main {
  font-size: 18px;
  color: #fff;
}
.new-articles-main header a {
  border: 1px solid #ffffff66;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
}
.new-product-detail-tab p,
.new-articles-main p {
  font-size: 1em;
}
.new-articles-main card {
  border-radius: 10px;
}
.new-articles-main .card-body {
  padding: 1.4em;
}
.new-articles-main .card-body a {
  border: 1px solid #20245f66;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  color: #20245f;
}
.time-block {
  color: #20245f;
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 16px;
}
.new-articles-main .card-title {
  color: #20245f;
  font-weight: 700;
}
.new-articles-main p {
  color: #20245f;
  line-height: 1.4em;
  max-height: 200px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 160%;
}
.new-articles-main time {
  font-size: 16px;
}
.new-categories {
  font-size: 18px;
  box-shadow: 0px 0 20px 0px #bfb8b8;
  background: #ebecee;
  padding: 60px 0;
  color: #fff;
}

.new-categories h2 {
  font-size: 1.7em;
}
.new-categories .swiper-button-next,
.new-categories .swiper-button-prev {
  background: #dbdbdb;
}

.catalog {
  padding-bottom: 10px;
}
.bg-gray {
  background: #fdfeff;
}

.catalog__category-item {
  width: 33%;
  border-radius: unset;
  align-items: unset;
  min-height: unset;
  padding: 20px;
  background: unset;
}

.catalog__category-mini {
  margin-top: 36px;
}

.catalog__category-mini-content {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.catalog__category-mini--ymargin {
  margin: 24px auto;
}

.catalog__category-mini--ym {
  margin: 0 auto 24px auto;
}

.catalog__category-mini-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #f3f4f7;
  padding: 12px 16px;
  &:hover {
    background-color: #d7d7d8;
  }
}

.catalog__category-mini-item--btn {
  background: transparent;
  cursor: pointer;
}

.catalog__category-item > div {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px 4px #7f7c7c4a;
  border: 1px solid #e7e7e7;
  color: #535151;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.catalog__category-item figure {
  text-align: center;
  max-height: 200px;
}
.catalog__category-item figure img {
  height: 100%;
}
.catalog__category-item:before {
  content: unset;
  background: unset;
}
.catalog__category-item h3 {
  font-size: 1.2em;
  margin: 20px 0;
}
.catalog__category-item p {
  display: none;
  font-size: 1em;
  margin-bottom: 10px;
}
.category__price {
  font-size: 1.3em;
  background: #fff !important;
}

@media (max-width: 768px) {
  .catalog__category-item {
    width: 100%;
  }
  .category__icon {
    right: 40px;
    bottom: 40px;
  }
  .category__showe-more {
    margin-bottom: 40px;
  }
}

.catalog-wrp {
  gap: 0;
  justify-content: center;
}
.category__showe-more-btn {
  background: #e00135db !important;
}
.category__icon {
  background: #3b6ecd;
}

.range-item__item {
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  padding: 6px;
}
.range-item__title {
  font-size: 18px;
}
.catalog_with-filter .range-item__item {
  background: #3b6ecd4f;
}

.popular-cat {
  padding-bottom: 0;
}

.new-products-popular .swiper-slide {
  align-self: stretch;
  justify-content: stretch;
  display: flex;
  height: auto;
  /*margin-left: -10px;*/
}

.detail-accrd__item {
  height: unset;
  padding: 15px 9px;
}
@media (min-width: 769px) {
  html .accrd-item_active {
    color: #fff;
    background: #3b6ecd;
  }
}
.catalog > :only-child {
  margin-bottom: 50px;
}

.new-certs {
  font-size: 18px;
  background: #3b6ecd;
  color: #fff;
}
.new-certs h2 {
  font-size: 1.7em;
}
.new-certs h2,
.new-certs span {
  color: #fff;
  text-transform: math-auto;
}

.new-certs a svg path {
  stroke: #fff;
}
.new-certs .btn {
  background: #ffffff;
}
.new-certs .btn svg path {
  fill: #000;
}

.new-product-detail h1 {
  font-size: 1.7em;
  margin-bottom: 1em;
  color: #20245f;
}
.new-product-detail .product-gallery figure {
  display: flex;
  justify-content: center;
}
.new-product-detail .show-more-properties {
  padding: 4px 10px;
  font-size: 16px;
  color: #000;
  background: #ffffff;
  border: 1px solid #ebe3e3;
}
.new-product-detail .category-list {
  text-align: right;
}
.new-product-detail .nav-tabs {
  display: flex;
  gap: 0;
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
.new-product-detail .nav-tabs li {
  margin: 0;
}
.new-product-detail-tab {
  margin-top: 40px;
  margin-bottom: 6em;
}
.new-product-detail .nav-link {
  color: #535151;
  /*text-decoration: underline;*/
  background: #ebebeb2b;
}
.new-product-detail .nav-link.active {
  text-decoration: none;
  background: #3b6ecd;
  color: #fff;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .new-product-detail h1 {
    font-size: 1.5em;
  }
  .new-product-detail .product-gallery {
    margin-bottom: 40px;
  }
  .new-product-detail .product-price * {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px !important;
  }
  .new-product-detail .nav-tabs {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}

.new-guarantees {
  font-size: 16px;
}
.new-articles-main h2,
.new-guarantees h1 {
  font-size: 1.7em;
  text-transform: math-auto;
}
.new-guarantees h2 {
  font-size: 1.5em;
}

.breadcrumb:not(:first-child):before {
  content: "❯";
  display: block;
  margin: 0 5px;
  color: #474747;
  font-weight: normal;
  font-size: 12px;
  margin-top: 3px;
  border-radius: unset;
  background: unset;
  height: unset;
  width: unset;
  flex-shrink: unset;
}
.breadcrumb:last-child span {
  color: #5f5c5c;
}
.breadcrumb span {
  max-width: 300px; /* или любое другое значение */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.new-basket .basket-items-list-wrapper,
.new-basket .basket-checkout-container {
  border-radius: 10px;
}

.new-basket .basket-items-list-item-container {
  display: flex;
  width: 100%;
  align-items: center;
  border-top: 1px solid #e9e9e9;
}

.new-basket .basket-items-list-item-container > td {
  border-top: unset;
}

.new-basket .basket-items-list-header {
  background: #fff;
  border-radius: 10px;
}
.new-basket .basket-items-list-container {
  border-radius: 10px;
}
.new-basket .btn {
  margin-top: 0;
}
.popup {
  z-index: 9999;
}
.about-series__content {
  max-height: unset;
}

.new-btn,
.btn {
  background: #2778e1;
}

.new-certs-detail figure a {
  width: 100%;
  display: block;
}
.bg-dots {
  background-color: #20245f;
  /*background-image: url(/local/templates/invt/images/bg-dots.png);*/
  background-repeat: repeat;
  background-blend-mode: overlay;
}

.off-banner img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.off-banner {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 190px;
  height: 190px;
  border: 1px dashed;
  border-radius: 10px;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #ffffffc9;
}

@media (max-width: 768px) {
  .off-banner {
    bottom: -100%;
    left: 0;
  }
}

.company__video-content {
  background: #20245f08;
  padding: 20px 20px 0 20px;
  border-radius: 10px;
}

.clr--blue-light {
  color: #20245f;
}
.company__video-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  color: #20245f;
  font-size: 20px;
  border: 1px solid;
  width: fit-content;
  margin: 20px auto;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  border-color: #20245f91;
}
.card-title {
  color: #20245f;
}
.card-props dt,
.card-props-label {
  color: #20245f;
  font-weight: 400;
  margin-bottom: 2px;
}
.card-props dd,
.card-props-value {
  color: #20245f;
  font-weight: 600;
  margin-bottom: 12px;
}
.reviews__slider-wrp {
  margin-bottom: 0;
}

.feedback-fixed-btn {
  position: fixed;
  bottom: 60px;
  right: 60px;
  background: #2778e1;
  padding: 34px;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
  outline: none;
  overflow: visible;
  z-index: 9999;
}
.feedback-fixed-btn:not(.active) .phone-icon {
  display: block;
}
.feedback-fixed-btn:not(.active) .cross-icon {
  display: none;
}
.feedback-fixed-btn .phone-icon {
  display: none;
}
.feedback-fixed-btn .cross-icon {
  display: block;
}
.feedback-fixed-btn:not(.active) {
  animation: shake 3s infinite;
}
.feedback-fixed-btn .btn {
  display: none;
}
.feedback-fixed-btn.active .btn {
  position: absolute;
  top: -200%;
  right: 0;
  border: none;
  min-width: unset;
  height: 56px;
  width: 150px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.feedback-fixed-btn.active .btn svg {
  margin-right: 10px;
}
.feedback-fixed-btn.active .btn:last-child {
  top: -120%;
}
.feedback-fixed-btn:not(.active) {
  animation: shake 3s infinite;
}
.feedback-fixed-btn .ripple {
  position: absolute;
  border: 2px solid rgb(39 120 225 / 8%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  animation: ripple 3s infinite;
  pointer-events: none;
  background: #2778e133;
}
.feedback-fixed-btn .ripple:nth-child(2) {
  animation-delay: 1.5s;
}

/* Анимация волны */
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

/* Анимация дрожи */
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-3px);
  }
  40%,
  80% {
    transform: translateX(3px);
  }
}

.feedback-fixed-alex {
  position: fixed;
  bottom: 60px;
  left: 60px;
  width: 310px;
  height: 240px;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  border-left: 5px solid #e42552;
  color: #20245f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 4px 84px 0px #20245f66;
  z-index: 9999;
}
.feedback-fixed-alex p {
  font-size: 12px;
}
.feedback-fixed-alex b {
  font-size: 15px;
}
.feedback-fixed-alex .btn {
  background: #fff;
  border: 1px solid #20245f66;
  color: #20245f;
  margin: 0;
  width: 190px;
  height: 40px;
  padding: 0;
  font-size: 14px;
  min-width: 0;
}

@media (max-width: 768px) {
  .mobile-hidden,
  .feedback-fixed-alex,
  .feedback-fixed-btn {
    display: none;
  }
}
.popup {
  z-index: 99990;
}

.popup__main {
  width: fit-content;
  padding: 60px;
}
.popup__main .date {
  border: 1px dashed #e42552;
  width: fit-content;
  padding: 18px 22px;
  border-radius: 10px;
  color: #e42552;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  display: flex;
  align-items: center;
}
.popup__main .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  color: #20245f;
}
.popup__main .phone {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #20245f;
}
.popup__main a {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #20245f;
  margin-top: 10px;
  display: block;
}
.popup__main .confirm {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  color: #20245f;
  opacity: 0.5;
}
.popup__main form {
  display: flex;
  flex-direction: column;
}
.popup__main form .phone-input {
  height: 54px;
  gap: 10px;
  opacity: 1;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 10px;
  border-width: 1px;
  width: 100%;
}

#popup-success .popup__main {
  width: 380px;
  height: 248px;
  gap: 10px;
  opacity: 1;
  border-radius: 20px;
  padding: 50px;
  background: #2778e1;
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
#popup-success .popup__close {
  filter: invert(1);
}
#popup-success b {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
}
#popup-success p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
}
.page-head__title {
  font-size: 2em;
}
.new-delivery,
.new-services,
.new-payment {
  font-size: 16px;
}
.detail-desc__text P {
  font-size: 18px;
  line-height: 140%;
}
.new-services p {
  font-size: 18px;
}
.new-delivery p,
.new-payment p {
  font-size: 16px;
}

.new-delivery h2,
.new-payment h2 {
  font-size: 1.4em;
}
.delivery__table {
  font-size: 16px;
}
.new-delivery h4,
.new-payment h4 {
  font-size: 1.2em;
}

.about-series__note {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-series__note {
  margin-top: 0;
}

.detail-accrd__item-title {
  font-size: 18px;
}
@media (max-width: 768px) {
  .swiper-arrows {
    display: block;
  }
}

.new-bx_filter,
.new-bx_filter .bx_filter_section {
  background: none;
  border: none;
  padding: 0;
}
.new-bx_filter .bx_filter_parameters_box_title:after {
  content: none;
}
.new-bx_filter .bx_filter_parameters_box_title {
  border-bottom: none;
}

.new-bx_filter .bx_ui_slider_track {
  width: 100%;
}
.new-bx_filter .bx_filter_parameters_box_container_block {
  /* display: none; */
}

.myfilter__inputs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 6px;
}

/* .new-bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
  line-height: unset;
  margin: 0;
  padding: 10px 20px;
  border-radius: 20px;
  margin-right: 10px;
  background-color: rgb(125 166 241 / 71%);
  color: #fff;
  text-shadow: none;
  text-align: center;
} */
/* .new-bx_filter input:checked + .bx_filter_param_text {
  background-color: #3b6ecd !important;
} */
.new-bx_filter .bx_filter_param_label.disabled .bx_filter_param_text {
  background: #bfbfbf;
}
.new-bx_filter .bx_ui_slider_pricebar_V {
  background: #3b6ecd !important;
}
.new-bx_filter .bx_ui_slider_pricebar_VN {
  background: rgb(125 166 241 / 71%);
}

.new-bx_filter .bx_filter_search_button {
  background: #3b6ecd;
  border: none;
  color: #fff;
  font-weight: 500;
  min-width: 125px;
  font-family: inherit;
  border-radius: 20px;
  font-size: 1em;
}
/*#bx-panel {*/
/*  display: none!important;*/
/*}*/

.product__table-tech table tr {
  border-bottom: 1px solid #ededed;
}

.product__table-tech table td {
  padding: 12px;
  text-align: left !important;
  line-height: 1.4;
}

.product__table-tech table td[rowspan] {
  text-transform: capitalize;
  font-weight: bold;
}

.product__table-tech table p {
  text-align: left !important;
}

.product__moch {
  padding: 12px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 12px 0;
}

.product__moch-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product__moch-title {
  margin-bottom: 12px;
}

.product__moch-item {
  padding: 6px;
  border: 1px solid #2778e1;
  border-radius: 8px;
  font-size: 14px;
}

.product__moch-item.active,
.product__moch-item:hover {
  color: white;
  background-color: #2778e1;
}

.product-gallery,
.product-image-slider {
  height: 100%;
}

.product-image {
  /* height: 100%; */
  max-height: 100%;
  width: 100%;
}

.product-image a {
  width: 100%;
}

.product-image a img {
  display: block;
  margin: 0 auto;
  max-height: max-content;
}

.catalog__contents {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 12px;
}

.catalog__contents--series {
  gap: 36px;
}

#bx-panel {
  width: 100% !important;
  position: fixed !important;
  top: 0 !important;
}

.product__download-po {
  font-size: 26px !important;
  margin: 12px 0;
  font-weight: 700;
  color: #3b6ecd;
}

@media (max-width: 768px) {
  .product__table-tech table {
    display: block;
    overflow-x: scroll;
    overflow-y: auto;
  }
  .catalog__contents {
    grid-template-columns: 1fr;
  }
}

:root {
  --bs-body-bg: #fdfeff;
}

.onebuypop__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.onebuypop__left {
  display: grid;
  gap: 12px;
  max-width: 380px;
}

.onebuypop__img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 12px;
  min-height: 380px;
  object-fit: cover;
}

.onebuypop__left-title {
  font-size: 18px;
  text-transform: none;
}

.onebuypop__price {
  font-weight: 700;
  color: #dc3545;
}

.onebuypop__instock {
  display: none;
  /* display: flex; */
  align-items: center;
  font-size: 20px;
  color: #198754;
}

.onebuypop__instock.active {
  display: flex;
}

.onebuypop__instock.not {
  color: #dc3545;
}

.onebuypop__title {
  margin-bottom: 34px;
  text-transform: none;
}

.onebuypop__form {
  gap: 24px;
}

.onebuypop__label p {
  font-size: 14px;
  color: #333;
}

.onebuypop__input {
  height: 40px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  margin-top: 4px;
  padding: 6px;
}

.onebuypop__input--area {
  height: 80px;
}

.onebuypop__send .new-btn {
  width: 100%;
  margin: 0;
}

.onebuypop__send p {
  font-size: 12px;
}

.onebuypop__product-btns {
  display: flex;
  align-items: center;
  gap: 6px;
}
.onebuypop__product-btns .btn--onebuy {
  margin: 0;
}

.btn--onebuy {
  margin-top: 12px;
  background: white;
  color: #333;
  border: 1px solid #dddddd;
}

@media (max-width: 960px) {
  .popup {
    overflow: auto;
  }
  .popup__main {
    width: 95%;
    padding: 20px;
  }
  .onebuypop__wrap {
    grid-template-columns: 1fr;
  }
  .onebuypop__img {
    display: none;
  }
}

/* about */
.nabout__hero {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 400px;
  margin-bottom: 20px;
  margin-top: -40px;
}

.nabout__hero-left {
  background: rgba(32, 36, 95, 0.03);
  border-radius: 10px;
  padding: 50px;
  text-align: center;
}

.nabout__hero-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.nabout__hero-btn {
  display: inline-block;
  background: #20245f;
  border-radius: 6px;
  margin: 50px 0 20px;
  padding: 18px;
  font-size: 24px;
  font-weight: 700;
  color: white;
}

.nabout__hero-text {
  font-size: 28px;
  color: #20245f;
  font-weight: 300;
  b {
    font-weight: 700;
  }
}

.nabout__hero-right {
  height: 392px;
  img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
}

.nabout__second {
  display: grid;
  gap: 20px;
  grid-template-columns: 400px 1fr;
  img {
    max-width: 100%;
  }
}

.nabout__second-content {
  background: rgba(32, 36, 95, 0.03);
  border-radius: 10px;
  padding: 40px 50px;
  color: #20245f;
}

.nabout__second-title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.nabout__second-list {
  display: grid;
  gap: 15px;
}

.nabout__second-item {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
  &:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e42552;
  }
}

.nabout__second-last-text {
  margin: 50px 0;
  line-height: 1.6;
  color: #20245f;
}

.nabout__second-slider {
  margin-bottom: 50px;
  .swiper-wrapper {
    margin-bottom: 30px;
    img {
      width: 100%;
    }
  }
}

.nabout__second-slider-controls {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  gap: 40px;

  .nabout__second-slider-btn {
    position: static;
    width: 40px;
    height: 40px;
    background: #20245f;
    border-radius: 50%;
    color: white;
    &:after {
      font-size: 10px;
    }
  }

  .swiper-button-prev:after {
    content: "prev";
  }

  .swiper-button-next:after {
    content: "next";
  }

  .swiper-pagination {
    position: static;
  }
}

.nabout__texts {
  margin-bottom: 30px;
  color: #20245f;
}

.nabout__texts-title {
  margin-bottom: 18px;
  text-transform: none;
  font-size: 30px;
  font-weight: 700;
  color: #20245f;
}

.nabout__texts-content {
  line-height: 1.6;
}

.nabout__texts-anonce {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 30px;
  border-radius: 10px;
  border: 1px dashed #20245f;
  margin: 50px 0;
  padding: 40px 46px;
  font-size: 20px;
}

.nabout__innov {
  margin: 0 0 50px 0;
}

.nabout__innov-list {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 30px;
  align-items: center;
  &.active {
    grid-template-columns: 110px 1fr 110px;
  }
  &.end {
    grid-template-columns: 110px 1fr;
  }
}

.nabout__innov-title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: none;
  color: #20245f;
}

.nabout__innov-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  border: 1px dashed #e42552;
  border-radius: 10px;
  &.hidden {
    display: none;
  }
  &:not(.active) {
    cursor: pointer;
    &::after {
      content: "prev";
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 0;
      height: 100%;
      border-radius: 10px;
      color: white;
      background: rgba(228, 37, 82, 8);
      font-family: swiper-icons;
      transition: 0.2s;
      font-size: 0;
    }
    &:hover::after {
      width: 100%;
      font-size: 16px;
    }
  }
}

.nabout__innov-item.active + .nabout__innov-item::after {
  content: "next";
}

.nabout__innov-item-header-icon {
  display: none;
}

.nabout__innov-item-text {
  display: none;
}

.nabout__innov-item-header-text {
  color: #e42552;
  writing-mode: vertical-lr;
  font-size: 50px;
  font-weight: 700;
}

.nabout__innov-item.active {
  display: block;
  padding: 36px 50px 42px;
  border: none;
  background: rgba(32, 36, 95, 0.03);

  .nabout__innov-item-header {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
  }

  .nabout__innov-item-header-icon {
    display: block;
  }

  .nabout__innov-item-text {
    display: block;
    font-size: 20px;
    font-weight: 100;
    color: #20245f;
  }

  .nabout__innov-item-header-text {
    writing-mode: horizontal-tb;
    font-size: 90px;
  }
}

@media (max-width: 1100px) {
  .nabout__hero,
  .nabout__second {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .nabout__hero {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: -20px;
  }

  .nabout__hero-right {
    height: auto;
  }
  .nabout__hero-left {
    padding: 26px;
  }
  .nabout__hero-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    img {
      display: block;
      max-width: 100%;
    }
  }

  .nabout__hero-btn {
    margin: 20px 0;
    padding: 10px;
    font-size: 14px;
  }

  .nabout__hero-text {
    font-size: 17px;
  }

  .nabout__hero-right img {
    max-height: 300px;
  }

  .nabout__second {
    grid-template-columns: 1fr;
  }

  .nabout__second-content {
    padding: 26px;
  }

  .nabout__second-title {
    font-size: 18px;
  }

  .nabout__second-item {
    font-size: 14px;
    &:before {
      top: 8px;
    }
  }

  .nabout__second-last-text {
    margin: 30px 0;
  }
  .nabout__texts-title {
    font-size: 18px;
  }
  .nabout__texts-anonce {
    padding: 26px;
    grid-template-columns: 1fr;
    font-size: 16px;
    gap: 20px;
    img {
      margin: 0 auto;
    }
  }

  .nabout__innov-title {
    font-size: 18px;
  }

  .nabout__innov-item {
    padding: 4px;
  }
  .nabout__innov-item-header-text {
    font-size: 20px;
  }

  .nabout__innov-item.active {
    padding: 20px;
    .nabout__innov-item-header {
      gap: 10px;
      margin-bottom: 15px;
    }
    .nabout__innov-item-header-text {
      font-size: 30px;
    }
    .nabout__innov-item-text {
      font-size: 16px;
    }
  }

  .nabout__innov-list {
    gap: 6px;
    grid-template-columns: 1fr 40px;
    &.active {
      grid-template-columns: 40px 1fr 40px;
    }
    &.end {
      grid-template-columns: 40px 1fr;
    }
  }

  .new-adv {
    margin: 30px 0;
  }
}

.ndop {
  margin-bottom: 100px;
}

.ndop__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.ndop__item {
  background: rgba(32, 36, 95, 0.03);
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(32, 36, 95, 0.06);
  color: #20245f;
  line-height: 1.6;
}

.ndop__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;

  h2 {
    font-weight: 700;
    font-size: 18px;
    color: #20245f;
    text-transform: none;
  }
}

.ndop__item-text {
  margin-bottom: 10px;
  font-size: 14px;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  &.active {
    display: block;
    overflow: visible;
  }

  p,
  ul,
  li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
  }
  ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  li {
    position: relative;
    padding-left: 15px;
    &::before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      display: block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #e42552;
    }
  }
}

.ndop__item-more {
  color: #e42552;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  span {
    position: relative;
    &:after {
      content: "prev";
      position: relative;
      display: inline;
      font-family: swiper-icons;
      transform: rotate(90deg);
      color: #e42552;
      writing-mode: sideways-lr;
      left: 3px;
      top: -3px;
      font-weight: bold;
      font-size: 9px;
    }
  }
}

@media (max-width: 768px) {
  .ndop__list {
    grid-template-columns: 1fr;
  }
}

.headerLine {
  position: relative;
  height: 46px;
  background-color: #f3f6f6;
  padding: 14px 0;
}

.headerLine__choice {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  span {
    border-bottom: 1px dashed;
  }
  &:hover {
    color: blue;
  }
}

.headerLine__pop {
  display: none;
  position: absolute;
  top: 23px;
  left: 0px;
  gap: 20px;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  box-shadow: -1px 4px 20px 4px rgba(1, 1, 1, 0.2);
  z-index: 3;
  &.active {
    display: grid;
  }
}

.btn--invert {
  background: white;
  color: #5f5f5f;
  border: 1px solid #5f5f5f;
}

.btn--mini {
  font-size: 16px;
  padding: 12px;
}

.headerLineMob {
  display: none;
  position: relative;
  gap: 20px;
  padding: 30px;
  text-align: center;
  line-height: 1.3;
  z-index: 2;
}

.headerLine__choice--mob {
  margin: 0 auto;
}

.choicecity {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);

  &.active {
    display: flex;
  }
}

.choicecity__wrap {
  position: relative;
  max-width: 1300px;
  background: white;
  border-radius: 10px;
  padding: 60px;
}

.choicecity__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  cursor: pointer;
}

.choicecity__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 80px;
  font-weight: 700;
}

.choicecity__link {
  color: #0d6efd;
}

@media (max-width: 768px) {
  .headerLine {
    display: none;
  }
  .headerLineMob {
    display: grid;
  }

  .choicecity__wrap {
    padding: 30px 20px;
  }
  .choicecity__links {
    gap: 30px;
  }
}
