.aside-sticky_product .aside__footer button {
    min-width: 228px;
}

.breadcrumb__subitem {
    padding: 6px 6px;
}

.breadcrumb__subitem:hover {
    background: #f6f7f9;
}

@media (min-width: 992px) {
    .search-result__theme {
        position: sticky;
        top: 80px;
    }
}

@media (min-width: 1025px) {
    .breadcrumb__submenu {
        padding: 8px 16px 8px;
    }
}

@media (min-width: 1131px) {
    .header__buttons {
        display: none;
    }
}

@media (min-width: 1025px) {
    .product-content .inner .l,
    .artc .inner .l {
        flex: 0 0 333px;
        width: 333px;
        min-width: 333px;
        max-width: 333px;
    }

    .product-content .r.padding-top-0,
    .product-content .r.page-text,
    .product-content .r.wide,
    .main .product-content .r_mla,
    .main .product-content .r.wide,
    .main .artc .r.wide,
    .main .product-content .wide.r {
        flex: 0 1 80%;
        width: 80%;
        min-width: 0;
        max-width: 80%;
        margin-left: 6%;
    }

    .product-content .r.padding-top-0 {
        padding-top: 4.5rem;
    }

    .product-content .aside-sticky_product .aside__body {
        margin-left: 0;
    }

    .aside__body .aside__anchorWrapper.is-selected .scroll-anchor {
        transform: none;
    }

    .aside__body .aside__anchorWrapper {
        flex-wrap: nowrap;
    }

    .aside__anchorWrapper .scroll-anchor {
        text-align: right;
    }

    .aside__anchorWrapper.is-selected .scroll-anchor span {
        font-weight: 800;
    }

    .aside__anchorWrapper.is-selected .ln-2 {
        opacity: 0;
    }
}

@media (min-width: 1131px) {
    .product-content .inner .l,
    .artc .inner .l {
        flex-basis: 343px;
        width: 343px;
        min-width: 343px;
        max-width: 343px;
    }
}

@media (min-width: 1322px) {
    .product-content .inner .l,
    .artc .inner .l {
        flex-basis: 391px;
        width: 391px;
        min-width: 391px;
        max-width: 391px;
    }
}

@media (min-width: 1480px) {
    .product-content .inner .l,
    .artc .inner .l {
        flex-basis: 348px;
        width: 348px;
        min-width: 348px;
        max-width: 348px;
    }
}

@media (min-width: 1800px) {
    .product-content .inner .l,
    .artc .inner .l {
        flex-basis: 356px;
        width: 356px;
        min-width: 356px;
        max-width: 356px;
    }
}

@media (min-width: 1920px) {
    .product-content .inner .l,
    .artc .inner .l {
        flex-basis: 411px;
        width: 411px;
        min-width: 411px;
        max-width: 411px;
    }
}

.uvb-1025 .product-content .inner .l,
.uvb-1025 .artc .inner .l {
    flex-basis: 333px;
    width: 333px;
    min-width: 333px;
    max-width: 333px;
}

.uvb-1131 .product-content .inner .l,
.uvb-1131 .artc .inner .l {
    flex-basis: 343px;
    width: 343px;
    min-width: 343px;
    max-width: 343px;
}

.uvb-1322 .product-content .inner .l,
.uvb-1322 .artc .inner .l {
    flex-basis: 391px;
    width: 391px;
    min-width: 391px;
    max-width: 391px;
}

.uvb-1480 .product-content .inner .l,
.uvb-1480 .artc .inner .l {
    flex-basis: 348px;
    width: 348px;
    min-width: 348px;
    max-width: 348px;
}

.uvb-1800 .product-content .inner .l,
.uvb-1800 .artc .inner .l {
    flex-basis: 356px;
    width: 356px;
    min-width: 356px;
    max-width: 356px;
}

.uvb-1920 .product-content .inner .l,
.uvb-1920 .artc .inner .l {
    flex-basis: 411px;
    width: 411px;
    min-width: 411px;
    max-width: 411px;
}

