

/* Start:/bitrix/templates/aspro_max/tmpl-landing/css/style.css?178428920129456*/
.sftbt-landing-hero {
    position: relative;
    color: #fff;
    overflow: hidden;
}
.sftbt-landing-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.sftbt-landing-hero__bg-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 47%;
}
.sftbt-landing-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgba(27, 27, 27, 0.6);
}
.sftbt-landing-hero .wrapper_inner {
    position: relative;
    z-index: 2;
    background-color: transparent;
}
.sftbt-landing-hero__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 88px;
    min-height: 493px;
    padding: 47px 0;
}
.sftbt-landing-hero__breadcrumbs,
.sftbt-landing-hero__breadcrumbs a,
.sftbt-landing-hero__breadcrumbs .breadcrumbs__item-name,
.sftbt-landing-hero__breadcrumbs .breadcrumbs__separator {
    color: #B6B5B5;
}
.sftbt-landing-hero__breadcrumbs a:hover,
.sftbt-landing-hero__breadcrumbs a:hover .breadcrumbs__item-name {
    color: #e50071;
}
.sftbt-landing-hero__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1031px;
}
.sftbt-landing-hero__title {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
}
.sftbt-landing-hero__description {
    max-width: 729px;
    font-size: 20px;
    line-height: 1.25;
    color: #fff;
}
.sftbt-landing-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.btn.sftbt-landing-hero__btn{
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 10px;
}
.btn.sftbt-landing-hero__btn.btn-transparent-border-color{
    color: #fff;
    border-color: #fff;
}
@media (max-width: 991px) {
    .sftbt-landing-hero__inner {
        gap: 48px;
        min-height: 0;
        padding: 32px 0 48px;
    }
    .sftbt-landing-hero__title {
        font-size: 30px;
    }
    .sftbt-landing-hero__description {
        font-size: 18px;
    }
}
@media (max-width: 539px) {
    .sftbt-landing-hero__inner {
        gap: 32px;
        padding: 24px 0 40px;
    }
    .sftbt-landing-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .sftbt-landing-hero__title {
        font-size: 26px;
    }
    .sftbt-landing-hero__description {
        font-size: 16px;
    }
}

.sftbt-landing-section{
    margin-bottom: 100px;
}
.sftbt-landing-section_margin-top{
    margin-top: 100px;
}
@media (max-width: 991px) {
    .sftbt-landing-section{
        margin-bottom: 50px;
    }
    .sftbt-landing-section_margin-top{
        margin-top: 50px;
    }
}

.sftbt-landing-section.sftbtiz-free{
    padding-top: 0;
    margin-bottom: 100px;
}
@media (max-width: 991px) {
    .sftbt-landing-section.sftbtiz-free{
        padding-top: 0;
        margin-bottom: 50px;
    }
}

.sftbt-landing-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2;
}


