.pages .buttons-category .button-category {
    width: auto !important;
}

.pages .buttons-category .button-category span {
    font-size: 12px;
    padding: 18px 18px 18px 62px;
}

.pages .buttons-category {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}


.pages .buttons-category .button-category {
    border: 2px solid #2F2F2FA6;
    background-color: #2F2F2FA6;
    border-radius: 4px;
}

.pages .buttons-category .button-category:hover {
    border: 2px solid #E63911;
    background-color: #E63911;
}

.pages .buttons-category .button-category {
    margin-top: 20px;
}

.pages span.line-head {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 112%;
    margin-top: 40px;
    display: block;
}


.hero-block-list__item {
    opacity: 0.9;
    backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 6px;
    padding: 10px;
}

.hero-block-list__item:hover {
    background-color: #DD5434;
}

.hero-block-list__item--active {
    background-color: #DD5434;

}

.hero-block-list__item:not(:last-child) {
    margin-right: 0px;
}

.hero-block-list {
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 1px;
}

.hero-block-list__item-title--uppercase {
    font-size: 12px;
}

.hero-block-list__item-info {
    max-width: 100%;
}


.hero-block--solo::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.hero-block-list__item-title {
    font-size: 12px;
    text-transform: uppercase;
}

.hero-block__content>* {
    pointer-events: auto;

}


.menu-navi .swiper-button {
    backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 50%;
    padding: 38px 25px;
    width: 92px;
    height: 92px;
    position: absolute;
    top: 5px;
    right: -5px;
}

