#tabs2 .ui-tabs-nav {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    border-radius: 26px;
    border: 2px solid #d8dad9;
    background-color: #fff;
    margin-top: 12px;
}

#tabs2 .ui-state-default {
    box-sizing: border-box;
    min-height: 70px;
    display: inline-grid;
    place-items: center;
    padding: 15px;
    margin-left: 0;
    line-height: 21px;
    border-radius: 26px;
    padding: 0 15px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

#tabs2 .ui-state-default a {
    color: #38434d;
    font-size: 17px;
}
#tabs2 .ui-state-default.ui-tabs-active {
    color: #fff;
    background-color: #00afaa;
    margin-top: -2px;
    margin-bottom: -2px;
    height: 34px;
    line-height: 21px;
    z-index: 1;
    -ms-animation: switchershow .3s;
    -moz-animation: switchershow .3s;
    -o-animation: switchershow .3s;
    -webkit-animation: switchershow .3s;
}
.b-mainpromo_icons {
    margin-top: 20px;
}
#tabs2 .ui-state-default a {
    text-align: center;
}
#tabs2 .ui-state-default.ui-tabs-active a {
    color: #fff;
}
#tabs2 .ui-toggle-switch {
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
    border-radius: 26px;
    border: 2px solid #d8dad9;
    background-color: #fff;
    margin-top: 12px;
    display: block;
    width: 341px;
    height: 60px;
    border-radius: 26px;
    border: 2px solid #d8dad9;
    background-color: #fff;
}

#tabs2 .ui-state-active {
    color: #fff !important;
    padding: 15px;
    background-color: #00afaa;
    border-radius: 26px;
    line-height: 49px;
    z-index: 1;
    -ms-animation: switchershow .3s;
    -moz-animation: switchershow .3s;
    -o-animation: switchershow .3s;
    -webkit-animation: switchershow .3s;
}
#tabs2 .ui-toggle-switch label {
    width: 41.206%;
    text-align: center;
    display: block;
    padding: 15px;
    color: #38434d;
    white-space: pre-line !important;
    float: left;
}
.promo-img {
    height: 330px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.font-22 {
    font-size: 22px;
}

.steps-list__title {
    font-weight: bold;
    text-align: center;
}

.steps-list__text {
    color: #84878b;
    text-align: center;
}

.steps-list {
    padding: 0;
    margin-top: 2rem;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 1.875rem;
}

.steps-list__item {
    position: relative;
    padding: 2rem 1.5rem;
    background-color: rgb(240, 244, 244);
    border-radius: 1.25rem;
    margin: 0;
    list-style-type: none;
}

ol>li.steps-list__item::before {
     position: absolute;
     display: grid;
     background-color: #00afaa;
     border-radius: 1rem;
     place-items: center;
     top: -1rem;
     right: 0;
     margin: auto;
     left: 0;
     box-sizing: border-box;
     padding: 0.5rem 1rem;
     width: fit-content;
     color: #FFFFFF;
}

ol>li.steps-list__item._index-1::before {
     content: "1";
}

ol>li.steps-list__item._index-2::before {
    content: "2";
}

ol>li.steps-list__item._index-3::before {
    content: "3";
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-6 {
    margin-top: 6px;
}

.pb-0 {
    padding-bottom: 0;
}

.offers {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 1.25rem;
}

.offer {
    display: flex;
    flex-direction: column;
    background-color: rgb(240, 244, 244);
    border-radius: 1.25rem;
    padding: 1.25rem;
}

.offer__text {
    font-size: 0.9rem;
}

.button-gradient-green-border.offer__button>span {
    height: 30px;
    font-size: 14px;
    line-height: 28px;
}

#tabs .ui-state-default.ui-tabs-active {
    height: auto;
}

#tabs2 .ui-state-default.ui-tabs-active {
    height: auto;
}

.offer__button__wrap {
    margin-top: auto;
}
.tabsr {
    text-align: left;
}

.link__green {
    color: #00afaa;
}

.table__zakrytie {
    position: relative;
    width: auto;
    padding: 1.25rem 2.5rem;
    display: inline-block;
    background-color: rgb(240, 244, 244);
    border-radius: 1.25rem;
}

.table__zakrytie tr {
    display: grid;
    align-items: center;
    padding: 0.9375rem 2.5rem;
    grid-template-columns: minmax(30%, max-content) repeat(auto-fill, 70%) 100%;
    column-gap: 1rem;
}

.table__zakrytie tr:not(:last-of-type) {
    border-bottom: 1px solid #00afaa;
}

.desk___zakrytie {
    padding: 1.25rem 2.5rem;
    background-color: rgb(240, 244, 244);
    border-radius: 1.25rem;
}

.desk___danger {
    margin-bottom: 0;
    display: flex;
    gap: 5px;
    align-items: center;
}