.sftbt-landing-tasks__header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 34px;
}
.sftbt-landing-tasks__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.03;
    color: #333;
}
.sftbt-landing-tasks__subtitle {
    font-size: 16px;
    line-height: 1.225;
    color: #555;
}
.sftbt-landing-tasks-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -34px 10px;
}
.sftbt-landing-tasks-grid__cell {
    flex: 0 0 33.33%;
    padding: 0 34px 32px;
}
.sftbt-landing-tasks-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    min-height: 217px;
    height: 100%;
    padding: 32px;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    color: #1B1B1B;
}
.sftbt-landing-tasks-item__icon {
    align-self: flex-start;
}
.sftbt-landing-tasks-item__icon svg {
    display: block;
    width: 24px;
    height: 24px;
}
.sftbt-landing-tasks-item__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}
.sftbt-landing-tasks-item__text {
    font-size: 14px;
    line-height: 1.4;
}
.sftbt-landing-tasks__action {
    text-align: center;
}
@media (max-width: 1199px) {
    .sftbt-landing-tasks-grid {
        margin: 0 -16px 60px;
    }
    .sftbt-landing-tasks-grid__cell {
        flex: 1 0 50%;
        padding: 0 16px 32px;
    }
}
.btn.sftbt-landing-tasks__btn{
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 700;
    white-space: normal;
}
.sftbt-landing-tasks__header_row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px 24px;
}
.sftbt-landing-tasks_reasons .sftbt-landing-tasks__header_row {
    margin-bottom: 53px;
}
.sftbt-landing-tasks_reasons .sftbt-landing-tasks-grid {
    margin-bottom: 0;
}
.sftbt-landing-tasks_reasons .sftbt-landing-tasks-grid__cell {
    padding-bottom: 16px;
}
.sftbt-landing-tasks_reasons .sftbt-landing-tasks-item {
    min-height: 209px;
}
.sftbt-landing-tasks_companies .sftbt-landing-tasks-item{
    padding: 32px 22px;
    gap: 6px;
}
.sftbt-landing-tasks_companies .sftbt-landing-tasks-item__title{
    margin-bottom: 10px;
    line-height: 1;
}
.sftbt-landing-tasks_companies .sftbt-landing-tasks-grid__cell{
    padding-bottom: 16px;
}

@media (max-width: 767px) {
    .sftbt-landing-tasks__header_row {
        align-items: flex-start;
    }
    .sftbt-landing-tasks_reasons .sftbt-landing-tasks__header_row {
        margin-bottom: 32px;
    }
    .sftbt-landing-tasks__header {
        margin-bottom: 32px;
    }
    .sftbt-landing-tasks__title {
        font-size: 24px;
    }
    .sftbt-landing-tasks-grid {
        margin: 0 0 40px;
    }
    .sftbt-landing-tasks-grid__cell {
        flex: 1 0 100%;
        padding: 0 0 16px;
    }
    .sftbt-landing-tasks-item {
        min-height: 0;
        padding: 24px;
    }
}


.sftbt-landing-mission {
    display: flex;
    position: relative;
    background-color: #F5F5F5;
}
.sftbt-landing-mission .wrapper_inner {
    flex: 1;
    background-color: transparent;
}
.sftbt-landing-mission__inner{
    height: 100%;
}
.sftbt-landing-mission__title {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}
.sftbt-landing-mission__content {
    position: relative;
    width: 528px;
    max-width: 100%;
    min-width: 0;
    padding: 32px 32px 13px 32px;
    background-color: #fff;
    z-index: 1;
}
.sftbt-landing-mission__lead {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    color: #555;
}
.sftbt-landing-mission-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sftbt-landing-mission-list__title {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    color: #E50171;
}
.sftbt-landing-mission-list__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    color: #555;
}
.sftbt-landing-mission__image {
    position: absolute;
    height: 100%;
    width: 67%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.sftbt-landing-mission__image img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 1440px) {
    .sftbt-landing-mission{
        min-height: 390px;
    }
    .sftbt-landing-mission__content{
        padding: 32px;
    }
}
@media (max-width: 991px) {
    .sftbt-landing-mission{
        min-height: 0;
    }
}
@media (max-width: 1024px) {
    .sftbt-landing-mission{
        display: block;
    }
    .sftbt-landing-mission__inner{
        padding: 40px 0 30px 0;
    }
    .sftbt-landing-mission__content{
        width: 100%;
        padding: 24px;
    }
    .sftbt-landing-mission__image{
        background: #f5f5f5;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 40px;
    }
    .sftbt-landing-mission__image,
    .sftbt-landing-mission__image img{
        position: static;
        height: auto;
        width: 100%;
    }
}