.menu-navi .swiper-button-next:after {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.menu-navi .swiper-control {
    display: block;
    width: 100%;
    position: relative;
}

.nonvisible {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.hero-block__content-footer {
    margin-top: 40px;

}

.menu-navi.buttons-category {
    display: none;
}

.menu-navi.buttons-catalog {
    display: none;
}


.forms-tabs .wrapper {
    position: relative;
    display: block;
}

section.forms-tabs {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.forms-tabs .ui-widget.ui-widget-content {
    border: 1px solid #fff;
    font-family: "Gotham Pro", sans-serif;
}

.forms-tabs .ui-widget-header {
    border: 1px solid #fff;
    background: #fff;
    color: #141416;
    font-weight: bold;
    font-family: "Gotham Pro", sans-serif;
}

.forms-tabs .ui-tabs .ui-tabs-nav {
    display: flex;
    justify-content: flex-end;
    font-family: "Gotham Pro", sans-serif;
    margin-top: -65px;
    margin-bottom: 70px;
}

.forms-tabs .ui-tabs .ui-tabs-nav li {
    margin: 0px 0px 0 10px;
}

.forms-tabs .ui-state-default,
.forms-tabs .ui-widget-content .ui-state-default,
.forms-tabs .ui-widget-header .ui-state-default,
.forms-tabs .ui-button,
.forms-tabs .ui-button.ui-state-disabled:hover,
.forms-tabs .ui-button.ui-state-disabled:active {
    border: 0px solid #FBF0ED;
    background: #FBF0ED;
    color: #BB6956;
    border-radius: 8px;
}

.forms-tabs .ui-state-active,
.forms-tabs .ui-widget-content .ui-state-active,
.forms-tabs .ui-widget-header .ui-state-active,
.forms-tabs a.ui-button:active,
.forms-tabs .ui-button:active,
.forms-tabs .ui-button.ui-state-active:hover {
    border: 0px solid #E63911;
    background: #E63911;
    color: #ffffff !important;
    border-radius: 8px;
}

.forms-tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 10px 25px;
    text-decoration: none;
}


.forms-tabs .ui-state-default a,
.forms-tabs .ui-state-default a:link,
.forms-tabs .ui-state-default a:visited {
    color: #BB6956;
}

.forms-tabs .ui-state-active a,
.forms-tabs .ui-state-active a:link,
.forms-tabs .ui-state-active a:visited {
    color: #fff;
}

.forms-tabs .title-section-form {
    font-family: "Gotham Pro", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 114.9%;
    max-width: 290px;
}


.forms-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}

.forms-tabs .ui-tabs .ui-tabs-panel {
    min-height: 250px;
    background-color: #F3F5F7;
    padding: 40px 40px;
    border-radius: 8px;
}

.forms-tabs h2 {
    font-family: "Gotham Pro", sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;

}

.forms-tabs p {
    font-family: "Gotham Pro", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 130%;

}

.forms-tabs .ui-widget-content a {
    color: #E63912
}

.forms-tabs .ui-widget-content .title-form {
    display: flex;
    width: 85%;
    flex-direction: column;
}


.forms-tabs .ui-widget-content .data {
    display: block;
    align-items: center;
    min-height: 150px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.forms-tabs .ui-widget-content .flex-outer {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

.forms-tabs .flex-outer li,
.forms-tabs .flex-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
    width: 50%;
    float: left;
    padding-right: 60px;
    position: relative;
}

.forms-tabs .flex-outer label,
.forms-tabs .flex-outer li p {
    padding: 12px 0px;
    color: #252C37;
    font-family: "Gotham Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 114%;
    text-align: left;
}


.forms-tabs .flex-outer li input {
    border-radius: 8px;
    background: #E9ECF1;
    color: #6F767F;
    font-family: "Gotham Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.16px;
    display: flex;
    padding: 17px 10px 17px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0px;
    width: 100%;
}

.forms-tabs .flex-outer li input::placeholder {
    color: #6F767F !important;
}


.forms-tabs .flex-outer li > span {
    color: #494C51;
    text-align: left;
    font-size: 13px;
    line-height: 130%;
    font-weight: 400;
    margin-top: 10px;
}

.forms-tabs .phone-input {
    content: '';
    display: block;
    background-image: url(https://lk-tn-ss.sysbis.ru/local/templates/tnss/img/svg/flag-russia.png);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    position: absolute;
    top: 57px;
    left: 10px;
    z-index: 99;
}

.forms-tabs input.icons {
    padding-left: 45px !important;
}


.forms-tabs .flex-outer textarea {
    border-radius: 8px;
    background: #E9ECF1;
    color: #6F767F;
    font-family: "Gotham Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.16px;
    display: flex;
    padding: 17px 10px 17px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0px;
    width: 100%;
}

.forms-tabs .wespe-feedback-button {
    border-radius: 8px;
    padding: 18px 58px 18px 58px;
}

.forms-tabs .btn__container::before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    color: #fff;
}


.forms-tabs .file-selectdialog-switcher {
    background-color: #fff;
    padding: 15px 20px;
    color: #6F767F !important;
    display: flex;
    margin-top: 20px;
    border-radius: 32px;
    text-decoration: none;
    font-size: 15px;
    line-height: 120%;
    font-weight: 500;
    gap: 10px;

}

.forms-tabs .file-selectdialog-switcher span {
    display: flex;
    height: 22px;
    padding: 3px 0px;
}

.forms-tabs .file-selectdialog-switcher::after {
    content: '';
    display: inline-block;
    background-image: url(/upload/download.svg);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;

}

.forms-tabs .file-selectdialog {
    margin-top: 20px;
    border-radius: 8px;
}

.forms-tabs .file-selectdialog .file-extended .file-uploader .file-but-text {
    color: #ee4623;
    font-family: "Gotham Pro";
}

.forms-tabs .file-selectdialog .file-extended .file-selector {
    font-family: "Gotham Pro";
}

.forms-tabs .file-selectdialog {
    box-shadow: none;
}

#tabs {
    display: none;
}

#tabs.ui-tabs {
    display: block;
}

.forms-tabs .tab-list {
    display: none;
}


.hero-block__downloads-item:not(:last-child) {
    margin-right: 7%;
}

.gallery-card .gallery-card__title a:hover {
    color: #ee4623;
}

.navigation .logo {
    margin-top: 0px;
}

.card-grid {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}


.news-cards__item .card-news__text-date.mobile {
    display: none;

}


