.section-items-wrapper {
    margin: 40px 0 0;
}

.custom-frame {
    padding: 25px 25px 30px 50px;
    margin: 20px 0;
    border: 4px solid #2a73ff4f;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: initial;
    border-radius: 115px;
}

.custom-block {
	background-color: #2a73ff4f;
    padding: 20px;
    text-align: left;
}

.faq-wrapper {
    margin: 0px 0 100px 0;
}

.catalog-main ul, .catalog-main ul li {
    list-style: disc;
}

.catalog-main ol, .catalog-main ol li {
    list-style: decimal inside;
}

.catalog-main ul li {
    font-family: var(--solomon);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    color: var(--lightblue);
    margin-left: 2%;
}

.catalog-main h3 {
    font-family: var(--solomon);
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    text-align: left;
    color: var(--blue);
    margin: 16px 0;
}

.section-list {
    margin-top: 30px;
    margin-bottom: 40px;
}

.section-list .section-list-top .page-title {
    font-family: var(--solomon);
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    text-align: left;
    color: var(--blue);
}

.catalog-main {

}


.catalog-subsections {
    display: flex;
    flex-wrap: wrap;
    margin: -8px -8px 40px;
}

.catalog-subsections .subsection {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: #f4f3f5;
    border-radius: 4px;
    border: 1px solid #f4f3f5;
    margin: 8px;
    transition: all .3s;
}

.catalog-subsections .subsection-image {
    display: flex;
    align-items: center;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.catalog-subsections .subsection-title {
    font-family: var(--solomon);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--lightblue);
    /*margin-right: 10px;*/
    transition: color .3s;
}

.catalog-subsections .subsection:hover .subsection-title {
    color: var(--blue);
    transition: color .3s;
}

.catalog-subsections .subsection:hover {
    border: 1px solid var(--deepblue);
    background-color: var(--bg2);
    transition: all .3s;
}


.catalog-main .result-title {
    font-family: var(--solomon);
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    text-align: left;
    color: #1E2353;
    padding-bottom: 24px;
    border-bottom: 1px solid #2A73FF;
}

.promred-section.promred-section--vertical .promred-section-block {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.promred-filter {
    padding-bottom: 55px;
}

.promred-section.promred-section--vertical .promred-filter {
    min-width: 362px;
    flex: 0 0 362px;
    margin: 0 24px 0 0;
    position: sticky;
    top: 143px;
    border-radius: 10px;
    border: 1px solid rgba(135, 165, 192, 0.60);
    background: #FFF;
    padding: 5px;
    z-index: 10;
}

.promred-section.promred-section--vertical .promred-filter-wrapper {
    max-height: calc(100vh - 143px - 35px);
    overflow-y: auto;
    padding: 25px 15px;
}

.promred-section.promred-section--vertical .promred-filter-wrapper::-webkit-scrollbar {
    width: 8px;
    height: calc(100% - 20px);
}

.promred-section.promred-section--vertical .promred-filter-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--accent);
    border-radius: 10px;
}

.promred-section.promred-section--vertical .promred-filter-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: rgba(135, 165, 192, 0.6);
}

.promred-section.promred-section--vertical .promred-elements {
    flex: 0 1 100%;
}



.catalog-main .bottom-description {
    color: #6D7897;
    font-size: 16px;
    line-height: 1.3;
    max-height: 100%;
    margin-top: -20px;
}

.catalog-main .bottom-description-content.truncated {
    position: relative;
    max-height: 421px;
    overflow: hidden;
}

.catalog-main .bottom-description-content.truncated:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%);
}

.catalog-main .bottom-description h2 {
    font-family: var(--solomon);
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    text-align: left;
    margin: 24px 0 16px;
    color: var(--blue);
}

.catalog-main .bottom-description h2:first-child {
    margin-top: 0;
}

.catalog-main .bottom-description :is(ul li, ol li) {
    font-size: 16px;
    line-height: 1.3;
}

.catalog-main .bottom-description :is(ul, ol) {
    margin: 16px 0;
}


