/* Main Styles - 替代 tilda-blocks-page99784436.min.css */

body.t-body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Records */
.t-records {
    opacity: 1;
}

.t-records_animated {
    -webkit-transition: opacity ease-in-out .2s;
    -moz-transition: opacity ease-in-out .2s;
    -o-transition: opacity ease-in-out .2s;
    transition: opacity ease-in-out .2s;
}

.t-records.t-records_visible {
    opacity: 1;
}

@media screen and (min-width: 980px) {
    .t-records {
        opacity: 0;
    }
    
    .t-records.t-records_visible {
        opacity: 1;
    }
}

.t-rec {
    position: relative;
}

.t-rec_pt_0 { padding-top: 0; }
.t-rec_pt_45 { padding-top: 50px; }
.t-rec_pt_60 { padding-top: 80px; }
.t-rec_pt_75 { padding-top: 100px; }
.t-rec_pt_135 { padding-top: 120px; }
.t-rec_pt_150 { padding-top: 140px; }

.t-rec_pb_30 { padding-bottom: 40px; }
.t-rec_pb_45 { padding-bottom: 50px; }
.t-rec_pb_60 { padding-bottom: 80px; }
.t-rec_pb_75 { padding-bottom: 100px; }
.t-rec_pb_135 { padding-bottom: 120px; }
.t-rec_pb_210 { padding-bottom: 160px; }
.t-rec_pb_150 { padding-bottom: 140px; }

@media screen and (max-width: 960px) {
    .t-rec_pt_60 { padding-top: 50px; }
    .t-rec_pt_75 { padding-top: 60px; }
    .t-rec_pt_135 { padding-top: 70px; }
    .t-rec_pt_150 { padding-top: 70px; }
    
    .t-rec_pb_60 { padding-bottom: 50px; }
    .t-rec_pb_75 { padding-bottom: 60px; }
    .t-rec_pb_135 { padding-bottom: 70px; }
    .t-rec_pb_210 { padding-bottom: 100px; }
    .t-rec_pb_150 { padding-bottom: 70px; }
}

/* Typography */
.t-title {
    font-weight: 500;
    margin: 0 0 24px;
    line-height: 1.3;
    color: #1a1a1a;
}

.t-title_xs { font-size: 28px; }
.t-title_sm { font-size: 32px; }
.t-title_md { font-size: 36px; }
.t-title_lg { font-size: 42px; }

.t-descr {
    margin: 0 0 16px;
    line-height: 1.7;
    color: #555;
}

.t-descr_xs { font-size: 15px; }
.t-descr_sm { font-size: 16px; }
.t-descr_md { font-size: 17px; }
.t-descr_lg { font-size: 19px; }
.t-descr_xl { font-size: 20px; }

.t-text {
    margin: 0 0 16px;
    line-height: 1.8;
    color: #444;
}

.t-text_sm { font-size: 15px; }
.t-text_md { font-size: 17px; }
.t-text_lg { font-size: 19px; }

.t-name {
    font-weight: 500;
    margin: 0 0 12px;
    line-height: 1.4;
    color: #1a1a1a;
}

.t-name_md { font-size: 19px; }
.t-name_xl { font-size: 22px; }

/* Section */
.t-section__container {
    margin-bottom: 48px;
}

.t-section__title {
    margin-bottom: 24px;
    font-weight: 600;
}

.t-section__descr {
    margin-bottom: 48px;
    font-weight: 400;
    display: block;
}

/* T995 - Cover Block */
.t995 {
    position: relative;
}

.t995__wrapper {
    position: relative;
}

.t995__container {
    position: relative;
    z-index: 3;
}

.t995__inner-wrapper {
    position: relative;
}

.t995__content-wrapper {
    text-align: center;
}

.t995__title {
    color: #fff;
    margin-bottom: 24px;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.t995__descr {
    color: #fff;
    margin-bottom: 36px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
    font-size: 20px;
    line-height: 1.6;
}

/* T051 - Text Block */
.t051 {
    position: relative;
}

.t051__text {
    line-height: 1.8;
    max-width: 900px;
}

.t051__text p {
    margin: 0 0 20px;
}

.t051__text p:last-child {
    margin-bottom: 0;
}

.t051__text strong {
    font-weight: 600;
    color: #1a1a1a;
}

.section-heading {
    font-size: 32px;
    display: block;
    margin-bottom: 24px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
}

.feature-list li {
    padding: 10px 0 10px 24px;
    position: relative;
    line-height: 1.7;
    color: #555;
}

.feature-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1f5bff;
    font-size: 20px;
    font-weight: bold;
    top: 10px;
}

.steps-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
    counter-reset: step-counter;
}

.steps-list li {
    padding: 12px 0 12px 36px;
    position: relative;
    line-height: 1.7;
    color: #555;
    counter-increment: step-counter;
}

.steps-list li:before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 12px;
    width: 28px;
    height: 28px;
    background-color: #1f5bff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

/* T195 - Image Text Block */
.t195 {
    position: relative;
}

.t195__text {
    line-height: 1.8;
}

.t195__text p {
    margin: 0 0 20px;
}

.t195__text strong {
    font-weight: 600;
    color: #1a1a1a;
}

.t195__text .feature-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
}

.t195__text .feature-list li {
    padding: 8px 0 8px 24px;
    position: relative;
    line-height: 1.7;
}

.t195__text .feature-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1f5bff;
    font-size: 20px;
    font-weight: bold;
}