.card-news--cover .card-news__text-subtitle{
    display: none;
}

p.notif{
    font-size: 12px;
    color: #6F767F;
    padding: 10px 0px;
}

.forms-tabs .file-selectdialog-switcher{
    max-width: 231px;
}

.forms-tabs li .file-selectdialog-switcher
{
  margin-top: 0px;
}

.forms-tabs .flex-outer li .file-selectdialog-switcher span {
    display: flex;
    height: 22px;
    padding: 3px 0px;
    margin-top: 0px;
    color: #6F767F !important;
    font-size: 15px;
    font-weight: 500;
}


.forms-tabs  .file-selectdialog .file-extended .file-load-img {
   
}

.file-selectdialog .file-simple, .file-selectdialog .file-extended{
    text-align: left;
}

.forms-tabs .file-selectdialog .file-extended .file-uploader .file-but-text {
    color: #ee4623;
    font-family: "Gotham Pro";
        font-weight: 500;
}

.forms-tabs .file-placeholder .files-list td{
  text-align: left;
}



.forms-tabs .file-placeholder .files-list {
    margin-top: 0px;
}


.wespe-popup.open .wespe-popup__body.auto-height{
            height: auto! important;
}



.system-src.price{
    background-color: #f8f8fc;
    border: 1px solid #E63911;
    color: #141416!important;
        
}

.system-src.price span{
       color: #141416!important;
}

.system-src.price span.price{
    color: #E63911!important;
    font-size: 20px;
    font-weight: 600;
}
.pages a.system-src {
    color: white;
    border: 1px solid #E63911;
    vertical-align: middle;
    max-height: 57px;
}

.addresslider .swiper-slide{
    min-height: 126px;
}

.addresslider{
    height: 400px;
}

.file-selectdialog-switcher.error{
    border: 1px solid #E63911;
}