.sftbt-landing-soft__title{
    margin-bottom: 40px;
}
.sftbt-landing-soft__header_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px 24px;
    margin-bottom: 40px;
}
.sftbt-landing-soft__header_row .sftbt-landing-soft__title {
    margin-bottom: 0;
}
.sftbt-landing-soft_company .sftbt-landing-soft__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.03;
    color: #333;
}
.sftbt-landing-soft_company .sftbt-landing-soft-item__inner {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    color: #1B1B1B;
    text-decoration: none;
    transition: border-color 0.2s;
}
.sftbt-landing-soft_company .sftbt-landing-soft-item__inner:hover,
.sftbt-landing-soft_company .sftbt-landing-soft-item__inner:focus {
    border-color: #E50171;
}
.sftbt-landing-soft_company .sftbt-landing-soft-item__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #E50071;
    max-width: 100%;
}
.btn.sftbt-landing-soft__btn {
    font-size: 14px;
    padding: 11px 31px;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.sftbt-landing-soft__inner{
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.sftbt-landing-soft-item{
    flex: 0 0 33.33%;
    padding: 8px;
    display: flex;
}
.sftbt-landing-soft-item__inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 32px 50px 32px 32px;
    background: #F5F5F5;
    color: #1b1b1b;
}
.sftbt-landing-soft-item__title{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    max-width: 190px;
}
.sftbt-landing-soft-item__image{
    height: 103px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sftbt-landing-soft-item__image img{
    display: block;
    max-height: 100%;
    max-width: 200px;
    margin-right: 0;
}

@media (max-width: 1199px) {
    .sftbt-landing-soft-item{
        flex: 1 0 350px;
    }
}
@media (max-width: 991px) {
    .sftbt-landing-soft-item__inner{
        padding: 32px;
    }
}
@media (max-width: 767px) {
    .sftbt-landing-soft__header_row {
        align-items: flex-start;
    }
    .sftbt-landing-soft_company .sftbt-landing-soft__title {
        font-size: 24px;
    }
    .sftbt-landing-soft-item{
        flex: 1 0 300px;
    }
}

.sftbt-landing-vendors__header_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px 24px;
    margin-bottom: 25px;
}
.sftbt-landing-vendors__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: #333;
}
.sftbt-landing-vendors__all {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 18px;
    line-height: 1.1;
    color: #E50071;
    white-space: nowrap;
}
.sftbt-landing-vendors__all svg {
    flex: 0 0 24px;
}
.sftbt-landing-vendors__all svg path {
    fill: currentColor;
}
.sftbt-landing-vendors__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}
.sftbt-landing-vendors__item {
    flex: 0 0 25%;
    padding: 10px 30px;
    display: flex;
}
.sftbt-landing-vendors .sftbtiz-vendors-item {
    width: 100%;
    min-height: 379px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 30px;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
}
.sftbt-landing-vendors .sftbtiz-vendors-item__image {
    text-align: center;
    margin-bottom: 40px;
}
.sftbt-landing-vendors .sftbtiz-vendors-item__image img {
    max-width: 100%;
    height: auto;
}
.sftbt-landing-vendors .sftbtiz-vendors-item__title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #222;
}
.sftbt-landing-vendors .sftbtiz-vendors-item__badge {
    margin-bottom: 10px;
}
.sftbt-landing-vendors .sftbtiz-vendors-item-badge {
    display: inline-block;
    padding: 2px 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.54;
    color: #333;
    border: 1px solid #E50071;
    border-radius: 12px;
}
.sftbt-landing-vendors .sftbtiz-vendors-item__text {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.33;
    color: #333;
}
.sftbt-landing-vendors .sftbtiz-vendors-item__link {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    line-height: 1.54;
    color: #E50071;
}
.sftbt-landing-vendors .sftbtiz-vendors-item__link svg path {
    fill: currentColor;
}
@media (max-width: 1199px) {
    .sftbt-landing-vendors__item {
        flex: 0 0 50%;
    }
}
@media (max-width: 767px) {
    .sftbt-landing-vendors__header_row {
        align-items: flex-start;
    }
    .sftbt-landing-vendors__title {
        font-size: 18px;
        line-height: 1.44;
    }
    .sftbt-landing-vendors__all {
        display: none;
    }
    .sftbt-landing-vendors__item {
        flex: 1 0 280px;
    }
    .sftbt-landing-vendors .sftbtiz-vendors-item {
        max-width: 280px;
        margin: 0 auto;
    }
}

