/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/




.grid-list.mobile-scrolled .sections-list__item-image-wrapper--BG{
    padding-top: 123%;
}
.grid-list.mobile-scrolled .sections-list__item-image-wrapper--BG:after{
    background-color: #FAFAFA;
    background: #FAFAFA;
    border-radius: .25rem;
    top: 56%;
}
.sections-list__item-title span{
    color: #123966;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem; /* 120% */
}
.sections-list__item-additional-text-top-part{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
}
.sections-list__item-additional-text-top-part .sections-list__item-products-count{
    color: #434343;
    text-align: center;
    padding: 4px 12px;
    background-color: white;
    border-radius: 0.25rem;
    white-space: nowrap;
    max-width: 106px;
    width: 100%;
    color: #0B213E;
    opacity: 1;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 171.429% */
    
}
.sections-list__item-preview-wrapper .sections-list__item-preview{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.2em;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
    opacity: 1;
}
.grid-list.mobile-scrolled .sections-list__item-image{
    /* bottom: 7rem; */
    bottom: 12.5rem;
} 
.sections-list__item-preview-wrapper,
.sections-list__item--has-additional-text:hover .sections-list__item-text-wrapper{
    display: none;
}
.sections-list__item.dark-block-hover:hover .sections-list__item-preview-wrapper{
    display: block;
}
.sections-list__item.dark-block-hover:hover .sections-list__item-image-wrapper--BG:after{
    background: #133965;
    color: white;
}
.dark-block-hover:hover:before,
.sections-list__item--has-bg:hover .sections-list__item-additional-text-wrapper{
    opacity: 1;
}
.dark-block-hover:before{
    background: none;
}
.dark-block-hover:hover:before{
    background: none;
}
.dark-block-hover:hover .sections-list__item-title span{
    color: white;
}
.sections-list__item.sections-list__item--has-bg:hover{
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
}
.logo{
    max-width: 170px;
}
@media (max-width:991px) {
    .mobileheader--color-colored{
        background: #ffffffd6 !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    }
    #mobileheader{
        position: relative; 
    }
    #mobileheader::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        backdrop-filter: blur(10px); 
        z-index: -1;
    }
    #main .mobileheader--color-colored .menu-light-icon-fill svg *{
        fill: black;
    }
    .logo a img{
        /* filter: brightness(0) invert(0); */
    }
}
@media (max-width:1400px) {
    .grid-list.mobile-scrolled .sections-list__item-image-wrapper--BG:after{
        top: 63%;
    }
}
@media (min-width:1058px) and (max-width:1176px) {
    .grid-list.mobile-scrolled .sections-list__item-image-wrapper--BG:after{
        top: 57%;
    }
}
@media (max-width:1100px) {
    .grid-list.mobile-scrolled .sections-list__item-image{
        bottom: 8.5rem;
    }
    .sections-list__item--has-bg .sections-list__item-additional-text-wrapper{
        min-height: 150px;
    }
    .sections-list__item-preview-wrapper .sections-list__item-preview{
        -webkit-line-clamp: 2;
    }
    .grid-list.mobile-scrolled .sections-list__item-image-wrapper--BG:after{
        top: 60%;
    }
}
@media (min-width:601px) and (max-width:721px) {
    .grid-list.mobile-scrolled .sections-list__item-image-wrapper--BG:after{
        top: 77%;
    }

}
@media (max-width:721px) {
    .sections-list__item-title span{
        font-size: 1rem;
    }
}
.form-inner .form-body{
    width: 70%;
}
@media (max-width:599px) {
    .grid-list.mobile-scrolled .sections-list__item-image-wrapper--BG{
        padding-top: 150%;
    }
    .sections-list__item-image-wrapper--BG:after{
        top: 67%;
    }
    .form-inner .form-body{
        width: 100%;
    }
    .social-video__item.grid-list__item{
        margin-right: 12px;
    }
}
.right_block img{
    width: 100%;
    object-fit: cover;
}
@media (max-width:768px) {
    #mobileheader {
      position: sticky;
      top: 0;
  }
  }

  /*  */
.index-title{
    color: #555;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem; /* 120% */
}

@media (max-width:768px) {
    .index-title{
        font-size: 1.5rem;
    }
    
}


.header-menu__item.header-menu__item-new {
    position: relative;
    padding-right: 15px; /* Добавляем отступ для стрелки */
}

.header-menu__item.header-menu__item-new::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='4' viewBox='0 0 6 4' fill='none'%3E%3Cpath d='M4.59794 0H0.500852C0.0992223 0 -0.138496 0.449603 0.0876423 0.781521L2.13039 3.77986C2.32854 4.0707 2.75716 4.07126 2.95608 3.78094L5.01042 0.782609C5.23776 0.450794 5.00017 0 4.59794 0Z' fill='%23333333'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease; /* Плавный поворот */
}

.header-menu__item.header-menu__item-new:hover::before {
    transform: translateY(-50%) rotate(180deg);
}

.header-menu__item-new .header-menu__dropdown-menu {
    display: none !important;
  }
  
  .header-menu__item-new:hover .mega-menu-custom {
    display: flex;
  }
  
  .mega-menu-custom {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 76.1825rem;
    background: #FFF;
    box-shadow: 0 0 8px 0 rgba(160, 160, 160, 0.10);
    padding: 2.5rem;
    gap: 2.5rem;
    z-index: 100;
  }
  
  .mega-menu__left {
    width: 40%;
  }
  
  .menu-item {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1.25rem;
    color: #333;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75rem; /* 127.273% */
  }
  @media (max-width:1440px) {
    .mega-menu-custom{
        width: 58.1825rem;
    }
  }
  @media (min-width:768px) {
    
  }
  
  .menu-item__icon {
    width: 2rem;
    height: 2rem;
    aspect-ratio: 1/1;
    display: flex;
    object-fit: none;
  }
  
  .menu-item:hover {
    color: #2D5E8D;
  }
  
  .mega-menu__right {
    width: 60%;
  }
  
  .tab-content {
    display: none;
  }
  .detail-block.ordered-block.tabs-block .tab-content {
    display: block;
  }
  .tab-content.active {
    display: block;
  }
  .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 1rem;
    color: #333;
    padding-bottom: .75rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem; /* 120% */
  }
  .accordion-header:hover {
    color: #2D5E8D;
  }
  .accordion-icon {
    transition: transform 0.3s ease;
  }
  
  .accordion-item.active .accordion-icon {
    transform: rotate(180deg);
  }
  .accordion-body {
    display: none;
    padding-left: 10px;
  }
  .accordion-body__links{
    margin-bottom: .5rem;
  }
  .accordion-body__links-link{
    color: #333;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 150% */
  }
  .accordion-body__links-link:hover{
    color: #2D5E8D;
  }
  .accordion-item.active .accordion-body {
    display: block;
  }

  .catalog-items .catalog-block .swiper-pagination{
    bottom: -35px;
  }



  /*  */

  .map-section {
    position: relative;
    width: 100%;
    height: 37.9375rem;
  }
  
  #map {
    width: 100%;
    height: 100%;
  }
  
  /* карточка */
  .contact-card {
    position: absolute;
    top: 2.75rem;
    left: 3.75rem;
    width: 100%;
    max-width: 28.7rem;
    padding: 2.5rem 3.75rem;
    border-radius: 0.25rem;
    background: #FFF;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .contact-card h2 {
    color: #123966;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem; /* 120% */
    margin-bottom: .5rem;
  }
  
  .contact-card .item {
    display: flex;
    gap: .5rem;
  }
  .contact-card .item svg{
    flex-shrink: 0;
  }
  .contact-card .item .item-text{
    color: #555;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem; /* 140% */
  }
  .contact-card .item .item-location{
    display: flex;
    flex-direction: column;
    gap: .5rem;
  }
  .contact-card .item .work-time{
    display: flex;
    flex-direction: column;
    gap: .15rem;
  }
  .contact-card .work-time-text{
    color: #999;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }
  .contact-card .social-block{
    display: flex;
    flex-direction: column;
    gap: .5rem;
  }
  .contact-card .social-block span{
    color: #999;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem; /* 114.286% */
    position: relative;
    z-index: 2;
    background: white;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
  }
 
  .contact-card .social-block-item{
    display: flex;
    gap: .5rem;
    position: relative;
    justify-content: center;
  }
  .contact-card .social-block-item::before{
    content: "";
    position: absolute;
    top: -15px;
    left: 0%;
    right: 0%;
    height: 1px;
    background: #E5E5E5;
    z-index: 0;
  }
  .contact-card .btn{
    border-radius: 0.25rem;
    background: #123966;
    border: 1px solid #123966;
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 1.6rem */
    padding: 0.625rem 2rem;
  }
  @media (max-width: 768px) {
    .map-section {
      height: auto;
    }
  
    #map {
      height: 300px;
    }
  
    .contact-card {
      position: static;
      width: 100%;
      margin-top: 0px;
      padding: 1.25rem;
      border-radius: 16px 16px 0 0;
    }
    .contact-card h2{
      font-size: 1.5rem;
    }
  }

  /*  */
  .form-new .form__wrapper {
    padding: 2.5rem 5rem;
    border-radius: 0.25rem;
    background: #123966;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
    position: relative;
    overflow: hidden;
  }
  
  .form-new .form__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -48px; 
    width: 80px;
    height: 100%;
    background: #B42F41; 
    transform: skewX(11deg); 
  }
  .form-new .form__wrapper .form-header{
    display: flex;
  }
  .form-new .form__wrapper .form-checkbox__box{
    background: transparent;
  }
  .form-new .form__wrapper .btn.btn-default{
    background-color: #fff;
    color: #123966;
  }
  @media (max-width:768px) {
    .form-new .form__wrapper{
      padding: 1rem;
    }
    .form-new .form__wrapper::before{
      transform: skewX(8deg);
    }
    .form-new .form-inner{
      z-index: 2;
    }
    .form-new .form-footer__btn{
      text-align: center;
    }

    .sections-list__item.sections-list__item--has-bg{
      box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
    }
    .sections-list__item.dark-block-hover .sections-list__item-image-wrapper--BG:after{
      background: #133965;
      color: white;
    }
    .sections-list__item.dark-block-hover .sections-list__item-preview-wrapper{
      display: block;
    }
    
    .dark-block-hover .sections-list__item-title span{
      color: white;
    }
    
  }
  @media (max-width:560px) {
    .sections-list__item--has-bg .sections-list__item-additional-text-wrapper{
      bottom: 3px;
    }
    #main .mobile-scrolled--items-2 .sections-list__wrapper{
      width: 280px !important;
    }
    .grid-list.mobile-scrolled .sections-list__item-image{
      height: 16rem;
    }
    .grid-list.mobile-scrolled .sections-list__item-image-wrapper--BG:after{
      top: 55%;
    }
  }