@media (min-width: 1025px) {
    .l + article.r {
        padding-bottom: 300px;
    }
}

aside-sticky.aside-sticky_product .aside__body {
    /*overflow: hidden auto;*/
    scrollbar-width: none;
    overflow-x: auto;
    overflow-y: hidden;
}

aside-sticky.aside-sticky_product .aside__body::-webkit-scrollbar {
    display: none;
}

/*.aside__anchorWrapper.is-selected:not(:last-child) {*/
/*    padding-bottom: 16px;*/
/*}*/

.aside-sticky_product .aside__footer {
    position: relative;
}

.aside-sticky_product .aside__footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, rgba(53, 55, 78, 0) 0%, rgba(53, 55, 78, 0.65) 50%);
    transform: translate(0, -100%);
    pointer-events: none;
}

.input::-webkit-input-placeholder {
    color: transparent;
}

.input:-ms-input-placeholder {
    color: transparent;
}

.input::-moz-placeholder {
    color: transparent;
    opacity: 0;
}

.input::-ms-input-placeholder {
    color: transparent;
    opacity: 1;
}

.input::placeholder {
    color: transparent;
    opacity: 0;
}

@media only screen and (min-width: 1401px) and (max-width: 1439px) {
    .header .header__nav .nav__item {
        margin-right: 30px;
    }
}

.holder__excerpt .product-content .content .product-tech-table {
    overflow: auto;
    margin: 40px 0 40px;
}

.holder__excerpt h3.block__title {
    color: #333;
}

.holder__excerpt:before {
    display: none;
}

popup-component.popup-zoom .popup__close {
    top: 40px;
    right: 40px;
    opacity: 1 !important;
}

.content .slider-gallery .slider-wrapper {
    align-items: stretch;
}

.additional__content .product-content {
    width: 100% !important;
    padding-top: 4.5rem;
    margin-left: 0 !important;
}

/* Восстановленные стили из собранного минифицированного файла */
/* Необходимо убедиться, что все перечисленные правила актуальны и не ломают верстку */
.pdf_block_mini {
    padding-bottom: 5%;
}

.pdf_img_mini {
    width: 70px;
    padding-right: 3%;
}

.pdf_img_full {
    padding-top: 5%;
    margin-bottom: 5%;
}

/*.ol_block {*/
/*    !*margin: auto 5%;*!*/
/*    !*margin: auto;*!*/

/*    width: 40%;*/
/*    margin: 0 8% 1% 0;*/
/*    !*margin-right: 2%;*!*/
/*}*/

.ol_block,
.ol_num {
    float: left;
}

.ol_hr {
    margin-left: 4%;
}

.ol_two_str {
    min-height: 200px;
}

@media (max-width: 1024px) {
    .ol_num {
        font-size: 30px;
    }

    .pdf_obj {
        float: left;
    }

    .ol_block {
        width: 35%;
    }
}

@media (max-width: 640px) {
    .ol_block {
        width: 90%;
    }

    .ol_num {
        font-size: 20px;
    }

    .pdf_img_mini {
        width: 40px;
    }
}

@media (max-width: 400px) {
    .pdf_obj img {
        width: 300px;
    }

    h4 {
        font-size: 12px;
    }
}

.article-text img {
    width: auto;
    height: auto;
}

.pdf_block_mini {
    display: flex;
    align-items: center;
    border-top: 2px solid #f44336;
}

.pdf_block_kru .pdf_block_mini {
    border: none;
}

.pruf_block {
    margin: 1% auto;
}

.pdf_obj img {
    width: 600px;
}

.ol_block,
.ol_num {
    float: left;
}

.ol_num {
    color: #f44336;
    font-size: 40px;
    font-weight: bolder;
}

.ol_hr {
    height: 50px;
    width: 3px;
    background-color: #a2a2a2;
    position: absolute;
    margin-left: 35px;
}

.ol_two_str {
    min-height: 180px;
}

.content_verstka {
    margin: 0 auto;
    padding: 0 5%;
    text-align: justify;
}