.t195__imgsection {
    text-align: center;
}

.t195__img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.t195__sectitle,
.t195__secdescr {
    margin-top: 10px;
}

/* T905 - Cards Block */
.t905 {
    position: relative;
}

.t905__wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.t905__card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.t905__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.t905__content {
    padding: 32px;
    flex: 1;
}

.t905__content_wrapper {
    position: relative;
}

.t905__title {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    color: #1a1a1a;
}

.t905__descr {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.t905__image_wrapper {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
}

.t905__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
    .t905__wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* T510 - List Block */
.t510 {
    position: relative;
}

.t510__container {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
    counter-reset: t510-counter;
}

.t510__container .t-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
    padding: 0;
    counter-increment: t510-counter;
}

.t510__container .t-item:last-child {
    margin-bottom: 0;
}

.t510__circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 2px;
    background-color: transparent;
    border: 2px solid #1f5bff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f5bff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.t510__circle:before {
    content: counter(t510-counter);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.t510__textwrapper {
    flex: 1;
}

.t510__bottommargin {
    margin-bottom: 12px;
}

.t510__textwrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.t510__textwrapper li {
    position: relative;
    padding-left: 24px;
    line-height: 1.7;
    color: #555;
}

.t510__textwrapper li[data-list="bullet"]:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1f5bff;
    font-size: 20px;
    font-weight: bold;
}

/* T118 - Divider */
.t118 {
    position: relative;
}

.t-divider {
    height: 1px;
    width: 100%;
    margin: 0;
}

.t118__line {
    background-color: #ddd;
    opacity: 1;
}

/* T580 - CTA Block */
.t580 {
    position: relative;
    text-align: center;
}

.t580__title {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 600;
}

.t580__descr {
    margin-bottom: 48px;
    font-size: 19px;
    line-height: 1.7;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    color: #444;
}

.t580__buttons {
    margin-top: 48px;
}

.t580__buttons-wrapper {
    display: inline-block;
    position: relative;
}

.t580__arrow-icon,
.t580__arrow-icon_mobile {
    display: none;
}

/* T572 - Contact Block */
.t572 {
    position: relative;
}

.t572__container {
    text-align: center;
}

.t572__text {
    line-height: 2.2;
    font-size: 17px;
    color: #555;
}

/* Buttons */
.t-btn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.t-btnflex {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.t-btnflex_type_button {
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.3px;
}

.t-btnflex_type_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.t-btnflex_type_button:active {
    transform: translateY(0);
}

.t-btnflex_lg {
    padding: 18px 40px;
    font-size: 18px;
}

.t-btnflex_md {
    padding: 16px 32px;
    font-size: 16px;
}

.t-btnflex__text {
    white-space: nowrap;
}

/* Background Colors */
[data-bg-color="#eeeeee"] {
    background-color: #eeeeee;
}

[data-bg-color="#fafafa"] {
    background-color: #fafafa;
}

[data-bg-color="#efefef"] {
    background-color: #efefef;
}

/* Images */
.t-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.t-bgimg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Responsive */
@media screen and (max-width: 640px) {
    .t995__wrapper {
        padding: 20px;
    }
    
    .t-title_xs { font-size: 24px; }
    .t-title_sm { font-size: 28px; }
    .t-title_md { font-size: 32px; }
    
    .t-descr_xl { font-size: 18px; }
    
    .t580__title {
        font-size: 28px;
    }
    
    .t580__descr {
        font-size: 17px;
    }
    
    .t905__content {
        padding: 24px;
    }
    
    .t510__container .t-item {
        margin-bottom: 24px;
    }
}

/* Utility Classes */
.t-item {
    position: relative;
}

/* Custom styles from inline styles */
#rec1629526473 .t-btnflex.t-btnflex_type_button {
    color: #fcfbfb;
    background-color: #0e0d0c;
    border-style: none !important;
    border-radius: 30px;
    box-shadow: none !important;
}

#rec1629569113 .t-btnflex.t-btnflex_type_button {
    color: #fcfbfb;
    background-color: #0e0d0c;
    border-style: none !important;
    border-radius: 100px;
    box-shadow: none !important;
}

#rec1631371453 .t905__title {
    font-size: 20px;
}

#rec1631371453 .t-section__title {
    margin-bottom: 40px;
}

#rec1631371453 .t-section__descr {
    margin-bottom: 105px;
}

#rec1635781593 .t-section__title {
    margin-bottom: 40px;
}

#rec1635781593 .t-section__descr {
    margin-bottom: 90px;
}

#rec1629566043 .t-section__title {
    margin-bottom: 40px;
}

#rec1629566043 .t-section__descr {
    margin-bottom: 75px;
}

#rec1629569113 .t580__title {
    color: #000000;
}

#rec1629569113 .t580__descr {
    color: #000000;
    max-width: 600px;
}

@media screen and (max-width: 960px) {
    #rec1631371453 .t-section__title {
        margin-bottom: 20px;
    }
    
    #rec1631371453 .t-section__descr {
        margin-bottom: 45px;
    }
    
    #rec1635781593 .t-section__title {
        margin-bottom: 20px;
    }
    
    #rec1635781593 .t-section__descr {
        margin-bottom: 45px;
    }
    
    #rec1629566043 .t-section__title {
        margin-bottom: 20px;
    }
    
    #rec1629566043 .t-section__descr {
        margin-bottom: 45px;
    }
}