/* Codex desktop mega menu usability redesign start */
@media (min-width: 992px) {
  .header-menu__item--first > a[href="/company/"] .header-menu__wide-submenu-right-arrow,
  .header-menu__item--first > a[href="/company/"] .header-menu__dropdown-right-arrow {
    display: none !important;
  }

  .header-menu__item--first > a[href="/company/"] + .header-menu__dropdown-menu,
  .header-menu__item--first > .header-menu__dropdown-menu:has(+ a[href="/company/"]) {
    display: none !important;
  }

  .header-menu__item--first:has(> a[href="/company/"]) > .header-menu__dropdown-menu {
    display: none !important;
  }

  .header-menu__item:not(.header-menu__item-new) > .header-menu__dropdown-menu {
    position: absolute;
    overflow: visible;
    border: 1px solid #d8e1ec;
    border-top: 3px solid #123966;
    border-radius: 0 0 4px 4px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(11, 33, 62, 0.14), 0 3px 10px rgba(11, 33, 62, 0.08);
  }

  .header-menu__item:not(.header-menu__item-new) > .header-menu__dropdown-menu::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background: #123966;
  }

  .header-menu__item:not(.header-menu__item-new) > .header-menu__dropdown-menu .dropdown,
  .header-menu__item:not(.header-menu__item-new) > .header-menu__dropdown-menu .header-menu__dropdown-menu-inner {
    padding: 8px;
    background: #fff;
  }

  .header-menu__item:not(.header-menu__item-new) > .header-menu__dropdown-menu .header-menu__dropdown-menu-inner:not(.header-menu__dropdown-menu--grids) {
    min-width: 292px;
  }

  .header-menu__item:not(.header-menu__item-new) .header-menu__dropdown-item {
    margin: 0;
    padding: 0;
  }

  .header-menu__item:not(.header-menu__item-new) .header-menu__dropdown-menu-inner:not(.header-menu__dropdown-menu--grids) > .header-menu__dropdown-item {
    margin-bottom: 6px;
    border: 1px solid #e7edf3;
    border-radius: 4px;
    background: #fbfcfe;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
  }

  .header-menu__item:not(.header-menu__item-new) .header-menu__dropdown-menu-inner:not(.header-menu__dropdown-menu--grids) > .header-menu__dropdown-item:last-child {
    margin-bottom: 0;
  }

  .header-menu__item:not(.header-menu__item-new) .header-menu__dropdown-menu-inner:not(.header-menu__dropdown-menu--grids) > .header-menu__dropdown-item:hover {
    border-color: #cbd8e6;
    background: #fff;
    box-shadow: 0 4px 14px rgba(18, 57, 102, 0.08);
  }

  .header-menu__item:not(.header-menu__item-new) .header-menu__dropdown-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    padding: 10px 12px;
    border-radius: 4px;
    color: #1f2f45;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    transition: color .18s ease, background-color .18s ease;
  }

  .header-menu__item:not(.header-menu__item-new) .header-menu__dropdown-item > a span {
    min-width: 0;
  }

  .header-menu__item:not(.header-menu__item-new) .header-menu__dropdown-item > a:hover {
    color: #123966;
    background: transparent;
  }

  .header-menu__item:not(.header-menu__item-new) .header-menu__dropdown-menu--submenu {
    position: absolute;
    margin-left: 8px;
    border: 1px solid #d8e1ec;
    border-top: 3px solid #123966;
    border-radius: 0 0 4px 4px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(11, 33, 62, 0.14), 0 3px 10px rgba(11, 33, 62, 0.08);
  }

  .header-menu__item:not(.header-menu__item-new) .header-menu__dropdown-menu--submenu .dropdown {
    min-width: 260px;
    padding: 8px;
  }

  .header-menu__item:not(.header-menu__item-new) .header-menu__dropdown-right-arrow {
    flex: 0 0 auto;
    opacity: .7;
  }

  .header-menu__item:not(.header-menu__item-new) .header-menu__wide-limiter {
    padding: 8px;
  }

  .header-menu__item:not(.header-menu__item-new) .header-menu__dropdown-menu--grids {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 8px;
    padding: 0;
  }

  .header-menu__item:not(.header-menu__item-new) .header-menu__wide-item-wrapper {
    margin: 0;
  }

  .header-menu__item:not(.header-menu__item-new) .header-menu__dropdown-menu--grids .header-menu__dropdown-item {
    border: 1px solid #e7edf3;
    border-radius: 4px;
    background: #fbfcfe;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
  }

  .header-menu__item:not(.header-menu__item-new) .header-menu__dropdown-menu--grids .header-menu__dropdown-item:hover {
    border-color: #cbd8e6;
    background: #fff;
    box-shadow: 0 4px 14px rgba(18, 57, 102, 0.08);
  }

  .header-menu__item:not(.header-menu__item-new) .header-menu__wide-item-wrapper a {
    display: block;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 4px;
    color: #1f2f45;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    transition: color .18s ease, background-color .18s ease;
  }

  .header-menu__item:not(.header-menu__item-new) .header-menu__wide-item-wrapper a:hover {
    color: #123966;
    background: #eef4fb;
  }

  .header-menu__item-new .mega-menu-custom {
    width: min(1180px, calc(100vw - 64px));
    max-height: calc(100vh - 154px);
    padding: 0;
    gap: 0;
    overflow: hidden;
    border: 1px solid #d8e1ec;
    border-top: 3px solid #123966;
    border-radius: 0 0 4px 4px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(11, 33, 62, 0.14), 0 3px 10px rgba(11, 33, 62, 0.08);
  }

  .header-menu__item-new .mega-menu__left {
    width: 36%;
    max-height: calc(100vh - 157px);
    padding: 18px 16px;
    overflow-y: auto;
    background: #f7f9fb;
    border-right: 1px solid #d8e1ec;
  }

  .header-menu__item-new .mega-menu__right {
    width: 64%;
    max-height: calc(100vh - 157px);
    padding: 20px 24px;
    overflow-y: auto;
    background: #fff;
  }

  .header-menu__item-new .menu-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 6px;
    padding: 12px 42px 12px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #1f2f45;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.32;
    text-decoration: none;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
  }

  .header-menu__item-new .menu-item::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    border-radius: 0 2px 2px 0;
    background: transparent;
    transition: background-color .18s ease;
  }

  .header-menu__item-new .menu-item::after {
    content: "›";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #8a9aae;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    transition: color .18s ease, transform .18s ease;
  }

  .header-menu__item-new .menu-item span {
    display: block;
    min-width: 0;
  }

  .header-menu__item-new .menu-item__icon {
    width: 24px;
    height: 24px;
    margin-top: 1px;
    flex: 0 0 24px;
    object-fit: contain;
  }

  .header-menu__item-new .menu-item:hover,
  .header-menu__item-new .menu-item:focus,
  .header-menu__item-new .menu-item.is-active {
    color: #123966;
    background: #fff;
    border-color: #cbd8e6;
    box-shadow: 0 4px 14px rgba(18, 57, 102, 0.08);
  }

  .header-menu__item-new .menu-item:hover::before,
  .header-menu__item-new .menu-item:focus::before,
  .header-menu__item-new .menu-item.is-active::before {
    background: #123966;
  }

  .header-menu__item-new .menu-item:hover::after,
  .header-menu__item-new .menu-item:focus::after,
  .header-menu__item-new .menu-item.is-active::after {
    color: #123966;
    transform: translateY(-50%) translateX(2px);
  }

  .header-menu__item-new .tab-content.active {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    align-content: start;
  }

  .header-menu__item-new .accordion-item {
    min-width: 0;
    padding: 0;
    border: 1px solid #e7edf3;
    border-radius: 4px;
    background: #fbfcfe;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
  }

  .header-menu__item-new .accordion-item:hover {
    border-color: #cbd8e6;
    background: #fff;
    box-shadow: 0 4px 14px rgba(18, 57, 102, 0.08);
  }

  .header-menu__item-new .accordion-header {
    gap: 12px;
    padding: 11px 12px;
    color: #1f2f45;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
  }

  .header-menu__item-new .accordion-header:hover {
    color: #123966;
  }

  .header-menu__item-new .accordion-header span:first-child {
    min-width: 0;
  }

  .header-menu__item-new .accordion-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #123966;
  }

  .header-menu__item-new .accordion-icon svg {
    width: 14px;
    height: auto;
  }

  .header-menu__item-new .accordion-body {
    padding: 0 12px 10px;
  }

  .header-menu__item-new .accordion-body__links {
    margin: 0;
  }

  .header-menu__item-new .accordion-body__links a,
  .header-menu__item-new .accordion-body__links-link {
    display: block;
    padding: 6px 0;
    border-radius: 4px;
    color: #405066;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
  }

  .header-menu__item-new .tab-content > .accordion-body__links a {
    min-height: 42px;
    padding: 11px 12px;
    border: 1px solid #e7edf3;
    background: #fbfcfe;
    color: #1f2f45;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
  }

  .header-menu__item-new .accordion-body__links a:hover,
  .header-menu__item-new .accordion-body__links-link:hover,
  .header-menu__item-new .tab-content > .accordion-body__links a:hover {
    color: #123966;
    background: transparent;
  }

  .header-menu__item-new .tab-content > .accordion-body__links a:hover {
    background: #fff;
    border-color: #cbd8e6;
    box-shadow: 0 4px 14px rgba(18, 57, 102, 0.08);
  }
}

@media (min-width: 992px) and (max-width: 1240px) {
  .header-menu__item-new .mega-menu-custom {
    width: calc(100vw - 32px);
  }

  .header-menu__item-new .mega-menu__left {
    width: 34%;
  }

  .header-menu__item-new .mega-menu__right {
    width: 66%;
    padding: 18px 20px;
  }

  .header-menu__item-new .tab-content.active {
    gap: 8px 14px;
  }
}
/* Codex desktop mega menu usability redesign end */

/* Codex desktop header top alignment fix start */
@media (min-width: 992px) {
  body:not(.front_page) .header__top-part .header-info-block {
    display: flex !important;
    align-items: center !important;
    width: auto !important;
  }

  body:not(.front_page) .header__top-part .header-info-block > .header__top-item {
    margin-left: 30px;
  }

  body:not(.front_page) .header__top-part .header-info-block > a.js-mailto-track {
    white-space: nowrap;
  }
}
/* Codex desktop header top alignment fix end */

/* Codex KP popup usability fix start */
.callback_frame.jqmWindow #step-choice {
  position: relative;
  padding: 34px 40px 36px;
}

.callback_frame.jqmWindow #step-choice > svg {
  display: none !important;
}

.callback_frame.jqmWindow #step-choice .form-header {
  padding: 0 54px 0 0;
  margin: 0 0 22px;
}

.callback_frame.jqmWindow #step-choice .form-header .title {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.callback_frame.jqmWindow #step-choice .form-body {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: auto !important;
  padding: 0;
}

.callback_frame.jqmWindow #step-choice .btn {
  min-height: 48px;
  padding: 13px 22px 14px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.callback_frame.jqmWindow #step-choice #mailBtn {
  color: #123966;
  background: #fff;
  border: 1px solid #123966;
}

.callback_frame.jqmWindow #step-choice #mailBtn:hover {
  color: #fff;
  background: #123966;
}

.callback_frame.jqmWindow .codex-kp-choice-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #999;
  cursor: pointer;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
    font-size: 0;
}
.callback_frame.jqmWindow .codex-kp-choice-close:hover {
  color: #123966;
}

@media (max-width: 600px) {
  .callback_frame.jqmWindow #step-choice {
    padding: 28px 22px 30px;
  }

  .callback_frame.jqmWindow #step-choice .form-body {
    flex-direction: column;
  }

  .callback_frame.jqmWindow #step-choice .btn {
    width: 100%;
  }
}
/* Codex KP popup usability fix end */

/* Codex services request CTA fix start */
.detail.services .order-info-btns .buy_block,
.detail.services .order-info-btns .buttons,
.detail.services .order-info-btns .to_cart,
.detail.services .order-info-btns .in_cart {
  display: none !important;
}

.detail.services .order-info-btns > .line-block,
.detail.services .order-info-btns .line-block--12 {
  gap: 0;
}

.detail.services .order-info-btns .codex-service-request-btn {
  min-width: 220px;
  padding-left: 24px;
  padding-right: 24px;
  border-color: #123966;
  background: #123966;
  color: #fff;
}

.detail.services .order-info-btns .codex-service-request-btn:hover {
  border-color: #0f3159;
  background: #0f3159;
  color: #fff;
}

.detail.services .order-info-btns .codex-service-request-btn span {
  color: inherit;
}
/* Codex services request CTA fix end */

/* Codex content pages redesign start */
.codex-content-page {
  max-width: 1160px;
  margin: 0 auto;
  color: #333;
}

.codex-content-page p {
  max-width: 860px;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.72;
}

.codex-content-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 32px;
  align-items: center;
  margin: 0 0 34px;
  padding: 34px;
  border: 1px solid #e5eaf1;
  border-radius: 8px;
  background: #f7f9fc;
}

.codex-content-hero--text {
  grid-template-columns: 1fr;
}

.codex-content-eyebrow {
  margin: 0 0 10px;
  color: #123966;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.codex-content-lead {
  max-width: 760px;
  margin: 0;
  color: #4c5563;
  font-size: 18px;
  line-height: 1.65;
}

.codex-content-media {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.codex-content-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
}

.codex-content-section {
  margin: 34px 0;
}

.codex-content-section h2 {
  margin: 0 0 18px;
  color: #1f2933;
  font-size: 28px;
  line-height: 1.25;
}