div[id^="wait_"] { display: none !important; background: none !important; border: 0 !important; color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 11px; font-style: normal !important; font-variant: normal !important; font-weight: normal; letter-spacing: normal !important; line-height: normal; padding: 0 !important; position: absolute; text-align: center !important; text-indent: 0 !important; width: 0px !important; height: 0px !important; word-spacing: normal !important; z-index: 0; content: ""; }
@media screen and (max-width: 1080px) {
    .forms-tabs .ui-tabs .ui-tabs-nav {
        justify-content: flex-start;
        font-family: "Gotham Pro", sans-serif;
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .forms-tabs .title-section-form {
        margin-bottom: 40px;
    }

    .forms-tabs .ui-tabs .ui-tabs-nav li {
        margin: 0px 10px 0 0px;
    }
}

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

    .hero-block-mobile {
        display: none;
    }

    .hero-block-list.desktop {
        display: none;
    }

    .pages .buttons-category {
        display: none !important;
    }

    .menu-navi.buttons-category {
        display: block !important;
    }

    .menu-navi.buttons-catalog {
        display: block !important;
    }


    .menu-navi.buttons-catalog .hero-block-list__item {
        flex: none;
        padding: 13px 15px
    }

    .menu-navi.buttons-category .swiper-button {
        top: 19px;
    }

    .menu-navi.buttons-catalog .swiper-button {
        top: 10px;
    }

    .menu-navi.buttons-catalog .hero-block-list__item-icon img {
        max-height: 6.929688vw;
    }

    .menu-navi.buttons-catalog .hero-block-list__item-icon {
        width: 13.929688vw;
        max-height: 6.929688vw;
    }


    .hero-block--not-phone {
        display: block !important;
    }

    .hero-block--solo .hero-block__wrapper .hero-block__content {
        margin-left: 0px;
    }

    .hero-block__content-breadcrumbs {
        margin-right: 0px;
    }

    .breads__crumbs {
        display: block !important;
    }

    .breads__crumbs--mobile a:not(:nth-last-child(2)) {
        display: block !important;
    }

    .breads__crumbs--mobile a:nth-last-child(2) {
        display: none;
    }


    .breads__crumbs .crumbs__container {
        margin-left: 20px;
    }

    .hero-block__content-row {
        padding: 0px 20px;
    }

    .hero-block__content-col:nth-child(1) {
        width: 100% !important;
    }

    .hero-block__text-title,
    .hero-block__text-title--medium {
        font-size: 30px;
        line-height: 114.9%;
        font-weight: 900;
    }



    .hero-block--solo {
        height: fit-content;
    }

    .hero-block__content-col:nth-child(1) {
        width: 100%;
        margin-right: 0px;
    }



    .hero-block--solo .hero-block__content {
        position: relative;
        color: #fff;
    }

    .hero-block--solo::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0;
        top: 0;
    }

    .pages .breads__crumbs {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    }

    .pages .breads__crumbs .crumbs__container a::before {
        background-color: #fff;
    }


    .hero-block__content {
        padding-bottom: calc(15px + 1vw) !important;
    }

    .hero-block__downloads--not-mobile {
        display: inline-block;
    }

    .hero-block__target {
        display: none;
    }

    .hero-block__content-footer {
        visibility: inherit;
    }

    .pages .head.mobile {
        display: block !important;
        margin-bottom: 40px;
    }

    .pages .head.mobile .triggers__about {
        display: none;
    }

    .pages .head.mobile .catalog__item-triggers {}

    .pages .head.mobile .catalog__item-triggers .trigger {
        display: none;
    }

    .search-form .search-form__wrapper {
        width: 100% !important;
        margin-top: 0px !important;
    }

    .search-form {
        padding: 20px 24px;
        margin-bottom: 40px;
    }


    .forms-tabs .flex-outer li,
    .forms-tabs .flex-inner {
        width: 100%;
        padding-right: 0px;
    }

    .forms-tabs .ui-widget-content .title-form {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .forms-tabs h2 {
        font-size: 22px;
    }

    .forms-tabs p {
        font-size: 13px;
    }


    .forms-tabs .flex-outer label,
    .forms-tabs .flex-outer li p {
        font-size: 13px;
    }

    .forms-tabs .ui-tabs .ui-tabs-panel {
        padding: 40px 20px;
    }


    .forms-tabs .tab-list {
        margin-bottom: 40px;
        display: block;
    }

    .forms-tabs .tab-list .tab-mobile {
        float: left;
        padding: 10px 20px;
        text-decoration: none;
        background: #FBF0ED;
        border-radius: 8px;
    }

    .forms-tabs .tab-list .tab-mobile span {
        color: #BB6956;
        text-decoration: none;
        font-size: 13px;
    }

    .forms-tabs .tab-list .tab-mobile.swiper-slide-active {
        background: #E63911;
    }

    .forms-tabs .tab-list .tab-mobile.swiper-slide-active span {
        color: #fff;
    }

    .forms-tabs .ui-tabs-nav {
        display: none !important;
    }

   
 .system-src{
        width: 100%;
       
    }
    
}



@media screen and (max-width: 450px) {
 .news-cards__item .card-news__text-desc {
        display: none;
    }

    .news-cards__item .card-news__text-desc {
        display: none;
    }

    .news-cards__item .card-news__text-date {
        display: none;
    }

    .news-cards__item .card-news__text-date.mobile {
        display: block;
        position: absolute;
        color: #fff;
        margin-top: 10px;
        margin-left: 10px;
        z-index: 99;
    }

    .news-cards__item .card-news__text {
        padding: 20px 10px;
    }

    .news-cards--grid .news-cards__item,
    .news-cards--rows .news-cards__item {
        aspect-ratio: auto;
        max-height: none;
    }

    .news-cards__item .card-news__text {
        width: 100%;
        height: fit-content;
    }

    .card-news {
        height: auto;
    }

      .news-cards__item   .card-news__text-title {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .news-cards__item  .card-news__image img{
        box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
        filter: brightness(90%)
    }

   .news-cards__item .card-news__text {
        width: 100%;
        height: 100%;
        /* min-height: 212px; */
    }

   
}