.catalog-main .bottom-description :is(ul, ol):last-child {
    margin-bottom: 0;
}

.catalog-main .bottom-description p {
    margin: 24px 0 16px;
}

.catalog-main .bottom-description p:first-child {
    margin-top: 0;
}



.catalog-main .bottom-description-btn {
    margin-top: 40px;
}

.bottom-description-image {
    padding-bottom: 40px;
}

.catalog-main .tabs-item-txt {
    display: flex;
    flex-direction: column;
}

.tabs-item-txt .tabs-ttl {
    font-family: var(--solomon);
    font-weight: 600;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #2A73FF;
    padding-bottom: 24px;
}

.tabs-item-txt > :not(table) img {
    margin: 24px 0;
}

.tabs-item-txt h3 {
    font-family: var(--solomon);
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    color: var(--deepblue);
}

.tabs-item-txt .h3-title {
    font-family: var(--solomon);
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: var(--deepblue);
    margin-bottom: 24px;
}

.tabs-item-txt h4 {
    font-family: var(--solomon);
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    color: var(--blue);
}

.tabs-item-txt p {
    margin: 8px 0;
}

.tabs-item-txt table p {
    margin: 0;
}

.tabs-item-txt .table-wrapper {
    overflow: auto;
    margin-bottom: 40px;
    align-self: center;
    width: 100%;
}

.tabs-item-txt .table-wrapper::-webkit-scrollbar {
    width: 5px;
}

.tabs-item-txt .table-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--accent);
}

.tabs-item-txt table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    /*margin-bottom: 40px;*/
}

.tabs-item-txt table thead {
    background-color: var(--bg2);
    position: sticky;
    top: 0;
    z-index: 1;
}

.tabs-item-txt table tbody tr:nth-child(even) {
    background-color: var(--bg2);
}

.tabs-item-txt table td,
.tabs-item-txt table th {
    border-bottom: 1px solid var(--deepblue);
    padding: 16px 8px;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
}

.tabs-item-txt table thead td {
    text-align: center !important;
}

.tabs-item-content[data-tab="legend"] .tabs-item-txt table td,
.tabs-item-content[data-tab="legend"] .tabs-item-txt table th {
    border-collapse: collapse;
    border: 2px solid var(--lightgray);
}

.tabs-item-content[data-tab="instructions"] .tabs-item-txt table:first-of-type td {
    border: none;
}

/*.tabs-item-txt table tr:nth-child(odd) {
    background-color: #EBF2FF;
}*/

.tabs-item-txt table tr.blue {
    background-color: #EBF2FF;
}

.catalog-main .tabs-item-txt .contents-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.catalog-main .tabs-item-txt .contents-flex .col {
    width: 20%;
    padding: 10px;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    color: #6D7897;
}

.catalog-main .tabs-item-txt {
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    color: #6D7897;
}

.catalog-main .tabs-item-txt b {
    color: #1E2353;
}

.catalog-main .tabs-item-txt ul {
    list-style: auto;
    margin: 16px 0;
}

.catalog-main .tabs-item-txt ul li {
    list-style: auto;
    padding-bottom: 16px;
}

.tabs-item-txt table th {
    padding: 16px 8px;
    text-align: left;
    background-color: #EBF2FF;
    color: #1E2353;
}

/*.tabs-item-txt table td:first-child {
    color: #1E2353;
    font-family: var(--solomon);
font-weight: 600;
}*/

.tabs-item-txt table td strong {
    color: var(--blue);
    font-family: var(--solomon);
    font-weight: 600;
}

.catalog-main .bottom-description-btn .F:hover {
    color: #FD0805;
    background: transparent;
}

.catalog-top-flex-wrapper {
    padding: 40px 20px 40px 70px;
    border-radius: 30px;
    background: linear-gradient(244deg, rgba(135, 165, 192, 0.60) 31.91%, #FFF 98.15%);
}

.catalog-top-flex {
    display: flex;
    margin: 0 -20px;
}

.catalog-top-flex .catalog-top-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 25px;
}