.sftbt-landing-examples .sftbtiz-text-accent {
    color: #E50071;
}
.sftbt-landing-examples .sftbtiz-examples__title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.1;
    color: #333;
    text-align: center;
}
.sftbt-landing-examples .sftbtiz-examples-list {
    display: flex;
    gap: 26px;
    justify-content: space-between;
}
.sftbt-landing-examples .sftbtiz-examples-item {
    flex: 0 0 383px;
    min-height: 336px;
    border: 1px solid rgba(217, 217, 217, 0.2);
    border-radius: 16px;
    padding: 40px 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.sftbt-landing-examples .sftbtiz-examples-item__badge {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 20px;
    background: rgba(230, 0, 115, 0.1);
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #E50071;
}
.sftbt-landing-examples .sftbtiz-examples-item__title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.11;
    color: #333;
}
.sftbt-landing-examples .sftbtiz-examples-item__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.33;
    color: #333;
}
.sftbt-landing-examples .sftbtiz-examples-item__text ul {
    margin: 0;
}
.sftbt-landing-examples .sftbtiz-examples-item__text ul > li {
    margin-bottom: 0;
    margin-left: 23px;
    margin-top: 0;
}
.sftbt-landing-examples .sftbtiz-examples-item__text ul:not([id*="bx_"]) > li:before {
    content: "\2022";
    position: absolute;
    left: 7px;
}
@media (max-width: 1299px) {
    .sftbt-landing-examples .sftbtiz-examples-item {
        flex: 0 1 383px;
    }
}
@media (max-width: 1199px) {
    .sftbt-landing-examples .sftbtiz-examples-list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sftbt-landing-examples .sftbtiz-examples-item {
        flex: 0 0 347px;
        margin-bottom: 14px;
    }
    .sftbt-landing-examples .sftbtiz-examples-item:nth-child(3) {
        flex: 0 0 383px;
    }
}
@media (max-width: 767px) {
    .sftbt-landing-examples .sftbtiz-examples__title {
        font-size: 18px;
        line-height: 1.44;
    }
    .sftbt-landing-examples .sftbtiz-examples-list {
        flex-direction: column;
        gap: 20px;
    }
    .sftbt-landing-examples .sftbtiz-examples-item,
    .sftbt-landing-examples .sftbtiz-examples-item:nth-child(3) {
        width: 100%;
        flex: 0 1 auto;
        margin-bottom: 0;
    }
    .sftbt-landing-examples .sftbtiz-examples-item {
        padding: 20px 10px;
    }
    .sftbt-landing-examples .sftbtiz-examples-item__badge {
        font-size: 11px;
        line-height: 1.18;
    }
    .sftbt-landing-examples .sftbtiz-examples-item__title {
        font-size: 15px;
        line-height: 1.33;
    }
    .sftbt-landing-examples .sftbtiz-examples-item__text {
        font-size: 13px;
        line-height: 1.53;
    }
}

.sftbt-landing-manufacturer__title{
    margin-bottom: 40px;
}
.sftbt-landing-manufacturer__inner {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}
.sftbt-landing-manufacturer-item{
    flex: 0 0 20%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sftbt-landing-manufacturer-item__image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sftbt-landing-manufacturer-item__image img {
    max-width: 100%;
    max-height: 80px;
}
@media (max-width: 1199px) {
    .sftbt-landing-manufacturer-item {
        flex: 1 0 200px;
    }
}
@media (max-width: 539px) {
    .sftbt-landing-manufacturer-item{
        flex: 0 1 50%;
    }
}


.sftbt-landing .tabs{
    margin-bottom: 30px;
}
.sftbt-landing .tabs .nav-tabs{
    margin: 0;
}

.sftbt-landing .tabs .nav-tabs li{
    margin: 0 24px 0 0;
    background: 0;
}
.sftbt-landing .tabs .nav-tabs li:last-child{
    margin-right: 0;
}
.sftbt-landing .tabs .nav-tabs li a{
    padding: 11px 0;
    font-size: 18px;
    font-weight: 500;
    color: #1B1B1B;
}

.sftbt-landing .tabs .nav-tabs li.active a{
    color: #E50171;
}

.sftbt-landing .tabs .nav-tabs li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 1;
    height: 2px;
    background: #1B1B1B;
}