.codex-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0 0;
}

.codex-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.codex-card {
  padding: 22px;
  border: 1px solid #e4eaf2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(18, 57, 102, .06);
}

.codex-card h3 {
  margin: 0 0 10px;
  color: #123966;
  font-size: 18px;
  line-height: 1.35;
}

.codex-card p,
.codex-card li {
  margin: 0;
  color: #4c5563;
  font-size: 15px;
  line-height: 1.6;
}

.codex-card ul {
  margin: 0;
  padding-left: 20px;
}

.codex-steps {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  counter-reset: codex-step;
}

.codex-step {
  position: relative;
  padding: 18px 20px 18px 66px;
  border: 1px solid #e4eaf2;
  border-radius: 8px;
  background: #fff;
}

.codex-step::before {
  counter-increment: codex-step;
  content: counter(codex-step);
  position: absolute;
  top: 18px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #123966;
  color: #fff;
  font-weight: 700;
}

.codex-step p {
  margin: 0;
}

.codex-faq {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.codex-faq-item {
  padding: 20px 22px;
  border: 1px solid #e4eaf2;
  border-radius: 8px;
  background: #fff;
}

.codex-faq-item h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.35;
}

.codex-faq-item p {
  margin: 0;
}

.codex-partners {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.codex-partner {
  padding: 22px;
  border: 1px solid #e4eaf2;
  border-radius: 8px;
  background: #fff;
}

.codex-partner img {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 54px;
  margin: 0 0 18px;
}

.codex-partner h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.codex-partner a {
  word-break: break-word;
}

.codex-content-cta {
  margin: 34px 0 0;
  padding: 26px;
  border-radius: 8px;
  background: #123966;
  color: #fff;
}

.codex-content-cta p {
  margin: 0;
  color: rgba(255,255,255,.9);
}

.codex-content-cta strong {
  color: #fff;
}

@media (max-width: 900px) {
  .codex-content-hero,
  .codex-card-grid,
  .codex-card-grid--two,
  .codex-partners {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .codex-content-hero {
    padding: 22px;
  }

  .codex-content-section h2 {
    font-size: 24px;
  }
}
/* Codex content pages redesign end */

/* Codex catalog section copy redesign start */
.group_description_block .codex-catalog-copy {
  color: #263447;
  font-size: 17px;
  line-height: 1.72;
  margin-top: 18px;
}

.codex-catalog-copy p {
  margin: 0 0 18px;
}

.codex-catalog-copy h2 {
  color: #1f2b3a;
  font-size: 28px;
  line-height: 1.2;
  margin: 38px 0 18px;
}

.codex-catalog-copy h3 {
  color: #123d71;
  font-size: 19px;
  line-height: 1.3;
  margin: 0 0 10px;
}

.codex-catalog-intro {
  background: #f5f8fc;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  padding: 30px 34px;
  margin-bottom: 28px;
}

.codex-catalog-eyebrow {
  color: #123d71;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.codex-catalog-lead {
  font-size: 20px;
  line-height: 1.62;
  margin-bottom: 0 !important;
}

.codex-catalog-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 20px 0 30px;
}

.codex-catalog-card {
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(24, 43, 70, .06);
  padding: 22px 24px;
}

.codex-catalog-card p,
.codex-catalog-note p {
  margin-bottom: 0;
}

.codex-catalog-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 18px 0 30px;
  padding: 0;
}

.codex-catalog-list li {
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  padding: 16px 18px 16px 46px;
  position: relative;
}

.codex-catalog-list li:before {
  background: #123d71;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 22px;
  position: absolute;
  top: 26px;
  width: 8px;
}

.codex-catalog-note {
  background: #123d71;
  border-radius: 8px;
  color: #fff;
  margin-top: 30px;
  padding: 26px 30px;
}

.codex-catalog-note a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .codex-catalog-grid {
    grid-template-columns: 1fr;
  }

  .codex-catalog-intro {
    padding: 22px;
  }

  .codex-catalog-copy h2 {
    font-size: 24px;
  }

  .codex-catalog-lead {
    font-size: 18px;
  }
}
/* Codex catalog section copy redesign end */

/* Codex catalog top intro redesign start */
.group_description_block.top .codex-catalog-top {
  background: #f5f8fc;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  color: #263447;
  display: grid;
  gap: 8px;
  line-height: 1.65;
  margin: 4px 0 20px;
  padding: 22px 26px;
}

.group_description_block.top .codex-catalog-top strong {
  color: #123d71;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.group_description_block.top .codex-catalog-top span {
  display: block;
  font-size: 18px;
}

@media (max-width: 767px) {
  .group_description_block.top .codex-catalog-top {
    padding: 18px;
  }

  .group_description_block.top .codex-catalog-top span {
    font-size: 16px;
  }
}
/* Codex catalog top intro redesign end */

/* Codex product detail redesign start */
.product-container.detail {
  --codex-blue: #123d71;
  --codex-border: #dbe5f0;
  --codex-text: #263447;
  --codex-muted: #657184;
}

.product-container.detail .catalog-section {
  margin-top: 6px;
}

.product-container.detail .catalog-section__container {
  gap: 30px;
}

.product-container.detail .catalog-section__container__grid {
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--codex-border);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(24, 43, 70, .07);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(280px, 1.08fr) minmax(280px, .92fr) minmax(260px, .7fr);
  margin-bottom: 34px;
  padding: 28px;
}

.product-container.detail .grid-left {
  background: #f8fafd;
  border: 1px solid #e4ebf4;
  border-radius: 8px;
  padding: 18px;
}

.product-container.detail .grid-left__big {
  justify-content: center;
  min-height: 360px;
}

.product-container.detail .grid-left__big .big-img,
.product-container.detail .grid-left__big .big-img img {
  max-height: 420px;
  object-fit: contain;
}

.product-container.detail .grid-left__miniature-pic {
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  overflow: hidden;
}

.product-container.detail .grid-center {
  background: #fff;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  gap: 22px;
  justify-content: flex-start;
  padding: 22px;
}

.product-container.detail .grid-center__top ul {
  gap: 12px;
  margin: 0;
  padding: 0;
}

.product-container.detail .grid-center__top ul li {
  background: #f8fafd;
  border: 1px solid #e4ebf4;
  border-radius: 8px;
  display: grid;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 14px 16px;
}

.product-container.detail .grid-center__top-text:first-child {
  color: var(--codex-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.product-container.detail .grid-center__top-text:last-child {
  color: #1f2b3a;
  font-size: 18px;
  font-weight: 700;
}

.product-container.detail .grid-center__top .all-detail {
  align-self: flex-start;
  background: #fff;
  border: 1px solid var(--codex-border);
  border-radius: 8px;
  color: var(--codex-blue);
  font-size: 15px;
  font-weight: 700;
  padding: 10px 14px;
  text-decoration: none;
}

.product-container.detail .grid-center__top .all-detail:hover {
  background: #f5f8fc;
  color: var(--codex-blue);
}

.product-container.detail .grid-center .all-parts {
  background: #eef6ff;
  border: 1px solid #cfe0f2;
  border-radius: 8px;
  color: var(--codex-blue);
  font-weight: 700;
  padding: 12px 16px;
}

.product-container.detail .grid-right {
  gap: 16px;
}

.product-container.detail .grid-right__info {
  align-items: stretch;
  border: 1px solid var(--codex-border);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(24, 43, 70, .12);
  gap: 16px;
  padding: 20px;
  position: sticky;
  top: 92px;
}

.product-container.detail .grid-right__info::before {
  color: #1f2b3a;
  content: "Запрос по оборудованию";
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 2px;
}

.product-container.detail .grid-right__info__btn,
.product-container.detail .grid-right__info .catalog-detail__cart,
.product-container.detail .grid-right__info .buy_block,
.product-container.detail .grid-right__info .info-buttons,
.product-container.detail .grid-right__info .info-buttons__item {
  width: 100%;
}

.product-container.detail .grid-right__info .buy_block {
  margin: 0;
}

.product-container.detail .grid-right__info .buttons {
  margin-bottom: 10px;
}

.product-container.detail .grid-right__info.codex-no-price .buy_block > .buttons {
  display: none !important;
}

.product-container.detail .grid-right__info.codex-no-price .link-question-header {
  order: -2;
}

.product-container.detail .grid-right__info__btn__link,
.product-container.detail .grid-right__info .to_cart,
.product-container.detail .grid-right__info .link-question-header {
  border-radius: 8px;
  font-size: 16px;
  min-height: 48px;
  padding: 10px 16px;
  width: 100%;
}

.product-container.detail .grid-right__info .link-question-header {
  background: var(--codex-blue);
  border: 1px solid var(--codex-blue);
  color: #fff;
  font-weight: 800;
}

.product-container.detail .grid-right__info .link-question-header:hover {
  background: #0e315d;
  border-color: #0e315d;
}

.product-container.detail .grid-right__info .link-question {
  background: #fff;
  border: 1px solid var(--codex-blue);
  color: var(--codex-blue);
}

.product-container.detail .grid-right__desc {
  background: #fff;
  border: 1px solid var(--codex-border);
  border-radius: 8px;
  padding: 18px;
}

.product-container.detail .grid-right__delivery {
  border-top: 1px solid #e4ebf4;
  padding-top: 14px;
}

.product-container.detail .grid-right__delivery__item-img img {
  max-height: 38px;
  max-width: 160px;
}

.product-container.detail .excellence-section {
  margin: 8px 0 34px;
}

.product-container.detail .excellence-section__container {
  background: #f8fafd;
  border: 1px solid var(--codex-border);
  border-radius: 8px;
  gap: 18px;
  padding: 26px;
}

.product-container.detail .excellence-section__container-title,
.product-container.detail .excellence-section__container-title h2 {
  color: #1f2b3a;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.product-container.detail .excellence-section__container__grid {
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-container.detail .excellence-section__container__grid .grid-item,
.product-container.detail .slide-content .grid-item {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--codex-border);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(18, 57, 102, .05);
  min-height: 120px;
  padding: 18px;
}

.product-container.detail .excellence-section__container__grid .grid-item svg {
  background: #eef6ff;
  border-radius: 8px;
  padding: 6px;
}

.product-container.detail .excellence-section__container__grid .grid-item-text,
.product-container.detail .slide-content .grid-item-text {
  color: var(--codex-text);
  font-size: 15px;
  line-height: 1.55;
}

.product-container.detail .tabs-section {
  background: #fff;
  border: 1px solid var(--codex-border);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(24, 43, 70, .06);
  gap: 0;
  margin-top: 34px;
  overflow: hidden;
}

.product-container.detail .tabs-section .tabs-nav {
  background: #f5f8fc;
  border-bottom: 1px solid var(--codex-border);
  gap: 8px;
  padding: 10px;
}

.product-container.detail .tabs-section .tabs-nav > button.tab-nav__item {
  border: 1px solid transparent;
  border-radius: 8px;
  color: #4c5563;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 18px;
}

.product-container.detail .tabs-section .tabs-nav > button.tab-nav__item.active {
  background: #fff;
  border: 1px solid var(--codex-border);
  box-shadow: 0 4px 12px rgba(18, 57, 102, .06);
  color: var(--codex-blue);
}

.product-container.detail .tabs-section .tabs-nav > button.tab-nav__item h2 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

.product-container.detail .tabs-section .tabs-content {
  padding: 28px;
}

.product-container.detail #tab-description {
  max-width: none;
}

.product-container.detail .tabs-section .tabs-content .tab-content__item__desc-block {
  background: #fff;
  border: 1px solid #e4ebf4;
  border-radius: 8px;
  max-width: none;
  padding: 24px;
}

.product-container.detail .tabs-section .tabs-content .tab-content__item__desc-block .desc-info {
  gap: 18px;
  padding-left: 18px;
}

.product-container.detail .tabs-section .tabs-content .tab-content__item__desc-block .desc-info::before {
  background: var(--codex-blue);
  width: 3px;
}

.product-container.detail .tabs-section .tabs-content .tab-content__item__desc-block .desc-info .text {
  color: var(--codex-text);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
}

.product-container.detail .tabs-section .tabs-content .tab-content__item__desc-block .desc-info .text-production {
  color: #1f2b3a;
  font-size: 20px;
  font-weight: 800;
  margin-top: 6px;
}

.product-container.detail .peculiarties__list__item-text {
  background: #f8fafd;
  border: 1px solid #e4ebf4;
  border-radius: 8px;
  color: var(--codex-text);
  font-size: 16px;
  line-height: 1.65;
  padding: 16px 18px;
}

.product-container.detail .peculiarties__list__item-text ul {
  margin: 0;
}

.product-container.detail .show-desc {
  align-self: flex-start;
  background: #fff;
  border: 1px solid var(--codex-border);
  border-radius: 8px;
  color: var(--codex-blue);
  font-weight: 700;
  padding: 10px 14px;
}

.product-container.detail .table-wrapper__table {
  display: grid;
  gap: 18px;
}

.product-container.detail .spec-table {
  border: 1px solid var(--codex-border);
  border-collapse: separate;
  border-radius: 8px;
  border-spacing: 0;
  overflow: hidden;
}

.product-container.detail .spec-table th,
.product-container.detail .spec-table td {
  border-color: #e4ebf4;
  color: var(--codex-text);
  font-size: 16px;
  line-height: 1.45;
  padding: 14px 16px;
  text-align: left;
}

.product-container.detail .spec-table .top-block th {
  background: #f5f8fc;
  color: var(--codex-blue);
  font-size: 17px;
  font-weight: 800;
}

.product-container.detail .tab-content__item__similar {
  border-top: 1px solid #e4ebf4;
  margin-top: 10px;
  padding-top: 26px;
}

.product-container.detail .tab-content__item__similar .title {
  color: #1f2b3a;
  font-size: 24px;
  font-weight: 800;
}

.product-container.detail .swiper-slide-item {
  border: 1px solid var(--codex-border);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(18, 57, 102, .05);
  overflow: hidden;
}

.product-container.detail .similar-img {
  background: #f8fafd;
}

@media (max-width: 1199px) {
  .product-container.detail .catalog-section__container__grid {
    grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr);
  }

  .product-container.detail .grid-right {
    grid-column: 1 / -1;
  }

  .product-container.detail .grid-right__info {
    position: static;
  }

  .product-container.detail .excellence-section__container__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 990px) {
  .product-container.detail .catalog-section__container__grid {
    display: flex;
    padding: 18px;
  }

  .product-container.detail .grid-left,
  .product-container.detail .grid-center,
  .product-container.detail .grid-right__info,
  .product-container.detail .grid-right__desc,
  .product-container.detail .excellence-section__container,
  .product-container.detail .tabs-section .tabs-content .tab-content__item__desc-block {
    padding: 16px;
  }

  .product-container.detail .grid-left__big {
    min-height: 0;
  }

  .product-container.detail .grid-center {
    flex-direction: column;
  }

  .product-container.detail .grid-center__top-text:first-child,
  .product-container.detail .grid-center__top-text:last-child {
    font-size: 14px;
  }

  .product-container.detail .grid-right__desc {
    display: flex;
  }

  .product-container.detail .excellence-section__container__grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-container.detail .tabs-section .tabs-nav {
    overflow-x: auto;
  }

  .product-container.detail .tabs-section .tabs-content {
    padding: 16px;
  }

  .product-container.detail .tabs-section .tabs-content .tab-content__item__desc-block .desc-info .text {
    font-size: 15px;
  }
}
/* Codex product detail redesign end */