.content_verstka h2 {
    padding: 5% 0;
    color: #ec1818;
}

.content_verstka h3 {
    color: #ec1818;
}

.pdf_img_table {
    max-width: 200px;
}

.pdf_img_full_it_sil {
    max-width: 700px;
}

.pdf_img_it_suh_left {
    float: left;
}

.pdf_img_block_mini,
.pdf_img_it_suh_left {
    max-width: 110px;
    padding-right: 2%;
    padding-top: 1%;
}

.pdf_img_mini {
    max-width: 70px;
    float: left;
    padding: 2%;
}

.pdf_img_full {
    border-bottom: 10px solid #f44336;
    padding-top: 1%;
    margin-bottom: 1%;
    max-width: 700px;
}

.pdf_img_it_sil_left {
    float: left;
    max-width: 200px;
    padding-right: 2%;
    padding-top: 1%;
}

.pdf_img_kru_right {
    float: right;
    max-width: 350px;
    padding-left: 1%;
}

.pdf_spisok {
    padding-bottom: 3%;
    border-top: 2px solid #f44336;
    min-height: 150px;
}

.pdf_spisok h3 {
    padding-bottom: 1%;
}

.pdf_react .ol_two_str {
    min-height: 570px;
    margin-top: 25px;
}

/*.pdf_react .ol_block {*/
/*    height: 260px;*/
/*}*/

.pdf_react .ol_row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
}