/*.sftbt-landing .tabs .nav-tabs li a:hover{*/
/*    color: #E50171;*/
/*}*/

.sftbt-landing .tabs .nav-tabs li.active:after {
    background: #e50071;
}




.sftbt-landing-order__title {
    margin-bottom: 31px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.03;
    color: #333;
}
.sftbt-landing-order .tabs {
    margin-bottom: 31px;
}
.sftbt-landing-order .tabs .nav-tabs li {
    position: relative;
}
.sftbt-landing-order .tabs .nav-tabs li.active a {
    background: #fff;
}
.sftbt-landing-order__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.sftbt-landing-order-item {
    flex: 1 0 0;
    min-width: 0;
    min-height: 264px;
    padding: 31px;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    color: #1b1b1b;
}
.sftbt-landing-order-item__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 35px;
    border: 1px solid #E50171;
    border-radius: 100%;
    color: #E50171;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
}
.sftbt-landing-order-item__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.04;
    color: #1b1b1b;
    margin-bottom: 20px;
}
.sftbt-landing-order-item__text {
    font-size: 16px;
    line-height: 1.3;
    color: #1b1b1b;
}

@media (max-width: 1199px) {
    .sftbt-landing-order-item {
        flex: 1 0 calc(50% - 8px);
        min-height: 0;
    }
}
@media (max-width: 767px) {
    .sftbt-landing-order-item {
        flex: 1 0 100%;
    }
}