/* Codex product detail CTA tune start */
.product-container.detail .show-desc {
  display: none !important;
}

.product-container.detail .grid-right__info.codex-no-price .grid-right__info__btn {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-container.detail .grid-right__info.codex-no-price .catalog-detail__cart,
.product-container.detail .grid-right__info.codex-no-price .buy_block,
.product-container.detail .grid-right__info.codex-no-price .info-buttons,
.product-container.detail .grid-right__info.codex-no-price .info-buttons__item {
  display: contents !important;
}

.product-container.detail .grid-right__info.codex-no-price .link-question-header,
.product-container.detail .grid-right__info.codex-no-price .link-question {
  height: 56px;
  margin: 0 !important;
  min-width: 0;
  width: 100% !important;
}

.product-container.detail .grid-right__info.codex-no-price .link-question-header {
  order: 0;
}

.product-container.detail .grid-right__info.codex-no-price .link-question {
  order: 1;
}

.product-container.detail .grid-right__info.codex-no-price .link-question .btn-icon {
  flex: 0 0 auto;
}

@media (max-width: 640px) {
  .product-container.detail .grid-right__info.codex-no-price .grid-right__info__btn {
    grid-template-columns: 1fr;
  }
}
/* Codex product detail CTA tune end */

/* Codex product visual edge fixes start */
.product-container.detail .grid-right__info.codex-no-price .link-question .svg,
.product-container.detail .grid-right__info.codex-no-price .link-question i,
.product-container.detail .grid-right__info.codex-no-price .link-question svg {
  display: none !important;
}

.product-container.detail .grid-right__info.codex-no-price .link-question-header,
.product-container.detail .grid-right__info.codex-no-price .link-question {
  align-items: center;
  display: inline-flex !important;
  justify-content: center;
  line-height: 1.15;
  padding-left: 16px !important;
  padding-right: 16px !important;
  text-align: center;
}

.product-container.detail .grid-right__info.codex-no-price .link-question-header > span,
.product-container.detail .grid-right__info.codex-no-price .link-question > span,
.product-container.detail .grid-right__info.codex-no-price .link-question .info-buttons__item-text {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: 1.15;
  white-space: nowrap;
  width: auto;
}

.product-container.detail .tab-content__item__similar {
  overflow: hidden;
}

.product-container.detail .tab-content__item__similar .title-block {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.product-container.detail .tab-content__item__similar .title-block-arrows {
  display: none !important;
}

.product-container.detail .tab-content__item__similar-content {
  overflow: hidden;
  padding: 0 56px 30px;
  position: relative;
}

.product-container.detail .tab-content__item__similar-content .similar-slider {
  overflow: hidden;
}

.product-container.detail .tab-content__item__similar-content > .similar-prev,
.product-container.detail .tab-content__item__similar-content > .similar-next {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(18, 57, 102, .12);
  color: #123d71;
  display: flex;
  height: 42px;
  justify-content: center;
  margin-top: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  z-index: 5;
}

.product-container.detail .tab-content__item__similar-content > .similar-prev {
  left: 8px !important;
  right: auto !important;
}

.product-container.detail .tab-content__item__similar-content > .similar-next {
  left: auto !important;
  right: 8px !important;
}

.product-container.detail .tab-content__item__similar-content > .similar-prev::after,
.product-container.detail .tab-content__item__similar-content > .similar-next::after {
  color: #123d71;
  font-size: 16px;
  font-weight: 700;
}

.product-container.detail .tab-content__item__similar-content .similar-pagination {
  bottom: 0 !important;
  margin-top: 18px;
  position: relative;
}

.product-container.detail .tab-content__item__similar-content .swiper-wrapper {
  align-items: stretch;
}

.product-container.detail .tab-content__item__similar-content .swiper-slide {
  height: auto;
}

.product-container.detail .tab-content__item__similar-content .swiper-slide-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
}

.product-container.detail .tab-content__item__similar-content .similar-img {
  align-items: center;
  border-radius: 6px;
  display: flex;
  height: 285px;
  justify-content: center;
  padding: 12px;
}

.product-container.detail .tab-content__item__similar-content .similar-img img {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.product-container.detail .tab-content__item__similar-content .similar-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 16px;
  min-height: 150px;
  padding: 16px 0 0;
}

.product-container.detail .tab-content__item__similar-content .similar-name {
  color: #111827;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.25;
  margin: 0;
  overflow-wrap: anywhere;
}

.product-container.detail .tab-content__item__similar-content .similar-btn {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  margin-top: auto;
  width: 100%;
}

.fancybox__container .fancybox__slide {
  padding: 24px !important;
}

.fancybox__container .fancybox__content {
  box-sizing: border-box;
  max-height: calc(100dvh - 48px) !important;
  max-width: calc(100vw - 48px) !important;
  overflow: hidden !important;
}

.fancybox__container .fancybox__content img,
.fancybox__container .fancybox__image {
  height: auto !important;
  max-height: calc(100dvh - 48px) !important;
  max-width: calc(100vw - 48px) !important;
  object-fit: contain !important;
  width: auto !important;
}

@media (max-width: 767px) {
  .product-container.detail .tab-content__item__similar-content {
    padding: 0 0 26px;
  }

  .product-container.detail .tab-content__item__similar-content > .similar-prev,
  .product-container.detail .tab-content__item__similar-content > .similar-next {
    display: none !important;
  }

  .fancybox__container .fancybox__slide {
    padding: 12px !important;
  }

  .fancybox__container .fancybox__content,
  .fancybox__container .fancybox__content img,
  .fancybox__container .fancybox__image {
    max-height: calc(100dvh - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }
}
/* Codex product visual edge fixes end */

/* Codex header logo descriptor start */
@media (min-width: 992px) {
  body .header__main-part [data-ajax-load-block="HEADER_TOGGLE_MEGA_MENU_LEFT"],
  body #headerfixed [data-ajax-load-block="HEADER_FIXED_TOGGLE_MEGA_MENU_LEFT"] {
    display: none !important;
  }

  body .header__main-part .logo,
  body #headerfixed .logo {
    gap: 18px;
    max-width: none;
    overflow: visible;
  }

  body .header__main-part .logo > a,
  body #headerfixed .logo > a {
    flex: 0 0 auto;
    width: auto;
  }

  body .header__main-part .logo::after,
  body #headerfixed .logo::after {
    border-left: 1px solid #dbe5f0;
    color: #536174;
    content: "официальный дилер Aetna Group Robopac";
    display: block;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 190px;
    padding-left: 18px;
    text-transform: uppercase;
    white-space: normal;
  }
}

@media (min-width: 992px) and (max-width: 1320px) {
  body .header__main-part .logo::after,
  body #headerfixed .logo::after {
    font-size: 12px;
    max-width: 155px;
  }
}
/* Codex header logo descriptor end */

/* Codex product CTA text fit start */
.product-container.detail .grid-right__info.codex-no-price .link-question-header,
.product-container.detail .grid-right__info.codex-no-price .link-question {
  font-size: clamp(14px, .95vw, 18px) !important;
}

.product-container.detail .grid-right__info.codex-no-price .link-question > span,
.product-container.detail .grid-right__info.codex-no-price .link-question .fill-use-fff,
.product-container.detail .grid-right__info.codex-no-price .link-question .info-buttons__item-text {
  display: inline-flex !important;
  max-width: 100%;
  min-width: 0;
  white-space: nowrap !important;
}
/* Codex product CTA text fit end */

/* Codex services readability redesign start */
.right_block .text_before_items,
.right_block .text_after_items,
.detail.services .introtext,
.detail.services .tab-content .content {
  color: #263447;
  font-size: 17px;
  line-height: 1.65;
}

.right_block .text_before_items,
.right_block .text_after_items {
  background: #f8fafd;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  margin: 0 0 24px;
  padding: 20px 24px;
}

.right_block .text_after_items {
  margin-top: 28px;
}

.right_block .text_before_items p,
.right_block .text_after_items p,
.detail.services .introtext p,
.detail.services .tab-content .content p {
  margin: 0 0 14px !important;
  text-align: left !important;
}

.right_block .text_before_items p:last-child,
.right_block .text_after_items p:last-child,
.detail.services .introtext p:last-child,
.detail.services .tab-content .content p:last-child {
  margin-bottom: 0 !important;
}

.right_block .text_before_items span,
.right_block .text_after_items span,
.detail.services .introtext span,
.detail.services .tab-content .content span {
  color: inherit !important;
  font-size: inherit !important;
}

.right_block .text_before_items b,
.right_block .text_after_items b,
.detail.services .introtext b,
.detail.services .tab-content .content b {
  color: #1f2b3a;
  font-weight: 800;
}

.right_block .offers-section {
  margin-bottom: 30px;
}

.right_block .offers-section__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.right_block .offers-section__grid-item {
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(18, 57, 102, .05);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  text-decoration: none;
}