.pdf_react .ol_block {
    width: calc(50% - 10px);
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .pdf_react .ol_row {
        flex-direction: column;
    }

    .pdf_react .ol_block {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .ol_num {
        font-size: 30px;
    }

    .pdf_img_full {
        max-width: 70%;
    }

    .pdf_obj {
        float: left;
        width: 100%;
    }

    .ol_block {
        width: 35%;
    }

    .pdf_img_kru_right {
        float: none;
    }
}

@media (max-width: 820px) {
    .ol_block {
        width: 100%;
        margin: 2% auto;
    }

    .ol_hr {
        height: 40px;
        margin-left: 23px !important;

    }

    .pdf_obj {
        padding-top: 5%;
    }

    .ol_text {
        padding-left: 8%;
    }

    .ol_two_str {
        min-height: auto;
    }

    .pdf_img_it_suh_left {
        max-width: 60px;
    }
}

@media (max-width: 768px) {
    .pdf_obj img {
        width: 400px;
    }
}

@media (max-width: 640px) {
    .ol_block {
        width: 90%;
    }

    .ol_num {
        font-size: 20px;
    }

    .pdf_img_block_mini,
    .pdf_img_mini {
        width: 40px;
    }

    .ol_hr {
        margin-left: 20px;
        height: 30px;
    }
}

@media (max-width: 400px) {
    .pdf_img_full,
    .pdf_obj img {
        max-width: 300px;
    }

    h4 {
        font-size: 12px;
    }
}

div.product-tech-table table {
    text-align: center;
}

div.product-tech-table table tbody tr td:first-child {
    text-align: left;
}

div.product-tech-table table thead tr td {
    text-align: center;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.products-list-wrapper .list-sidebar .list.view-cards .item .card-characteristics .card-characteristic .title {
    text-overflow: ellipsis;
    overflow: hidden;
}

.content_verstka .product-tech-table table {
    overflow: auto;
    font-size: 14px;
    line-height: 20px;
}

.content_verstka .product-tech-table table tr {
    display: table-row;
}

.content_verstka .content .product-tech-table table tbody tr,
.content_verstka .content .product-tech-table table thead tr,
.content_verstka .product-tech-table table tbody tr,
.content_verstka .product-tech-table table thead tr {
    padding: 0;
}

.content_verstka .product-tech-table table tbody td,
.content_verstka .product-tech-table table thead td,
.content_verstka .product-tech-table table thead th {
    padding: 10px 0;
}

.content_verstka .product-tech-table {
    overflow: auto;
    margin: 40px 0 6.25rem;
}

.content_verstka .product-tech-table table {
    border-collapse: separate;
    border-spacing: 4px;
    display: table;
    margin: 0;
}

.content_verstka .product-tech-table table tbody td,
.content_verstka .product-tech-table table thead td,
.content_verstka .product-tech-table table thead th {
    background: #efeff0;
    color: #030304;
    padding: 5px 10px;
}

.content_verstka.product-tech-table table tr:nth-child(2n) td {
    background: #dcddde;
}

.content_verstka.product-tech-table table thead tr:first-child td,
.content_verstka .product-tech-table table thead tr:first-child td {
    background: #ea4f3a;
    color: #fff;
    font-size: 16px;
}

.popup-zoom .popup-content .popup-wrapper .picture {
    background-color: #fff;
}

.form-type-inf {
    position: absolute;
    bottom: 0;
    color: transparent;
    text-align: center;
    width: 100%;
}

/* Конец - Восстановленные стили из собранного минифицированного файла */
.articles-title-container .cardNews__title {
    height: auto;
}

/*Стили для функции приближения фото*/
#myPanzoom {
    /* max-width: 600px; */
    /* height: 300px; */
    background: #eee;
}


.f-custom-controls {
    position: absolute;

    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
}

.f-custom-controls.top-right {
    right: 16px;
    top: 16px;
}

.f-custom-controls.bottom-right {
    right: 16px;
    bottom: 16px;
}

.f-custom-controls button {
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.f-custom-controls svg {
    pointer-events: none;
    width: 18px;
    height: 18px;
    stroke: #fff;
    stroke-width: 2;
}

.f-custom-controls button[disabled] svg {
    opacity: 0.7;
}

[data-panzoom-action=toggleFS] g:first-child {
    display: flex
}

[data-panzoom-action=toggleFS] g:last-child {
    display: none
}

.in-fullscreen [data-panzoom-action=toggleFS] g:first-child {
    display: none
}

.in-fullscreen [data-panzoom-action=toggleFS] g:last-child {
    display: flex
}

.form__country-changer {
    margin: 0 0 30px;
}

.country-changer {
    overflow: hidden;

}

.country-changer__holder {
    display: flex;
    margin: 0 -15px;
}

.country-changer__item {
    padding: 0 15px;
}

.cch-global .suggestions-wrapper {
    display: none !important;
}

.cch-hide {
    display: none !important;
}

.cch-global .placeholder-local,
.cch-global .placeholder-global {
    display: inline;
}

.cch-local .placeholder-global,
.cch-global .placeholder-local {
    display: none !important;
}

@media (max-width: 1024px) {
    .artc .r, .product-content .r {
        margin-left: 0 !important;
        width: 100% !important;
        padding-top: 3rem;
    }
}

.header__buttons {
    display: flex;
}

.header__mob {
    display: block !important;
}

.header__mob span {
    display: block !important;
}

@media (min-width: 1215px) {
    .header__buttons {
        display: none;
    }

    .header__mob {
        display: none !important;
    }

    .header__mob span {
        display: none !important;
    }
}


/*@media (max-width: 1439px) {*/
/*    .header__nav {*/
/*        position: fixed;*/
/*        left: 0;*/
/*        right: 0;*/
/*        top: 0;*/
/*        bottom: 0;*/
/*        opacity: 0;*/
/*        z-index: 5;*/
/*        pointer-events: none;*/
/*    }*/

/*    .header__nav accordion-component {*/
/*        padding: 12vh 60px 0;*/
/*        transform: translateY(25px);*/
/*        opacity: 0;*/
/*        transition: opacity .4s ease .15s, transform .45s ease .15s;*/
/*        flex-direction: column;*/
/*    }*/
/*}*/

.btn_style_warning {
    background: red;
    font-family: 'RF Dewi Extended', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    padding: 18px 23px;
    line-height: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 60px;
}

@media (max-width: 1439px) {
    .header__control {
        order: 0;
    }

    .nav__item_search,
    .header__mob {
        order: 1;
    }
}

@media (max-width: 1700px) {
    .btn_style_warning {
        font-size: 9px;
        line-height: 12px;
        padding: 8px 13px;
        border-radius: 60px;
    }
}

@media (max-width: 764px) {
    .wrapper_column-s {
        flex-direction: column;
    }

    .work .wrapper_column-s .right {
        /* min-height: 300px; */
        width: 100%;
        margin-bottom: 24px;
    }
}

.products-list-wrapper .card .card-img,
.products-list-wrapper .card .card-img .picture {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.products-list-wrapper .card .card-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.input-wrapper.error .placeholder {
    transform: scale(0.7) translate3d(0, -35px, 0)!important;
    opacity: 0!important;
}

.input:not(:placeholder-shown) + .placeholder,
.input:not(:placeholder-shown) ~ .placeholder,
input[value]:not([value=""]) + .placeholder,
input[value]:not([value=""]) ~ .placeholder {
    transform: scale(0.7) translate3d(0, -35px, 0);
    opacity: 1;
}

.js-contact-phone {
    white-space: nowrap;
}

.footer__link_contact.email {
    white-space: nowrap;
    display: inline-block;
}

.contact-separator {
    white-space: nowrap;
    margin-right: 5px;
}

.contacts-items {
    white-space: normal;
    line-height: 1.4;
}


/* Стили для всплывающего окна выставки */
.popupExhibition{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index:9999;
    justify-content:center;
    align-items:center;
}

.button_align{

}

.container-banner{
    background:#fff;
    padding:0;
    border-radius:8px;
    position:relative;
    max-width:900px;
    width:90%;
    display:flex;
    overflow:hidden;
    height: 70%;
    max-height: 700px;
}

.popup_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    transform: rotate(45deg);
}

.popup_close:after,
.popup_close:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #35374e;
    margin: auto
}

.popup_close:before {
    width: 2px;
    height: 100%;
    transition: all .7s cubic-bezier(.77, 0, .175, 1) .1s
}

.popup_close:after {
    height: 2px;
    width: 100%;
    transition: all .7s cubic-bezier(.77, 0, .175, 1) 0s
}

.popup_close:hover:after,
.popup_close:hover:before {
    transform: translateZ(0) rotate(-90deg)
}

.popupExhibition {
    text-align: justify;
}

.popupExhibition .p {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.72em;
}

.banner_li {
    font-size: 16px !important;
    line-height: 1.525em;
    margin-bottom: 10px !important;
    padding-left: 40px !important;
    position: relative;
}

.banner_ul {
    font-size: 16px !important;
    line-height: 1.525em;
    margin-bottom: 10% !important;
    padding-left: 7px !important;
    position: relative;
    margin-top: 0 !important;
}


.banner_left{
    width:45%;
    background:#f5f5f5;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
}

.banner_right{
    width:55%;
    padding:35px 40px 35px 35px;
    position:relative;
}

.img_banner{
    max-width: 100%;
    object-fit:cover;
}

.img_banner_it{
    max-width: 100%;
    object-fit:contain;
}

.text{
    margin:20px 0 10px 0;
}

.simple_text{
    margin:10px 0;
}

.banner_h2{
    margin:0 0 30px;
    font-weight:bold;
    text-align: center;
}

@media (max-width: 420px) {
    .banner_left {
        display: none !important;
    }

    .banner_right{
        width: 100%;
        padding: 40px 15px;
    }

    .banner_h2{
        margin:0 0 20px;
    }

    .text{
        margin:0 0 10px 0;
    }

    .container-banner{
        width: 95%;
    }
}

@media (max-width: 639px) {

    .container-banner {
        height: auto;
    }

    .banner_right{
        width: 70%;
        padding: 30px 15px;
    }

    .banner_li, .banner_ul {
        font-size: 12px !important;
    }

    .banner_li {
        padding-left: 26px !important;
        margin-bottom: 5px!important;
    }

    .banner_ul {
        margin-bottom: 20px!important;
        margin-top: 0!important;
    }

    .popup_close {
        width: 14px;
        height: 14px;
        top: 10px;
        right: 14px;
    }

    .text, .simple_text, .banner_li, .banner_ul{
        line-height: 1.325em!important;
    }

    .button_mobile {
        padding: 12px 24px;
        font-size: 11px;
    }

    .banner_left {
        display: none !important;
    }

    .banner_right{
        width: 100%;
        padding: 30px 20px;
    }
}


@media (min-width: 640px) and (max-width: 800px){
    .text, .simple_text, .banner_li, .banner_ul{
        font-size: 13px!important;
        line-height: 1.225em !important;
    }
    .container-banner{
        max-height: 540px;
    }

    .banner_ul {
        margin-bottom: 12% !important;
    }

    .it_ul{
        margin-bottom: 5% !important;
    }

}

@media (min-width: 801px) {
    .text, .simple_text, .banner_li, .banner_ul{
        font-size: 13px!important;
        line-height: 1.325em!important;
    }

    .container-banner{
        max-width: 800px;
        max-height: 450px;
    }

    .it-banner{
        max-height: 500px!important;
        height: 100%!important;
    }

    .banner_h2 {
        margin: 0 0 20px;
    }

    .banner_ul {
        margin-bottom: 6% !important;
    }

    .text {
        margin: 15px 0 10px 0;
    }

}

@media (min-width: 640px) {

    .banner_h2{
        font-size: 22px;
    }

    .banner_li:before {
        top:10px;
        width: 18px;
    }

    .banner_left{
        width:40%;
    }

    .banner_right {
        width: 60%;
        padding: 25px 30px;
    }
    .popup_close {
        top: 15px;
        right: 15px;
        width: 18px;
        height: 18px;
    }

    .button_mobile {
        padding: 15px 24px;
        font-size: 13px;
    }

    .banner_li {
        padding-left: 26px !important;
        margin-bottom: 5px!important;

    }
}

.product-content .content .product-tech-table table td[bgcolor="#c6e0b4"] {
    background-color: #c6e0b4 !important;
}

.button_it{
    margin: 10px 0 0;
}

@media  (min-width: 640px) {
    .it_left {
        width: 45%!important;
        max-width: fit-content;
    }
}

@media (min-width: 640px) and (max-width: 800px) {
    .it_left {
        display: none !important;
    }
    .it_right{
        width: 90%!important;
        height: 80%!important;
    }

    .container-it {
        max-height: 430px!important;
        height: 80%!important;
        width: 80%!important;
    }
}
@media (min-width: 801px) and (max-width: 839px) {
    .it_ul {
        margin-bottom: 4% !important;
    }
}

.product__svg-icons {margin-top: 30px;}

.svg-icons-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.svg-icons-left,
.svg-icons-right {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.svg-icon-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.svg-icons-left .svg-icon-item{height: 50px;}
.svg-icons-right .svg-icon-item{height: 75px;}

.svg-icon-item svg {
    width: 100%;
    height: 100%;
    display: block;
}

.svg-icons-left .svg-icon-item .st0{fill:#C40021;}
.svg-icons-left .svg-icon-item .st1{fill:#EE1C24;}
.svg-icons-left .svg-icon-item .st2{fill:#FFFFFF;}

.svg-icons-left .svg-icon-item:hover svg .st0 {fill: #31344E !important;}
.svg-icons-left .svg-icon-item:hover svg .st1 {fill: #373E5B !important;}
.svg-icons-left .svg-icon-item:hover svg .st2 {fill: #FFFFFF !important;}

@media (max-width: 768px) {
    .svg-icons-left .svg-icon-item{height: 40px;}
    .svg-icons-right .svg-icon-item{height: 65px;}
}

@media (max-width: 364px) {
    .svg-icons-wrapper {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .svg-icons-left,
    .svg-icons-right {
        justify-content: center;
    }

    .svg-icons-left .svg-icon-item{height: 35px;}
    .svg-icons-right .svg-icon-item{height: 60px;}
}