.sftbt-landing-banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;}
.sftbt-landing-banner .wrapper_inner{
    background-color: transparent;
}
.sftbt-landing-banner__inner{
    display: flex;
    flex-direction: column;
     min-height: 740px;
    gap: 60px;
    padding: 15px 0 190px 0;
}
.sftbt-landing-banner__breadcrumbs{
    /*margin-bottom: 76px;*/
}
.sftbt-landing-banner__breadcrumbs,
.sftbt-landing-banner__breadcrumbs a,
.sftbt-landing-banner__breadcrumbs .bx-breadcrumb i{
    color: #B6B5B5;
}
.sftbt-landing-banner__breadcrumbs a:hover{
    color: #e50071;
}
.sftbt-landing-banner__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sftbt-landing-banner__heading,
.sftbt-landing-banner__text{
    color: #FFF;
    width: 100%;
    max-width: 805px;
}
.sftbt-landing-banner__heading{
    font-size: 36px;
    color: #FFF;
    margin-bottom: 20px;
    font-weight: 700;
}
.sftbt-landing-banner__text{
    font-size: 16px;
}
.sftbt-landing-banner__buttons{
    margin-top: 40px;
    display: flex;
    gap: 12px;
}
a.sftbt-landing-feedback-button{
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
/*.sftbt-landing-banner a.sftbt-landing-feedback-button{*/

/*}*/
.sftbt-landing-banner a.sftbt-landing-feedback-button.btn-transparent-border-color{
    border-color: #FFF;
    color: #FFF;
}
.sftbt-landing-banner a.sftbt-landing-feedback-button.btn-transparent-border-color:hover,
.sftbt-landing-banner a.sftbt-landing-feedback-button.btn-transparent-border-color:focus{
    border-color: #ff0580;
}

@media (max-width: 1199px) {
    .sftbt-landing-banner__inner {
        min-height: 600px;
        padding: 24px 0 100px 0;
    }
}
@media (max-width: 991px) {
    .sftbt-landing-banner__inner{
        min-height: 0;
        padding-bottom: 50px;
    }
}
@media (max-width: 539px) {
    .sftbt-landing-banner__buttons{
        flex-direction: column;
    }
    .sftbt-landing-banner__heading{
        font-size: 30px;
    }
}

.sftbtiz-dialog {
    position: relative;
    width: 600px;
    max-width: calc(100vw - 32px);
    border-radius: 16px;
    padding: 20px 40px;
    background: #FAFAFA;
}
.sftbtiz-dialog.sftbtiz-dialog_tender {
    width: 1480px;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    padding: 0;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.sftbtiz-dialog.sftbtiz-dialog_tender .sftbtiz-dialog-scroll {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 80px 73px 80px;
    box-sizing: border-box;
}
.sftbtiz-dialog.sftbtiz-dialog_tender .sftbtiz-dialog__close {
    top: 16px;
    right: 16px;
}
.sftbtiz-dialog-scroll {
    overflow-y: auto;
    max-height: calc(100vh - 40px);
}
.sftbtiz-dialog__close {
    position: absolute;
    top: 4px;
    right: 10px;
    z-index: 2;
    padding: 7px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.sftbtiz-dialog-tender__title {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.03;
    color: #333;
}
.sftbtiz-dialog-tender__desc {
    margin: 0 0 32px;
    font-size: 16px;
    line-height: 1.225;
    color: #555;
}
.sftbtiz-dialog-tender__subtitle {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #333;
}
.sftbtiz-dialog-tender__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 32px;
}
.sftbtiz-dialog-tender__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.sftbtiz-dialog-tender__icon {
    flex-shrink: 0;
    width: 22px;
    margin-top: 3px;
}
.sftbtiz-dialog-tender__icon svg {
    display: block;
}
.sftbtiz-dialog-tender__text {
    font-size: 16px;
    line-height: 1.225;
    color: #555;
}
.sftbtiz-dialog-tender__warning {
    margin-bottom: 32px;
    padding: 32px;
    border: 1px solid #e50171;
    border-radius: 16px;
}
.sftbtiz-dialog-tender__warning-title {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 600;
    line-height: 0.96;
    color: #1b1b1b;
}
.sftbtiz-dialog-tender__warning-text {
    font-size: 14px;
    line-height: 1.4;
    color: #1b1b1b;
}
.sftbtiz-dialog-tender__action {
    display: flex;
}
.btn.sftbtiz-dialog-tender__btn {
    padding: 16px 31px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .sftbtiz-dialog.sftbtiz-dialog_tender .sftbtiz-dialog-scroll {
        padding: 48px 32px 40px;
    }
    .sftbtiz-dialog-tender__title {
        font-size: 24px;
    }
    .sftbtiz-dialog-tender__subtitle {
        font-size: 20px;
    }
    .sftbtiz-dialog-tender__warning {
        padding: 24px;
    }
}
@media (max-width: 539px) {
    .sftbtiz-dialog.sftbtiz-dialog_tender .sftbtiz-dialog-scroll {
        padding: 32px 16px 24px;
    }
    .sftbtiz-dialog-tender__desc,
    .sftbtiz-dialog-tender__text {
        font-size: 15px;
    }
    .sftbtiz-dialog-tender__action {
        width: 100%;
    }
    .btn.sftbtiz-dialog-tender__btn {
        width: 100%;
        text-align: center;
    }
}

.sftbtiz-dialog.sftbtiz-dialog_tender-form {
    width: 600px;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    padding: 0;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.sftbtiz-dialog.sftbtiz-dialog_tender-form .sftbtiz-dialog-scroll {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 80px 23px 40px;
    box-sizing: border-box;
}
.sftbtiz-dialog.sftbtiz-dialog_tender-form .sftbtiz-dialog__close {
    top: 16px;
    right: 16px;
}
.sftbtiz-tender-form__header {
    margin-bottom: 32px;
}
.sftbtiz-tender-form__title {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.03;
    color: #e50171;
}
.sftbtiz-tender-form__subtitle {
    margin: 0;
    font-size: 16px;
    line-height: 1.225;
    color: #555;
}
.sftbtiz-tender-form__section + .sftbtiz-tender-form__section {
    margin-top: 32px;
}
.sftbtiz-tender-form__section-title {
    margin: 0 0 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e50171;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.225;
    color: #555;
}
.sftbtiz-tender-form__grid {
    display: grid;
    gap: 24px 20px;
}
.sftbtiz-tender-form__grid_2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sftbtiz-tender-form__field + .sftbtiz-tender-form__field {
    margin-top: 24px;
}
.sftbtiz-tender-form__grid .sftbtiz-tender-form__field + .sftbtiz-tender-form__field {
    margin-top: 0;
}
.sftbtiz-tender-form__label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.225;
    color: #555;
}
input[type="text"].sftbtiz-tender-form__input,
input[type="tel"].sftbtiz-tender-form__input,
input[type="email"].sftbtiz-tender-form__input,
input[type="url"].sftbtiz-tender-form__input,
select.sftbtiz-tender-form__select {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 10px;
    border: 0.5px solid #d9d9d9;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.2s;
}
input[type="text"].sftbtiz-tender-form__input::placeholder,
input[type="tel"].sftbtiz-tender-form__input::placeholder,
input[type="email"].sftbtiz-tender-form__input::placeholder,
input[type="url"].sftbtiz-tender-form__input::placeholder {
    color: #d9d9d9;
}
input[type="text"].sftbtiz-tender-form__input:focus,
input[type="tel"].sftbtiz-tender-form__input:focus,
input[type="email"].sftbtiz-tender-form__input:focus,
input[type="url"].sftbtiz-tender-form__input:focus,
select.sftbtiz-tender-form__select:focus {
    outline: none;
    border-color: #bababa;
}
select.sftbtiz-tender-form__select {
    appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23E50171' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 24px 24px;
    cursor: pointer;
}
select.sftbtiz-tender-form__select.is-invalid,
input[type="text"].sftbtiz-tender-form__input.is-invalid,
input[type="tel"].sftbtiz-tender-form__input.is-invalid,
input[type="email"].sftbtiz-tender-form__input.is-invalid,
input[type="url"].sftbtiz-tender-form__input.is-invalid {
    border-color: #e50171;
}
.sftbtiz-tender-form__hint {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #e50171;
    border-radius: 10px;
    background: #fafafa;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}
.sftbtiz-tender-form__action {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.btn.sftbtiz-tender-form__submit {
    padding: 16px 31px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.btn.sftbtiz-tender-form__submit[disabled], 
.btn.sftbtiz-tender-form__submit.disabled{
    cursor: not-allowed;
    pointer-events: none;
    border: 1px solid #919191 !important;
    color: #919191 !important;
}
.sftbtiz-tender-form__success {
    text-align: center;
    padding: 40px 0 20px;
}
.sftbtiz-tender-form__success-title {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    color: #e50171;
}
.sftbtiz-tender-form__success-text {
    font-size: 16px;
    line-height: 1.4;
    color: #555;
}
@media (max-width: 639px) {
    .sftbtiz-dialog.sftbtiz-dialog_tender-form .sftbtiz-dialog-scroll {
        padding: 64px 16px 24px;
    }
    .sftbtiz-tender-form__grid_2 {
        grid-template-columns: 1fr;
    }
    .sftbtiz-tender-form__action {
        width: 100%;
    }
    .btn.sftbtiz-tender-form__submit {
        width: 100%;
    }
}

/* End */
/* /bitrix/templates/aspro_max/tmpl-landing/css/style.css?178428920129456 */