.right_block .offers-section__grid-item-img {
  align-items: center;
  background: #f8fafd;
  display: flex;
  height: 150px;
  justify-content: center;
  padding: 16px;
}

.right_block .offers-section__grid-item-img img {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.right_block .offers-section__grid-item-info {
  padding: 18px;
}

.right_block .offers-title {
  color: #1f2b3a;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 12px;
}

.right_block .offers-ul {
  margin: 0;
  padding-left: 18px;
}

.right_block .offers-ul-li {
  color: #536174;
  line-height: 1.5;
  margin-bottom: 8px;
}

.right_block .services-list-template .services-grid {
  display: grid;
  gap: 18px;
}

.right_block .services-list-template .services-grid-item {
  align-items: stretch;
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(18, 57, 102, .06);
  display: grid !important;
  gap: 22px;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
  padding: 18px;
}

.right_block .services-list-template .services-grid-item-img {
  background: #f8fafd;
  border: 1px solid #e4ebf4;
  border-radius: 8px;
  height: 180px;
  overflow: hidden;
  width: 100%;
}

.right_block .services-list-template .services-grid-item-img-dinamic {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 14px;
  width: 100%;
}

.right_block .services-list-template .services-grid-item-img img {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.right_block .services-list-template .services-grid-item-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  padding: 2px 0;
}

.right_block .services-list-template .services-grid-item-info-hidden {
  order: 1;
}

.right_block .services-list-template .services-grid-item-title {
  color: #1f2b3a;
  display: block;
  font-size: clamp(20px, 1.45vw, 26px);
  font-weight: 800;
  line-height: 1.25;
  order: 0;
}

.right_block .services-list-template .services-list__item-properties {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.right_block .services-list-template .services-list__item-properties-item {
  background: #f8fafd;
  border: 1px solid #e4ebf4;
  border-radius: 8px;
  color: #536174;
  padding: 8px 10px;
}

.right_block .services-list-template .services-grid-item-info-hidden-border {
  display: none;
}

.right_block .services-list-template .services-grid-item-info-price {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-top: auto;
  order: 2;
}

.right_block .services-list-template .services-grid-btn {
  align-items: center;
  background: #123d71;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  text-align: center;
}

.detail.services {
  color: #263447;
}

.detail.services .detail-image {
  background: #f8fafd;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(18, 57, 102, .05);
  margin: 0 0 22px 28px;
  max-width: 360px;
  padding: 14px;
}

.detail.services .detail-image img {
  display: block;
  max-height: 260px;
  object-fit: contain;
  width: 100%;
}

.detail.services .introtext {
  background: #f8fafd;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 22px 24px;
}

.detail.services .services-detail__bottom-info .grey-bg {
  background: #fff;
  border-color: #dbe5f0;
  box-shadow: 0 10px 26px rgba(18, 57, 102, .06);
}

.detail.services .services-detail__bottom-info .text {
  color: #263447;
  font-size: 17px;
  line-height: 1.55;
}

.detail.services .tabs-block {
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  margin-top: 24px;
  padding: 22px;
}

.detail.services .tabs-block .tabs {
  margin-bottom: 18px;
}

.detail.services .tab-content .content {
  max-width: 880px;
}

.detail.services .props_block {
  border-color: #dbe5f0;
}

@media (max-width: 1199px) {
  .right_block .offers-section__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .right_block .services-list-template .services-grid-item {
    grid-template-columns: 1fr;
  }

  .right_block .services-list-template .services-grid-item-img {
    height: 220px;
  }

  .detail.services .detail-image {
    float: none !important;
    margin: 0 0 20px;
    max-width: none;
  }

  .detail.services .detail-image img {
    max-height: 320px;
  }
}
/* Codex services readability redesign end */

/* Codex catalog subsection links and service props start */
.right_block.catalog_page .top-content-block .section-block > .sections-list {
  background: #f7f9fc;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  margin: 0 0 28px;
  padding: 18px;
}

.right_block.catalog_page .top-content-block .section-block > .sections-list .grid-list {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
  margin: 0 !important;
}

.right_block.catalog_page .top-content-block .section-block > .sections-list .sections-list__wrapper {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.right_block.catalog_page .top-content-block .section-block > .sections-list .sections-list__item {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  box-shadow: none !important;
  box-sizing: border-box;
  display: flex !important;
  min-height: 74px;
  padding: 16px 48px 16px 18px;
  position: relative;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.right_block.catalog_page .top-content-block .section-block > .sections-list .sections-list__item:hover {
  border-color: #123d71;
  box-shadow: 0 10px 28px rgba(18, 57, 102, .12) !important;
  transform: translateY(-1px);
}

.right_block.catalog_page .top-content-block .section-block > .sections-list .sections-list__item::after {
  color: #123d71;
  content: ">";
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.right_block.catalog_page .top-content-block .section-block > .sections-list .sections-list__item-image-wrapper,
.right_block.catalog_page .top-content-block .section-block > .sections-list .sections-list__item-preview-wrapper,
.right_block.catalog_page .top-content-block .section-block > .sections-list .sections-list__item-text-wrapper,
.right_block.catalog_page .top-content-block .section-block > .sections-list .bottom_nav {
  display: none !important;
}

.right_block.catalog_page .top-content-block .section-block > .sections-list .sections-list__item-additional-text-wrapper {
  display: block;
  min-width: 0;
  width: 100%;
}

.right_block.catalog_page .top-content-block .section-block > .sections-list .sections-list__item-additional-text-top-part {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.right_block.catalog_page .top-content-block .section-block > .sections-list .sections-list__item-title {
  color: #123d71 !important;
  font-size: 17px !important;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.right_block.catalog_page .top-content-block .section-block > .sections-list .sections-list__item-products-count {
  background: #eef4fb;
  border-radius: 999px;
  color: #52647a !important;
  flex: 0 0 auto;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.2;
  padding: 5px 9px;
  white-space: nowrap;
}

.right_block.catalog_page .catalog-block__info-btn .codex-catalog-request-btn {
  align-items: center;
  display: inline-flex !important;
  justify-content: center;
  min-height: 46px;
  width: 100%;
}

.detail.services .codex-service-props-in-description {
  background: #f7f9fc;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  margin: 28px 0 0;
  padding: 22px;
}

.detail.services .codex-service-props-in-description .ordered-block__title {
  margin-bottom: 16px;
}

.detail.services .codex-service-props-in-description .props_block {
  background: #fff;
}

.detail.services + .bottom-links-block {
  display: none !important;
}

@media (max-width: 767px) {
  .right_block.catalog_page .top-content-block .section-block > .sections-list {
    padding: 12px;
  }

  .right_block.catalog_page .top-content-block .section-block > .sections-list .grid-list {
    grid-template-columns: 1fr !important;
  }

  .right_block.catalog_page .top-content-block .section-block > .sections-list .sections-list__item {
    min-height: 66px;
    padding: 14px 42px 14px 14px;
  }

  .right_block.catalog_page .top-content-block .section-block > .sections-list .sections-list__item-title {
    font-size: 16px !important;
  }

  .detail.services .codex-service-props-in-description {
    padding: 16px;
  }
}
/* Codex catalog subsection links and service props end */

/* Codex board services detail start */
.detail.services .detail-image--left {
  float: right !important;
  margin: 0 0 22px 28px !important;
}

.detail.services .tab-content .content {
  max-width: none;
}

.detail.services .codex-service-detail {
  display: grid;
  gap: 24px;
}

.detail.services .codex-service-lead {
  background: #f7f9fc;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  color: #263447;
  font-size: 18px;
  line-height: 1.6;
  padding: 22px 24px;
}

.detail.services .codex-service-lead p {
  margin: 0 0 12px !important;
}

.detail.services .codex-service-lead p:last-child {
  margin-bottom: 0 !important;
}

.detail.services .codex-service-points {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail.services .codex-service-point {
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(18, 57, 102, .05);
  padding: 18px;
}

.detail.services .codex-service-point b {
  color: #123d71 !important;
  display: block;
  font-size: 15px;
  line-height: 1.35;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.detail.services .codex-service-point span {
  color: #536174 !important;
  display: block;
  font-size: 15px !important;
  line-height: 1.5;
}

.detail.services .codex-service-table-section {
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(18, 57, 102, .06);
  overflow: hidden;
}

.detail.services .codex-service-table-title {
  border-bottom: 1px solid #dbe5f0;
  color: #1f2b3a;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  padding: 22px 24px;
}

.detail.services .codex-service-table-note {
  color: #536174;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  padding: 18px 24px 0;
}

.detail.services .codex-service-table-scroll {
  overflow-x: auto;
  padding: 18px 24px 24px;
}

.detail.services .codex-service-table-scroll table {
  background: #fff;
  border: 1px solid #dbe5f0 !important;
  border-collapse: collapse !important;
  color: #263447 !important;
  font-size: 15px;
  line-height: 1.45;
  min-width: 720px;
  width: 100% !important;
}

.detail.services .codex-service-table-scroll table table {
  min-width: 680px;
}

.detail.services .codex-service-table-scroll td,
.detail.services .codex-service-table-scroll th {
  border: 1px solid #dbe5f0 !important;
  color: #263447 !important;
  padding: 11px 12px !important;
  text-align: left !important;
  vertical-align: top;
}

.detail.services .codex-service-table-scroll tr:first-child td,
.detail.services .codex-service-table-scroll tr:first-child th {
  background: #f7f9fc;
  color: #123d71 !important;
  font-weight: 800;
}

.detail.services .codex-service-table-scroll p {
  margin: 0 !important;
}

.detail.services .codex-service-next {
  background: #f7f9fc;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  color: #263447;
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 22px;
}

.detail.services .codex-service-next h2 {
  color: #1f2b3a;
  font-size: 24px;
  margin: 0 0 12px;
}

.detail.services .codex-service-next ul {
  margin: 0;
  padding-left: 20px;
}

.detail.services .codex-service-next li {
  margin: 0 0 8px;
}

@media (max-width: 991px) {
  .detail.services .detail-image--left {
    float: none !important;
    margin: 0 0 20px !important;
  }

  .detail.services .codex-service-points {
    grid-template-columns: 1fr;
  }

  .detail.services .codex-service-table-title {
    font-size: 21px;
    padding: 18px;
  }

  .detail.services .codex-service-table-note,
  .detail.services .codex-service-table-scroll {
    padding-left: 18px;
    padding-right: 18px;
  }
}
/* Codex board services detail end */

/* Codex compact service sections start */
.right_block .services-list-template {
  margin-bottom: 34px;
}

.right_block .services-list-template .services-grid {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
}

.right_block .services-list-template .services-grid-item {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  box-shadow: none !important;
  display: flex !important;
  justify-content: space-between;
  min-height: 72px;
  overflow: hidden;
  padding: 16px 48px 16px 18px;
  position: relative;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.right_block .services-list-template .services-grid-item:hover {
  border-color: #123d71;
  box-shadow: 0 10px 26px rgba(18, 57, 102, .1) !important;
  transform: translateY(-1px);
}

.right_block .services-list-template .services-grid-item::after {
  color: #123d71;
  content: ">";
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.right_block .services-list-template .services-grid-item-img {
  display: none !important;
}

.right_block .services-list-template .services-grid-item-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 0 !important;
  width: 100%;
}

.right_block .services-list-template .services-grid-item-title {
  color: #1f2b3a;
  display: block;
  font-size: 17px !important;
  font-weight: 800;
  line-height: 1.28;
  order: 0;
}

.right_block .services-list-template .services-grid-item-info-hidden,
.right_block .services-list-template .services-grid-item-info-hidden-border,
.right_block .services-list-template .services-grid-item-info-price {
  display: none !important;
}

.right_block .codex-offers-section {
  background: #f7f9fc;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  margin: 36px 0 0;
  padding: 26px;
}

.right_block .codex-offers-section .index-title {
  color: #1f2b3a;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 18px;
}

.right_block .codex-offers-section .offers-section__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.right_block .codex-offers-section .offers-section__grid-item {
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(18, 57, 102, .05);
  display: block;
  min-height: 100%;
  padding: 22px;
}

.right_block .codex-offers-section .offers-section__grid-item-img {
  display: none !important;
}

.right_block .codex-offers-section .offers-section__grid-item-info {
  padding: 0;
}

.right_block .codex-offers-section .offers-title {
  color: #123d71;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 14px;
}

.right_block .codex-offers-section .offers-ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.right_block .codex-offers-section .offers-ul-li {
  color: #536174;
  display: grid;
  font-size: 15px;
  grid-template-columns: 12px 1fr;
  line-height: 1.45;
  margin: 0;
}

.right_block .codex-offers-section .offers-ul-li::before {
  background: #123d71;
  border-radius: 50%;
  content: "";
  display: block;
  height: 5px;
  margin-top: .55em;
  width: 5px;
}

.right_block .codex-offers-section + .bottom_nav_wrapper,
.right_block .codex-offers-section + .nav-compact {
  display: none !important;
}

@media (max-width: 1199px) {
  .right_block .codex-offers-section .offers-section__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .right_block .services-list-template .services-grid {
    grid-template-columns: 1fr !important;
  }

  .right_block .services-list-template .services-grid-item {
    padding: 14px 42px 14px 14px;
  }

  .right_block .codex-offers-section {
    padding: 18px;
  }

  .right_block .codex-offers-section .index-title {
    font-size: 24px;
  }
}
/* Codex compact service sections end */

/* Codex service section descriptions start */
.right_block .text_after_items .codex-service-section-copy,
.right_block .section-content-wrapper .codex-service-section-copy {
  background: #f7f9fc;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  color: #263447;
  display: grid;
  gap: 14px;
  margin: 28px 0;
  padding: 24px 26px;
}

.right_block .text_after_items .codex-service-section-copy p,
.right_block .section-content-wrapper .codex-service-section-copy p {
  color: #536174;
  font-size: 17px;
  font-weight: 400 !important;
  line-height: 1.65;
  margin: 0 !important;
}

.right_block .text_after_items .codex-service-section-copy b,
.right_block .text_after_items .codex-service-section-copy strong,
.right_block .section-content-wrapper .codex-service-section-copy b,
.right_block .section-content-wrapper .codex-service-section-copy strong {
  font-weight: 400 !important;
}

.right_block .text_after_items .codex-service-section-copy ul,
.right_block .section-content-wrapper .codex-service-section-copy ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
}

.right_block .text_after_items .codex-service-section-copy li,
.right_block .section-content-wrapper .codex-service-section-copy li {
  align-items: flex-start;
  color: #263447;
  display: grid;
  font-size: 16px;
  gap: 10px;
  grid-template-columns: 10px 1fr;
  line-height: 1.5;
  margin: 0;
}

.right_block .text_after_items .codex-service-section-copy li::before,
.right_block .section-content-wrapper .codex-service-section-copy li::before {
  background: #123d71;
  border-radius: 50%;
  content: "";
  display: block;
  height: 5px;
  margin-top: .65em;
  width: 5px;
}

@media (max-width: 767px) {
  .right_block .text_after_items .codex-service-section-copy,
  .right_block .section-content-wrapper .codex-service-section-copy {
    margin: 20px 0;
    padding: 18px;
  }

  .right_block .text_after_items .codex-service-section-copy p,
  .right_block .section-content-wrapper .codex-service-section-copy p {
    font-size: 16px;
  }
}
/* Codex service section descriptions end */

/* Codex catalog subsection links hardening start */
.right_block.catalog_page .sections-list {
  background: #f7f9fc !important;
  border: 1px solid #dbe5f0 !important;
  border-radius: 8px !important;
  margin: 0 0 28px !important;
  padding: 18px !important;
}

.right_block.catalog_page .sections-list > .grid-list,
.right_block.catalog_page .sections-list .grid-list {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  margin: 0 !important;
}

.right_block.catalog_page .sections-list .sections-list__wrapper {
  display: block !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: auto !important;
}

.right_block.catalog_page .sections-list .sections-list__item {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #dbe5f0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  display: flex !important;
  height: auto !important;
  min-height: 76px !important;
  overflow: hidden !important;
  padding: 16px 48px 16px 18px !important;
  position: relative !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.right_block.catalog_page .sections-list .sections-list__item:hover {
  border-color: #123d71 !important;
  box-shadow: 0 10px 26px rgba(18, 57, 102, .1) !important;
  transform: translateY(-1px);
}

.right_block.catalog_page .sections-list .sections-list__item::after {
  color: #123d71 !important;
  content: ">" !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  position: absolute !important;
  right: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.right_block.catalog_page .sections-list .sections-list__item-image-wrapper,
.right_block.catalog_page .sections-list .sections-list__item-image-wrapper--PICTURES,
.right_block.catalog_page .sections-list .sections-list__item-image-wrapper--BG,
.right_block.catalog_page .sections-list .sections-list__item-image,
.right_block.catalog_page .sections-list .sections-list__item-preview-wrapper,
.right_block.catalog_page .sections-list .sections-list__item-text-wrapper,
.right_block.catalog_page .sections-list .bottom_nav {
  display: none !important;
}

.right_block.catalog_page .sections-list .sections-list__item-link--absolute {
  inset: 0 !important;
  z-index: 2 !important;
}

.right_block.catalog_page .sections-list .sections-list__item-additional-text-wrapper {
  display: block !important;
  min-width: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.right_block.catalog_page .sections-list .sections-list__item-additional-text-top-part {
  align-items: flex-start !important;
  display: flex !important;
  gap: 12px !important;
  justify-content: space-between !important;
}

.right_block.catalog_page .sections-list .sections-list__item-title {
  color: #123d71 !important;
  display: block !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
  margin: 0 !important;
}

.right_block.catalog_page .sections-list .sections-list__item-title span,
.right_block.catalog_page .sections-list .sections-list__item-title a {
  color: inherit !important;
}

.right_block.catalog_page .sections-list .sections-list__item-products-count {
  background: #eef4fb !important;
  border-radius: 999px !important;
  color: #52647a !important;
  flex: 0 0 auto !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  padding: 5px 9px !important;
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  .right_block.catalog_page .sections-list {
    padding: 12px !important;
  }

  .right_block.catalog_page .sections-list > .grid-list,
  .right_block.catalog_page .sections-list .grid-list {
    grid-template-columns: 1fr !important;
  }

  .right_block.catalog_page .sections-list .sections-list__item {
    min-height: 66px !important;
    padding: 14px 42px 14px 14px !important;
  }
}
/* Codex catalog subsection links hardening end */

/* Codex catalog sidebar banner and subsection cards start */
.sidearea .include .codex-robopac-sidebar-banner,
.codex-robopac-sidebar-banner {
  border: 1px solid #dbe6f3;
  border-radius: 8px;
  background: linear-gradient(135deg, #f7faff 0%, #ffffff 58%, #eef5fb 100%);
  box-shadow: 0 12px 28px rgba(18, 57, 102, .08);
  color: #1f2d3d;
  font-size: 14px;
  line-height: 1.45;
  margin: 26px 0;
  overflow: hidden;
  padding: 24px 22px 24px;
  position: relative;
  text-align: left;
}

.codex-robopac-sidebar-banner:before {
  background: #123966;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.codex-robopac-sidebar-banner:after {
  background: url('/upload/codex/robomaster-mark-bg.png') center / contain no-repeat;
  bottom: 12px;
  content: "";
  height: 128px;
  opacity: .07;
  pointer-events: none;
  position: absolute;
  right: 12px;
  width: 128px;
  z-index: 0;
}

.codex-robopac-wordmark,
.codex-robopac-label,
.codex-robopac-benefits {
  position: relative;
  z-index: 1;
}

.codex-robopac-wordmark {
  color: #123966;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1;
  margin: 0 0 10px;
}

.codex-robopac-label {
  color: #8d1722;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.codex-robopac-benefits {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 auto;
  max-width: 265px;
  padding: 0;
}

.codex-robopac-benefits li {
  align-items: start;
  color: #334155;
  display: grid;
  font-size: 14px;
  gap: 10px;
  grid-template-columns: 8px minmax(0, 1fr);
  line-height: 1.35;
  margin: 0;
  text-align: left;
}

.codex-robopac-benefits li:before {
  align-self: start;
  background: #123966;
  border-radius: 50%;
  content: "";
  height: 6px;
  margin-top: .48em;
  width: 6px;
}

.right_block.catalog_page .sections-list > .grid-list,
.right_block.catalog_page .sections-list .grid-list {
  align-items: stretch !important;
  grid-auto-rows: 1fr !important;
}

.right_block.catalog_page .sections-list .sections-list__wrapper {
  display: flex !important;
  min-height: 98px !important;
}

.right_block.catalog_page .sections-list .sections-list__item {
  align-items: center !important;
  display: flex !important;
  min-height: 98px !important;
  padding: 20px 56px 20px 24px !important;
  position: relative !important;
  width: 100% !important;
}

.right_block.catalog_page .sections-list .sections-list__item:after {
  color: #123966;
  content: ">";
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.right_block.catalog_page .sections-list .sections-list__item-additional-text-wrapper {
  align-items: center !important;
  display: flex !important;
  min-height: 100% !important;
}

.right_block.catalog_page .sections-list .sections-list__item-additional-text-top-part {
  align-items: center !important;
  display: flex !important;
  gap: 16px !important;
  justify-content: space-between !important;
  width: 100% !important;
}

.right_block.catalog_page .sections-list .sections-list__item-title {
  align-items: center !important;
  display: flex !important;
  flex: 1 1 auto !important;
  min-height: 44px !important;
}

.right_block.catalog_page .sections-list .sections-list__item-title span {
  display: block !important;
}

.right_block.catalog_page .sections-list .sections-list__item-products-count {
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  margin-left: auto !important;
  min-height: 28px !important;
}

@media (max-width: 767px) {
  .right_block.catalog_page .sections-list .sections-list__item,
  .right_block.catalog_page .sections-list .sections-list__wrapper {
    min-height: 78px !important;
  }

  .right_block.catalog_page .sections-list .sections-list__item {
    padding: 16px 46px 16px 16px !important;
  }

  .right_block.catalog_page .sections-list .sections-list__item:after {
    right: 17px;
  }
}
/* Codex catalog sidebar banner and subsection cards end */

/* Codex footer dealer banner start */
.codex-footer-dealer-banner {
  margin: 34px auto 0;
  max-width: 100%;
  overflow: hidden;
}

.codex-footer-dealer-banner img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .codex-footer-dealer-banner {
    margin-top: 24px;
  }

  .codex-footer-dealer-banner img {
    min-height: 92px;
    object-fit: cover;
    object-position: left center;
  }
}
/* Codex footer dealer banner end */

/* Codex robopac sidebar first-line bullets start */
.codex-robopac-benefits li {
  align-content: start !important;
  align-items: start !important;
}

.codex-robopac-benefits li:before {
  align-self: start !important;
  display: block !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  margin-top: .32em !important;
  position: static !important;
  transform: none !important;
}
/* Codex robopac sidebar first-line bullets end */

/* Codex service description tables start */
.detail.services .content table:not(.props_block__wrapper),
.detail.services .ordered-block table:not(.props_block__wrapper),
.detail.services .text_after_items table:not(.props_block__wrapper) {
  background: #fff;
  border: 1px solid #dbe5f0 !important;
  border-collapse: collapse !important;
  color: #263447 !important;
  display: block;
  font-size: 15px;
  line-height: 1.5;
  margin: 22px 0 28px;
  max-width: 100%;
  overflow-x: auto;
  width: 100% !important;
}

.detail.services .content table:not(.props_block__wrapper) thead,
.detail.services .ordered-block table:not(.props_block__wrapper) thead,
.detail.services .text_after_items table:not(.props_block__wrapper) thead,
.detail.services .content table:not(.props_block__wrapper) tbody,
.detail.services .ordered-block table:not(.props_block__wrapper) tbody,
.detail.services .text_after_items table:not(.props_block__wrapper) tbody {
  display: table;
  min-width: 640px;
  width: 100%;
}

.detail.services .content table:not(.props_block__wrapper) th,
.detail.services .ordered-block table:not(.props_block__wrapper) th,
.detail.services .text_after_items table:not(.props_block__wrapper) th,
.detail.services .content table:not(.props_block__wrapper) td,
.detail.services .ordered-block table:not(.props_block__wrapper) td,
.detail.services .text_after_items table:not(.props_block__wrapper) td {
  border: 1px solid #dbe5f0 !important;
  color: #263447 !important;
  padding: 13px 15px !important;
  text-align: left !important;
  vertical-align: top !important;
}

.detail.services .content table:not(.props_block__wrapper) th,
.detail.services .ordered-block table:not(.props_block__wrapper) th,
.detail.services .text_after_items table:not(.props_block__wrapper) th {
  background: #f7f9fc !important;
  color: #123966 !important;
  font-weight: 800 !important;
}

.detail.services .content table:not(.props_block__wrapper) td:first-child,
.detail.services .ordered-block table:not(.props_block__wrapper) td:first-child,
.detail.services .text_after_items table:not(.props_block__wrapper) td:first-child {
  color: #1f2b3a !important;
  font-weight: 700;
  width: 28%;
}

@media (max-width: 767px) {
  .detail.services .content table:not(.props_block__wrapper),
  .detail.services .ordered-block table:not(.props_block__wrapper),
  .detail.services .text_after_items table:not(.props_block__wrapper) {
    font-size: 14px;
    margin: 18px 0 24px;
  }

  .detail.services .content table:not(.props_block__wrapper) thead,
  .detail.services .ordered-block table:not(.props_block__wrapper) thead,
  .detail.services .text_after_items table:not(.props_block__wrapper) thead,
  .detail.services .content table:not(.props_block__wrapper) tbody,
  .detail.services .ordered-block table:not(.props_block__wrapper) tbody,
  .detail.services .text_after_items table:not(.props_block__wrapper) tbody {
    min-width: 560px;
  }
}
/* Codex service description tables end */

/* Codex footer form cleanup start */
body .form-list-new {
  background: #fff !important;
  background-image: none !important;
  margin-top: 20px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  z-index: 2;
}

body .form-list-new:before,
body .form-list-new:after,
body .form-list-new .maxwidth-theme:before,
body .form-list-new .maxwidth-theme:after,
body .form-list-new .form-fon,
body .form-new:before,
body .form-new:after {
  background: none !important;
  content: none !important;
  display: none !important;
}

body .form-new {
  background-image: none !important;
}

body .codex-footer-dealer-banner {
  aspect-ratio: 3435 / 458;
  background: #fff url("/upload/codex/robomaster-aetna-footer-banner.png") center / cover no-repeat !important;
  height: auto !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

body .codex-footer-dealer-banner img {
  aspect-ratio: 3435 / 458;
  height: 100% !important;
  object-fit: cover;
  opacity: 1 !important;
  visibility: visible !important;
}

body .main.banner-auto:has(.codex-footer-dealer-banner) {
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  body .form-list-new {
    margin-top: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body .codex-footer-dealer-banner {
    aspect-ratio: auto;
    height: 92px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
/* Codex footer form cleanup end */

/* Codex product root sections restore start */
.right_block.catalog_page .sections-list.sections-list--img-srl {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 0 32px !important;
  padding: 0 !important;
}

.right_block.catalog_page .sections-list.sections-list--img-srl .grid-list {
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__wrapper {
  display: flex !important;
  min-height: 220px !important;
}

.right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item {
  align-items: stretch !important;
  background: #fff !important;
  border: 1px solid #dbe5f0 !important;
  border-radius: 8px !important;
  display: flex !important;
  min-height: 220px !important;
  padding: 28px !important;
}

.right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item:after {
  content: none !important;
  display: none !important;
}

.right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item-image-wrapper {
  display: block !important;
  flex: 0 0 180px !important;
  margin: 0 24px 0 0 !important;
  max-width: 180px !important;
  min-height: 150px !important;
}

.right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item-image {
  display: block !important;
  height: 150px !important;
  width: 180px !important;
}

.right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item-text-wrapper {
  display: flex !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item-text-top-part {
  display: block !important;
  width: 100% !important;
}

.right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item-title {
  display: block !important;
  min-height: 0 !important;
}

.right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item-title a {
  color: #123966 !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item-products-count {
  background: transparent !important;
  border-radius: 0 !important;
  color: #6b7280 !important;
  display: block !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin: 10px 0 12px !important;
  padding: 0 !important;
}

.right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item-childs {
  display: block !important;
}

@media (max-width: 991px) {
  .right_block.catalog_page .sections-list.sections-list--img-srl .grid-list {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item {
    flex-direction: column !important;
    min-height: 0 !important;
    padding: 20px !important;
  }

  .right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item-image-wrapper {
    flex-basis: auto !important;
    margin: 0 0 16px !important;
    max-width: none !important;
  }

  .right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item-image {
    height: 170px !important;
    width: 100% !important;
  }
}
/* Codex product root sections restore end */

/* Codex mobile usability cleanup start */
@media (max-width: 767px) {
  body .codex-footer-dealer-banner {
    aspect-ratio: 3435 / 458 !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body .codex-footer-dealer-banner img {
    aspect-ratio: 3435 / 458 !important;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    width: 100% !important;
  }

  .detail.services .content table:not(.props_block__wrapper),
  .detail.services .ordered-block table:not(.props_block__wrapper),
  .detail.services .text_after_items table:not(.props_block__wrapper) {
    -webkit-overflow-scrolling: touch;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    display: block !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    width: 100% !important;
  }

  .detail.services .content table:not(.props_block__wrapper) thead,
  .detail.services .ordered-block table:not(.props_block__wrapper) thead,
  .detail.services .text_after_items table:not(.props_block__wrapper) thead,
  .detail.services .content table:not(.props_block__wrapper) tbody,
  .detail.services .ordered-block table:not(.props_block__wrapper) tbody,
  .detail.services .text_after_items table:not(.props_block__wrapper) tbody {
    display: table !important;
    min-width: 620px !important;
    width: 620px !important;
  }

  .detail.services .content table:not(.props_block__wrapper) th,
  .detail.services .ordered-block table:not(.props_block__wrapper) th,
  .detail.services .text_after_items table:not(.props_block__wrapper) th,
  .detail.services .content table:not(.props_block__wrapper) td,
  .detail.services .ordered-block table:not(.props_block__wrapper) td,
  .detail.services .text_after_items table:not(.props_block__wrapper) td {
    min-width: 150px !important;
    padding: 10px 12px !important;
  }

  .right_block.catalog_page .sections-list.sections-list--img-srl {
    margin-bottom: 20px !important;
  }

  .right_block.catalog_page .sections-list.sections-list--img-srl .grid-list {
    gap: 16px !important;
  }

  .right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item {
    gap: 12px !important;
    padding: 16px !important;
  }

  .right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item-image-wrapper {
    height: 118px !important;
    margin: 0 0 10px !important;
    min-height: 0 !important;
  }

  .right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item-image {
    background-position: center center !important;
    background-size: contain !important;
    height: 118px !important;
    width: 100% !important;
  }

  .right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item-title a {
    font-size: 17px !important;
    line-height: 1.25 !important;
  }

  .right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item-products-count {
    margin: 6px 0 8px !important;
  }

  .right_block.catalog_page .sections-list.sections-list--img-srl .sections-list__item-childs {
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin-top: 8px !important;
  }

  .catalog-detail__bottom-info .owl-carousel .owl-nav button,
  .ordered-block .owl-carousel .owl-nav button {
    transform: none !important;
  }
}
/* Codex mobile usability cleanup end */

/* Codex product delivery period start */
.product-container.detail .grid-right__delivery-block {
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
}

.product-container.detail .codex-delivery-line {
  color: #1f2b3a;
  font-weight: 700;
}

.product-container.detail .codex-delivery-date {
  color: #123966;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .product-container.detail .grid-right__delivery-block {
    align-items: flex-start;
  }
}
/* Codex product delivery period end */

/* Codex product factory plant start */
.product-container.detail .grid-center__top .codex-factory-plant .grid-center__top-text:first-child {
  color: #6b7280;
}

.product-container.detail .grid-center__top .codex-factory-plant .grid-center__top-text:last-child {
  color: #123966;
  font-weight: 800;
}
/* Codex product factory plant end */

/* Codex product advantages compact start */
.product-container.detail .excellence-section {
  margin: 28px 0 !important;
}

.product-container.detail .excellence-section__container {
  background: #f7f9fc !important;
  border: 1px solid #dbe5f0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  padding: 28px !important;
}

.product-container.detail .excellence-section__container-title {
  margin: 0 0 20px !important;
}

.product-container.detail .excellence-section__container-title h2,
.product-container.detail h2.excellence-section__container-title {
  color: #1f2b3a !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.product-container.detail .excellence-section .controls-block,
.product-container.detail .excellence-swiper {
  display: none !important;
}

.product-container.detail .excellence-section__container__grid {
  counter-reset: codex-advantage;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.product-container.detail .excellence-section__container__grid .grid-item {
  align-items: flex-start !important;
  background: #fff !important;
  border: 1px solid #dbe5f0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  counter-increment: codex-advantage;
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) !important;
  gap: 14px !important;
  min-height: 98px !important;
  padding: 18px 20px !important;
}

.product-container.detail .excellence-section__container__grid .grid-item svg {
  display: none !important;
}

.product-container.detail .excellence-section__container__grid .grid-item::before {
  color: #123966;
  content: counter(codex-advantage, decimal-leading-zero);
  display: block;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.product-container.detail .excellence-section__container__grid .grid-item-text {
  color: #263447 !important;
  display: block !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.38 !important;
  margin: 0 !important;
}

@media (max-width: 1200px) {
  .product-container.detail .excellence-section__container__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .product-container.detail .excellence-section {
    margin: 22px 0 !important;
  }

  .product-container.detail .excellence-section__container {
    padding: 18px !important;
  }

  .product-container.detail .excellence-section__container-title {
    margin-bottom: 14px !important;
  }

  .product-container.detail .excellence-section__container-title h2,
  .product-container.detail h2.excellence-section__container-title {
    font-size: 24px !important;
  }

  .product-container.detail .excellence-section__container__grid {
    gap: 10px !important;
    grid-template-columns: 1fr !important;
  }

  .product-container.detail .excellence-section__container__grid .grid-item {
    grid-template-columns: 40px minmax(0, 1fr) !important;
    gap: 12px !important;
    min-height: 0 !important;
    padding: 14px 16px !important;
  }

  .product-container.detail .excellence-section__container__grid .grid-item::before {
    font-size: 22px;
  }

  .product-container.detail .excellence-section__container__grid .grid-item-text {
    font-size: 15px !important;
    line-height: 1.35 !important;
  }
}
/* Codex product advantages compact end */

/* Codex product specs and advantages mobile start */
.product-container.detail .excellence-section__container {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

.product-container.detail .excellence-section__container-title {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.product-container.detail .excellence-section__container__grid {
  margin: 0 !important;
}

.product-container.detail .codex-spec-factory {
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(220px, .45fr) minmax(0, 1fr);
  overflow: hidden;
}

.product-container.detail .codex-spec-factory__label,
.product-container.detail .codex-spec-factory__value {
  color: #263447;
  font-size: 16px;
  line-height: 1.45;
  padding: 14px 16px;
}

.product-container.detail .codex-spec-factory__label {
  background: #f5f8fc;
  color: #123966;
  font-weight: 800;
}

.product-container.detail .codex-spec-factory__value {
  font-weight: 700;
}

@media (max-width: 990px) {
  .product-container.detail .tabs-section .tabs-content .tab-content__item__desc-block .desc-info {
    gap: 0 !important;
    padding-left: 0 !important;
  }

  .product-container.detail .tabs-section .tabs-content .tab-content__item__desc-block .desc-info::before {
    content: none !important;
    display: none !important;
  }

  .product-container.detail #tab-specifications .table-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .product-container.detail #tab-specifications .table-wrapper__table {
    display: block !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .product-container.detail #tab-specifications .spec-table {
    display: table !important;
    min-width: 620px;
    width: 100% !important;
  }

  .product-container.detail #tab-specifications .spec-accordion {
    display: none !important;
  }

  .product-container.detail #tab-specifications .acc-header,
  .product-container.detail #tab-specifications .acc-body {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .product-container.detail .excellence-section__container {
    gap: 12px !important;
  }

  .product-container.detail .codex-spec-factory {
    grid-template-columns: 1fr !important;
  }

  .product-container.detail .codex-spec-factory__label,
  .product-container.detail .codex-spec-factory__value {
    font-size: 14px !important;
    padding: 11px 12px !important;
  }

  .product-container.detail .codex-spec-factory__value {
    border-top: 1px solid #dbe5f0;
  }
}
/* Codex product specs and advantages mobile end */

/* Codex catalog delivery dates start */
.right_block.catalog_page .codex-catalog-delivery,
.catalog_page .codex-catalog-delivery {
  align-items: center;
  color: #123d71;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.35;
  margin: 0 0 10px;
  text-align: center;
}

.right_block.catalog_page .codex-catalog-delivery span,
.catalog_page .codex-catalog-delivery span {
  background: #f1f6fb;
  border: 1px solid #dbe5f0;
  border-radius: 6px;
  display: block;
  padding: 7px 10px;
  width: 100%;
}
/* Codex catalog delivery dates end */

/* Codex product tabs visibility start */
.product-container.detail .tabs-section .tab-content__item[id^="tab-"] {
  display: none;
}

.product-container.detail .tabs-section .tab-content__item[id^="tab-"].active {
  display: flex;
  flex-direction: column;
}
/* Codex product tabs visibility end */

/* Codex specs quick characteristics start */
.product-container.detail #tab-specifications .table-wrapper__table {
  display: block;
  width: 100%;
}

.product-container.detail #tab-specifications .table-wrapper__table table,
.product-container.detail #tab-specifications .codex-spec-characteristics,
.product-container.detail #tab-specifications .codex-spec-factory {
  background: #fff;
  border: 1px solid #dbe5f0 !important;
  border-collapse: separate !important;
  border-radius: 8px;
  border-spacing: 0 !important;
  margin: 0 0 16px;
  overflow: hidden;
  width: 100%;
}

.product-container.detail #tab-specifications .table-wrapper__table table th,
.product-container.detail #tab-specifications .table-wrapper__table table td {
  border: 0 !important;
  border-bottom: 1px solid #dbe5f0 !important;
  border-right: 1px solid #dbe5f0 !important;
  color: #263447;
  font-size: 16px;
  line-height: 1.45;
  padding: 16px 18px !important;
  vertical-align: middle;
}

.product-container.detail #tab-specifications .table-wrapper__table table tr:last-child > th,
.product-container.detail #tab-specifications .table-wrapper__table table tr:last-child > td {
  border-bottom: 0 !important;
}

.product-container.detail #tab-specifications .table-wrapper__table table tr > th:last-child,
.product-container.detail #tab-specifications .table-wrapper__table table tr > td:last-child {
  border-right: 0 !important;
}

.product-container.detail #tab-specifications .table-wrapper__table table tr > th:first-child,
.product-container.detail #tab-specifications .table-wrapper__table table tr > td:first-child {
  background: #f5f8fc;
  color: #123966;
  font-weight: 800;
}

.product-container.detail #tab-specifications .codex-spec-characteristics {
  display: grid;
}

.product-container.detail #tab-specifications .codex-spec-characteristics__row,
.product-container.detail #tab-specifications .codex-spec-factory {
  display: grid;
  grid-template-columns: minmax(240px, .32fr) minmax(0, 1fr);
}

.product-container.detail #tab-specifications .codex-spec-characteristics__row + .codex-spec-characteristics__row {
  border-top: 1px solid #dbe5f0;
}

.product-container.detail #tab-specifications .codex-spec-characteristics__label,
.product-container.detail #tab-specifications .codex-spec-characteristics__value,
.product-container.detail #tab-specifications .codex-spec-factory__label,
.product-container.detail #tab-specifications .codex-spec-factory__value {
  color: #263447;
  font-size: 16px;
  line-height: 1.45;
  padding: 16px 18px;
}

.product-container.detail #tab-specifications .codex-spec-characteristics__label,
.product-container.detail #tab-specifications .codex-spec-factory__label {
  background: #f5f8fc;
  border-right: 1px solid #dbe5f0;
  color: #123966;
  font-weight: 800;
}

.product-container.detail #tab-specifications .codex-spec-characteristics__value,
.product-container.detail #tab-specifications .codex-spec-factory__value {
  font-weight: 600;
}

@media (max-width: 767px) {
  .product-container.detail #tab-specifications .table-wrapper__table {
    overflow-x: auto;
  }

  .product-container.detail #tab-specifications .table-wrapper__table table th,
  .product-container.detail #tab-specifications .table-wrapper__table table td,
  .product-container.detail #tab-specifications .codex-spec-characteristics__label,
  .product-container.detail #tab-specifications .codex-spec-characteristics__value,
  .product-container.detail #tab-specifications .codex-spec-factory__label,
  .product-container.detail #tab-specifications .codex-spec-factory__value {
    font-size: 14px;
    padding: 12px 14px !important;
  }

  .product-container.detail #tab-specifications .codex-spec-characteristics__row,
  .product-container.detail #tab-specifications .codex-spec-factory {
    grid-template-columns: 1fr;
  }

  .product-container.detail #tab-specifications .codex-spec-characteristics__label,
  .product-container.detail #tab-specifications .codex-spec-factory__label {
    border-bottom: 1px solid #dbe5f0;
    border-right: 0;
  }
}
/* Codex specs quick characteristics end */

/* Codex scheme large image start */
.product-container.detail #tab-scheme .codex-scheme-wrapper {
  display: block !important;
  max-width: none !important;
  width: 100% !important;
}

.product-container.detail #tab-scheme .scheme-text {
  margin-bottom: 24px;
}

.product-container.detail #tab-scheme .scheme-gallery {
  display: block !important;
  gap: 24px;
  max-width: none !important;
  width: 100% !important;
}

.product-container.detail #tab-scheme .scheme-gallery__item {
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 10px;
  display: block !important;
  max-width: none !important;
  overflow: visible !important;
  padding: 24px;
  width: 100% !important;
}

.product-container.detail #tab-scheme .scheme-gallery__item img {
  display: block;
  height: auto;
  max-height: none;
  max-width: 100% !important;
  min-width: 0 !important;
  object-fit: contain;
  width: 100% !important;
}