.catalog-top-flex-wrapper .catalog-top-flex .catalog-top-col {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

.catalog-top-flex-wrapper .catalog-top-flex .catalog-top-col:first-child {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}

.catalog-top-flex .images-catalog {
    position: relative;
    height: 100%;
}

.catalog-top-flex .images-catalog .image-item {
    height: 100%;
    min-height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.catalog-top-flex .images-catalog.owl-carousel .owl-item .image-item {
    background-position: center;
}


.catalog-top-flex .images-catalog .owl-nav,
.model-3D-items .owl-nav {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.catalog-top-flex .images-catalog .owl-nav button,
.model-3D-items .owl-nav button {
    width: 60px;
    height: 60px;
    border: 1px solid #87A5C099 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.4s;
    pointer-events: all;
}

.catalog-top-flex .images-catalog .owl-nav button:hover,
.model-3D-items .owl-nav button:hover {
    background: #fd0805 ! Important;
    border-color: #fd0805 ! Important;
}


.catalog-top-flex .images-catalog .owl-nav button:hover svg path,
.model-3D-items .owl-nav button:hover svg path {
    stroke: #fff;
}

.catalog-top-flex .images-catalog .owl-nav button svg path,
.model-3D-items .owl-nav button svg path {
    transition: 0.4s;
}

.catalog-top-flex .catalog-title {
    font-family: var(--solomon);
    font-weight: 700;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: #1E2353;
    margin-bottom: 16px;
}

.catalog-top-col:last-child .catalog-title {
    display: none;
}

.catalog-top-flex .images-catalog .owl-stage-outer {
    height: 100%;
}

.catalog-top-flex .images-catalog .owl-stage {
    height: 100%;
}

.catalog-top-flex .images-catalog .owl-item {
    height: 100%;
}

.catalog-top-flex .images-catalog .owl-dots,
.model-3D-items .owl-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.catalog-top-flex .images-catalog .owl-dots button.owl-dot.active,
.model-3D-items .owl-dots button.owl-dot.active {
    background: #FD0805;
}

.catalog-top-flex .images-catalog .owl-dots button.owl-dot,
.model-3D-items .owl-dots button.owl-dot {
    transition: 0.4s;
    width: 10px;
    height: 10px;
    background: #87A5C099;
    margin: 4px;
    border-radius: 50%;
}

.model-3D-item {
    display: flex;
    justify-content: center;
}

.model-3D-viewer {
    width: 100%;
    height: 500px;
}

.catalog-faq {
    margin: 100px 0;
}

.catalog-top-flex .catalog-btn {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}

.catalog-top-flex .catalog-btn .catalog-btn-form {
    transition: 0.4s;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    font-family: var(--solomon);
    font-weight: 600;
    color: #FFFFFF;
    padding: 18px 30px;
    background: #FD0805;
    border: 1px solid #FD0805;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin: 8px;
}

.catalog-top-flex .catalog-btn .catalog-btn-form:hover {
    color: #FD0805;
    background: transparent;
}

.catalog-top-flex .catalog-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: #62658b;
    margin-bottom: 40px;
}

.catalog-top-flex .catalog-description p {
    margin: 16px 0;
}

.catalog-top-flex .catalog-description .frame {
    background: #EBF2FF;
    padding: 20px;
    color: #1E2353;
    border-radius: 5px;
    margin-top: 40px;
    position: relative;
    padding-left: 60px;
}

.catalog-top-flex .catalog-description .frame:after {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/images/info-promred.png);
    position: absolute;
    background-position: center;
    background-size: contain;
    top: 20px;
    left: 20px;
}

/*region NEW */
.catalog-top-grid {
    margin: 0 -25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content 1fr;
}

.catalog-top-grid > * {
    padding: 0 25px;
}

.catalog-top-grid .catalog-top-gallery {
    grid-row: span 2;
    min-width: 0;
    position: relative;
}

.catalog-top-grid .catalog-top-gallery .image {
    padding-bottom: 85%;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.catalog-top-gallery .product-gallery {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.catalog-top-gallery .product-gallery-slider {
    position: relative;
}

.catalog-top-gallery .product-gallery-slider__items.promred-swiper.swiper {
    height: 80%;
    width: 100%;
}

.catalog-top-gallery .product-gallery-slider__item {
    display: flex;
    justify-content: center;
}

.catalog-top-gallery .product-gallery-slider__item img {
    display: block;
    /*width: 100%;*/
    /*height: 100%;*/
    /*aspect-ratio: 1.3 / 1;*/
    /*object-fit: cover;*/
}

.catalog-top-gallery .product-gallery-thumbs  {
    position: relative;
    margin: 100px 0 1px;
}

.catalog-top-gallery .product-gallery-thumbs__items.promred-swiper.swiper  {
    height: 20%;
    box-sizing: border-box;
    padding: 0;
    width: calc(100% - 140px);
}

.catalog-top-gallery .product-gallery-thumbs__item {
    width: 25%;
    height: 100%;
    border: 2px solid #FFFFFF;
    border-radius: 15px;
    cursor: pointer;
    padding: 4px;
}

.catalog-top-gallery .product-gallery-thumbs__item.swiper-slide-thumb-active {
    border-color: var(--accent, #FD0805);
}

.catalog-top-gallery .product-gallery-thumbs__item img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}


.catalog-top-gallery .product-gallery-thumbs__navigation {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.catalog-top-gallery .product-gallery-3d-open {
    font-family: var(--solomon), 'SansSerif';
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--blue, #1E2353);
    background-color: #FFFFFF;
    padding: 12px 20px;
    border: 1px solid var(--lightgray, #B7C9D9);
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.catalog-top-gallery .product-gallery-3d-open:hover {
    color: var(--accent, #FD0805);
    border-color: var(--accent, #FD0805);
}

.catalog-top-gallery .product-gallery.product-gallery--3d {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    padding: 0 25px;
}

.catalog-top-gallery .product-gallery-3d-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.catalog-top-gallery .product-gallery-3d-slider {
    height: 100%;
    max-height: 550px;
    margin-bottom: 40px;
}


.catalog-top-gallery .product-gallery-3d__item {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.catalog-top-gallery .product-gallery-3d__viewer {
    width: 100%;
    height: 100%;
}

.product-gallery-3d-navigation.promred-swiper-navigation {
    display: flex;
    justify-content: center;
}

.product-gallery-3d-navigation.promred-swiper-navigation .swiper-nav-button {
    margin: 0 10px;
}

.catalog-top-gallery .product-gallery-3d-close {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 2;
    color: var(--blue, #1E2353);
    cursor: pointer;
}

.catalog-top-gallery .product-gallery-3d-close:hover {
    opacity: .4;
}


.catalog-top-grid .catalog-top-content .properties-ttl {
    font-family: var(--solomon);
    font-weight: 500;
    font-size: 26px;
    line-height: 1.3;
    text-align: left;
    padding-bottom: 16px;
}

.catalog-top-grid .catalog-top-title {

}


.catalog-top-grid .catalog-top-title h1 {
    font-family: var(--solomon);
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    text-align: left;
    color: #1e2353;
    padding-bottom: 16px;
}


.catalog-top-grid .catalog-top-title .category,
.catalog-top-grid .catalog-top-title .category a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: #1E2353B2;
    transition: all .3s;
}

.catalog-top-grid .catalog-top-title .category a:hover {
    color: var(--accent);
    transition: all .3s;
}


.catalog-top-grid .catalog-top-title .category {

}


/*region catalog-promo */
.catalog-promo {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid var(--lightgray, #B7C9D9);
    background-color: #F3F8FC;
    position: relative;
    overflow: hidden;
}

.catalog-promo__image {
    position: absolute;
    top: 50%;
    right: -127px;
    width: 173px;
    height: 187px;
    transform: translate(-50%, -50%) rotate(-27deg);
    flex-shrink: 0;
    aspect-ratio: 87/94;
    z-index: 0;
}

.catalog-promo__content {
    z-index: 1;
}

.catalog-promo__title {
    font-family: var(--solomon, 'SansSerif');
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--blue, #1E2353);
    margin: 0 0 16px;
}

.catalog-promo__flex {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.catalog-promo__text {
    font-family: var(--solomon, 'SansSerif');
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--lightblue, #6D7897);
    padding: 0 127px 0 0;
}

.catalog-promo .catalog-promo__text ul {
    list-style: none;
}

.catalog-promo .catalog-promo__text ul li {
    font-family: var(--solomon, 'SansSerif');
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--lightblue, #6D7897);
    list-style: none;
    position: relative;
    padding: 0 0 3px 20px;
    margin: 0;
}

.catalog-promo .catalog-promo__text ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6D7897;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 5px;
}

.catalog-promo__button {
    font-size: 18px;
    line-height: normal;
}

.catalog-promo.catalog-promo--pr {
    border-radius: 8px;
    background: var(--gradientDarkBlue, linear-gradient(0deg, #1E2353 0%, #434EB9 100%));
    box-shadow: 50px 34px 17px 0 rgba(171, 171, 171, 0.00), 32px 22px 15px 0 rgba(171, 171, 171, 0.01), 18px 12px 13px 0 rgba(171, 171, 171, 0.05), 8px 6px 10px 0 rgba(171, 171, 171, 0.09), 2px 1px 5px 0 rgba(171, 171, 171, 0.10);
    padding: 32px 20px;
    color: #FFFFFF;
}

.catalog-promo.catalog-promo--pr .catalog-promo__title {
    text-transform: uppercase;
    color: #FFF;
}

.catalog-promo.catalog-promo--pr .catalog-promo__subtitle {
    font-family: var(--solomon, "SansSerif");
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #F3F8FC;
    margin: 24px 0;
}

.catalog-promo.catalog-promo--pr .catalog-promo__subtitle a {
    color: #F3F8FC;
    text-decoration-line: underline;
    text-underline-offset: 3px;
    transition: all .3s;
}

.catalog-promo.catalog-promo--pr .catalog-promo__subtitle a:hover {
    color: var(--accent);
}

.catalog-promo.catalog-promo--pr .catalog-promo__flex {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}

.catalog-promo.catalog-promo--pr .catalog-promo__text {
    font-weight: 600;
    color: #F3F8FC;
    padding: 0;
}

.catalog-promo.catalog-promo--pr .catalog-promo__text ul li {
    font-weight: 600;
    color: #F3F8FC;
}

.catalog-promo.catalog-promo--pr .catalog-promo__text ul li:before {
    background: #FFFFFF;
}
/*endregion*/

/*region catalog-promo-bottom */
.catalog-promo-bottom {
    display: flex;
    border-radius: 30px;
    background: var(--bg2, #EBF2FF);
    overflow: hidden;
}

.catalog-promo-bottom__content {
    display: flex;
    padding: 40px 70px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}

.catalog-promo-bottom__title {

}

.catalog-promo-bottom__subtitle {
    font-family: var(--solomon, "sans-serif");
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--lightblue, #6D7897);
    margin: 16px 0 0;
}

.catalog-promo-bottom__text {
    font-family: var(--solomon, "sans-serif");
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--lightblue, #6D7897);
    margin: 24px 0 0;
}

.catalog-promo-bottom__text p:not(:last-child) {
    margin: 0 0 16px;
}

.catalog-promo-bottom__text ul {
    list-style: none;
}

.catalog-promo-bottom__text ul li {
    list-style: none;
    font-family: var(--solomon, 'SansSerif');
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--lightblue, #6D7897);
    position: relative;
    padding: 0 0 3px 20px;
    margin: 0;
}

.catalog-promo-bottom__text ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6D7897;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 5px;
}

.catalog-promo-bottom__button {
    margin: 24px 0 0;
}


.catalog-promo-bottom__image {
    display: flex;
    align-items: end;
    max-width: 30%;
    background: var(--blue, #1E2353);
    position: relative;
    overflow: hidden;
}

.catalog-promo-bottom__image img {
    object-fit: contain;
    width: 100%;
    transform: rotate(-40deg);
    flex-shrink: 0;
    aspect-ratio: 87/94;
    z-index: 1;
    position: relative;
    margin: 0 0 -25% 25%;
}

.catalog-promo-bottom__image::after {
    content: "";
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background: #3C4171;
    position: absolute;
    margin: 0 0 -25% 25%;
}
/*endregion*/

/*region catalog-notify*/
.catalog-notify {
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--lightblue, #6D7897);
}

.catalog-notify__image {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
}

.catalog-notify__text {
    font-family: var(--solomon);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--lightblue, #6D7897);
}
/*endregion*/


.request-button-wrap {
    margin: 40px 0;
}

.request-button-wrap .request-button {
    font-size: 18px;
    line-height: 1.3;
    width: 100%;
    text-align: center;
    padding: 16px 9px;
}

.product-analog {
    margin: 40px 0;
}

.product-notify {
    margin: 0 0 40px;
}

.catalog-notify-wrapper {
    margin: 32px 0;
}

.request-frame-info {
    padding: 20px;
    border: 1px solid #B7C9D9;
    border-radius: 5px;
}

.request-frame-info .request-title {
    font-family: var(--solomon);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
    padding-bottom: 16px;
}

.request-frame-info .request-flex {
    display: flex;
    justify-content: space-between;
}

.request-frame-info .request-flex .request-text {
}

.request-frame-info .request-flex .request-description {
    color: #1E2353;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 8px;
}

.request-frame-info .request-phone a {
    color: #FD0805;
    font-family: var(--solomon);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
}

.request-frame-info .request-socnetworks {
    display: flex;
    justify-content: center;
}

.promred-pagen {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
}


.catalog-features-wrapper {
    margin: 40px 0;
}

.catalog-features__title {
    font-family: var(--solomon);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    padding-bottom: 16px;
}

.catalog-features__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.tabs-content .catalog-features__list {
    display: flex;
    flex-wrap: wrap;
}

.catalog-features__item {
    margin-bottom: 5px;
    display: flex;
    align-items: stretch;
}

.tabs-content .catalog-features__item {
    flex: 1 0 50%;
}

.tabs-content .catalog-features__item:nth-child(even) {
    padding-left: 75px;
}

ul.catalog-features__list,
ul.catalog-features__list li {
    list-style: none;
}

ul.catalog-features__list li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 3px;
    margin: 0;
}

ul.catalog-features__list li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6D7897;
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 6px;
}

.catalog-features__item-name,
.catalog-features__item-value {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 50%;
    width: auto;
    font-size: 12px;
}

.catalog-features__item-name {
    padding-right: 3px;
    color: #1E2353B2;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
}

.catalog-features__item-dots {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.catalog-features__item-dots {
    border-bottom: 4px dotted #1E2353B2;
    margin: 0 .4em;
    height: 3px;
    align-self: center;
}

.catalog-features__item-value {
    color: #1E2353;
    padding-left: 3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    align-self: center;
}

.catalog-features__all {
    padding-top: 16px;
}

.catalog-features__all-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #2A73FF;
    gap: 7px;
    cursor: pointer;
}

.catalog-features__all-text:hover {
    color: #fd0805;
}

.catalog-features__all-text svg {
    position: relative;
    top: 1px;
}
.catalog-features__all-text path {
    transition: 0.4s;
}

.catalog-features__all-text:hover path {
    stroke: #fd0805;
}
/*endregion*/

.tabs-content {
    margin: 0 0 100px;
}

.tabs-content .tabs-item-content.active {
    display: block;
}

.tabs-content .tabs-item-content {
    display: none;
}

.catalog-main .tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 100px 0 20px;
}

.catalog-main .tabs .tabs-item.active, .catalog-main .tabs .tabs-item:hover {
    color: #000000;
    border-color: #2A73FF;
    /* font-family: var(--solomon);
font-weight: 600; */
    background: #EBF2FF;
}

.catalog-main .tabs .tabs-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: #6D7897;
    white-space: nowrap;
    padding: 12px 16px;
    border: 1px solid #6D7897;
    border-radius: 5px;
    margin-right: 16px;
    margin-bottom: 16px;
    transition: 0.4s;
    cursor: pointer;
}

.doc-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: var(--deepblue, #2A73FF);
    margin-bottom: 20px;
    width: fit-content;
    transition: all .3s;
}

.doc-list a span {
    text-decoration: underline !important;
    text-underline-offset: 5px;
}

.doc-list a:hover {
    color: var(--accent);
}

.doc-list a:last-child {
    margin-bottom: 0;
}

.chertej-list h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: var(--blue, #1E2353);
    margin-bottom: 16px;
}

.chertej-list p {
    margin-bottom: 16px;
}

.chertej-list ol {
    columns: auto;
    column-width: 270px;
    list-style-position: inside;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: var(--lightblue, #6D7897);
    margin-bottom: 16px;
}

.chertej-list ol li {
    margin-bottom: 8px;
}


.chertej-img-wrapper {
    position: relative;
    cursor: pointer;
    width: fit-content;
    margin: 0 auto 16px;
}

.chertej-img-wrapper--limit-height {
    height: 350px;
    overflow: hidden;
}

.chertej-img-wrapper--equals-ratio img {
    aspect-ratio: 1 / 1;
    height: 100%;
    object-fit: contain;
}

.chertej-img-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7697 7.94605C12.7697 10.141 10.9903 11.9204 8.79529 11.9204C6.60031 11.9204 4.82092 10.141 4.82092 7.94605C4.82092 5.75106 6.60031 3.97168 8.79529 3.97168C10.9903 3.97168 12.7697 5.75106 12.7697 7.94605ZM11.6583 13.191C10.8082 13.656 9.83262 13.9204 8.79529 13.9204C5.49574 13.9204 2.82092 11.2456 2.82092 7.94605C2.82092 4.64649 5.49574 1.97168 8.79529 1.97168C12.0948 1.97168 14.7697 4.64649 14.7697 7.94605C14.7697 9.48689 14.1863 10.8915 13.2285 11.9511L17.3326 16.876L15.7962 18.1564L11.6583 13.191Z' fill='white' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    background-color: rgba(0, 0, 0, .6);
    pointer-events: none;
}

.chertej-img-wrapper img {
    display: block;
    max-width: 100%;
    cursor: pointer;
}

@media all and (max-width: 1230px) {
    .request-frame-info .request-flex {
        flex-direction: column;
    }

    .request-frame-info .request-flex .request-text {
        margin-bottom: 16px;
    }

    .request-frame-info .request-socnetworks {
        justify-content: start;
    }
}

@media all and (max-width: 1024px) {
    .catalog-top-grid .catalog-top-title h1 {
        font-size: 26px;
    }

    .catalog-subsections {
        flex-wrap: nowrap;
        overflow: auto;
        scrollbar-width: thin;
        scrollbar-color: var(--accent) #87A5C0;
    }

    /*.catalog-subsections::-webkit-scrollbar {
        height: 2px;
        background-color: #87A5C0;
    }

    .catalog-subsections::-webkit-scrollbar-thumb {
        background-color: var(--accent);
    }

    .catalog-subsections::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
        background-color: #87A5C0;
    }*/
    .catalog-main .tabs-item-txt ul,
    .catalog-main .bottom-description ul {
        padding-left: 12px;
    }

    .catalog-top-flex .catalog-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .catalog-top-flex .catalog-btn .catalog-btn-form {
        width: 100%;
    }

    .tabs-content .catalog-features__item {
        flex: 1 0 100%;
    }

    .tabs-content .catalog-features__item:nth-child(even) {
        padding-left: 0;
    }

    .catalog-promo-bottom__content {
        padding: 30px 20px;
    }
}

@media (max-width: 960px) {

}

@media all and (max-width: 768px) {
    .catalog-top-grid {
        margin: 0;
        grid-template-columns: 1fr;
    }

    .catalog-top-grid > * {
        padding: 0;
    }

    .catalog-top-grid .catalog-top-title {
        order: -1;
    }

    .catalog-top-grid .catalog-top-gallery {
        width: 100%;
        padding: 0 21px;
    }

    .catalog-top-grid .catalog-top-gallery .image {
        padding-bottom: 0;
        background-size: contain;
        height: 300px;
    }

    .catalog-top-gallery .product-gallery.product-gallery--3d {
        padding: 0;
    }

    .catalog-top-grid .catalog-top-content {
        width: 100%;
        padding: 0;
    }

    .catalog-top-grid .catalog-top-content .properties-ttl {
        margin-top: 40px;
    }

    .catalog-top-flex-wrapper {
        padding: 25px 20px;
    }

    .catalog-top-flex {
        flex-direction: column-reverse;
        margin: 0;
    }

    .catalog-top-flex .catalog-top-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .catalog-top-flex-wrapper .catalog-top-flex .catalog-top-col,
    .catalog-top-flex-wrapper .catalog-top-flex .catalog-top-col:first-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .catalog-top-flex .images-catalog .image-item {
        height: 270px;
    }

    .catalog-top-flex .catalog-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .catalog-top-col:first-child .catalog-title {
        display: none;
    }

    .catalog-top-col:last-child .catalog-title {
        display: block;
    }

    /*.catalog-top-flex .images-catalog .owl-dots button.owl-dot,
    .model-3D-items .owl-dots button.owl-dot {
        width: 20px;
        height: 20px;
    }*/

    .promred-section.promred-section--vertical .promred-section-block {
        flex-direction: column;
    }

    .promred-section.promred-section--vertical .promred-filter {
        width: 100%;
        flex: none;
        top: 100px;
        margin-bottom: 20px;
        box-shadow: 0 4px 15px 0 rgb(0 0 0 / 26%);
    }

    .promred-section.promred-section--vertical .promred-elements {
        width: 100%;
    }

    .catalog-promo-bottom {
        flex-direction: column;
    }

    .catalog-promo-bottom__image {
        max-width: 100%;
        max-height: 300px;
    }

    .catalog-notify {
        align-items: start;
    }
    
    .catalog-notify__image {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 640px) {
    .faq-wrapper {
        margin: 0px 0 50px 0;
    }

    .catalog-main .tabs {
        flex-direction: column;
    }

    .catalog-main .tabs .tabs-item {
        white-space: normal;
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .catalog-top-flex .catalog-title {
        font-size: 28px;
        line-height: 1.3;
    }

    .catalog-main ul li {
        font-size: 16px;
        line-height: 1.3;
        margin-left: 2%;
    }

    .catalog-main h3 {
        font-size: 20px;
        line-height: 1.3;
    }

    .catalog-main .bottom-description h2 {
        font-size: 24px;
    }

    .catalog-main .bottom-description {
        font-size: 16px;
        line-height: 1.3;
    }

    .catalog-main .bottom-description :is(ul li, ol li) {
        font-size: 16px;
        line-height: 1.3;
    }

    .catalog-main .tabs .tabs-item {
        font-size: 16px;
    }

    .catalog-main .tabs-item-txt {
        font-size: 16px;
        line-height: 1.3;
    }

    .tabs-item-txt .tabs-ttl {
        font-size: 24px;
        line-height: 1.3;
    }

    .tabs-item-txt h3 {
        font-size: 20px;
        line-height: 1.3;
    }

    .tabs-item-txt .h3-title {
        font-size: 20px;
        line-height: 1.3;
    }

    .tabs-item-txt h4 {
        font-size: 18px;
        line-height: 1.3;
    }

    .tabs-item-txt table td,
    .tabs-item-txt table th {
        font-size: 16px;
        line-height: 1.3;
    }

    .catalog-top-flex .catalog-btn .catalog-btn-form {
        text-align: center;
        display: block;
    }

}

@media all and (max-width: 360px) {
    .catalog-top-flex .catalog-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .catalog-main .tabs .tabs-item {
        font-size: 16px;
    }
}