@media (max-width: 767px) {
  .product-container.detail #tab-scheme .scheme-gallery__item {
    padding: 12px;
  }

  .product-container.detail #tab-scheme .scheme-gallery__item img {
    min-width: 0 !important;
  }
}
/* Codex scheme large image end */

/* Codex mobile menu CTA alignment start */
@media (max-width: 991px) {
  #mobilemenu .mobilemenu__button-new,
  #mobilemenu .mobilemenu__button {
    box-sizing: border-box !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    width: 100% !important;
  }

  #mobilemenu .mobilemenu__button-new .btn,
  #mobilemenu .mobilemenu__button .btn {
    align-items: center !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    display: flex !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    height: 44px !important;
    justify-content: center !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    max-width: none !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    text-align: center !important;
    white-space: normal !important;
    width: 100% !important;
  }

  #mobilemenu .mobilemenu__button-new + .mobilemenu__button,
  #mobilemenu .mobilemenu__button + .mobilemenu__button-new,
  #mobilemenu .mobilemenu__button + .mobilemenu__button {
    margin-top: 14px !important;
  }
}

@media (max-width: 380px) {
  #mobilemenu .mobilemenu__button-new,
  #mobilemenu .mobilemenu__button {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}
/* Codex mobile menu CTA alignment end */

/* Codex header social icons start */
@media (min-width: 992px) {
  .codex-header-social {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    margin-left: 18px;
    white-space: nowrap;
  }

  .codex-header-social__link {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    line-height: 1;
    transition: opacity .18s ease, transform .18s ease;
    width: 34px;
  }

  .codex-header-social__link:hover,
  .codex-header-social__link:focus-visible {
    opacity: .86;
    transform: translateY(-1px);
  }

  .codex-header-social__link svg {
    display: block;
    height: 26px;
    width: 26px;
  }

  .codex-header-social__link--rutube svg {
    height: 26px;
    width: 26px;
  }

  .codex-header-social__link--max svg {
    height: 26px;
    width: 26px;
  }

  .footer .codex-header-social,
  .footer__social.codex-header-social {
    display: inline-flex;
    margin: 0;
    padding-top: 12px;
  }

  .footer .codex-header-social__link,
  .footer__social.codex-header-social .codex-header-social__link {
    background: transparent;
    border: 0;
  }

  .footer .codex-header-social__link svg,
  .footer__social.codex-header-social .codex-header-social__link svg {
    color: currentColor;
    display: block;
    height: 28px;
    width: 28px;
  }

  .footer .codex-header-social__link--rutube svg,
  .footer__social.codex-header-social .codex-header-social__link--rutube svg {
    height: 28px;
    width: 28px;
  }

  .footer .codex-header-social__link--max svg,
  .footer__social.codex-header-social .codex-header-social__link--max svg {
    height: 28px;
    width: 28px;
  }

  .footer .codex-header-social__link:hover,
  .footer .codex-header-social__link:focus-visible,
  .footer__social.codex-header-social .codex-header-social__link:hover,
  .footer__social.codex-header-social .codex-header-social__link:focus-visible {
    opacity: .86;
  }
}

@media (max-width: 991px) {
  .header__top-part .codex-header-social {
    display: none !important;
  }

  .mobileheader .codex-mobile-header-social {
    align-items: center;
    display: inline-flex !important;
    gap: 8px;
    justify-content: flex-end;
    margin-right: 10px;
  }

  .mobileheader .codex-mobile-header-social .codex-header-social__link {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    padding: 0;
    width: 30px;
  }

  .mobileheader .codex-mobile-header-social .codex-header-social__link svg {
    display: block;
    height: 26px;
    width: 26px;
  }

  .mobileheader .codex-mobile-header-social .codex-header-social__link--max svg {
    height: 26px;
    width: 26px;
  }

  .footer .codex-header-social,
  .footer__social.codex-header-social {
    align-items: center;
    display: inline-flex !important;
    gap: 10px;
    margin-top: 8px;
  }

  .footer .codex-header-social__link,
  .footer__social.codex-header-social .codex-header-social__link {
    align-items: center;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
  }

  .footer .codex-header-social__link svg,
  .footer__social.codex-header-social .codex-header-social__link svg {
    display: block;
    height: 28px;
    width: 28px;
  }

  .footer .codex-header-social__link--rutube svg,
  .footer__social.codex-header-social .codex-header-social__link--rutube svg {
    height: 28px;
    width: 28px;
  }

  .footer .codex-header-social__link--max svg,
  .footer__social.codex-header-social .codex-header-social__link--max svg {
    height: 28px;
    width: 28px;
  }
}
/* Codex header social icons end */

/* Codex product documents tab start */
.product-container.detail .codex-documents-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  width: 100%;
}

.product-container.detail .codex-document-card {
  align-items: center;
  background: #fff;
  border: 1px solid #d8e4f1;
  border-radius: 8px;
  color: #1f2b3d;
  display: flex;
  gap: 16px;
  min-height: 96px;
  padding: 20px 22px;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.product-container.detail .codex-document-card:hover,
.product-container.detail .codex-document-card:focus-visible {
  border-color: #173f72;
  box-shadow: 0 14px 30px rgba(23, 63, 114, .12);
  color: #173f72;
  transform: translateY(-1px);
}

.product-container.detail .codex-document-card__icon {
  align-items: center;
  background: #eef6ff;
  border-radius: 8px;
  color: #173f72;
  display: inline-flex;
  flex: 0 0 52px;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.product-container.detail .codex-document-card__icon svg {
  display: block;
  height: 28px;
  width: 28px;
}

.product-container.detail .codex-document-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.product-container.detail .codex-document-card__title {
  color: #173f72;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.product-container.detail .codex-document-card__meta {
  color: #657386;
  font-size: 15px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .product-container.detail .codex-documents-list {
    grid-template-columns: 1fr;
  }

  .product-container.detail .codex-document-card {
    align-items: flex-start;
    min-height: 0;
    padding: 16px;
  }

  .product-container.detail .codex-document-card__icon {
    flex-basis: 44px;
    height: 44px;
    width: 44px;
  }

  .product-container.detail .codex-document-card__title {
    font-size: 18px;
  }
}
/* Codex product documents tab end */